]> git.saurik.com Git - bison.git/blame - ChangeLog
* bootstrap.conf (gnulib_modules): Add config-h.
[bison.git] / ChangeLog
CommitLineData
46356ea4
PE
12006-10-12 Paul Eggert <eggert@cs.ucla.edu>
2
231ed89a
PE
3 * bootstrap.conf (gnulib_modules): Add config-h.
4 * djgpp/subpipe.c: Include <config.h> unconditionally; don't
5 worry about HAVE_CONFIG_H.
6 * lib/abitset.c: Likewise.
7 * lib/bitset.c: Likewise.
8 * lib/bitset_stats.c: Likewise.
9 * lib/bitsetv-print.c: Likewise.
10 * lib/bitsetv.c: Likewise.
11 * lib/ebitset.c: Likewise.
12 * lib/get-errno.c: Likewise.
13 * lib/lbitset.c: Likewise.
14 * lib/subpipe.c: Likewise.
15 * lib/timevar.c: Likewise.
16 * lib/vbitset.c: Likewise.
17 * lib/bitset.c: Include "bitset.h" first, to test interface.
18 * lib/bitset_stats.c: Include "bitset_stats.h" first.
19 * lib/bitsetv-print.c: Include "bitsetv-print.h" first.
20 * lib/bitsetv.c: Include "bitsetv.h" first.
21 * lib/get-errno.c: Include "get-errno.h" first.
22 * m4/.cvsignore: Add config-h.m4.
23 * tests/actions.at (Default %printer and %destructor for ...):
24 Adjust expected line numbers in output to reflect removal of #if
25 HAVE_CONFIG_H lines.
26 * tests/glr-regression.at (Missed %merge type warnings when ...):
27 Likewise.
28 * tests/regression.at (Braced code in declaration in rules section):
29 Likewise.
30 * tests/atlocal.in (CPPFLAGS): Don't define HAVE_CONFIG_H.
31 * tests/local.at (AT_DATA_GRAMMAR_PROLOGUE):
32 Include <config.h> unconditionally.
33
46356ea4
PE
34 * bootstrap: Sync from coreutils, as follows:
35
36 2006-10-11 Paul Eggert <eggert@cs.ucla.edu>
37
38 * bootstrap (symlink_to_gnulib): Fix bug: the dot_dots shell
39 variable was sometimes used without being initialized. This
40 messed up the installation of the INSTALL file in some cases.
41
42 2006-10-09 Paul Eggert <eggert@cs.ucla.edu>
43
44 * bootstrap (usage, main program, symlink_to_gnulib): Add option
45 --copy. Inspired by a suggestion from Bruno Haible.
46
47 2006-10-03 Jim Meyering <jim@meyering.net>
48
49 * bootstrap: Undo last change to this file, since now gnulib-tool
50 sticks with the automake default in generating dependencies.
51
dd4bf078
PE
522006-10-12 Paul Eggert <eggert@cs.ucla.edu>
53
cf2a5f7c
PE
54 * configure.ac: Use AC_PROG_CC_STDC; this is more modern than
55 the old AC_PROG_CC / AM_PROG_CC_STDC combination.
56
57 * doc/bison.1: Add copyright notice.
58
59 * data/glr.c: Don't include <stdarg.h>; not used.
60
35fe0834
PE
61 * NEWS: The -g and --graph options now output graphs in Graphviz
62 DOT format, not VCG format.
63 * doc/bison.1: Likewise.
64 * doc/bison.texinfo (Understanding, Bison Options): Likewise.
fcab4a2e
PE
65 * THANKS: Add Satya Kiran Popuri, who proposed the initial version
66 of this change in
67 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00158.html>.
35fe0834
PE
68 * TODO: Remove Graphviz entry.
69 * src/Makefile.am (bison_SOURCES): Add graphviz.c and graphviz.h;
70 remove vcg.c, vcg.h, vcg_defaults.h.
71 * src/vcg.c, src/vcg.h, src/vcg_defaults.h: Remove.
72 * src/graphviz.c, src/graphviz.h: New files.
73 * src/files.c (compute_output_file_names): Output .dot, not .vcg.
74 * src/files.h: Make comment more generic.
75 * src/main.c (main): Likewise.
76 * src/print_graph.h: Likewise.
77 * src/getargs.c (usage): Make usage description more generic.
78 * src/print_graph.c: Include graphviz.h rather than vcg.h.
79 (static_graph, fgraph): Remove. All uses changed to pass
80 arguments instead of sharing a static var.
81 (print_core, print_actions, print_state, print_graph):
82 Output graphviz format rather than VCG format.
83 * tests/.cvsignore: Remove *.vcg; add *.dot.
84 * tests/output.at: Expect *.dot files, not *.vcg files.
85
dd4bf078
PE
86 * data/Makefile.am (dist_pkgdata_DATA): Add bison.m4; this
87 accommodates the 2006-10-08 change.
88
efdd7421
PE
892006-10-11 Bob Rossi <bob@brasko.net>
90
91 * data/push.c (yypushparse, yypvarsinit, yypvars): Wrap in b4_push_if.
92 (b4_yyssa, b4_yyerror_range): New macros.
93 (struct yypvars): Remove yyssa_ptr and yyerror_range_ptr fields.
94 (yypvarsinit): Remove init of removed fields.
95 (yypushparse): Remove use of removed fields; use new macros instead.
96
96a1981a
PE
972006-10-11 Paul Eggert <eggert@cs.ucla.edu>
98
99 * data/push.c (yypushparse): Fix memory leak if yymsg is malloced
100 in a push parser. Reindent slightly to match yacc.c better.
101
1022006-10-11 Bob Rossi <bob@brasko.net>
103
46356ea4
PE
104 * data/push.c (struct yypvars): Remove yymsgbuf, yymsgbuf_ptr, yymsg,
105 yymsg_alloc fields.
106 (yypvarsinit, yypushparse): Remove init of removed fields.
107 (yypushparse): Use yymsgbuf instead of yymsgbuf_ptr.
96a1981a 108
c1630a8b
PE
1092006-10-09 Paul Eggert <eggert@cs.ucla.edu>
110
111 * THANKS: Add Paolo Bonzini and Bob Rossi.
112
90b9908d
PB
1132006-10-08 Paolo Bonzini <bonzini@gnu.org>
114
115 * data/c.m4 (b4_copyright, b4_epilogue, b4_location_initial_column,
116 b4_location_initial_line, p4_parse_param, b4_ints_in, b4_flag_if,
117 b4_define_flag_if and uses, b4_basename, b4_syncline, b4_user_code,
118 b4_define_user_cde and uses): Remove.
119 (b4_comment, b4_prefix, b4_sync_start): New.
120 * data/bison.m4: New file, with most of the content removed from c.m4.
121 * src/muscle_tab.h: Use "do {...} while(0)" throughout.
122 * src/output.c (output_skeleton): Pass bison.m4.
123 (prepare): Pass glr_flag and nondeterministic_flag. Pass prefix
124 only if specified.
125
cf806753
PE
1262006-10-05 Paul Eggert <eggert@cs.ucla.edu>
127
128 Fix test failure reported by Tom Lane in
129 <http://lists.gnu.org/archive/html/bug-bison/2006-10/msg00000.html>
130 and try to make such failures easier to catch in the future.
131 * data/glr.c (YYTRANSLATE): Don't check for nonpositive arg;
132 that's now the caller's responsibility.
133 (yyprocessOneStack, yyrecoverSyntaxError, yyparse):
134 Set yychar = YYEOF if it's negative.
135 * tests/actions.at (yylex): Abort if asked to read past EOF.
136 * tests/conflicts.at (yylex): Likewise.
137 * tests/cxx-type.at (yylex): Likewise.
138 * tests/glr-regression.at (yylex): Likewise.
139 * tests/input.at (yylex): Likewise.
140 * tests/regression.at (yylex): Likewise.
141 * tests/torture.at (yylex): Likewise.
142
0e2f006a
PE
1432006-10-01 Paul Eggert <eggert@cs.ucla.edu>
144
145 Fix problems with translating English-language diagnostics.
146 * bootstrap: Fix bug introduced in recent bootstrap changes, with
147 respect to bison-runtime pot generation. The YY_ stuff
148 wasn't being captured.
149 * bootstrap.conf (XGETTEXT_OPTIONS_RUNTIME): New var.
150 * po/POTFILES.in: Add src/location.c, src/scan-code.l.
151 * runtime-po/POTFILES.in: Add data/push.c.
152
e3ddc1e3
PE
1532006-09-29 Paul Eggert <eggert@cs.ucla.edu>
154
155 Merge bootstrap changes from coreutils.
156
157 2006-09-28 Jim Meyering <jim@meyering.net>
158
159 Automatically generated dependencies are important even
160 when all of the sources in a directory come from gnulib.
161 * bootstrap (gnulib_tool): Remove the "no-dependencies" automake
162 option that gnulib-tool adds to what becomes our lib/gnulib.mk.
163
164 2006-09-23 Jim Meyering <jim@meyering.net>
165
166 * bootstrap (gnulib_tool_options): Add "--local-dir gl".
167
168 2006-09-20 Paul Eggert <eggert@cs.ucla.edu>
169
170 * bootstrap: Add support for --force.
171 (usage): New function. Describe usage less tersely.
172 (CVS_only_file): New var.
173
01e972b3
PE
1742006-09-21 Paul Eggert <eggert@cs.ucla.edu>
175
176 * data/push.c (YYPUSH_MORE): Make it an enum instead.
177 (yypushparse): Use YYPUSH_MORE instead of the mystery constant.
178 Adjust white space and comments to match GNU style better.
179
c63d3e90
PE
1802006-09-20 Bob Rossi <bob@brasko.net>
181
182 * data/push.c (yyresult_get): Remove function.
183 (YYPUSH_MORE): Add #define.
184 (yypushparse): Modify return value.
185
e70f46d1
PE
1862006-09-20 Paul Eggert <eggert@cs.ucla.edu>
187
188 * stamp-h.in: Remove; no longer needed.
189 * .cvsignore: Replace autom4te.cache and config.cache with *.cache.
190 Remove config.h, config.hin, intl (no longer created).
191 * lib/.cvsignore: Add config.h, config.hin, configmake.h, inttypes.h,
192 stamp-h1.
193
194 Sync bootstrap from coreutils, as follows:
195
196 2006-09-18 Paul Eggert <eggert@cs.ucla.edu>
197
198 * bootstrap (symlink_to_gnulib): New function.
199 (cp_mark_as_generated): Use it, to prefer symlinks-to-gnulib
200 to copies-of-gnulib.
201 (cp_mark_as_generated, slurp, gnulib_files):
202 Avoid making a copy if it's the same as the old version.
203 (gnulib_files): Add support for this variable (used by Bison).
204
a92be413
PE
2052006-09-20 Paul Eggert <eggert@cs.ucla.edu>
206
207 * src/getargs.c (usage): Rework to use conventions similar to
208 coreutils, to make translation a bit easier and the code a bit
209 smaller. Problem reported by Tim Van Holder.
210
4f82b42a
PE
2112006-09-15 Paul Eggert <eggert@cs.ucla.edu>
212
3b2942e6
PE
213 Use some of gnulib's new modules, taken from coreutils.
214
215 * bootstrap: Sync from coreutils, except add support for gnulib_files.
216 * bootstrap.conf: New file.
217 (gnulib_modules): Add configmake, inttypes, unistd.
218 (XGETTEXT_OPTIONS): Add complain, complain_at,
219 fatal, fatal_at, warn, warn_at, unexpected_end.
220 * configure.ac (AC_CONFIG_HEADERS): config.h is now in lib, not here.
221 (gl_USE_SYSTEM_EXTENSIONS): Remove; gl_EARLY now does this.
222 (gl_EARLY): Add.
223 (AM_STDBOOL_H): Remove; gl_INIT now dows this.
224 (gl_INIT): Add
225 (GNULIB_AUTOCONF_SNIPPET): Remove.
226 (AM_GNU_GETTEXT): Add; require formatstring macros since that's
227 the pickiest.
228 * lib/.cvsignore: Add inttypes_.h.
229 * lib/Makefile.am: Include gnulib.mk first so we can append to it.
230 (AM_CFLAGS): Add WERROR_CFLAGS, to be more like coreutils.
231 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES): Remove
232 no-longer-necessary initializations.
233 (lib_SOURCES): Remove, replacing by libbison_a_SOURCES.
234 * lib/subpipe.c: Include <unistd.h> unconditionally, now that we
235 use the unistd module.
236 * src/system.h: Likewise.
237 * m4/.cvsignore: Remove *_gl.m4, gnulib.m4, inttypes_h.m4, uintmax_t.m4,
238 ulonglong.m4. Add gettext.m4, gnulib-cache.m4, gnulib-comp.m4,
239 gnulib-tool.m4, inttypes-h.m4, inttypes-pri.m4, inttypes.m4.
240 * src/Makefile.am (DEFS): Remove, since configmake does this for us.
241 (AM_CPPFLAGS): Remove -I../lib, since Automake does that for us.
242 * src/system.h: Include inttypes.h unconditionally, now that we
243 use the inttypes module. Don't bother to include stdint.h, since
244 inttypes.h now does that for us.
245 (LOCALEDIR): Remove, now that we use the configmake module.
246 * src/getargs.c: Include configmake.h.
247 * src/main.c: Likewise.
248 * src/output.c: Likewise.
249 * tests/atlocal.in (CPPFLAGS): Include from $abs_top_builddir/lib,
250 not from $abs_top_builddir, since config.h moved.
251
252
4f82b42a
PE
253 Port to GCC 2.95. First two problems reported by Michael Deutschmann in
254 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00018.html>.
255
256 * src/parse-gram.y (symbol_declaration): Don't put statements
257 before declarations; it's not portable to C89.
258 * src/scan-code.l (handle_action_at): Likewise.
259
260 * src/scan-code.l: Always initialize braces_level; the old code
261 left it uninitialized and therefore had undefined behavior.
262
263 Don't attempt to redefine 'assert', since it runs afoul of
264 systems where standard headers (mistakenly) include <assert.h>.
265 Instead, define and use our own alternative, called 'aver'.
266 * src/reader.c: Don't include assert.h, since we no longer
267 use assert.
268 * src/scan-code.l: Likewise.
269 * src/system.h (assert): Remove, replacing with....
270 (aver): New function, taking a bool arg. All uses changed.
271 * src/tables.c (pack_vector): Ensure that aver arg is bool,
272 not merely an integer.
273
31c10e38
PE
2742006-09-15 Bob Rossi <bob@brasko.net>
275
276 * data/Makefile.am (dist_pkgdata_DATA): Add push.c.
277 * data/c.m4 (YYPUSH): New.
278 (b4_push_if): New macro. Use it instead of #ifdef YYPUSH.
279 * src/getargs.c (push_parser): New var.
280 * src/getargs.h (push_parser): New declaration.
281 * src/output.c (prepare): Add macro insertion of `push_flag'.
282 * src/parse-gram.y (PERCENT_PUSH_PARSER): New token.
283 (prologue_declaration): Parse %push-parser.
284 * src/scan-gram.l: Scan new PERCENT_PUSH_PARSER token.
285 * tests/calc.at (_AT_CHECK_CALC_ERROR): Add "Return" and "Now" to
286 list of removed lines from the traces observed.
287 (AT_CHECK_CALC_LALR): Added push parser tests.
288
fa7b79c0
PE
2892006-09-13 Paul Eggert <eggert@cs.ucla.edu>
290
21fe08ca
PE
291 * NEWS: Version 2.3a.
292 * configure.ac (AC_INIT): Likewise.
293
e8ec4d9b
PE
294 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Remove
295 "#define YYSTYPE int" that caused "make maintainer-check" to fail
296 due to header ordering dependencies. I don't know why the #define
297 was there.
298
fa7b79c0
PE
299 Fix glr.cc and lalr1.cc's use of YYDEBUG so that there's zero
300 runtime cost when YYDEBUG is not defined, and so that some tests
301 that used to fail now work. Problem and initial suggestion by
302 Paolo Bonzini.
303 * data/c++.m4 (b4_parse_param_cons): Omit leading ','.
304 * data/glr.cc (b4_parser_class_name):
305 Initialize yycdebug_ only if YYDEBUG. Also, initialize yydebug_.
306 (debug_level, set_debug_level): Affect yydebug_, not ::yydebug.
307 (yydebug_) [YYDEBUG]: New member.
308 (yycdebug_): Now defined only if YYDEBUG.
309 * data/lalr1.cc (yydebug_, yycdebug_): Now defined only if YYDEBUG.
310 (YYCDEBUG) [!YYDEBUG]: Don't use yydebug_ and yycdebug_.
311 (b4_parser_class_name): Initialize yydebug_ and yycdebug_ only
312 if YYYDEBUG.
313 (debug_stream, set_debug_stream, debug_level, set_debug_level):
314 Define only if YYDEBUG.
315 * tests/calc.at (_AT_DATA_CALC_Y) [!YYDEBUG]: Omit call to
316 set_debug_level.
317 * tests/regression.at (_AT_DATA_DANCER_Y) [!YYDEBUG]: Likewise.
318 * tests/calc.at (AT_CHECK_CALC_GLR_CC): Uncomment calls to
319 AT_CHECK_CALC_GLR_CC that are working now.
320
4ec13d60
PE
3212006-09-12 Paul Eggert <eggert@cs.ucla.edu>
322
323 * data/glr.cc (YYERROR_VERBOSE, YYTOKEN_TABLE): Remove.
324 We don't need them in glr.cc, and glr.c defines them.
325 Defining YYERROR_VERBOSE to 0 here breaks glr.c, since glr.c
326 assumes that defining it to anything is the same as defining
327 it to 1. Problem reported by Paolo Bonzini.
328
8e1687ae
PE
3292006-09-12 Paolo Bonzini <bonzini@gnu.org> (tiny change)
330
331 * data/c.m4 (b4_null, b4_case): Define.
332 * src/output.c (prepare_symbols): Use b4_null.
333 (user_actions_output): Use b4_case.
334
3dc5e96b
PE
3352006-09-11 Paul Eggert <eggert@cs.ucla.edu>
336
aef3da86
PE
337 * data/glr.c (b4_shared_declarations): Put start-header first,
338 before any #includes that we generate, so that feature-test
339 macros work. Problem reported by Michael Deutschmann in
340 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00004.html>.
341 * data/lalr1.cc: Likewise.
342 * doc/bison.texinfo (Prologue): Document that feature-test macros
343 should be defined before any Bison declarations.
344 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Put defns
345 that depend on location.hh after, not before, Bison decls, since
346 we now include location.hh after the first user prologue.
347
3dc5e96b
PE
348 * doc/bison.texinfo (Calc++ Parser): Fix memory leak reported by
349 Sander Brandenburg in
350 <http://lists.gnu.org/archive/html/bug-bison/2006-09/msg00002.html>.
351 Also, fix minor white space and comment issues.
aef3da86
PE
352 (Prologue): Mention that it's better to define feature-test macros
353 before Bison declarations. Problem reported by Michael Deutschmann.
354
355 * README-cvs: Fix typo: "&" should be "&&". Problem reported
356 by Jim Meyering.
357 * m4/.cvsignore: Add argmatch.m4. Remove obstack.m4, strerror_r.m4.
358 This adjusts to recent gnulib changes.
3dc5e96b 359
b2a0b7ca
JD
3602006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
361
362 Finish implementation of per-type %destructor/%printer. Discussed
363 starting at
364 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>
365 and
366 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>.
367 * NEWS (2.3+): Add a description of this feature to the default
368 %destructor/%printer description.
369 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise.
370 * src/symlist.c (symbol_list_destructor_set, symbol_list_printer_set):
371 Invoke semantic_type_destructor_set or semantic_type_printer_set when a
372 list node contains a semantic type.
373 * src/symtab.c, src/symtab.h: Extend with a table that associates
374 semantic types with their %destructor's and %printer's.
375 (semantic_type_from_uniqstr, semantic_type_get,
376 semantic_type_destructor_set, semantic_type_printer_set): New functions
377 composing the public interface of that table.
378 (symbol_destructor_get, symbol_destructor_location_get,
379 symbol_printer_get, symbol_printer_location_get): If there's no
380 per-symbol %destructor/%printer, look up the per-type before trying
381 the default.
382 * tests/actions.at (Per-type %printer and %destructor): New test case.
383 * tests/input.at (Default %printer and %destructor redeclared):
384 Extend to check that multiple occurrences of %symbol-default in a
385 single %destructor/%printer declaration is an error.
386 (Per-type %printer and %destructor redeclared, Unused values with
387 per-type %destructor): New test cases.
388
3be03b13
JD
3892006-09-04 Joel E. Denny <jdenny@ces.clemson.edu>
390
391 Require default %destructor/%printer to be declared using
392 %symbol-default instead of an empty symbol list, and start working on
393 new per-type %destructor/%printer. Discussed at
394 <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00007.html>.
395 * NEWS (2.3+): Add %symbol-default to example.
396 * bison.texinfo (Freeing Discarded Symbols): Likewise.
397 (Bison Symbols): Add entry for %symbol-default.
398 * src/parse-gram.y (PERCENT_SYMBOL_DEFAULT): New token.
399 (generic_symlist, generic_symlist_item): New nonterminals for creating
400 a list in which each item is a symbol, semantic type, or
401 %symbol-default.
402 (grammar_declaration): Use generic_symlist in %destructor and %printer
403 declarations instead of symbols.1 or an empty list.
404 (symbol_declaration, precedence_declaration, symbols.1): Update actions
405 for changes to symbol_list.
406 * src/reader.c: Update for changes to symbol_list.
407 * src/scan-code.l: Likewise.
408 * src/scan-gram.l: Scan new PERCENT_SYMBOL_DEFAULT token.
409 * src/symlist.c, src/symlist.h: Extend such that a list node may
410 represent a semantic type or a %symbol-default in addition to just an
411 ordinary symbol. Add switched functions for setting %destructor's and
412 %printer's.
413 * tests/actions.at, tests/input.at: Add %symbol-default to all default
414 %destructor/%printer declarations.
415
3508ce36
JD
4162006-08-23 Joel E. Denny <jdenny@ces.clemson.edu>
417
418 Whether the default %destructor/%printer applies to a particular symbol
419 isn't a question of whether the user *declares* that symbol (in %token,
420 for example). It's a question of whether the user by any means
421 *defines* the symbol at all (by simply using a char token, for
422 example). $end is defined by Bison whereas any other token with token
423 number 0 is defined by the user. The error token is always defined by
424 Bison regardless of whether the user declares it with %token, but we
425 may one day let the user define error as a nonterminal instead.
426 * NEWS (2.3+): Say "user-defined" instead of "user-declared".
427 * doc/bison.texinfo (Freeing Discarded Symbols): Likewise, and document
428 the meaning of "user-defined".
429 * tests/actions.at (Default %printer and %destructor for user-declared
430 end token): Rename to...
431 (Default %printer and %destructor for user-defined end token): ...
432 this.
433
434 * src/symtab.c (symbol_destructor_get, symbol_printer_get): In the
435 computation of whether to apply the default, don't maintain a list of
436 every Bison-defined symbol. Instead, just check for a first character
437 of '$', which a user symbol cannot have, and check for the error token.
438
9350499c
JD
4392006-08-21 Joel E. Denny <jdenny@ces.clemson.edu>
440
441 Don't apply the default %destructor or %printer to the error token,
442 $undefined, or $accept. This change fits the general rule that the
443 default %destructor and %printer are only for user-declared symbols,
444 and it solves several difficulties that are described in the new test
445 cases listed below.
446 * src/symtab.c (symbol_destructor_get, symbol_printer_get): Implement.
447 * tests/actions.at (Default %printer and %destructor are not for error
448 or $undefined, Default %printer and %destructor are not for $accept):
449 New test cases.
450
4d7370cb
JD
4512006-08-19 Joel E. Denny <jdenny@ces.clemson.edu>
452
453 Allow %start after the first rule.
454 * src/reader.c (grammar_current_rule_begin): Don't set the start symbol
455 when parsing the first rule.
456 (check_and_convert_grammar): Search for it here after all grammar
457 declarations have been parsed. Skip midrules, which have dummy LHS
458 nonterminals.
459 * src/symtab.c (symbol_is_dummy): New function.
460 * src/symtab.h (symbol_is_dummy): Declare it.
461 * tests/input.at (%start after first rule): New test.
462
6d0ef4ec
JD
4632006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
464
465 Redo some of the previous commit: add back the ability to use
466 non-aliased/undeclared string literals since it might be useful to
467 those declaring %token-table.
468 * src/reader.c (check_and_convert_grammar): Undo changes in previous
469 commit: don't worry about complaints from symbols_pack.
470 * src/symtab.c (symbol_new, symbol_class_set,
471 symbol_check_alias_consistency): Undo changes in previous commit: count
472 each string literal as a new symbol and token, assign it a symbol
473 number, and don't complain about non-aliased string literals.
474 (symbols_pack): Since symbol_make_alias still does not decrement symbol
475 and token counts but does still set aliased tokens to the same number,
476 symbol_pack_processor now leaves empty slots in the symbols array.
477 Remove those slots.
478 * tests/regression.at (Undeclared string literal): Remove test case
479 added in previous commit since non-aliased string literals are allowed
480 again.
481 (Characters Escapes, Web2c Actions): Undo changes in previous commit:
482 remove unnecessary string literal declarations.
483 * tests/sets.at (Firsts): Likewise.
484
965537bc
JD
4852006-08-18 Joel E. Denny <jdenny@ces.clemson.edu>
486
487 Don't allow an undeclared string literal, but allow a string literal to
488 be used before its declaration.
489 * src/reader.c (check_and_convert_grammar): Don't invoke packgram if
490 symbols_pack complained.
491 * src/symtab.c (symbol_new): Don't count a string literal as a new
492 symbol.
493 (symbol_class_set): Don't count a string literal as a new token, and
494 don't assign it a symbol number since symbol_make_alias does that.
495 (symbol_make_alias): It's not necessary to decrement the symbol and
496 token counts anymore. Don't assume that an alias declaration occurs
497 before any uses of the identifier or string, and thus don't assert that
498 one of them has the highest symbol number so far.
499 (symbol_check_alias_consistency): Complain if there's a string literal
500 that wasn't declared as an alias.
501 (symbols_pack): Bail if symbol_check_alias_consistency failed since
502 symbol_pack asserts that every token has been assigned a symbol number
503 although undeclared string literals have not.
504 * tests/regression.at (String alias declared after use, Undeclared
6d0ef4ec 505 string literal): New test cases.
965537bc
JD
506 (Characters Escapes, Web2c Actions): Declare string literals as
507 aliases.
508 * tests/sets.at (Firsts): Likewise.
509
47aee066
JD
5102006-08-14 Joel E. Denny <jdenny@ces.clemson.edu>
511
512 In the grammar scanner, STRING_FINISH unclosed constructs and return
513 them to the parser in order to improve error messages.
514 * src/scan-gram.l (SC_ESCAPED_STRING, SC_ESCAPED_CHARACTER,
515 SC_BRACED_CODE, SC_PROLOGUE): Implement.
516 * tests/input.at (Unclosed constructs): New test case.
517 * tests/regression.at (Invalid inputs): Update now that unclosed %{ is
518 seen.
519
520 * src/scan-gram.h, src/scan-gram.l (gram_last_braced_code_loc): Remove
521 unused global.
522
1f6b3679
JD
5232006-08-13 Joel E. Denny <jdenny@ces.clemson.edu>
524
525 Handle string aliases for character tokens correctly.
526 * src/symtab.c (symbol_user_token_number_set): If the token has an
527 alias, check and set its alias's user token number instead of its own,
528 which is set to indicate the alias. Previously, every occurrence of
529 the character token in the grammar overwrote that alias indicator with
530 the character code.
531 * tests/input.at (String aliases for character tokens): New test.
532
219741d8
JD
5332006-08-12 Joel E. Denny <jdenny@ces.clemson.edu>
534
535 * src/parse-gram.y: Add `%expect 0' so we don't overlook conflicts.
536
11daa4e7
PE
5372006-08-11 Paul Eggert <eggert@cs.ucla.edu>
538
539 * bootstrap: Put in need-ngettext argument to AM_GNU_GETTEXT,
540 to prevent failures when building on older platforms.
541 Check for autopoint failure.
542 Set XGETTEXT_OPTIONS to values that check for C format strings,
543 so that translators are warned about them (this also helps
544 prevent core dumps).
545
546 * lib/subpipe.c (create_subpipe): Use new gnulib pipe_safer
547 function, since it simplifies our code a bit.
548
549 * configure.ac (AC_ARG_ENABLE): Use -Wextra -Wno-sign-compare
550 rather than -W, so we don't get bogus warnings about sign comparisons.
551 Add -Wpointer-arith, since that warning is useful (it reports code
552 that does not conform to C89 and that some compilers reject).
553 * data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c: Undo latest change,
554 since it's no longer needed.
555
f9bfc42a
JD
5562006-08-10 Joel E. Denny <jdenny@ces.clemson.edu>
557
558 Clean up scanners a bit.
559 * src/flex-scanner.h (FLEX_NO_OBSTACK): New macro that blocks obstack
560 definitions so gcc won't warn when obstack_for_string is unused.
561 * src/scan-code.l: config.h and system.h are already #include'd by
562 scan-code-c.c, so get rid of them here.
563 * src/scan-gram.l: Likewise.
564 * src/scan-skel.l: Likewise, and use flex-scanner.h without obstack
565 definitions rather than duplicating the rest of it.
566 * src/scan-gram-c.c, scan-skel-c.c: #include "system.h".
567
06e8700a
JD
5682006-08-09 Joel E. Denny <jdenny@ces.clemson.edu>
569
570 Suppress signed/unsigned comparison warnings for yycheck.
571 * data/c.m4 (b4_safest_int_type): New macro.
572 * data/glr.c, data/lalr1.cc: Wherever you compare yycheck[i] against
573 a signed int type, cast it to b4_safest_int_type first.
574 * data/yacc.c: Likewise.
575 (b4_safest_int_type): Overwrite the one from c.m4 since b4_int_type is
576 also overwritten.
577
9c437126
PE
5782006-08-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
579
580 * doc/bison.texinfo: Fix some typos.
581
284d8a13
PE
5822006-08-02 Paul Eggert <eggert@cs.ucla.edu>
583
584 * m4/.cvsignore: Add inttypes_h.m4,lib-ld.m4, lib-prefix.m4,
585 po.m4, stdint_h.m4, uintmax_t.m4, ulonglong.m4, warning.m4.
586
587 * bootstrap (gnulib_tool): Stop using --assume-autoconf;
588 the latest gnulib does this a different way.
589 (get_translations): Sharuzzaman Ahmat Raslan reported that the ms
590 translation was patched, so stop omitting it.
591
ec5479ce
JD
5922006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
593
594 Enable declaration of default %printer/%destructor. Make the parser
595 use these for all user-declared grammar symbols for which the user does
596 not declare a specific %printer/%destructor. Thus, the parser uses it
597 for token 0 if the user declares it but not if Bison generates it as
598 $end. Discussed starting at
599 <http://lists.gnu.org/archive/html/bison-patches/2006-02/msg00064.html>,
600 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00091.html>,
601 and
602 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>.
603 * NEWS (2.3+): Mention.
604 * doc/bison.texinfo (Actions in Mid-Rule): It's no longer impossible to
605 declare a %destructor for a mid-rule's semantic value. It's just
606 impossible to declare one specific to it.
607 (Freeing Discarded Symbols): Mention that @$ can be used in %destructor
608 code. Describe default %destructor form.
609 * src/parse-gram.y (grammar_declaration): Parse default
610 %printer/%destructor declarations.
611 * src/output.c (symbol_destructors_output): Use symbol_destructor_get
612 and symbol_destructor_location_get rather than accessing the destructor
613 and destructor_location members of struct symbol.
614 (symbol_printers_output): Likewise but for %printer's.
615 * src/reader.c (symbol_should_be_used): Likewise but for %destructor's
616 again.
617 * src/symtab.c (default_destructor, default_destructor_location,
618 default_printer, default_printer_location): New static global
619 variables to record the default %destructor and %printer.
620 (symbol_destructor_get, symbol_destructor_location_get,
621 symbol_printer_get, symbol_printer_location_get): New functions to
622 compute the appropriate %destructor and %printer for a symbol.
623 (default_destructor_set, default_printer_set): New functions to set the
624 default %destructor and %printer.
625 * src/symtab.h: Prototype all those new functions.
626 * tests/actions.at (Default %printer and %destructor): New test to
627 check that the right %printer and %destructor are called, that they're
628 not called for $end, and that $$ and @$ work correctly.
629 (Default %printer and %destructor for user-declared end token): New
630 test to check that the default %printer and %destructor are called for
631 a user-declared end token.
632 * tests/input.at (Default %printer and %destructor redeclared, Unused
633 values with default %destructor): New tests to check related grammar
634 warnings and errors.
635
868d2d96
JD
6362006-07-29 Joel E. Denny <jdenny@ces.clemson.edu>
637
638 Clean up handling of %destructor for the end token (token 0).
639 Discussed starting at
640 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00019.html>
641 and
642 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00013.html>.
643
644 Make the skeletons consistent in how they pop the end token and invoke
645 its %destructor.
646 * data/glr.c (yyrecoverSyntaxError, yyparse): Don't pop the start
647 state, which has token number 0, since this would invoke the
648 %destructor for the end token.
649 * data/lalr1.cc (yy::parser::parse): Don't check for the final state
650 until after shifting the end token, or else it won't be popped.
651 * data/yacc.c (yyparse): Likewise.
652
653 * data/glr.c (yyparse): Clear the lookahead after shifting it even when
654 it's the end token. Upon termination, destroy an unshifted lookahead
655 even when it's the end token.
656 * data/lalr1.cc (yy::parser::parse): Likewise.
657 * data/yacc.c (yyparse): Likewise.
658
659 * src/reader.c (packgram): Don't check rule 0. This suppresses unused
660 value warnings for the end token when the user gives the end token a
661 %destructor.
662
663 * tests/actions.at (Printers and Destructors): Test all the above.
664
62a9592d
PE
6652006-07-24 Paul Eggert <eggert@cs.ucla.edu>
666
667 Update to latest gnulib and gettext versions.
668 * bootstrap (gnulib-modules): Remove hard-locale, stdio-safer.
669 Add fopen-safer.
670 (gnulib_files): Add m4/warning.m4. Don't worry about files
671 overwritten by autopoint.
672 Replace gt_INTL_SUBDIR_CORE with an empty body in m4/gettext_gl.m4.
673 Suppress "id", "ms", "tr" translations for now, since gettext 0.15
674 rejects them.
675 Don't use autoreconf; instead, invoke autopoint etc. by hand,
676 so that we can remove the intl files at a better time.
677 (intl_files_to_remove): Remove aclocal.m4, since it gets
678 rebuilt anyway. Remove m4/inttypes_h.m4, m4/inttypes.m4,
679 m4/isc-posix.m4, m4/lib-ld.m4, m4/lib-prefix.m4, m4/po.m4,
680 m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
681 Add m4/inttypes-h.m4, m4/lock.m4, m4/visibility.m4.
682 Remove datarootdir hack; no longer needed.
683 * configure.ac: Use gl_WARNING_CFLAGS rather than BISON_WARNING.
684 (AM_GNU_GETTEXT_VERSION): Bump from 0.12 to 0.15.
685 * lib/.cvsignore: Remove hard-locale.c, hard-locale.h, strdup.c,
686 strdup.h.
687 * m4/.cvsignore: Remove hard-locale.m4, strdup.m4.
688 * m4/warning.m4: Remove from CVS, since we now use gnulib's version.
689
10d6970f
PE
6902006-07-20 Paul Eggert <eggert@cs.ucla.edu>
691
692 * bootstrap: Adjust to today's change to gnulib-tool by invoking
693 it with --assume-autoconf='latest-stable'.
694
50a33993
JD
6952006-07-13 Joel E. Denny <jdenny@ces.clemson.edu>
696
697 * src/parse-gram.y (grammar_declaration): Don't confuse Doxygen (at
698 least 1.4.7 and 1.4.4) by putting a #line between `typedef union
699 YYSTYPE' and `{'.
700 * src/muscle_tab.h (muscle_grow): Replace the header comments with
701 those from muscle_tab.c since the old ones are misleading.
702
2ce4ed68
AD
7032006-07-13 Akim Demaille <akim@epita.fr>
704
705 Support %define "KEY" {VALUE}.
706 * src/scan-code.h, src/scan-code.l (translate_action)
707 (translate_rule_action, translate_symbol_action, translate_code):
708 Return char *, not const char *.
709 * src/parse-gram.y (declaration): Rename as...
710 (prologue_declaration): this.
711 (string_content): Remove this nonterminal, use STRING.
712 (braceless, content, content.opt): New nonterminal.
713 Use them.
714 (%define): Now accept content.opt, i.e., accept also BRACED_CODE
715 as value.
716 * src/scan-gram.l (getargs.h): Don't include it.
717
db7e5eb5
PE
7182006-07-12 Paul Eggert <eggert@cs.ucla.edu>
719
720 * data/lalr1.cc (YYCDEBUG): Use 'if (yydebug_) (*yycdebug_)'
721 rather than a for-loop that declares a local bool variable. This
722 should work around a compatibility problem with a Cray x1e C++
723 compiler reported by Hung Nguyen in
724 <http://lists.gnu.org/archive/html/help-bison/2006-07/msg00022.html>.
725 The for-loop was introduced in the 2004-11-17 change but I don't
726 know why it was needed.
727
a5d80ba5
AD
7282006-07-12 Akim Demaille <akim@epita.fr>
729
730 * data/c.m4: Comment changes.
731
23eb2a69
AD
7322006-07-10 Akim Demaille <akim@lrde.epita.fr>
733
734 * src/complain.c (error_message, ERROR_MESSAGE): New.
735 To factor...
736 (fatal_at, fatal, warn_at, warn, complain_at, complain): these.
737 * src/complain.h, src/complain.c (warning_issued): Remove, unused.
738
ddc8ede1
PE
7392006-07-09 Paul Eggert <eggert@cs.ucla.edu>
740
741 * NEWS: Instead of %union, you can define and use your own union type
742 YYSTYPE if your grammar contains at least one <type> tag.
743 Your YYSTYPE need not be a macro; it can be a typedef.
744 * doc/bison.texinfo (Value Type, Multiple Types, Location Type):
745 (Union Decl, Decl Summary): Document this.
746 * data/glr.c (YYSTYPE): Implement this.
747 * data/glr.cc (YYSTYPE): Likewise.
748 * data/lalr1.cc (YYSTYPE): Likewise.
749 * data/yacc.c (YYSTYPE): Likewise.
750 * src/output.c (prepare): Output tag_seen_flag.
751 * src/parse-gram.y (declaration, grammar_declaration):
752 Use 'union_seen' rather than 'typed' to determine whether
753 %union has been seen, since grammars can now be typed without
754 %union.
755 (symbol_declaration, type.opt, symbol_def):
756 Keep track of whether a tag has been seen.
757 * src/reader.c (union_seen, tag_seen): New vars.
758 (typed): remove.
759 * src/reader.h (union_seen, tag_seen, typed): Likewise.
760 * src/scan-code.l (untyped_var_seen): New variable.
761 (handle_action_dollar): Adjust to above changes.
762 (handle_action_dollar, handle_action_at):
763 Improve overflow checking for outlandish numbers.
764 * tests/input.at (AT_CHECK_UNUSED_VALUES): Redo test to
765 avoid new diagnostics generated by above changes.
766 * tests/regression.at (YYSTYPE typedef): Add test to check
767 for type tags without %union.
768
769 * src/symlist.c (symbol_list_length): Return int, not unsigned
770 int, since callers expect int. This may need to get revisited
771 once we have proper integer overflow checking.
772
773 * src/scan-gram.h (gram_scanner_cursor): Remove decl, since this
774 object is now static.
775
776 * src/getargs.c (flags_argmatch): Return void, not int,
777 to pacify ./configure --enable-gcc-warnings.
778
779 * src/flex-scanner.h (STRING_FREE): Don't use FLEX_PREFIX (last_string)
780 since last_string is already defined to FLEX_PREFIX (last_string).
781
7b42569e
AD
7822006-07-09 Akim Demaille <akim@lrde.epita.fr>
783
784 Implement --warnings/-W.
785 * src/getargs.c (report_argmatch, trace_argmatch): Remove,
786 replaced by...
787 (flags_argmatch, FLAGS_ARGMATCH): this new function and macro.
788 Adjust callers.
789 * src/getargs.h, src/getargs.c (warnings, warnings_flags)
790 (warnings_args, warnings_types): New.
791 (getargs, short_options, long_options): Accept -W/--warnings.
792 Sort the options by alphabetical order, upper case letter right
793 before its lower case.
794
3b452f4e
JD
7952006-07-09 Joel E. Denny <jdenny@ces.clemson.edu>
796
797 Change %merge result type clash warnings to errors. Discussed at
798 <http://lists.gnu.org/archive/html/bison-patches/2006-07/msg00026.html>.
799 * src/reader.c (record_merge_function_type): Use complain_at.
800 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
801 declared later): Update test case results.
802
b8a41559
AD
8032006-07-09 Akim Demaille <akim@lrde.epita.fr>
804
805 * src/getargs.h, src/getargs.c: Swap --report and --trace handling
806 to be in alphabetical order.
807 (trace_args): Spelling fixes.
808
cd9e1ba2
PE
8092006-07-09 Paul Eggert <eggert@cs.ucla.edu>
810
811 * data/yacc.c (YYID, yy_stack_print): Prefix local vars with "yy"
812 so they don't collide with user-defined macros.
813 (yy_stack_print): Don't assume that yytype_int16 promotes to int;
814 this was never guaranteed, and now that we're using gnulib stdint,
815 which defines int_fast16_t to long int, the problem is exposed.
816
cb48f191
PE
8172006-07-08 Paul Eggert <eggert@cs.ucla.edu>
818
b8445a15
PE
819 * data/c.m4 (b4_basename): Simplify a bit, since we don't
820 need the full POSIX semantics (and weren't implementing them
821 anyway).
822
cb48f191
PE
823 Adjust to Autoconf 2.60 and today's gnulib.
824 * bootstrap (gnulib_modules): Add stdint.
825 Remove special case for m4/onceonly_2_57.m4, since gnulib-tool
826 no longer copies it.
827 (intl_files_to_remove): Remove m4/longlong.m4 and m4/wchar_t.m4,
828 since stdint needs the former and wcwidth (which is now required
829 by mbswidth) needs the latter.
830 Append 'datarootdir = @datarootdir@' to po/Makefile.in.in, to
831 work around a compatibility glitch between gettext 0.14.6 and
832 Autoconf 2.60.
833 * configure.ac (AC_PREREQ): Require Autoconf 2.60.
834 Do not check for uintptr_t, since new stdint module does the right
835 thing.
836 * lib/.cvsignore: Remove alloca.c, alloca.h, alloca_.h.
837 Add stdint.h, stdint_.h, wcwidth.h.
838 * m4/.cvsignore: Remove alloca.m4, onceonly.m4.
839 Add absolute-header.m4, double-slash-root.m4, longlong.m4,
840 stdint.m4, wchar_t.m4, wcwidth.m4.
841 * src/files.c: Include <dirname.h> and <stdio-safer.h> in the
842 usual order for ../lib/*.h files.
843 (file_name_split): Use last_component, not base_name, to adjust
844 to gnulib changes.
845 * src/parse-gram.h: Include <strverscmp.h> in the usual order
846 for ../lib/*.h files.
847 (YYTYPE_INT16, YYTYPE_INT8, YYTYPE_UINT16, YYTYPE_UINT8):
848 Define unconditionally, since we now assume the stdint module.
849 * src/scan-skel.l: Include <dirname.h>.
850 (BASE_QPUTS): Use last_component, not base_name.
851 * src/system.h: Include <unlocked-io.h> in the usual order
852 for ../lib/*.h files. Include <stdint.h> unconditionally,
853 since we now use the stdint module.
854 (uintptr_t): Declare if UINTPTR_MAX is not defined, not
855 HAVE_UINTPTR_T, since we now use the stdint module.
856 (base_name): Remove decl, since files now include <dirname.h>
857 to get the decl.
858
cd48d21d
AD
8592006-07-08 Akim Demaille <akim@lrde.epita.fr>
860
861 * data/c.m4 (b4_location_initial_column, b4_location_initial_line):
862 New, default to 1.
863 * data/yacc.c, data/glr.c, data/location.cc: Use them.
864 * NEWS, doc/bison.texinfo: The initial column and line are 1 by
865 default.
866 * tests/calc.at: Adjust.
867
8ec0a172
AD
8682006-07-08 Akim Demaille <akim@lrde.epita.fr>
869
b8445a15 870 * data/c.m4 (b4_basename): New.
8ec0a172
AD
871 (b4_syncline): Also output the location of its invocation (from
872 the skeleton).
873 (b4_user_action, b4_define_user_action, b4_user_actions)
874 (b4_user_initial_action, b4_user_post_prologue, b4_user_start_header)
875 (b4_user_stype): New.
876 * data/yacc.c, data/glr.c, data/lalr1.cc, data/glr.cc: Use them.
877
4a678af8
JD
8782006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
879
880 In the grammar file, the first column is 1 not 0 on the first line as
881 on every other line.
882 * src/parse-gram.y (%initial-action): Initialize @$ correctly.
883 * tests/input.at (Torturing the Scanner): Update output.
884
885 * src/scan-gram.l (scanner_cursor): Declare it static.
886
dd60572a
JD
8872006-07-07 Joel E. Denny <jdenny@ces.clemson.edu>
888
889 In warnings, say "previous declaration" rather than "first
890 declaration".
891 * src/symtab.c (redeclaration): Do that here.
892 * src/reader.c (record_merge_function_type): In the case of a result
893 type clash, report the previous declaration rather than the very first
894 one in the grammar file.
895 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
896 declared later): Add a third declaration to check this behavior.
897 * tests/input.at (Incompatible Aliases): Update output.
898
2073e1b6
AD
8992006-06-27 Akim Demaille <akim@epita.fr>
900
901 * doc/Doxyfile.in: New.
902 * doc/Makefile.am: Use it.
903 * src/lalr.h, src/symtab.h: Initial doxygenation.
904
8ee5b538
JD
9052006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
906
907 Don't miss %merge result type warnings just because the LHS types are
fab044e6
JD
908 declared after the %merge. This continues the effort of the previous
909 patch.
8ee5b538
JD
910 * src/reader.c (get_merge_function): Don't set the merger type yet.
911 (record_merge_function_type): New function for setting the merger type
912 and checking for clashes.
913 (grammar_current_rule_merge_set): Set the location of the %merge for
914 the current rule.
915 (packgram): Invoke record_merge_function_type for each rule now that
916 all symbol type declarations have been parsed.
917 * src/reader.h (merger_list.type_declaration_location): New member
918 storing the location of the first %merge from which the type for this
919 merging function was derived.
920 * src/symlist.h (symbol_list.merger_declaration_location): New member
921 storing the location of a rule's %merge, if any.
922 * tests/glr-regression.at (Missed %merge type warnings when LHS type is
923 declared later): New test to catch the error fixed by the above patch.
924
ffa4ba3a
JD
9252006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
926
927 Get action warnings (grammar_rule_check) right even when symbol
fab044e6
JD
928 declarations appear after the rules. Discussed at
929 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00108.html>
930 and
931 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00151.html>.
932 Don't mistake the type of $$ in a midrule to be that of its parent
933 rule's $$.
ffa4ba3a
JD
934 * src/reader.c (grammar_current_rule_end): Don't invoke
935 grammar_rule_check yet since not all symbol declarations may have been
936 parsed yet.
937 (grammar_midrule_action): Likewise.
938 Don't record whether the midrule's $$ has been used yet since actions
939 haven't been translated yet.
940 Record the midrule's parent rule and its RHS index within the parent
941 rule.
942 (grammar_current_rule_action_append): Don't translate the action yet
943 since not all symbol declarations may have been parsed yet and, thus,
944 warnings about types for $$, $n, @$, and @n can't be reported yet.
945 (packgram): Translate the action and invoke grammar_rule_check now that
946 all symbol declarations have been parsed.
947 * src/scan-code.l (handle_action_dollar): Now that this is invoked
948 after parsing the entire grammar file, the symbol list here in the case
949 of a midrule is actually the midrule's empty RHS, so reference its
950 parent rule's RHS where necessary.
951 On the other hand, now that you can already know it's a midrule, you
952 aren't forced to think $$ has the same type as its parent rule's $$.
953 (handle_action_at): In the case of a midrule, reference the parent rule
954 where necessary.
955 * src/symlist.c (symbol_list_new): Initialize new midrule-related
956 members.
957 (symbol_list_length): Now that this is invoked after all rules have
958 been parsed, a NULL symbol (rather than a NULL symbol list node)
959 terminates a rule. symbol_list_print already does this correctly.
960 * src/symlist.h (symbol_list.midrule_parent_rule,
961 symbol_list.midrule_parent_rhs_index): New members so that midrules can
962 remember their relationships with their parents.
963 * tests/input.at (Type Clashes): Extend to catch the midrule $$ error
964 fixed by the above patch.
965 (_AT_UNUSED_VALUES_DECLARATIONS, AT_CHECK_UNUSED_VALUES): New m4 macros
966 implementing...
967 (Unused values): ... this old test case and...
968 (Unused values before symbol declarations): ... this new test case.
969 This one is the same as `Unused values' except that all symbol
970 declarations appear after the rules in order to catch the rest of the
971 errors fixed by the above patch.
972
e256e17f
JD
9732006-06-26 Joel E. Denny <jdenny@ces.clemson.edu>
974
300a1930
JD
975 More cleanup.
976 * src/reader.c (current_rule): Declare it static since it's no longer
977 used outside this file.
978 (grammar_current_rule_action_append): Remove redundant arguments from
979 translate_rule_action invocation.
980 * src/reader.h (current_rule): Remove this unused extern.
981 * src/scan-code.h (translate_rule_action): Remove redundant arguments.
982 * src/scan-code.l (translate_rule_action): Likewise.
e256e17f 983
381ecb06
JD
9842006-06-25 Joel E. Denny <jdenny@ces.clemson.edu>
985
986 Clean up yesterday's patch.
987 * parse-gram.y (rhs): Move grammar_midrule_action invocation from here
988 to...
989 * src/reader.c (grammar_current_rule_action_append): ... here for
990 consistency with grammar_current_rule_symbol_append.
991 * tests/regression.at (Braced code in declaration in rules section):
992 Make yyerror and yylex static as usual.
993
4210cd0b
JD
9942006-06-24 Joel E. Denny <jdenny@ces.clemson.edu>
995
996 Fix bug that mistakes braced code in a declaration in the rules section
997 to be a rule action. Mentioned at
998 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00105.html>.
999 * src/scan-gram.l: Move midrule action detection from the start of the
1000 scanning of any braced code to...
1001 * src/parse-gram.y (rhs): ... the parsing of braced code as a rule
1002 action. For readability, use $2 and @2 rather than the equivalent
1003 global variables.
1004 * tests/regression.at (Braced code in declaration in rules section):
1005 New test to catch the error fixed by the above patch.
1006
1007 Work on code readability some.
1008 * src/scan-code.l (current_rule): Get rid of this misleading and
1009 redundant declaration: it's actually extern'ed in reader.h.
1010 (YY_DECL, code_lex, handle_action_dollar, handle_action_at,
1011 translate_action): Add a rule argument and use it instead of the global
1012 current_rule.
1013 (translate_rule_action): This already receives current_rule through an
1014 argument, so pass it on to translate_action instead of assigning
1015 current_rule to current_rule.
1016 (translate_symbol_action, translate_code): Pass rule = NULL to
1017 translate_action.
1018
34f98f46
JD
10192006-06-23 Joel E. Denny <jdenny@ces.clemson.edu>
1020
1021 Rename %before-definitions to %start-header and %after-definitions to
1022 %end-header. Don't use these declarations to separate pre-prologue
1023 blocks from post-prologue blocks. Add new order-independent
1024 declarations %before-header and %after-header as alternatives to the
1025 traditional Yacc pre-prologue and post-prologue blocks. Discussed at
1026 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00110.html>.
1027 * NEWS (2.3+): Update for these changes.
1028 * data/glr.c (b4_before_definitions): Update to...
1029 (b4_start_header): ... this.
1030 (b4_after_definitions): Update to...
1031 (b4_end_header): ... this.
1032 * data/glr.cc: Likewise.
1033 * data/lalr1.cc: Likewise.
1034 * data/yacc.c: Likewise.
1035 * doc/bison.texinfo (The prologue): Update names, and replace remaining
1036 prologue blocks with %*-header declarations.
1037 (Calc++ Parser): Likewise.
1038 (Bison Declaration Summary): Update names.
1039 (Bison Symbols): Update description.
1040 * src/parse-gram.y (PERCENT_AFTER_DEFINITIONS): Update to...
1041 (PERCENT_END_HEADER): ... this.
1042 (PERCENT_BEFORE_DEFINITIONS): Update to...
1043 (PERCENT_START_HEADER): ... this.
1044 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
1045 (declaration): Update token names and m4 macro names.
1046 When parsing %end-header and %start-header, invoke translate_code
1047 before muscle_code_grow, and no longer set global booleans to remember
1048 whether these declarations have been seen.
1049 Parse new %after-header and %before-header.
1050 * src/reader.c (before_definitions, after_definitions): Remove.
1051 (prologue_augment): Accept a new bool argument to specify whether to
1052 augment the pre-prologue or post-prologue.
1053 * src/reader.h (before_definitions, after_definitions): Remove these
1054 extern's.
1055 (prologue_augment): Add new bool argument.
1056 * src/scan-gram.l (PERCENT_AFTER_DEFINITIONS): Update to...
1057 (PERCENT_END_HEADER): ... this.
1058 (PERCENT_BEFORE_DEFINITIONS): Update to...
1059 (PERCENT_START_HEADER): ... this.
1060 (PERCENT_AFTER_HEADER, PERCENT_BEFORE_HEADER): New tokens.
1061 * tests/actions.at (Printers and Destructors): Update names.
1062
31b2b07e
JD
10632006-06-22 Joel E. Denny <jdenny@ces.clemson.edu>
1064
1065 Add comparison operators for C++ location classes. Discussed at
1066 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00092.html>.
1067 * data/c++.m4 (b4_define_location_comparison): New boolean %define
1068 declaration indicating whether filename_type has an operator==. If
1069 filename_type is `std::string', it defaults to `1', `0' otherwise.
1070 * data/location.cc: Iff b4_define_location_comparison is `1', add
1071 operator== and operator!= for class position and for class location.
1072
1073 Some minor fixes.
1074 * src/scan-action.l: Remove unused file.
1075 * src/symtab.c (symbol_printer_set): Use printer_location not
1076 destructor_location.
1077 * src/symtab.h (struct symbol): Replace incorrect source comment for
1078 printer members.
1079 * tests/input.at (Incompatible Aliases): Update output with correct
1080 printer location.
1081
9bc0dd67
JD
10822006-06-20 Joel E. Denny <jdenny@ces.clemson.edu>
1083
1084 Don't put the pre-prologue in the header file. For the yacc.c code
1085 file and the glr.c header and code files, move the pre-prologue before
1086 the token definitions. Add new %before-definitions and
1087 %after-definitions to declare code that will go in both the header file
1088 and code file. Discussed at
1089 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00000.html>,
1090 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00016.html>,
1091 and
1092 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00055.html>.
1093 * NEWS (2.3+): Describe these changes.
1094 * data/glr.c (b4_pre_prologue): Move from within to before...
1095 (b4_shared_declarations): ... this.
1096 Add new b4_before_definitions before b4_token_enums.
1097 Add new b4_after_definitions at the end.
1098 * data/glr.cc (b4_pre_prologue): Replace with...
1099 (b4_before_definitions): ... this in the header file.
1100 (b4_after_definitions): New near the end of the header file.
1101 * data/lalr1.cc (b4_pre_prologue): Move from the header file to the
1102 code file right before including the header file.
1103 (b4_before_definitions): New in the previous position of
1104 b4_pre_prologue in the header file.
1105 (b4_after_definitions): New near the end of the header file.
1106 * data/yacc.c: Clean up some m4 quoting especially in the header file.
1107 (b4_token_enums_defines): In the code file, move to right before
1108 YYSTYPE for consistency with the header file.
1109 (b4_before_definitions): New right before b4_token_enums_defines in
1110 both the header and code file.
1111 (b4_after_definitions): New right after YYLTYPE and yylloc in both the
1112 header and code file.
1113 * doc/bison.texinfo (Prologue): Show use of %before-definitions instead
1114 of prologues for %union dependencies.
1115 (Bison Declaration Summary): In %defines description, mention the
1116 effect of %before-definitions and %after-definitions on the header
1117 file.
1118 (Calc++ Parser): Forward declare driver in a %before-definitions rather
1119 than in the pre-prologue so that make check succeeds.
1120 (Bison Symbols): Add entries for %before-definitions and
1121 %after-definitions.
1122 * src/parse-gram.y (PERCENT_BEFORE_DEFINITIONS): New token for
1123 %before-definitions.
1124 (PERCENT_AFTER_DEFINITIONS): New token for %after-definitions.
1125 (declaration): Parse those declarations and append to
1126 b4_before_definitions and b4_after_definitions, respectively.
1127 * src/reader.c (before_definitions, after_definitions): New bools to
1128 track whether those declarations have been seen.
1129 (prologue_augment): Add to the post-prologue if %union,
1130 %before-definitions, or %after-definitions has been seen.
1131 * src/reader.h (before_definitions, after_definitions): New extern's.
1132 * src/scan-gram.l: Scan the new declarations.
1133 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Place the second
1134 prologue block in a %before-definitions or a %after-definitions based
1135 on whether the %union is declared.
1136 * tests/regression.at (Early token definitions with --yacc, Early token
1137 definitions without --yacc): Move tests for token definitions into the
1138 post-prologue since token names are no longer defined in the
1139 pre-prologue.
1140
203b9274
AD
11412006-06-20 Akim Demaille <akim@epita.fr>
1142
1143 * src/symtab.h, src/symtab.c (symbol_from_uniqstr): New.
1144 (symbol_get): Use it.
1145 * src/parse-gram.y: Use it.
1146
a7ee59cf
JD
11472006-06-19 Joel E. Denny <jdenny@ces.clemson.edu>
1148
1149 * src/scan-gram.l: Remove unused declaration of last_string_1 so the
1150 build succeeds when configured with --enable-gcc-warnings.
1151
5a2baae7
PE
11522006-06-19 Paul Eggert <eggert@cs.ucla.edu>
1153
33ad1a9c
PE
1154 * src/parse-gram.y (char_name): New function.
1155 (CHAR, STRING, string_content): For %printer, properly escape.
1156 (ID): Prefer fputs to fprintf.
1157 (id): Reindent to be consistent with other rules.
1158 Properly quote char.
1159
5a2baae7
PE
1160 The Translation Project changed its way of publishing translations
1161 to maintainers. I haven't received any responses to my request
1162 for supporting the old way, or for documenting the new way. I
1163 have modified 'bootstrap' to use screen scraping
1164 (in this case, HTML scraping). This is unreliable and inelegant,
1165 but I don't see any better way. Yuck.
1166 * bootstrap (TP_URL, WGET_COMMAND): New vars.
1167 (get_translations): New function, which uses HTML scraping to
1168 deduce locations of latest translations.
1169 Use this function to grab both bison and bison-runtime .po files.
1170 Don't bother priming the pump for the runtime-po domain any more,
1171 as it's now translated better than bison is.
1172
58d7a1a1
AD
11732006-06-19 Akim Demaille <akim@epita.fr>
1174
1175 * src/scan-gram.l: No longer "parse" things after `%union' until
1176 `{'. Rather, return a single "%union" token.
1177 No longer make symbols: return strings, and leave the conversion
1178 to symbols to the parser.
1179 (SC_PRE_CODE, token_type): Remove.
1180 * src/parse-gram.y (%union): New field `character'.
1181 Sort tokens.
1182 (CHAR): New token.
1183 (ID, ID_COLON): Now that the scanner no longer makes them
1184 identifiers, adjust all uses to invoke symbol_get.
1185 (id_colon): New, wraps the conversion from string to symbol.
1186 (%union): Accept a possible union_name.
1187 (symbol): Now can be a char.
1188 * data/c.m4 (b4_union_name): Leave a default value.
1189 * data/glr.c, data/yacc.c: Use it.
1190
b931235e
JD
11912006-06-11 Joel E. Denny <jdenny@ces.clemson.edu>
1192
1193 For associating token numbers with token names for "yacc.c", don't use
1194 #define statements unless `--yacc' is specified; always use enum
1195 yytokentype. Most important discussions start at:
1196 <http://lists.gnu.org/archive/html/bison-patches/2005-09/msg00053.html>,
1197 <http://lists.gnu.org/archive/html/bison-patches/2005-12/msg00052.html>,
1198 and
1199 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00043.html>.
1200 * NEWS (2.3+): Mention.
1201 * data/c.m4 (b4_yacc_if): New.
1202 (b4_token_enums_defines): Use b4_yacc_if to decide whether to add the
1203 token #define's.
1204 * doc/bison.texinfo (Bison Options): Describe the effect of `--yacc'
1205 on token name definitions.
1206 * src/getargs.c (usage): Capitalize `Yacc' in English.
1207 * src/output.c (prepare): Define b4_yacc_flag.
1208 * tests/regression.at (Early token definitions): Test that tokens names
1209 are defined before the pre-prologue not just before the post-prologue.
1210 Remove this test case and copy to...
1211 (Early token definitions with --yacc): ... this to test #define's.
1212 (Early token definitions without --yacc): ... and this to test enums.
1213
9e6e7ed2
PE
12142006-06-11 Paul Eggert <eggert@cs.ucla.edu>
1215
1216 * NEWS: Reword the post-2.3 change to not be so optimistic about
1217 removing the old "look-ahead" spelling.
1218 Update previous look-ahead/lookahead change reports.
1219 * REFERENCES: look-ahead -> lookahead (since that's
1220 what he actually wrote).
1221 * doc/refcard.tex: look ahead -> lookahead,
1222 look-ahead -> lookahead
1223
742e4900
JD
12242006-06-09 Joel E. Denny <jdenny@ces.clemson.edu>
1225
1226 For consistency, use `lookahead' instead of `look-ahead' or
1227 `look_ahead'. Discussed starting at
1228 <http://lists.gnu.org/archive/html/bison-patches/2006-01/msg00049.html>
1229 and then at
1230 <http://lists.gnu.org/archive/html/bison-patches/2006-06/msg00017.html>.
1231 * NEWS: For the next release, note the change to `--report'.
1232 * TODO, doc/bison.1: Update English.
1233 * doc/bison.texinfo: Update English.
1234 (Understanding Your Parser, Bison Options): Document as
1235 `--report=lookahead' rather than `--report=look-ahead'.
1236 * src/conflicts.c: Update English in comments.
1237 (lookahead_set): Rename from look_ahead_set.
1238 (flush_reduce): Rename argument look_ahead_tokens to lookahead_tokens.
1239 (resolve_sr_conflict): Rename local look_ahead_tokens to
1240 lookahead_tokens, and update other uses.
1241 (flush_shift, set_conflicts, conflicts_solve, count_sr_conflicts,
1242 count_rr_conflicts, conflicts_free): Update uses.
1243 * src/getargs.c (report_args): Move "lookahead" before alternate
1244 spellings.
1245 (report_types): Update uses.
1246 (usage): For `--report' usage description, state `lookahead' spelling
1247 rather than `look-ahead'.
1248 * src/getargs.h (report.report_lookahead_tokens): Rename from
1249 report_look_ahead_tokens.
1250 * src/lalr.c: Update English in comments.
1251 (compute_lookahead_tokens): Rename from compute_look_ahead_tokens.
1252 (state_lookahead_tokens_count): Rename from
1253 state_look_ahead_tokens_count.
1254 Rename local n_look_ahead_tokens to n_lookahead_tokens.
1255 (lookahead_tokens_print): Rename from look_ahead_tokens_print.
1256 Rename local n_look_ahead_tokens to n_lookahead_tokens.
1257 Update other uses.
1258 Update English in output.
1259 (add_lookback_edge, initialize_LA, lalr, lalr_free): Update uses.
1260 * src/print.c: Update English in comments.
1261 (lookahead_set): Rename from look_ahead_set.
1262 (print_reduction): Rename argument lookahead_token from
1263 look_ahead_token.
1264 (print_core, state_default_rule, print_reductions, print_results):
1265 Update uses.
1266 * src/print_graph.c: Update English in comments.
1267 (print_core): Update uses.
1268 * src/state.c: Update English in comments.
1269 (reductions_new): Update uses.
1270 (state_rule_lookahead_tokens_print): Rename from
1271 state_rule_look_ahead_tokens_print, and update other uses.
1272 * src/state.h: Update English in comments.
1273 (reductions.lookahead_tokens): Rename from look_ahead_tokens.
1274 (state_rule_lookahead_tokens_print): Rename from
1275 state_rule_look_ahead_tokens_print.
1276 * src/tables.c: Update English in comments.
1277 (conflict_row, action_row): Update uses.
1278 * tests/glr-regression.at
1279 (Incorrect lookahead during deterministic GLR,
1280 Incorrect lookahead during nondeterministic GLR): Rename
1281 print_look_ahead to print_lookahead.
1282 * tests/torture.at: Update English in comments.
1283 (AT_DATA_LOOKAHEAD_TOKENS_GRAMMAR): Rename from
1284 AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR.
1285 (Many lookahead tokens): Update uses.
1286 * data/glr.c: Update English in comments.
1287 * lalr1.cc: Likewise.
1288 * yacc.c: Likewise.
1289 * src/conflicts.h: Likewise.
1290 * src/lalr.h: Likewise.
1291 * src/main.c: Likewise.
1292 * src/output.c: Likewise.
1293 * src/parse-gram.c: Likewise.
1294 * src/tables.h: Likewise.
1295 * tests/calc.at: Likewise.
1296
3c40d0b5
JD
12972006-06-08 Joel E. Denny <jdenny@ces.clemson.edu>
1298
1299 * src/flex-scanner.h (yytext): Remove stray `*/' in #define.
1300
5d278082
PE
13012006-06-07 Paul Eggert <eggert@cs.ucla.edu>
1302
1303 * TODO: Add request from Nelson H. F. Beebe to be able to install
1304 Bison without installing the yacc script.
1305
9e668899
JD
13062006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
1307
1308 * src/flex-scanner.h: For the sake of Flex 2.5.4, don't #define yyleng
1309 and yytext if they're already #define'd.
1310 * src/flex-scanner.h, src/location.h: Move #include "system.h" to...
1311 * src/scan-code-c.c: ... here.
1312 * src/scan-code.l, src/scan-gram.l: ... and here. Also #include
1313 <config.h>.
1314
0c8e079f
JD
13152006-06-07 Joel E. Denny <jdenny@ces.clemson.edu>
1316
1317 Get Bison to build again when configured with --enable-gcc-warnings.
1318 * src/location.c, src/location.h, src/main.c, src/scan-code.l: Add some
1319 missing #include's.
1320 * src/scan-code.l (handle_action_dollar, handle_action_at): Rename
1321 loc argument as it shadows a global.
1322 * src/scan-gram.l: Remove stray comma that prevents boundary_set
1323 invocation.
1324
1325 * src/.cvsignore: Add scan-code.c.
1326
2346344a
AD
13272006-06-07 Akim Demaille <akim@epita.fr>
1328
1329 * src/scan-gram.l: Move the "add a trailing ; to actions" code
1330 to...
1331 * src/scan-code.l: here.
1332 * tests/input.at (Torturing the Scanner): Fix another location
1333 error.
1334
4862bdfd
AD
13352006-06-07 Akim Demaille <akim@epita.fr>
1336
1337 * src/Makefile.am (BUILT_SOURCES): Fix the trailing backslash.
1338
e9071366
AD
13392006-06-06 Akim Demaille <akim@epita.fr>
1340
1341 Extract the parsing of user actions from the grammar scanner.
1342 As a consequence, the relation between the grammar scanner and
1343 parser is much simpler. We can also split "composite tokens" back
1344 into simple tokens.
1345 * src/gram.h (ITEM_NUMBER_MAX, RULE_NUMBER_MAX): New.
1346 * src/scan-gram.l (add_column_width, adjust_location): Move to and
1347 rename as...
1348 * src/location.h, src/location.c (add_column_width)
1349 (location_compute): these.
1350 Fix the column count: the initial column is 0.
1351 (location_print): Be robust to ending column being 0.
1352 * src/location.h (boundary_set): New.
1353 * src/main.c: Adjust to scanner_free being renamed as
1354 gram_scanner_free.
1355 * src/output.c: Include scan-code.h.
1356 * src/parse-gram.y: Include scan-gram.h and scan-code.h.
1357 Use boundary_set.
1358 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_INITIAL_ACTION)
1359 (PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Remove the {...} part,
1360 which is now, again, a separate token.
1361 Adjust all dependencies.
1362 Whereever actions with $ and @ are used, use translate_code.
1363 (action): Remove this nonterminal which is now useless.
1364 * src/reader.c: Include assert.h, scan-gram.h and scan-code.h.
1365 (grammar_current_rule_action_append): Use translate_code.
1366 (packgram): Bound check ruleno, itemno, and rule_length.
1367 * src/reader.h (gram_in, gram__flex_debug, scanner_cursor)
1368 (last_string, last_braced_code_loc, max_left_semantic_context)
1369 (scanner_initialize, scanner_free, scanner_last_string_free)
1370 (gram_out, gram_lineno, YY_DECL_): Move to...
1371 * src/scan-gram.h: this new file.
1372 (YY_DECL): Rename as...
1373 (GRAM_DECL): this.
1374 * src/scan-code.h, src/scan-code.l, src/scan-code-c.c: New.
1375 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
1376 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
1377 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
1378 Move these declarations, and...
1379 (obstack_for_string, STRING_GROW, STRING_FINISH, STRING_FREE):
1380 these to...
1381 * src/flex-scanner.h: this new file.
1382 * src/scan-gram.l (rule_length, rule_length_overflow)
1383 (increment_rule_length): Remove.
1384 (last_braced_code_loc): Rename as...
1385 (gram_last_braced_code_loc): this.
1386 Adjust to the changes of the parser.
1387 Move all the handling of $ and @ into...
1388 * src/scan-code.l: here.
1389 * src/scan-gram.l (handle_dollar, handle_at): Remove.
1390 (handle_action_dollar, handle_action_at): Move to...
1391 * src/scan-code.l: here.
1392 * src/Makefile.am (bison_SOURCES): Add flex-scanner.h,
1393 scan-code.h, scan-code-c.c, scan-gram.h.
1394 (EXTRA_bison_SOURCES): Add scan-code.l.
1395 (BUILT_SOURCES): Add scan-code.c.
1396 (yacc): Be robust to white spaces.
1397
1398 * tests/conflicts.at, tests/input.at, tests/reduce.at,
1399 * tests/regression.at: Adjust the column numbers.
1400 * tests/regression.at: Adjust the error message.
7891a7c4 1401
184e42f0
JD
14022006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
1403
1404 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
1405 Use Akim's wording from
1406 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00056.html>.
1407
7891a7c4
JD
14082006-06-06 Joel E. Denny <jdenny@ces.clemson.edu>
1409
1410 Between Bison releases, manually append `+' to the previous Bison
1411 release number, and use that as a signal to automatically print the
1412 ChangeLog's CVS Id keyword from --version. Discussed starting at
1413 <http://lists.gnu.org/archive/html/bison-patches/2006-05/msg00028.html>.
1414 * ChangeLog: Add Id header.
1415 * configure.ac (AC_INIT): Append `+' to `2.3'.
1416 * src/.cvsignore: Add revision.c.
1417 * src/Makefile.am (bison_SOURCES): Add revision.c and revision.h.
1418 (BUILT_SOURCES): Add revision.c.
1419 (revision.c): New target rule. This file defines a new global variable
1420 named revision. It initializes it with either the Id from ChangeLog
1421 or, if VERSION doesn't contain `+', with the empty string.
1422 * src/getargs.c (version): Print the value of revision.
1423 * src/revision.h: Extern revision.
1424
4ad3ed84
PE
14252006-06-05 Paul Eggert <eggert@cs.ucla.edu>
1426
1427 * NEWS: Version 2.3.
1428 * configure.ac (AC_INIT): Likewise.
1429
02103984
PE
14302006-05-30 Paul Eggert <eggert@cs.ucla.edu>
1431
1432 * data/glr.c (YYRECOVERING): Define to be a function-like macro
1433 with no arguments, not as an object-like macro. This is for
1434 compatibility with data/yacc.c. Problem reported by John P. Hartmann in
1435 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00059.html>.
1436 * doc/bison.texinfo (Action Features, Error Recovery, Table of Symbols):
1437 Document this.
1438
2c08afa5
JD
14392006-05-30 Joel E. Denny <jdenny@ces.clemson.edu>
1440
1441 * src/getargs.c (usage): Back out yesterday's modification of the
1442 --help output so that we don't have to wait for translation before
1443 releasing 2.3.
1444
6077da58
PE
14452006-05-29 Paul Eggert <eggert@cs.ucla.edu>
1446
1447 * doc/bison.texinfo (Introduction): Don't say "GLR grammar".
1448 Problem reported by Akim Demaille.
1449
2a26b6c2
JD
14502006-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
1451
1452 * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
1453
aefef0d6
PE
14542006-05-26 Paul Eggert <eggert@cs.ucla.edu>
1455
1456 * data/yacc.c (yy_reduce_print): Omit trailing white space in
1457 generated source code. Problem reported by Frans Englich in
1458 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00049.html>.
1459
fcd8e201
PE
14602006-05-22 Paul Eggert <eggert@cs.ucla.edu>
1461
1462 * Makefile.maint (gzip_rsyncable, GZIP_ENV): Compute within the
1463 shell, not within 'make', so that 'make' by an ordinary builder
1464 (using GNU make) does not worry about configuring gzip. This also
1465 works around a bug reported independently by Keith Thompson and by
1466 Georg Schwarz, whereby gzip 1.2.4 --help would output usage on
1467 stderr rather than stdout, messing up the build logs.
1468
7b5cdcbd
JD
14692006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
1470
1471 * data/yacc.c (yyparse): Wrap the final return from yyparse inside YYID
1472 to make sure that YYID will never be unused. This fixes a 'make
1473 maintainer-check' failure caused by the recent changes to the 'Trivial
1474 grammars' test case, which caused g++ 4.1.0 to complain that YYID was
1475 not used.
1476 * data/glr.c (yyparse): Wrap yyparse's return inside YYID just in case.
1477
5ad0a449
JD
14782006-05-21 Joel E. Denny <jdenny@ces.clemson.edu>
1479
1480 * data/glr.c (yyresolveLocations): Remove bogus YYASSERT that the
1481 state before an empty RHS is always resolved here. Only the location
1482 of that state is guaranteed to be resolved, and that's enough. This
1483 fixes the remaining bug reported by Derek M. Jones in
1484 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
1485 * tests/glr-regression.at (Uninitialized location when reporting
1486 ambiguity): Test the above case.
1487 Also, the embedded comments in this test case claim it checks the case
1488 of an empty RHS that has inherited the initial location. However, the
1489 corresponding LHS was already resolved, so yyresolveLocations didn't
1490 actually have reason to modify it. Fix this by forcing
1491 nondeterministic operation at the beginning of the parse.
1492
50cce58e
PE
14932006-05-20 Paul Eggert <eggert@cs.ucla.edu>
1494
1495 * data/c.m4 (b4_yy_symbol_print_generate):
1496 (b4_yy_symbol_print_generate): Use 'YYSTYPE const' rather than
1497 'const YYSTYPE', and similarly for YYLTYPE. This fixes one
1498 of the bugs reported today by Derek M Jones in
1499 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00027.html>.
1500 * doc/bison.texinfo (Value Type): Document that YYSTYPE must be
1501 defined to be a type name without parens or brackets.
1502 (Location Type): Similarly for YYLTYPE.
1503 * tests/regression.at (Trivial grammars): Put in a test for this
1504 bug that will be caught by 'make maintainer-check' (though not,
1505 alas, by 'make check' unless your compiler is picky).
1506
ab8d9dc5
PE
15072006-05-19 Paul Eggert <eggert@cs.ucla.edu>
1508
0d2c8934 1509 * NEWS: Version 2.2.
ab8d9dc5
PE
1510 * configure.ac (AC_INIT): Likewise.
1511
9138c575
JD
15122006-05-17 Joel E. Denny <jdenny@ces.clemson.edu>
1513
1514 * data/glr.c (yyreportTree): Make room in yystates for the state
1515 preceding the RHS. This fixes the segmentation fault reported by Derek
1516 M. Jones in
1517 <http://lists.gnu.org/archive/html/help-bison/2006-05/msg00035.html>.
1518 (yyreportTree, yypdumpstack): Subtract 1 from yyrule before printing
1519 to the user. Reported for yyreportTree by Derek M. Jones later in the
1520 same thread.
1521 * THANKS: Add Derek M. Jones.
1522 Update my email address.
1523 Fix typo in Steve Murphy's name.
1524
276f48df
PE
15252006-05-14 Paul Eggert <eggert@cs.ucla.edu>
1526
d6645148
PE
1527 * data/glr.c (yyreportSyntaxError): Fix off-by-one error in
1528 checking against YYLAST that caused the parser to miss a potential
1529 alternative in its diagnostic.
1530 Problem reported by Maria Jose Moron Fernandez in
1531 <http://lists.gnu.org/archive/html/bug-bison/2006-05/msg00024.html>.
1532 * data/lalr1.cc (yysyntax_error_): Likewise.
1533 * data/yacc.c (yysyntax_error): Likewise.
1534 * tests/regression.at (_AT_DATA_DANCER_Y): Use static array for
1535 tokens, in case we run into an older C compiler.
1536 (_AT_DATA_EXPECT2_Y, AT_CHECK_EXPECT2): New macros.
1537 Use them to check for the off-by-one error fixed above.
1538
276f48df
PE
1539 * data/yacc.c (yytnamerr): Fix typo: local var should be of type
1540 YYSIZE_T, not size_t.
1541 * tests/regression.at (Trivial grammars): New test, to catch
1542 the error fixed by the above patch.
1543
cd8b5791
AD
15442006-05-14 Akim Demaille <akim@lrde.epita.fr>
1545
1546 * doc/bison.texinfo (C++ Bison Interface): Clarify the naming
1547 scheme.
1548 Reported by Steve Murphy.
1549
34376418
AD
15502006-05-14 Akim Demaille <akim@lrde.epita.fr>
1551
1552 * data/glr.cc, data/lalr1.cc: Using %defines is mandatory.
1553 * data/glr.cc: b4_location_flag is now b4_locations_flag.
1554
327afc7c
AD
15552006-05-14 Akim Demaille <akim@lrde.epita.fr>
1556
1557 Implement --trace=m4.
1558 * src/getargs.c (trace_types, trace_args): Accept trace_m4.
1559 * src/output.c (output_skeleton): When set, pass -dV to m4.
1560
1561 Factor the handling of flags in m4.
1562 * src/output.c (prepare): Rename the muscle names debug, defines,
1563 error_verbose to debug_flag, defines_flag, error_verbose_flag.
1564 * data/c.m4: Adjust.
1565 (_b4_define_flag_if, b4_define_flag_if, b4_defines_if): New.
1566 Use b4_define_flag_if to define other b4_FLAG_if macros.
1567 (b4_location_if): As a consequence, rename as...
1568 (b4_locations_if): this, for consistency.
1569 Adjust all the skeletons.
1570
ba9ecd19
AD
15712006-05-14 Akim Demaille <akim@lrde.epita.fr>
1572
1573 * etc/bench.pm: Shorten bench names.
1574
4e83ea15
AD
15752006-05-14 Akim Demaille <akim@lrde.epita.fr>
1576
1577 * src/output.h, src/output.c (error_verbose): Move to...
1578 * src/getargs.h, src/getargs.c: here.
1579 Sort the flags.
1580 Adjust dependencies.
1581
6e93d810
PE
15822006-05-13 Paul Eggert <eggert@cs.ucla.edu>
1583
1584 * data/c.m4 (b4_copyright): Put the special exception for Bison
1585 skeletons here, so we don't have to put it in each skeleton. All
b15296ff
PE
1586 uses changed. Suggested by Akim Demaille. Also, wrap the
1587 copyright notice, in case it is longer than 80 columns. Replace
1588 comma by newline after title.
6e93d810 1589
eaea13f5
PE
15902006-05-11 Paul Eggert <eggert@cs.ucla.edu>
1591
1592 * doc/bison.texinfo (Calc++ Scanner): The flex behavior is an
1593 incompatibility, not a bug. Mention that it wasn't fixed as of
1594 flex 2.5.33.
1595
3cf084ec
AD
15962006-05-11 Akim Demaille <akim@lrde.epita.fr>
1597
1598 * examples/extexi: Enforce the precedence of concatenation over
1599 >>.
0a9f1c7d 1600 Reported by Tommy Nordgren.
3cf084ec 1601
32c96bd7
AD
16022006-05-11 Akim Demaille <akim@lrde.epita.fr>
1603
1604 * data/lalr1.cc (yytranslate_): Rename token as t to avoid clashes
1605 with the member "token".
f94705b2 1606 Reported by Martin Nylin.
32c96bd7 1607
eaea13f5
PE
16082006-05-08 Paul Eggert <eggert@cs.ucla.edu>
1609
1610 * data/glr.c: Switch to Bison 2.2 special-exception language in
1611 the copyright notice. Use more-regular format for titles and
1612 copyright notices.
1613 * data/glr.cc: Likewise.
1614 * data/location.cc: Likewise.
1615 * data/yacc.cc: Likewise.
1616 * doc/bison.texinfo (Conditions): Document this.
1617 * NEWS: likewise. Upgrade version to 2.2.
1618
6e2d1146
AD
16192006-04-27 Akim Demaille <akim@lrde.epita.fr>
1620
1621 * data/glr.cc: Remove dead code.
1622
47671055
PE
16232006-04-25 Paul Eggert <eggert@cs.ucla.edu>
1624
1625 * bootstrap: Comment out the AM_CPPFLAGS line, since we don't use
1626 that variable and the line breaks the bootstrap. Problem reported
1627 by Juan M. Guerrero.
1628
ed2e6384
AD
16292006-04-24 Akim Demaille <akim@lrde.epita.fr>
1630
1631 * doc/bison.texinfo (Multiple start-symbols): New.
1632
3cedc2dc
AD
16332006-04-24 Akim Demaille <akim@lrde.epita.fr>
1634
1635 * etc/README, etc/bench.pl: New.
1636
b2ddc3f3
AD
16372006-04-03 Akim Demaille <akim@lrde.epita.fr>
1638
1639 * src/scan-gram.l: Be robust to BRACED_CODE appearing before any
1640 rule.
1641 Reported by Mickael Labau.
1642 * tests/input.at (Torturing the Scanner): Test it.
1643
91e3ac9a
PE
16442006-03-16 Paul Eggert <eggert@cs.ucla.edu>
1645
1646 * doc/bison.texinfo (Decl Summary): Don't mention yylloc twice.
1647 Problem reported by Bob Rossi.
1648
16492006-03-13 Paul Eggert <eggert@cs.ucla.edu>
1650
1651 * doc/bison.texinfo: Remove @shorttitlepage stuff; it wasn't used
1652 and didn't really work.
1653 For the index, use @ifnotinfo, not @iftex.
1654 Minor cleanups of spacing and terminology.
1655
5cf61e93
AD
16562006-03-12 Akim Demaille <akim@lrde.epita.fr>
1657
1658 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Fix the definition
1659 of AT_NAME_PREFIX when %name-prefix is not used.
1660
aa08666d
AD
16612006-03-12 Akim Demaille <akim@lrde.epita.fr>
1662
1663 Apply --prefix to C++ skeletons too: they change the namespace.
1664 The test suite already exercize these cases.
1665 * data/c++.m4 (b4_namespace): New.
1666 * data/lalr1.cc, data/glr.cc, data/location.cc: Use it instead of `yy'.
1667 * data/lalr1.cc (yytnameerr_): Move its definition into the namespace.
1668 * data/yacc.c, data/glr.c: Remove a useless `[]'.
1669 * doc/bison.texinfo: Document it.
1670 (Option Cross Key): Use @multitable in all formats. It looks
1671 nicer, even in TeX outputs.
1672 (Rules): Use the same code whatever the output type is.
1673 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS)
1674 (_AT_BISON_OPTION_POPDEFS): Support AT_NAME_PREFIX.
1675 * tests/calc.at: Use it, instead of hard coding `yy'.
91e3ac9a 1676
45567173
AD
16772006-03-10 Akim Demaille <akim@lrde.epita.fr>
1678
1679 * TODO: Remove dead items.
1680
e9d8f881 16812006-03-10 Akim Demaille <akim@lrde.epita.fr>
55ba27be
AD
1682
1683 * doc/FAQ: Remove, merged into...
1684 * doc/bison.texinfo (FAQ): this.
1685 * doc/Makefile.am (EXTRA_DIST): Adjust.
1686
c095d689
AD
16872006-03-10 Akim Demaille <akim@lrde.epita.fr>
1688
1689 * data/c.m4 (b4_token_enum): Always define the enum of tokens,
1690 even if empty.
1691 * data/lalrl1.cc, data/glr.cc (parser::token_type): New.
1692 * doc/bison.texinfo (Calc++ Scanner): Use it.
1693
6e0f8287
PE
16942006-03-09 Paul Eggert <eggert@cs.ucla.edu>
1695
1696 Fix two nits reported by twlevo, plus one more that I discovered.
1697
1698 * src/assoc.h (assoc_to_string): Give a name to the arg, as
1699 this is the usual Bison style.
1700 * src/location.h (location_print): Likewise.
1701
1702 * src/reader.h (token_name): Likewise.
1703
d6b771c3
PE
17042006-03-08 Paul Eggert <eggert@cs.ucla.edu>
1705
1706 Fix some nits reported by twlevo.
1707 * doc/FAQ: Remove ancient Y2K FAQ, replacing it with "secure"
1708 and "POSIX". Use more-modern syntax for URLs. Mention C++
1709 and ask for Java. Don't hardwire OS version numbers. Add
1710 copyright notice.
1711 * m4/.cvsignore: Add unistd_h.m4, for latest gnulib.
1712 * src/conflicts.c (solved_conflicts_obstack): Now static.
1713
1e137b71
JD
17142006-03-08 Joel E. Denny <jdenny@ces.clemson.edu>
1715
1716 * doc/bison.texinfo (Introduction): Mention GLR and C++ as on the web
1717 page. Say "you can use it" not "you may use it" as on the web page;
1718 we're describing capabilities not granting permission.
1719
73f2e47e
PE
17202006-03-06 Paul Eggert <eggert@cs.ucla.edu>
1721
6d05403d
PE
1722 * data/glr.c (yyresolveLocations): Rename local variables to avoid
1723 shadowing warnings. Use usual patter for iterating through RHS.
1724 * tests/glr-regression.at
1725 (Uninitialized location when reporting ambiguity):
1726 Modify yylex so that it uses its argument, rather than trying
1727 to rely on ARGSUSED (which doesn't work for gcc with warnings).
1728 const char -> char const.
1729
73f2e47e
PE
1730 * tests/Makefile.am ($(srcdir)/package.m4, maintainer-check-valgrind):
1731 Don't use tabs inside commands; it messes up 'ps'.
1732 Problem reported by twlevo.
1733
8710fc41
JD
17342006-03-06 Joel E. Denny <jdenny@ces.clemson.edu>
1735
1736 * tests/glr-regression.at (Uninitialized location when reporting
1737 ambiguity): New test case.
1738 * data/glr.c (yyresolveLocations): New function, which uses
1739 YYLLOC_DEFAULT.
1740 (yyresolveValue): Invoke yyresolveLocations before reporting an
1741 ambiguity.
1742 * doc/bison.texinfo (Default Action for Locations): Note
1743 YYLLOC_DEFAULT's usage for ambiguity locations.
1744 (GLR Semantic Actions): Cross-reference those notes.
1745
ae952af2
JD
17462006-03-04 Joel E. Denny <jdenny@ces.clemson.edu>
1747
1748 * tests/glr-regression.at (Leaked semantic values when reporting
1749 ambiguity): Remove unnecessary union and type declarations.
1750 (Leaked lookahead after nondeterministic parse syntax error): New test
1751 case.
1752 * data/glr.c (yyparse): Check for zero stacks remaining before
1753 attempting to shift the lookahead so that you don't lose it.
1754
35ee866a
JD
17552006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
1756
1757 Avoid memory leaks by not invoking longjmp in yyreportAmbiguity.
1758 * tests/glr-regression.at (Leaked semantic values when reporting
1759 ambiguity): New test case.
1760 * data/glr.c (yyreportAmbiguity): Invoke yyyerror directly and return
1761 yyabort rather than invoking yyFail, which invokes longjmp. Remove the
1762 now unnecessary yystackp parameter.
1763 (yyresolveValue): Return yyreportAmbiguity's result. Now the necessary
1764 destructors can be called.
1765
1766 * tests/glr-regression.at: Don't invoke bison with `-t' unnecessarily
1767 in existing testcases.
1768
520181ab
JD
17692006-03-02 Joel E. Denny <jdenny@ces.clemson.edu>
1770
1771 Don't leak semantic values for parent RHS when a user action cuts the
1772 parser, and clean up related code a bit.
1773 * tests/glr-regression.at (Leaked merged semantic value if user action
35ee866a
JD
1774 cuts parse): Rename to...
1775 (Leaked semantic values if user action cuts parse): ... this. Add check
520181ab
JD
1776 for leaked parent RHS values.
1777 * data/glr.c (yydestroyGLRState): In debugging output, distinguish
1778 between an unresolved state (non-empty chain of semantic options) and
1779 an incomplete one (signaled by an empty chain).
ae952af2 1780 (yyresolveStates): Document the interface. Move all manipulation of a
520181ab
JD
1781 successfully or unsuccessfully resolved yyGLRState to...
1782 (yyresolveValue): ... here so that yyresolveValue always leaves a
1783 yyGLRState with consistent data and thus is easier to understand.
1784 Remove the yyvalp and yylocp parameters since they are always just
1785 taken from the yys parameter. When reporting a discarded merged value
1786 in debugging output, note that it is incompletely merged. Document the
1787 interface.
1788 (yyresolveAction): If resolving any of the RHS states fails, destroy
1789 them all rather than leaking them. Thus, as long as user actions are
1790 written to clean up the RHS correctly, yyresolveAction always cleans up
1791 the RHS of a semantic option. Document the interface.
1792
18d9185c
PE
17932006-02-27 Paul Eggert <eggert@cs.ucla.edu>
1794
1795 * data/glr.c (yyexpandGLRStack): Catch an off-by-one error that
1796 led to a segmentation fault in GNU Pascal. Problem reported
1797 by Waldek Hebisch.
1798
841a7737
JD
17992006-02-21 Joel E. Denny <jdenny@ces.clemson.edu>
1800
1801 * doc/bison.texinfo (Mid-Rule Actions): Explain how to bury a
1802 mid-rule action inside a nonterminal symbol in order to declare a
1803 destructor for its semantic value.
1804
fc3f467f
PE
18052006-02-16 Paul Eggert <eggert@cs.ucla.edu>
1806
1807 * data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE) && !
1808 YYSTACK_USE_ALLOCA && ! defined YYSTACK_ALLOC && defined
1809 __cplusplus && ! defined _STDLIB_H && !
1810 ((defined YYMALLOC || defined malloc) && (defined YYFREE ||
1811 defined free))]: Include <stdlib.h> rather than rolling our own
1812 declarations of malloc and free, to avoid problems with
1813 incompatible declarations (using 'throw') C++'s stdlib.h. This
1814 should fix Debian bug 340012
1815 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=340012>,
1816 reported by Guillaume Melquiond.
1817
a3af26dd
PE
18182006-02-13 Paul Eggert <eggert@cs.ucla.edu>
1819
4d7bc38c
PE
1820 * NEWS: Clarify symbols versus types in unused-value warnings.
1821
a3af26dd
PE
1822 * configure.ac (AC_INIT): Bump version number.
1823
4e26c69e
PE
18242006-02-13 Paul Eggert <eggert@cs.ucla.edu>
1825
1826 * NEWS: Version 2.1a.
1827 * tests/headers.at (AT_TEST_CPP_GUARD_H): Declare yyerror and yylex,
1828 since C99 requires this.
1829
498e897c
PE
18302006-02-11 Paul Eggert <eggert@cs.ucla.edu>
1831
1832 * m4/c-working.m4: New file.
1833 * configure.ac (BISON_TEST_FOR_WORKING_C_COMPILER): Use it.
1834
57bb17ca
PE
18352006-02-10 Paul Eggert <eggert@cs.ucla.edu>
1836
1837 * Makefile.maint: Merge from coreutils.
1838
0be105dc
PE
18392006-02-09 Paul Eggert <eggert@cs.ucla.edu>
1840
1841 More portability fixes for problems summarized by Nelson H. F. Beebe.
1842
1843 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Catch a
1844 configuration screwup "./configure CC=/opt/SUNWspro/bin/c89
1845 CFLAGS="-xarch=generic64" CXX=/opt/SUNWspro/bin/CC
1846 LDFLAGS="-xarch=generic64" with Sun C 5.7 on Solaris 10; this
1847 messes up because C++ code is compiled in 32-bit mode but linked
1848 in 64-bit mode.
1849
6fc0c024
PE
18502006-02-08 Paul Eggert <eggert@cs.ucla.edu>
1851
1852 More portability fixes for problems summarized by Nelson H. F. Beebe.
1853
7870f699
PE
1854 * doc/bison.texinfo (Calc++ Scanner): Work around a bug in flex
1855 2.5.31. This resembles the 2005-10-10 patch to src/scan-skel.l.
1856
6fc0c024
PE
1857 * examples/calc++/Makefile.am (check_PROGRAMS): Renamed from
1858 nodist_PROGRAMS, since we don't need to actually compile the
1859 example if we're just doing a plain 'make'. This avoids bothering
1860 the installer unnecessarily about problems due to weird C++
1861 compilers.
1862
fe6c2fde
PE
18632006-02-06 Paul Eggert <eggert@cs.ucla.edu>
1864
1865 More portability fixes for problems summarized by Nelson H. F. Beebe.
1866
1867 * tests/headers.at (AT_TEST_CPP_GUARD_H): Use #include <...> rather
1868 than #include "...", and compile with -I'.'. The old method was
1869 not portable, according to Posix and the C standard, and it does
1870 not work with Sun C 5.7, where previous #line directives affect
1871 the working directory used in later #include "..." directives.
1872
927b425b
JMG
18732006-02-06 Juan Manuel Guerrero <juan.guerrero@gmx.de>
1874
1875 Various DJGGP specific issues in /djgpp
1876
d9735e9e
PE
18772006-02-02 Paul Eggert <eggert@cs.ucla.edu>
1878
1879 More portability fixes for problems summarized by Nelson H. F. Beebe.
1880
1881 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check that
1882 '#include <map>' works and that you can apply ++ to iterators.
1883
5a6755af
PE
18842006-02-01 Paul Eggert <eggert@cs.ucla.edu>
1885
67a0dc4f
PE
1886 Work around portability problems summarized by Nelson H. F. Beebe in
1887 <http://lists.gnu.org/archive/html/bug-bison/2005-09/msg00021.html>.
1888
8c86f0ef
PE
1889 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
1890 that '#include <string>' works.
1891
de35dd59
PE
1892 * data/lalr1.cc (yytranslate_): No longer inline, to work around a
1893 porting problem to g++ 3.4.3 on Darwin 7.9.0, where g++ complained
1894 "warning: sorry: semantics of inline function static data `const
1895 unsigned char translate_table[262]' are wrong (you'll wind up with
1896 multiple copies)".
1897
67a0dc4f
PE
1898 * lib/bbitset.h (struct bitset_vtable): Rename members not, and,
1899 or, xor to not_, and_, or_, and xor_, respectively. This works
1900 around a bug in GCC 3.4.3 on Irix 6.5, which apparently has a
1901 random system header somewhere that includes the equivalent of
1902 <iso646.h>.
1903
5a6755af
PE
1904 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that "$CC
1905 -E" works; it apparently doesn't work with PathScale EKO Compiler
67a0dc4f 1906 Suite Version 2.0.
5a6755af 1907
3f001415
JD
19082006-01-30 Joel E. Denny <jdenny@ces.clemson.edu>
1909
1910 During deterministic GLR operation, user actions should be able to
1911 influence the parse by changing yychar. To make this easier to fix and
1912 to make glr.c easier to evolve in general, don't maintain yytoken in
1913 parallel with yychar; just compute yytoken when needed.
1914 * tests/glr-regression.at (Incorrect lookahead during deterministic
1915 GLR): Check that setting yychar in a user action has the intended
1916 effect.
1917 * data/glr.c (yyGLRStack): Remove yytokenp member.
1918 (yyclearin): Don't set *yytokenp.
1919 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Examine
1920 yychar rather than *yytokenp to determine the current lookahead.
1921 Compute yytoken locally when needed.
1922 (yyparse): Likewise. Remove the local yytoken that yytokenp used to
1923 point to.
1924
1925 * doc/bison.texinfo (Bison Options): Remove stray sentence fragment
1926 after `--report' documentation.
1927
e2a8c0f5
PE
19282006-01-30 Paul Eggert <eggert@cs.ucla.edu>
1929
1930 * src/parse-gram.y (grammar_declaration): Location of printer
1931 symbol is @1, not list->location. Bug reported by twlevo.
1932 * tests/input.at (Incompatible Aliases): Adjust to above change.
1933
6b702268
PE
19342006-01-29 Paul Eggert <eggert@cs.ucla.edu>
1935
27622431
PE
1936 * tests/input.at (AT_CHECK_UNUSED_VALUES): Remove. Instead, do
1937 all the test at once. This makes the output easier to read in the
1938 normal case.
1939
6b702268
PE
1940 Fix a longstanding bug uncovered by bro-0.9a9/src/parse.y, which I
1941 got from <http://bro-ids.org/download.html>. The bug is that
1942 when two actions appeared in succession, the second one was
1943 scanned before the first one was added to the grammar rule
1944 as a midrule action. Bison then output the incorrect warning
1945 "parse.y:905.17-906.36: warning: unused value: $3".
1946 * src/parse-gram.y (BRACED_CODE, action): These are no longer
1947 associated with a value.
1948 (rhs): Don't invoke grammar_current_rule_action_append.
1949 (action): Invoke it here instead.
1950 * src/reader.c (grammar_midrule_action): Now extern.
1951 (grammar_current_rule_action_append): Don't invoke
1952 grammar_midrule_action; that is now the scanner's job.
1953 * src/reader.h (last_string, last_braced_code_loc):
1954 (grammar_midrule_action): New decls.
1955 * src/scan-gram.l (last_string): Now extern, sigh.
1956 (last_braced_code_loc): New extern variable.
1957 (<INITIAL>"{"): Invoke grammar_midrule_action if the current
1958 rule already has an action.
1959 (<SC_BRACED_CODE>"}"): Set last_braced_code_loc before returning.
1960 * tests/input.at (AT_CHECK_UNUSED_VALUES):
1961 Add some tests to check that the above changes fixed the bug.
1962
d40ba6c2
PE
19632006-01-27 Paul Eggert <eggert@cs.ucla.edu>
1964
1965 * src/reader.c (symbol_should_be_used): Renamed from symbol_typed_p.
1966 All used changed. Check whether the symbol has a destructor,
1967 not whether it is typed.
1968 * tests/input.at (AT_CHECK_UNUSED_VALUES): Add a destructor, so
1969 that the values are still reported as unused. All line numbers
1970 adjusted.
1971
401aace6
PE
19722006-01-23 Paul Eggert <eggert@cs.ucla.edu>
1973
1974 Work around a bug in bro 0.8, which underparenthesizes its
1975 definition of YYLLOC_DEFAULT.
1976 * data/glr.c: Change all uses of YYLLOC_DEFAULT to parenthesize
1977 their arguments.
1978 * data/lalr1.cc: Likewise.
1979 * data/yacc.cc: Likewise.
1980
06f01bc4
PE
19812006-01-22 Paul Eggert <eggert@cs.ucla.edu>
1982
401aace6
PE
1983 Work around a bug in Pike 7.0, and give the Pike folks a
1984 better way to override the usual int widths.
1985 * data/yacc.c (b4_int_type): Use yytype_uint8, etc., so that the
1986 user can override the types.
1987 (short): #undef, to work around a bug in Pike 7.0.
1988 (yytype_uint8, yytype_int8, yytype_uint16, yytype_int16): New types.
1989 (union yyalloc.yyss): Use yytype_int16 rather than short.
1990 All uses changed.
1991 (yysigned_char): Remove.
1992 * src/parse-gram.y (YYTYPE_UINT8, YYTYPE_INT8, YYTYPE_UINT16):
1993 (YYTYPE_INT16): New macros, to test the new facility in yacc.c.
1994 * tests/regression.at (Web2c Actions): Adjust to above changes.
1995
1996 * src/reader.c (check_and_convert_grammar): New function.
1997 (reader): Close the input file even if something went wrong during
1998 parsing. Minor file descriptor leak reported by twlevo.
1999
06f01bc4
PE
2000 * src/assoc.c (assoc_to_string): Use a default: abort (); case
2001 to pacify gcc -Wswitch-default.
2002 * src/scan-gram.l (adjust_location): Use a default: break; case
2003 to pacify gcc -Wswitch-default.
2004 * src/scan-skel.h (skel_get_lineno, skel_get_in, skel_get_out):
2005 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
2006 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
2007 Move these decls to scan-skel.l, since they don't need to be
2008 visible elsewhere.
2009 * src/scan-skel.l: Accept the above decls.
2010 (skel_lex): New decl, to pacify GCC when unpatched flex 2.5.31
2011 is used.
2012
02650b7f
PE
20132006-01-21 Paul Eggert <eggert@cs.ucla.edu>
2014
2015 * Makefile.cfg (local-checks-to-skip): Add changelog-check,
2016 since we don't want to insist on a version number at the start
2017 of the changelog every time.
2018 * Makefile.maint: Sync from coreutils a bit better.
2019 (sc_trailing_blank): Renamed from sc_trailing_space.
2020 All uses changed.
2021 (sc_no_if_have_config_h, sc_require_config_h):
2022 (sc_prohibit_assert_without_use): New rules.
2023 (sc_obsolete_symbols): Don't catch Makefile.maint itself.
2024 (sc_dd_max_sym_length): Fix leading spaces in rule.
2025 (sc_system_h_headers): Prefix with @.
2026 (sc_useless_cpp_parens, m4-check): Output line numbers.
2027 (changelog-check): Allow version only in head.
2028 * data/c.m4: Use "defined FOO" instead of "defined (FOO)", to
2029 satisfy new Makefile.maint rule.
2030 * data/glr.c: Likewise.
2031 * data/glr.cc: Likewise.
2032 * data/lalr1.cc: Likewise.
2033 * data/yacc.c: Likewise.
2034 * lib/ebitsetv.c: Likewise.
2035 * lib/lbitset.c: Likewise.
2036 * lib/subpipe.c: Likewise.
2037 * lib/timevar.c: Likewise.
2038 * src/system.h: Likewise.
2039 * data/yacc.c (YYSTYPE): Don't generate trailing spaces in output.
2040 * djgpp/Makefile.maint: Add copyright notice.
2041 * djgpp/README.in: Likewise.
2042 * djgpp/config.bat: Likewise.
2043 * djgpp/config.site: Likewise.
2044 * djgpp/config_h.sed: Likewise.
2045 * djgpp/djunpack.bat: Likewise.
2046 * djgpp/config.sed: Fix copyright notice to match standard format.
2047 * djgpp/subpipe.h: Likewise.
2048 * lib/bitsetv-print.c: Likewise.
2049 * lib/bitsetv.c: Likewise.
2050 * lib/subpipe.h: Likewise.
2051 * lib/timevar.c: Likewise.
2052 * lib/timevar.h: Likewise.
2053 * djgpp/subpipe.c: Use standard recipe for config.h.
2054 * lib/abitset.c: Likewise.
2055 * lib/bitset.c: Likewise.
2056 * lib/bitset_stats.c: Likewise.
2057 * lib/bitsetv-print.c: Likewise.
2058 * lib/bitsetv.c: Likewise.
2059 * lib/ebitsetv.c: Likewise.
2060 * lib/get-errno.c: Likewise.
2061 * lib/lbitset.c: Likewise.
2062 * lib/subpipe.c: Likewise.
2063 * lib/timevar.c: Likewise.
2064 * lib/vbitset.c: Likewise.
2065 * tests/local.at: Likewise.
2066 * src/scan-gram.l: Don't include verify.h, since system.h does
2067 that for us.
2068 * .x-sc_require_config_h: New file.
2069 * .x-sc_unmarked_diagnostics: New file.
2070
287c78f6
PE
20712006-01-20 Paul Eggert <eggert@cs.ucla.edu>
2072
287c78f6
PE
2073 Be a bit more systematic about using 'abort'.
2074 * lib/abitset.c (abitset_test): Remove ATTRIBUTE_UNUSED; not needed.
2075 * lib/bitset.c (bitset_bytes, bitset_init, bitset_op4_cmp):
2076 Put 'default: abort ();' before some other case, to satisfy older
2077 pedantic compilers.
2078 * lib/bitset_stats.c (bitset_stats_init): Likewise.
2079 * lib/ebitset.c (ebitset_elt_find, ebitset_op3_cmp): Likewise.
2080 * lib/lbitset.c (lbitset_elt_find, lbitset_op3_cmp): Likewise.
2081 * src/conflicts.c (resolve_sr_conflict): Likewise.
68cae94e
PE
2082 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str):
2083 (get_decision_str, get_orientation_str, get_node_alignment_str):
2084 (get_arrow_mode_str, get_crossing_type_str, get_view_str):
2085 (get_linestyle_str, get_arrowstyle_str): Likewise.
2086 * src/conflicts.c (resolve_sr_conflict):
2087 Use a default case rather than one for the one remaining enum
2088 value, to catch invalid enum values as well.
2089 * src/lalr.c (set_goto_map, map_goto):
2090 Prefer "assert (FOO);" to "if (!FOO) abort ();".
2091 * src/nullable.c (nullable_compute, token_definitions_output):
2092 Likewise.
2093 * src/reader.c (packgram, reader): Likewise.
2094 * src/state.c (transitions_to, state_new, state_reduction_find):
2095 Likewise.
2096 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias):
2097 (symbol_pack): Likewise.
2098 * src/tables.c (conflict_row, pack_vector): Likewise.
287c78f6
PE
2099 * src/scan-skel.l (QPUTS): Remove unnecessary parens.
2100 (BASE_QPUTS, "@output ".*\n): Remove unnecessary asserts.
68cae94e
PE
2101 * src/system.h: Don't include <assert.h>.
2102 (assert): New macro.
2103
2104 * doc/bison.texinfo (Prologue, Rules, Actions, Union Decl, Action Decl):
2105 (Destructor Decl, Parser Function, Pure Calling):
2106 Describe rules for braces inside C code more carefully.
287c78f6 2107
c66dfadd
PE
21082006-01-19 Paul Eggert <eggert@cs.ucla.edu>
2109
c21493b8
PE
2110 Fix some porting glitches found by Nelson H. F. Beebe.
2111 * lib/abitset.c (abitset_resize): Rewrite to avoid warnings from
2112 compilers that don't understand that abort () does not return.
2113 * src/state.c (transitions_to): Likewise.
2114 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check
2115 that '#include <cstdlib>' works.
2116 * src/system.h (INT8_MIN, INT16_MIN, INT32_MIN, INT8_MAX):
2117 (INT16_MAX, UINT8_MAX, INT32_MAX, UINT16_MAX, UINT32_MAX):
2118 #undef if ! defined __STDC_VERSION__ || __STDC_VERSION__ < 199901,
2119 for the benefit of some pre-C99 compilers.
2120
b6e3facf
PE
2121 * bootstrap: Undo changes to gnulib files that autoreconf made.
2122
c66dfadd
PE
2123 Minor fixups to get 'make maintainer-check' to work.
2124 * configure.ac: Don't use -Wnested-externs, as it's incompatible
2125 with the new verify.h implementation.
2126 * data/c.m4 (b4_yy_symbol_print_generate): YYUSE (yyoutput).
2127 * data/glr.c (YYUSE): Depend on __GNUC__ as well.
2128 * data/yacc.c (YYUSE): Likewise.
2129 * data/lalr1.cc (yysyntax_error_): YYUSE (yystate).
2130 * lib/subpipe.c (end_of_output_subpipe): The args are unused.
2131 * src/parse-gram.y (declaration): Don't pass a string constant
2132 to a function that expects char *, since GCC might complain
2133 about the constant value.
2134 * src/reader.c (symbol_typed_p): Add parens to pacify GCC.
2135 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): #undef yylloc and yylval
2136 before #defining them.
2137 * tests/glr-regression.at
2138 (Incorrectly initialized location for empty right-hand side in GLR):
2139 In yyerror, use the msg arg.
2140 (Corrupted semantic options if user action cuts parse):
2141 (Incorrect lookahead during deterministic GLR):
2142 (Incorrect lookahead during nondeterministic GLR):
2143 Don't name a local var 'index'; it shadows string.h's 'index'.
2144
ed94ef2a
AD
21452006-01-19 Akim Demaille <akim@epita.fr>
2146
2147 * tests/calc.at (_AT_DATA_CALC_Y): Initialize the whole initial
2148 location, not just parts of it.
2149
e9ad4aec
PE
21502006-01-18 Paul Eggert <eggert@cs.ucla.edu>
2151
d6ca7905
PE
2152 * NEWS: Document the fact that multiple %unions are now allowed.
2153 * doc/bison.texinfo (Union Decl): Likewise.
51cbef6f
PE
2154 * TODO: This feature is now implemented, so remove it from
2155 the wishlist.
d6ca7905 2156
ef1b70e0
PE
2157 * Makefile.maint: Merge with coreutils Makefile.maint.
2158 (CVS_LIST): Use build-aux version if available.
2159 (VERSION_REGEXP): New macro.
2160 (syntax-check-rules): Add sc_no_if_have_config_h,
2161 sc_prohibit_assert_without_use, sc_require_config_h,
2162 sc_useless_cpp_parens.
2163 (sc_obsolete_symbols): Check for O_NDELAY.
2164 (sc_dd_max_sym_length): Track coreutils.
2165 (sc_unmarked_diagnostics): Look in all files, not just *.c.
2166 (sc_useless_cpp_parens): New rule.
2167 (news-date-check): Look for version or today's date.
2168 (changelog-check): Don't require version number near head.
2169 (copyright-check): Use current year instead of hardwiring 2005.
2170 (my-distcheck): Depend on $(release_archive_dir)/$(prev-tgz).
2171 (announcement): Add --gpg-key-ID.
2172
2173 * djgpp/config.sed: Add copyright notice, and replace "filesystem"
2174 with "file system".
2175
2073ce56 2176 Avoid undefined behavior that addressed just before the start of an
e9ad4aec
PE
2177 array. Problem reported by twlevo.
2178 * src/reader.c (packgram): Prepend a new sentinel before ritem.
2179 * src/lalr.c (build_relations): Rely on new sentinel.
2180 * src/gram.c (gram_free): Adjust to new sentinel.
2181
b7691f15
JD
21822006-01-12 Joel E. Denny <jdenny@ces.clemson.edu>
2183
2184 * data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to
2185 yylookaheadNeeds. All uses updated.
2186 (yysplitStack): Rename local yynewLookaheadStatuses to
2187 yynewLookaheadNeeds.
2188 * data/glr-regression.at (Incorrect lookahead during nondeterministic
2189 GLR): In comments, change `lookahead status' to `lookahead need'.
2190
ddee1b06
PH
21912006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
2192
2193 * data/glr.c (yysplitStack): A little stylistic rewrite.
2194
12f4614d
PH
21952006-01-11 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
2196
2197 * data/glr.c (yyaddDeferredAction): Flesh out the comment.
2198
32c29292
JD
21992006-01-11 Joel E. Denny <jdenny@ces.clemson.edu>
2200
2201 * doc/bison.texinfo: Fix some typos.
2202 (GLR Semantic Actions): New subsection discussing special
2203 considerations because GLR semantic actions might be deferred.
2204 (Actions): Mention look-ahead usage of yylval.
2205 (Actions and Locations): Mention look-ahead usage of yylloc.
2206 (Special Features for Use in Actions): Add YYEOF entry and mention it
2207 in the yychar entry.
2208 In the yychar entry, remove mention of the local yychar case (pure
2209 parser) since this is irrelevant information when writing semantic
2210 actions and since it's already discussed in `Bison Symbols' where
2211 yychar is otherwise described as an external variable.
2212 In the yychar entry, don't call it the `current' look-ahead since it
2213 isn't when semantic actions are deferred.
2214 In the yychar and yyclearin entries, add note about deferred semantic
2215 actions.
2216 Add yylloc and yylval entries discussing look-ahead usage.
2217 (Look-Ahead Tokens): When discussing yychar, don't call it the
2218 `current' look-ahead, and do mention yylval and yylloc.
2219 (Error Recovery): Cross-reference `Action Features' when mentioning
2220 yyclearin.
2221 (Bison Symbols): In the yychar entry, don't call it the `current'
2222 look-ahead.
2223 In the yylloc and yylval entries, mention look-ahead usage.
2224
de366a2f 22252006-01-08 Joel E. Denny <jdenny@ces.clemson.edu>
2781dbd1
JD
2226
2227 * tests/glr-regression.at: Update copyright year to 2006.
2228
bf70fa87
JD
22292006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
2230
2231 * data/glr.c (yyGLRStateSet): Add yybool* yylookaheadStatuses member to
2232 use during nondeterministic operation to track which stacks have
2233 actually needed the current lookahead.
2234 (yyinitStateSet, yyfreeStateSet, yyremoveDeletes, yysplitStack):
2235 Allocate, deallocate, resize, and otherwise shuffle space for
2236 yylookaheadStatuses in parallel with yystates member of yyGLRStateSet.
2237 (yysplitStack, yyprocessOneStack, yyparse): Set lookahead status
2238 appropriately during nondeterministic operation.
2239 (yySemanticOption): Add int yyrawchar, YYSTYPE yyval, and YYLTYPE yyloc
2240 members to store the current lookahead to be used by the deferred
2241 user action.
2242 (yyaddDeferredAction): Add size_t yyk parameter specifying the stack
2243 from which the RHS is taken. Set the lookahead members of the new
2244 yySemanticOption according to the lookahead status for stack yyk.
2245 (yyglrShiftDefer, yyglrReduce): Pass yyk parameter on to
2246 yyaddDeferredAction.
2247 (yyresolveAction): Set yychar, yylval, and yylloc to the lookahead
2248 members of yySemanticOption before invoking yyuserAction, and then set
2249 them back to their current values afterward.
2250 (yyparse): Set yychar = YYEMPTY where yytoken = YYEMPTY.
2251 (yyreportAmbiguity): Add /*ARGSUSED*/ to pacify lint.
2252 * tests/glr-regression.at: Remove `.' from the ends of recent test case
2253 titles for consistency.
2254 (Leaked merged semantic value if user action cuts parse): In order to
2255 suppress lint warnings, use arguments in merge function, and assign
2256 char value < 128 in main.
2257 (Incorrect lookahead during deterministic GLR): New test case.
2258 (Incorrect lookahead during nondeterministic GLR): New test case.
2259
05449a2c
JD
22602006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
2261
de366a2f 2262 * data/c.m4 (b4_yy_symbol_print_generate): In yy_symbol_print, accept
05449a2c
JD
2263 !yyvaluep as signal that no semantic value is available to print.
2264 * data/glr.c (yydestroyGLRState): If state is not resolved, don't try
2265 to print a semantic value.
2266
4158e0a1 22672006-01-06 Joel E. Denny <jdenny@ces.clemson.edu>
fd2493f7 2268
4158e0a1
JD
2269 * tests/glr-regression.at: For consistency with my newer test cases,
2270 don't thank myself.
2271
d659304d
JD
22722006-01-05 Joel E. Denny <jdenny@ces.clemson.edu>
2273
2274 * data/glr.c (yyresolveValue): When merging semantic options, if at
2275 least one user action succeeds but a later one cuts the parse, then
2276 destroy the semantic value before returning rather than leaking it.
2277 (yyresolveStates): If a user action cuts the parse and thus
2278 yyresolveValue fails, ignore the (unset) semantic value rather than
2279 corrupting the yyGLRState, and empty the semantic options list since
2280 the user actions should have called all necessary destructors.
2281 Simplify code with YYCHK.
2282 * tests/glr-regression.at (Corrupted semantic options if user action
2283 cuts parse): New test case.
2284 (Undesirable destructors if user action cuts parse): New test case.
2285 Before applying any of this patch, this test case never actually failed
2286 for me... but only because the corrupted semantic options usually
2287 masked this bug.
2288 (Leaked merged semantic value if user action cuts parse): New test
2289 case.
2290
6ec2c0f2
AD
22912006-01-05 Akim Demaille <akim@epita.fr>
2292
2293 * src/reader.c, src/symlist.h, src/symlist.c: s/mid_rule/midrule/.
2294
1b9c21fb
PE
22952006-01-04 Paul Eggert <eggert@cs.ucla.edu>
2296
2297 * data/c.m4 (b4_c_modern): New macro, with a new provision for
2298 _MSC_VER. Problem reported by Cenzato Marco.
2299 (b4_c_function_def): Use it.
2300 * data/yacc.c (YYMODERN_C): Remove. All uses replaced by
2301 b4_c_modern.
2302 (yystrlen, yystpcpy, yyparse): Use b4_c_function... macros rather
2303 than rolling our own.
2304
84866159
AD
23052006-01-04 Akim Demaille <akim@epita.fr>
2306
2307 Also warn about non-used mid-rule values.
2308 * src/symlist.h, src/symlist.c (symbol_list): Add a mid_rule
2309 member.
2310 (symbol_list_new): Adjust.
2311 * src/reader.c (symbol_typed_p): New.
2312 (grammar_rule_check): Use it.
2313 (grammar_midrule_action): Bind a mid-rule LHS to its rule.
2314 Check its rule.
2315 * tests/input.at (AT_CHECK_UNUSED_VALUES): New.
2316 Use it.
2317 * tests/actions.at (Exotic Dollars): Adjust.
2318
378f4bd8
AD
23192006-01-04 Akim Demaille <akim@epita.fr>
2320
2321 * src/reader.c (grammar_midrule_action): If $$ is set in a
2322 mid-rule, move the `used' bit to its lhs.
2323 * tests/input.at (Unused values): New.
2324 * tests/actions.at (Exotic Dollars): Adjust: exp is not typed.
2325
e2a21b6f
PE
23262006-01-03 Paul Eggert <eggert@cs.ucla.edu>
2327
54662697
PE
2328 * doc/bison.texinfo (Bison Options): Say more accurately what
2329 --yacc does.
2330 * src/parse-gram.y (rules_or_grammar_declaration): Don't complain
2331 about declarations in the grammar when in Yacc mode, as POSIX does
2332 not require a diagnostic when the grammar uses extensions.
2333
2334 * src/reduce.c (reduce_grammar): Remove unnecessary cast to bool.
2335
073f9288
PE
2336 Warn about dubious constructions like "%token T T".
2337 Reported by twlevo.
2338 * src/symtab.h (struct symbol.declared): New member.
2339 * src/symtab.c (symbol_new): Initialize it to false.
2340 (symbol_class_set): New arg DECLARING, specifying whether
2341 this is a declaration that we want to warn about, if there
2342 is more than one of them. All uses changed.
2343
1221b78a
PE
2344 * data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c:
2345 Allow multiple %union directives, whose contents concatenate.
2346 * src/parse-gram.y (grammar_declaration): Likewise.
2347 Use muscle_code_grow, so that we don't need stype_line any more.
2348 All uses changed.
2349
2350 * src/muscle_tab.c (muscle_grow): Fix comment.
2351
e2a21b6f
PE
2352 * ChangeLog, data/c.m4, data/glr.c, data/glr.cc, data/location.cc:
2353 * data/yacc.c, src/getargs.c, src/output.c, tests/cxx-type.at:
2354 Update copyright year to 2006.
2355
8f7e3cf9
AD
23562006-01-03 Akim Demaille <akim@epita.fr>
2357
2358 Have glr.cc pass (some of) the calc.at tests.
2359 * data/glr.cc (b4_parse_param_orig): New.
2360 (b4_parse_param): Improve its definition, and bound it more
2361 clearly in the skeleton.
2362 (b4_epilogue): Append, instead of prepending, in order to keep
2363 #line consistency.
2364 Simplify the generation of auxiliary functions: locations and
2365 purity are mandated.
2366 (b4_global_tokens_and_yystype): Honor it.
2367 * data/location.cc (c++.m4): Don't include it.
2368 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Define AT_GLR_CC_IF
2369 and AT_SKEL_CC_IF.
2370 * tests/calc.at (AT_CHECK_CALC): Rely on AT_SKEL_CC_IF instead of
2371 AT_LALR1_CC_IF.
2372 Be sure to initialize the first position's filename.
2373 (AT_CHECK_CALC_LALR1_CC): Add %location and %defines, they are
2374 mandated anyway.
2375 (AT_CHECK_CALC_GLR_CC): New.
2376 Use it to exercise glr.cc as a lalr1.cc drop-in replacement.
2377
3953ed88
AD
23782006-01-02 Akim Demaille <akim@epita.fr>
2379
2380 * src/output.c (output_skeleton): Don't hard wire the inclusion of
2381 c.m4.
0a96ba81 2382 * data/c++.m4, data/glr.c, data/yacc.c: Include c.m4.
3953ed88
AD
2383 * data/glr.cc: Do not include stack.hh.
2384
9ecafbbf
AD
23852006-01-02 Joel E. Denny <jdenny@ces.clemson.edu>
2386
2387 * data/glr.c: Reformat whitespace with tabs.
2388 (b4_lpure_formals): Remove this unused m4 macro.
2389 * tests/cxx-type.at: Reformat whitespace with tabs.
2390 (_AT_TEST_GLR_CXXTYPES): In union Node, rename node_info to nodeInfo
2391 since it's a member. Rename type to isNterm for clarity.
2392
c4d497a0
AD
23932005-12-29 Akim <akim@sulaco.local>
2394
2395 Let glr.cc catch up with symbol_value_print.
2396 * data/glr.cc (b4_yysymprint_generate): Replace by...
2397 (b4_yy_symbol_print_generate): this.
2398 (yy_symbol_print, yy_symbol_value_print): Declare them.
2399
4517da37
PE
24002005-12-28 Paul Eggert <eggert@cs.ucla.edu>
2401
2402 * src/location.h (boundary): Note that a line or column equal
2403 to INT_MAX indicates an overflow.
2404 * src/scan-gram.l: Include verify.h. Don't include get-errno.h.
2405 (rule_length_overflow, increment_rule_length, add_column_width):
2406 New functions.
2407 (<INITIAL>{id}, <SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'"):
2408 (<SC_BRACED_CODE>"}"):
2409 Use increment_rule_length rather than incrementing it by hand.
2410 (adjust_location, handle_syncline): Diagnose overflow.
2411 (handle_action_dollar, handle_action_at):
2412 Fix bug with monstrosities like $-2147483648.
2413 Remove now-unnecessary checks.
2414 (scan_integer): Verify assumptions and remove now-unnecessary checks.
2415 (convert_ucn_to_byte): Verify assumptions.
2416 (handle_syncline): New arg LOC. All callers changed.
2417 Don't store through a value derived from char const * pointer.
2418
2419 * src/reader.c (grammar_rule_check): Rewrite slightly to avoid
2420 GCC warnings.
2421
e3233bf6
PE
24222005-12-27 Paul Eggert <eggert@cs.ucla.edu>
2423
2424 * src/reader.c (grammar_midrule_action, grammar_symbol_append):
2425 Remove unnecessary forward static decls.
2426
8f3596a6
AD
24272005-12-27 Akim Demaille <akim@epita.fr>
2428
2429 * src/reader.c (grammar_current_rule_check): Also check that $$
2430 is used.
2431 Take the rule to check as argument, hence rename as...
2432 (grammar_rule_check): this.
2433 * src/reader.h, src/reader.c (grammar_rule_begin, grammar_rule_end):
2434 Rename as...
2435 (grammar_rule_begin, grammar_rule_end): these, for consistency.
2436 (grammar_midrule_action, grammar_symbol_append): Now static.
2437 * tests/torture.at (input): Don't rely on the default action
2438 being always performed.
2439 * tests/calc.at: "Set" $$ even when the action is "cut" with
2440 YYERROR or other.
2441 * tests/actions.at (Exotic Dollars): Instead of using unused
2442 values, check that the warning is issued.
2443
721be13c
PE
24442005-12-22 Paul Eggert <eggert@cs.ucla.edu>
2445
2446 * NEWS: Improve wording for unused-value warnings.
2447
a0af42fc
AD
24482005-12-22 Akim Demaille <akim@epita.fr>
2449
2450 * data/lalr1.cc, data/yacc.c, data/glr.c, data/c.m4
2451 (b4_yysymprint_generate): Rename as...
2452 (b4_yy_symbol_print_generate): this.
2453 Generate yy_symbol_print instead of yysymprint.
2454 Generate also yy_symbol_value_print, and use it.
2455
affac613
AD
24562005-12-22 Akim Demaille <akim@epita.fr>
2457
721be13c 2458 * NEWS: Warn about unused values.
affac613
AD
2459 * src/symlist.h, src/symlist.c (symbol_list, symbol_list_new): Add
2460 a `used' member.
2461 (symbol_list_n_get, symbol_list_n_used_set): New.
2462 (symbol_list_n_type_name_get): Use symbol_list_n_get.
2463 * src/scan-gram.l (handle_action_dollar): Flag used symbols.
2464 * src/reader.c (grammar_current_rule_check): Check that values are
2465 used.
2466 * src/symtab.c (symbol_print): Accept 0.
2467 * tests/existing.at: Remove the type information.
2468 Empty the actions.
2469 Remove useless actions (beware of mid-rule actions: perl -000
2470 -pi -e 's/\s*\{\}(?=[\n\s]*[|;])//g').
2471 * tests/actions.at (Exotic Dollars): Use unused values.
2472 * tests/calc.at: Likewise.
2473 * tests/glr-regression.at (No users destructors if stack 0 deleted):
2474 Likewise.
2475
2476 * src/gram.c (rule_useful_p, rule_never_reduced_p): Use
2477 rule_useful_p.
2478
9d9b8b70
PE
24792005-12-21 Paul Eggert <eggert@cs.ucla.edu>
2480
8bb4c753
PE
2481 Undo 2005-12-01 tentative license wording change. The wording is
2482 still being reviewed by the lawyers, and we don't want to wait for
2483 them before publishing a test release. For now, revert to the
2484 previous wording.
2485 * NEWS: Undo 2005-12-01 change.
2486 * data/glr.c: Revert to previous license wording.
2487 * data/glr.cc: Likewise.
2488 * data/lalr1.cc: Likewise.
2489 * data/location.cc: Likewise.
2490 * data/yacc.c: Likewise.
2491
9d9b8b70
PE
2492 * NEWS: Reword %destructor vs YYABORT etc.
2493 * data/glr.c: Use American spacing, for consistency.
2494 * data/glr.cc: Likewise.
2495 * data/lalr1.cc: Likewise.
2496 * data/yacc.c: Likewise.
2497 * data/yacc.c: Reformat comments slightly.
2498 * doc/bison.texinfo: Replace "non-" with "non" when that makes sense,
2499 for consistency. Fix some spelling errors and reword recently-included
2500 text slightly.
2501 * tests/cxx-type.at: Cast results of malloc, for C++.
2502
2c3b392a
AD
25032005-12-21 Joel E. Denny <address@hidden>
2504
2505 * tests/cxx-type.at: Construct a tree, count the parents of shared
2506 nodes, and free each node once and only once. Previously, the memory
2507 for semantic values was leaked instead.
2508
d6cff4dc
AD
25092005-12-21 Joel E. Denny <address@hidden>
2510
2511 * data/glr.c (struct yyGLRStack): If pure, add yyval and yyloc members.
2512 (yylval, yylloc): If pure, #define to yystackp->yyval and
2513 yystackp->yyloc similar to yychar and yynerrs.
2514 (yyparse): If pure, remove local yylval and yylloc. Add local
2515 yystackp to accommodate pure definitions of yylval and yylloc.
2516 (b4_lex_param, b4_lyyerror_args, b4_lpure_args): If pure, change
2517 yylvalp and yyllocp to &yylval and &yylloc.
2518 (nerrs, char, lval, lloc): If pure, add #define's for b4_prefix[]
2519 namespace. Previously, nerrs and char were missing, but lval and lloc
2520 weren't necessary.
2521 (yyprocessOneStack, yyreportSyntaxError, yyrecoverSyntaxError): Remove
2522 yylvalp and yyllocp parameters since, if pure, these are now always
2523 accessible through yystackp. If not pure, they are still accessible
2524 globally.
2525 * data/glr.c, data/yacc.c (YYLLOC_DEFAULT): Change `if (N)' to
2526 `if (YYID (N))' to pacify lint.
2527
a85284cf
AD
25282005-12-21 Akim Demaille <akim@epita.fr>
2529
2530 YYACCEPT, YYERROR, and YYABORT, as user actions, should not
2531 destroy the RHS symbols of a rule.
2532 * data/yacc.c (yylen): Initialize to 0.
2533 Keep its value to the number of items to possibly shift.
2534 In particular, a regular successful parse that ends on YYFINAL by
2535 a (internal) YYACCEPT must not have yylen != 0.
2536 (yyerrorlab, yyreturn): Pop the RHS.
2537 Reorder a bit to emphasize the `shifting' bits of code.
2538 (YYPOPSTACK): Now accept a number of items to pop.
2539 * data/lalr1.cc: Likewise.
2540 * data/glr.c: Formatting changes.
2541 Use goto instead of fall through.
2542 * doc/bison.texinfo (Destructor Decl): Complete.
2543
d508c281
JMG
25442005-12-20 Juan Manuel Guerrero <juan.guerrero@gmx.de>
2545
2546 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
2547 * djgpp/Makefile.maint: Fix PACKAGE variable computation.
2548 * djgpp/config.bat: Replace every occurence of the file name
2549 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
2550 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
2551 * djgpp/config.sed: Replace every occurence of the file name
2552 scan-gram-c.c with c-scan-gram.c. The same for scan-skel-c.c with
2553 c-scan-skel.c to conform with the 8.3 file name restriction on MSDOS.
2554 * djgpp/djunpack.bat: DJGPP specific file.
2555 * djgpp/fnchange.lst: DJGPP specific file.
2556 * djgpp/README.in: Add new information about how to unpack the bison
2557 source on MSDOS and other systems which have 8.3 file name restrictions
2558 using djunpack.bat and fnchange.lst.
2559
3e7a2cd9
PE
25602005-12-12 Paul Eggert <eggert@cs.ucla.edu>
2561
2562 * bootstrap (build_cvs_prefix): Remove; unused.
2563 (CVS_PREFIX): Adjust to yesterday's Savannah reorganization
2564 when getting gnulib.
2565
25662005-12-12 "Joel E. Denny" <jdenny@ces.clemson.edu>
2567
2568 * data/glr.c: Reorder typedef declarations for structs to match order
2569 of struct declarations.
2570 Rename yystack everywhere to yystackp except in yyparse where it's not
2571 a pointer.
2572 (yyglrShift): Change parameter YYSTYPE yysval to YYSTYPE* yyvalp for
2573 consistency.
2574 (yyis_table_ninf): Change 0 to YYID (0) to pacify lint.
2575 (yyreportSyntaxError): Add /*ARGSUSED*/ to pacify lint.
2576 (yyparse): Change while (yytrue) to while ( YYID (yytrue)) to pacify
2577 lint.
2578
877519f8
PE
25792005-12-09 Paul Eggert <eggert@cs.ucla.edu>
2580
0eca5a39
PE
2581 * tests/sets.at (Accept): Fix typos in regular expression used to
2582 sed out the final state number.
2583
2cec9080
PE
2584 Work around portability problem on Solaris 10: flex-generated
2585 files include <stdio.h> before <config.h>, which messes up
2586 because the latter defines __EXTENSIONS__. Address the problem
2587 by creating two new little files that include <config.h> first,
2588 then include the flex-generated files. Rewrite everyone else
2589 to include <config.h> first, as well.
2590 * lib/timevar.c: Always include "config.h".
2591 * src/Makefile.am (bison_SOURCES): Replace scan-gram.l with
2592 scan-gram-c.c, and scan-skel.l with scan-skel-c.c.
2593 (EXTRA_bison_SOURCES): New macro.
2594 * src/scan-gram-c.c, src/scan-skel-c.c: New files.
2595 * src/system.h: Don't include config.h.
2596 * src/LR0.c: Include <config.h> first.
2597 * src/assoc.c: Likewise.
2598 * src/closure.c: Likewise.
2599 * src/complain.c: Likewise.
2600 * src/conflicts.c: Likewise.
2601 * src/derives.c: Likewise.
2602 * src/files.c: Likewise.
2603 * src/getargs.c: Likewise.
2604 * src/gram.c: Likewise.
2605 * src/lalr.c: Likewise.
2606 * src/location.c: Likewise.
2607 * src/main.c: Likewise.
2608 * src/muscle_tab.c: Likewise.
2609 * src/nullable.c: Likewise.
2610 * src/output.c: Likewise.
2611 * src/parse-gram.y: Likewise.
2612 * src/print.c: Likewise.
2613 * src/print_graph.c: Likewise.
2614 * src/reader.c: Likewise.
2615 * src/reduce.c: Likewise.
2616 * src/relation.c: Likewise.
2617 * src/state.c: Likewise.
2618 * src/symlist.c: Likewise.
2619 * src/symtab.c: Likewise.
2620 * src/tables.c: Likewise.
2621 * src/uniqstr.c: Likewise.
2622 * src/vcg.c: Likewise.
2623
877519f8
PE
2624 * src/parse-gram.y: Fix minor problems uncovered by lint.
2625 (current_lhs, current_lhs_location): Now static.
2626 (current_assoc): Remove unused variable.
2627
2628 Cleanups so that Bison-generated parsers have less lint.
2629 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate):
2630 Prepend /*ARGSUSED*/, for lint's sake.
2631 * data/glr.c (YYUSE): Properly parenthesize, and use an alternate
2632 definition if 'lint' is defined.
2633 (YYID): New macro (or function, if lint).
2634 All uses of /*CONSTCOND*/0 replaced by YYID(0).
2635 * data/yacc.c: Likewise.
2636 * data/glr.c (yyuserAction, yyuserMerge, yy_reduce_print):
2637 (yyrecoverSyntaxError): Prepend /*ARGSUSED*/.
2638 * data/glr.cc (YYLLOC_DEFAULT): Omit /*CONSTCOND*/ since this code
2639 is C++ only.
2640 * data/lalr1.cc (YYUSE): Just use a cast, since this code is C++ only.
2641 * data/yacc.c (YYSTACK_FREE) [defined YYSTACK_ALLOC]:
2642 Use YYID(0) rather than 0, for lint.
2643 (yystrlen): Rewrite to avoid lint warning about ptrdiff_t overflow.
2644 (yysyntax_error): Rewrite to avoid lint warnings about parenthesization.
2645
f5228370
PE
26462005-12-07 Paul Eggert <eggert@cs.ucla.edu>
2647
2648 * tests/glr-regression.at
2649 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
2650 Close memory leak reported by twlevo.
2651
69ce078b
PE
26522005-12-06 "Joel E. Denny" <jdenny@ces.clemson.edu>
2653
6ff99711
PE
2654 * data/glr.c (yyprocessOneStack, yyparse): Synchronize the shift for
2655 all stacks.
2656 (yyparse): Iterate another stack in order to call user destructors.
69ce078b
PE
2657 * tests/glr-regression.at (No users destructors if stack 0 deleted):
2658 New test case.
2659 (Duplicated user destructor for lookahead): This test now is expected
2660 to succeed.
2661
af3412cd
PE
26622005-12-01 Paul Eggert <eggert@cs.ucla.edu>
2663
32b5b719 2664 * NEWS: Document the following change.
af3412cd
PE
2665 * data/yacc.c: Say "parser skeleton" rather than "file", since
2666 it's no longer just a file.
2667 * data/glr.c: Grant a special exception for C GLR parsers, that
2668 reads like the already-existing exception for C LALR(1) parsers.
2669 * data/glr.cc: Likewise.
2670 * data/lalr1.cc: Likewise.
2671 * data/location.cc: Likewise.
2672 * data/yacc.c: Reword the "written by" statement to clarify that
2673 it was the parser skeleton, not the entire output file.
2674 * data/glr.c: Written by Paul Hilfinger.
2675 * data/glr.cc: Written by Akim Demaille.
2676 * data/lalr1.cc: Likewise.
2677
035aa4a0
PE
26782005-11-18 Paul Eggert <eggert@cs.ucla.edu>
2679
d9963c85
PE
2680 * data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT):
2681 Fix typos in previous change that broke 'make check'.
2682 YY_REDUCE_PRINT cannot be a pseudo-varargs macro; that isn't
2683 supported in C.
2684 * tests/calc.at (_AT_CHECK_CALC,_AT_CHECK_CALC_ERROR):
2685 Don't check NUM-STDERR-LINES, since the output format is fluctuating.
2686 We can revert this once things settle down.
2687
035aa4a0
PE
2688 * src/conflicts.c (conflicts_print): Don't print file name twice
2689 when %expect fails because there were no conflicts.
2690 * doc/bison.texinfo (Expect Decl): Tighten up wording in previous
2691 change.
2692 * tests/conflicts.at (%expect not enough, %expect too much):
2693 (%expect with reduce conflicts): Adjust to new behavior.
2694
26952005-11-18 Akim Demaille <akim@epita.fr>
2696
2697 * src/conflicts.c (conflicts_print): Unsatisfied %expectation are
2698 errors.
2699 * NEWS: Document this.
2700 * doc/bison.texinfo (Expect Decl): Likewise.
2701
d1ff7a7c
AD
27022005-11-16 Akim Demaille <akim@epita.fr>
2703
2704 Generalize the display of semantic values and locations in traces.
2705 * data/glr.c (yy_reduce_print): Fix indices (again).
2706 * data/c++.m4 (b4_rhs_value, b4_rhs_location): Don't expect
2707 literal integers.
2708 * data/lalr1.cc (yyreduce_print): Rename as...
2709 (yy_reduce_print): this.
2710 Display values and locations.
2711 * data/yacc.c (yy_reduce_print): Likewise.
2712 (YY_REDUCE_PRINT): Adjust to pass the required arguments.
2713 (yysymprint): Move higher to be visible from yy_reduce_print).
2714 (yyparse): Adjust.
2715 * tests/calc.at: Adjust the expected length of the traces.
2716
6de5398d
AD
27172005-11-14 Akim Demaille <akim@epita.fr>
2718
2719 * data/glr.c (yy_reduce_print): The loop was quite wrong: type are
2720 from 1 to N, while values and location start at 0.
2721 (b4_rhs_location, b4_rhs_value): Add parens around $1 and $2.
2722
a1373f55
AD
27232005-11-14 Akim Demaille <akim@epita.fr>
2724
2725 * data/glr.c (yy_reduce_print): Fix the $ number.
2726
613d8952
AD
27272005-11-14 Akim Demaille <akim@epita.fr>
2728
2729 "Use" parse parameters.
2730 * data/c.m4 (b4_parse_param_for, b4_parse_param_use): New.
2731 * data/glr.c, data/glr.cc: Use them.
2732 * data/glr.c (YYUSE): Have a C++ definition that supports
2733 non-pointer types.
2734
b2741627
AD
27352005-11-14 Akim Demaille <akim@epita.fr>
2736
2737 * data/glr.c (yyexpandGLRStack): Declare only if defined.
2738
5059b5c8
AD
27392005-11-14 Akim Demaille <akim@epita.fr>
2740
42249483
AD
2741 * data/glr.cc: New.
2742 * data/m4sugar/m4sugar.m4 (m4_prepend): New.
5059b5c8 2743
4626a15d
AD
27442005-11-12 Akim Demaille <akim@epita.fr>
2745
2746 Let position and location be PODs.
2747 * data/location.cc (position::initialize, location::initialize): New.
2748 (position::position, location::location): Define only if
2749 b4_location_constructors is defined.
2750 * data/lalr1.cc (b4_location_constructors): Define it for backward
2751 compatibility.
2752 * doc/bison.texinfo (Initial Action Decl): Use initialize.
2753
27542005-11-12 Akim Demaille <akim@epita.fr>
98ae9643
AD
2755
2756 * data/lalr1.cc: Move the body of the ctor and dtor into the
2757 parser file (instead of the header).
2758 Wrap the implementations in a "namespace yy".
2759
27602005-11-12 Akim Demaille <akim@epita.fr>
2761
2762 Have glr.c include its header file when created.
2763 * data/glr.c (b4_shared_declarations): New.
2764 Output them verbatim in the parser if !%defines, otherwise
2765 output then in the header file, and include it instead.
2766
1989d947
AD
27672005-11-11 Akim Demaille <akim@epita.fr>
2768
2769 * data/glr.c: Comment changes.
2770
27712005-11-11 Akim Demaille <akim@epita.fr>
62b08cfc
AD
2772
2773 When yydebug, report semantic and location values for reductions.
2774 * data/glr.c (yy_reduce_print): Report the semantic values and the
2775 locations.
2776 (YY_REDUCE_PRINT): Adjust.
2777 (yyglrReduce): Use them.
2778 (b4_rhs_value, b4_rhs_location): Remove m4_eval invocations.
2779 * data/c.m4 (b4_yysymprint_generate): Specify the const arguments.
2780 * tests/calc.at (_AT_CHECK_CALC_ERROR): Remove the reduction
2781 traces.
2782
02998094
AD
27832005-11-10 Akim Demaille <akim@epita.fr>
2784
2785 * data/glr.c (yynewGLRStackItem, YY_RESERVE_GLRSTACK): New.
2786 (yyaddDeferredAction, yyglrShift, yyglrShiftDefer): Use them.
2787 (yyexpandGLRStack, YYRELOC): Define only when YYSTACKEXPANDABLE.
2788
5210672f
PE
27892005-11-09 Albert Chin-A-Young <china@thewrittenword.com>
2790
2791 * m4/cxx.m4, examples/Makefile.am: Don't build
2792 examples/calc++ if no C++ compiler is available. (trivial change)
2793
a8991a1d
AD
27942005-11-09 Akim Demaille <akim@epita.fr>
2795
2796 * src/scan-skel.l: Use a couple of asserts.
2797
36b5e963
AD
27982005-11-03 Akim Demaille <akim@epita.fr>
2799
2800 In some (weird) cases, the final state number is incorrect.
2801 Reported by Alexandre Duret-Lutz.
2802 * src/LR0.c (state_list_append): Remove the computation of
2803 final_state.
2804 (save_reductions): Do it here.
2805 (get_state): Alpha conversion.
2806 (generate_states): Use a for loop.
2807 * src/gram.h (item_number_is_rule_number)
2808 (item_number_is_symbol_number): New.
2809 * src/state.c: Use assert.
2810 * src/system.h: Include assert.h.
2811 * tests/sets.at (Accept): New.
2812
44e7ead1
PH
28132005-10-30 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
2814
2815 * data/glr.c (yyfill): Adjust comment.
36b5e963 2816 (yyresolveAction): Initialize default location properly
44e7ead1
PH
2817 for empty right-hand sides.
2818 (yydoAction): Ditto.
2819 Add comment explaining apparently dead code.
36b5e963
AD
2820 * tests/glr-regression.at
2821 (Incorrectly initialized location for empty right-hand side in GLR):
44e7ead1 2822 New test.
36b5e963 2823
e10a80ee
PE
28242005-10-30 Paul Eggert <eggert@cs.ucla.edu>
2825
2826 * bootstrap (cleanup_gnulib): New function. Use it to clean up
2827 gnulib when interrupted. This fixes some race conditions and
2828 works around some portability problems (one noted by Paul
2829 Hilfinger).
2830
067b32ee
AD
28312005-10-22 Akim <akim@epita.fr>
2832
2833 * Makefile.cfg: Adjust to config -> build-aux.
2834 Reported by twledo.
2835
4b367315
AD
28362005-10-21 Akim Demaille <akim@epita.fr>
2837
2838 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Pass
2839 the %parse-params.
2840 * data/glr.c (YY_SYMBOL_PRINT, yydestroyGLRState): Adjust.
2841 * data/yacc.c (b4_Pure_if): Rename as...
2842 (b4_yacc_pure_if): this.
2843 (YY_SYMBOL_PRINT, yyparse): Adjust.
2844 * doc/bison.texinfo: Formatting changes.
2845
24cc23d9
AD
28462005-10-21 Akim Demaille <akim@epita.fr>
2847
2848 Finish the transition config -> build-aux.
2849 * configure.ac, Makefile.am: Use build-aux.
2850 * config/prev-version, config/announce-gen, config/Makefile.am:
2851 Move to...
2852 * build-aux/prev-version, build-aux/announce-gen,
2853 * build-aux/Makefile.am: here.
2854
d4476375
AD
28552005-10-14 Akim Demaille <akim@epita.fr>
2856
2857 * examples/calc++/test: Use set -x only when VERBOSE.
2858
302c0aee
PE
28592005-10-13 Paul Eggert <eggert@cs.ucla.edu>
2860
2861 * NEWS: Bison now warns if it finds a stray `$' or `@' in an action.
2862 * src/scan-gram.l (<SC_BRACED_CODE>[$@]): Implement this.
2863
7625ec2c
AD
28642005-10-13 Akim Demaille <akim@epita.fr>
2865
2866 * src/scan-skel.l: Output the base name parts of the parser and
2867 header file names.
302c0aee 2868 * tests/output.at (AT_CHECK_OUTPUT): Support subdirectories, and
7625ec2c
AD
2869 additional checks.
2870 Use this to exercise C++ outputs in subdirs.
2871 Reported by Oleg Smolsky.
2872
ba0fe3c7
PE
28732005-10-12 Paul Eggert <eggert@cs.ucla.edu>
2874
2875 * data/c.m4 (b4_c_function_def): Look at __C99_FUNC__, not at
2876 __STDC_VERSION__, as IBM cc 7.0 doesn't define the latter either.
2877 Problem reported by John P. Hartmann.
2878 * data/yacc.c (YYMODERN_C): Likewise. Don't define if the user has
2879 already defined it.
2880
9b8a5ce0
AD
28812005-10-12 Akim Demaille <akim@epita.fr>
2882
2883 * src/parse-gram.y (version_check): Exit 63 to please missing
2884 (stands for "version mismatch).
2885 * tests/input.at, doc/bison.texinfo: Adjust.
2886
4f6e011e
PE
28872005-10-10 Paul Eggert <eggert@cs.ucla.edu>
2888
2889 Work around portability problems with Visual Age C compiler
2890 (xlc and xlC_r) reported by John P. Hartmann.
2891 * data/location.cc (initial_column, initial_line): Remove.
2892 All uses replaced by 0 and 1.
2893 * src/scan-gram.l (gram_wrap): Redefine to avoid bug in flex 2.5.31
2894 that xlc complains about.
2895 * src/scan-skel.l (skel_wrap): Likewise.
4d7aa45e 2896 * data/c.m4 (b4_c_function_def): Look at __STDC_VERSION__ as well
ba0fe3c7 2897 as __STDC__.
4d7aa45e
PE
2898 * data/yacc.c (YYMODERN_C): New macro, which also looks at
2899 __STDC_VERSION__. Use it everywhere instead of looking at
2900 __STDC__ and __cplusplus.
4f6e011e 2901
a1b3bf8c
AD
29022005-10-10 Akim Demaille <akim@epita.fr>
2903
2904 * examples/calc++/test: Be quiet unless VERBOSE.
2905
412e44aa
PE
29062005-10-05 Paul Eggert <eggert@cs.ucla.edu>
2907
2a4647a3
PE
2908 * data/c.m4 (yydestruct, yysymprint):
2909 Use YYUSE instead of casting to void.
2910 * data/glr.c (YYUSE): New macro.
2911 (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
2912 Use it instead of rolling our own.
2913 (YYLLOC_DEFAULT, YYCHK, YYDPRINTF, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
2914 (YYCHK1):
2915 Use /*CONSTCOND*/ to suppress lint warnings.
2916 * data/lalr1.cc (YYLLOC_DEFAULT, YY_SYMBOL_PRINT, YY_REDUCE_PRINT):
2917 (YY_STACK_PRINT): Use 'false' not '0'.
2918 (YYUSE): New macro.
2919 (yysymprint_, yydestruct_): Use it instead of rolling our own.
2920 * data/yacc.c (YYUSE): New macro.
2921 (YYCOPY, YYSTACK_RELOCATE, YYBACKUP, YYLLOC_DEFAULT):
2922 (YYDPRINTF, YY_SYMBOL_PRINT, YY_STACK_PRINT, YY_REDUCE_PRINT):
2923 (yyerrorlab): Use /*CONSTCOND*/ to suppress lint warnings.
2924
2925
412e44aa
PE
2926 * data/m4sugar/m4sugar.m4 (_m4_map): New macro.
2927 (m4_map, m4_map_sep): Use it. Handle the empty list correctly.
2928
88c6637f
PE
29292005-10-04 Paul Eggert <eggert@cs.ucla.edu>
2930
2f4f028d
PE
2931 Undo the parts of the unlocked-I/O change that substituted
2932 putc or puts for printf. This might hurt performance a bit,
2933 but some people prefer the printf style.
2934 * data/c.m4 (yysymprint): Prefer printf to puts and putc.
2935 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): Remove.
2936 All uses replaced by YYFPRINTF and YYDPRINTF.
2937 * data/yacc.c: Likewise.
2938 * lib/bitset.c (bitset_print): Likewise.
2939 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer printf to
2940 putc and puts.
2941 * lib/lbitset.c (debug_lbitset): Likewise.
2942 * src/closure.c (print_firsts, print_fderives): Likewise.
2943 * src/gram.c (grammar_dump): Likewise.
2944 * src/lalr.c (look_ahead_tokens_print): Likewise.
2945 * src/output.c (escaped_output): Likewise.
2946 (user_actions_output): Break apart two printfs.
2947 * src/parse-gram.y (%printer): Prefer printf to putc and puts.
2948 * src/reduce.c (reduce_print): Likewise.
2949 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
2950 * src/system.h: Include unlocked-io.h rathe than stdio.h.
2951
88c6637f
PE
2952 * data/glr.c (yyuserMerge, yyreportAmbiguity, yyreportSyntaxError):
2953 Use assignments rather than casts-to-void to suppress
2954 unused-variable warnings. This pacifies 'lint'.
2955 * data/lalr1.cc (yysymprint_, yydestruct_): Use a call to suppress
2956 unused-variable warnings.
2957
fb32e373
JMG
29582005-10-03 Juan Manuel Guerrero <juan.guerrero@gmx.de>
2959
2960 * Makefile.am: DJGPP specific files added to EXTRA_DIST.
2961
edb8f44f
PE
29622005-10-02 Paul Eggert <eggert@cs.ucla.edu>
2963
fb9c0b33
PE
2964 Use unlocked I/O for a minor performance improvement on hosts like
2965 GNU/Linux and Solaris that support unlocked I/O. The basic idea
2966 is to use the gnlib unlocked-io module, and to prefer putc and
2967 puts to printf when either will work (since the latter doesn't
2968 come in an unlocked flavor).
2969 * bootstrap (gnulib_modules): Add unlocked-io.
2970 * data/c.m4 (yysymprint): Prefer puts and putc to printf.
2971 * data/glr.c (YYFPUTC, YYFPUTS, YYDPUTS): New macros.
2972 Prefer them to YYFPRINTF and YYDPRINTF if either will do,
2973 and similarly for puts and putc and printf.
2974 * data/yacc.c: Likewise.
2975 * lib/bitset.c (bitset_print): Likewise.
2976 * lib/bitset.h [USE_UNLOCKED_IO]: Include unlocked-io.h.
2977 * lib/bitsetv.c (bitsetv_dump, debug-bitsetv): Prefer putc and puts
2978 to printf.
2979 * lib/lbitset.c (debug_lbitset): Likewise.
2980 * src/closure.c (print_firsts, print_fderives): Likewise.
2981 * src/gram.c (grammar_dump): Likewise.
2982 * src/lalr.c (look_ahead_tokens_print): Likewise.
2983 * src/output.c (escaped_output): Likewise.
2984 (user_actions_output): Coalesce two printfs.
2f4f028d 2985 * src/parse-gram.y (%printer): Prefer putc and puts to printf.
fb9c0b33
PE
2986 * src/reduce.c (reduce_print): Likewise.
2987 * src/state.c (state_rule_look_ahead_tokens_print): Likewise.
2f4f028d 2988 * src/system.h: Include unlocked-io.h rather than stdio.h.
fb9c0b33 2989
edb8f44f
PE
2990 * data/lalr1.cc: Don't put an unmatched ' in a dnl comment, as
2991 this confuses xgettext.
2992
b50d2359
AD
29932005-10-02 Akim Demaille <akim@epita.fr>
2994
2995 * bootstrap (gnulib_modules): Add strverscmp.
2996 * lib/.cvsignore: Add strverscmp.c, strverscmp.h.
2997 * m4/.cvsignore: Add strverscmp.m4.
2998 * src/parse-gram.y (%require): New token, new rule.
2999 (version_check): New.
3000 * src/scan-gram.l (%require): Adjust.
3001 * tests/input.at (AT_REQUIRE): New.
3002 Use it.
3003 * doc/bison.texinfo (Require Decl): New.
3004 (Calc++ Parser): Use %require.
3005
21667f64
AD
30062005-10-02 Akim Demaille <akim@epita.fr>
3007
3008 * data/location.cc: New.
3009
2b81e969
AD
30102005-10-02 Paul Eggert <eggert@cs.ucla.edu>,
3011 Akim Demaille <akim@epita.fr>
3012
3013 Make sure -odir/foo.cc creates dir/location.hh etc.
3014 * src/files.h (spec_outfile, parser_file_name, spec_name_prefix)
3015 (spec_file_prefix, spec_verbose_file, spec_graph_file)
3016 (spec_defines_file): Now const.
3017 (dir_prefix): New.
3018 (short_base_name): Remove.
3019 * src/files.c: Adjust.
3020 (dirname.h): Include.
3021 (base_name): Don't prototype it.
3022 (finput): Remove, duplicates gram_in.
3023 (full_base_name, short_base_name): Replace by...
3024 (all_but_ext, all_but_tab_ext): these.
3025 (compute_base_names): Rename as...
3026 (compute_file_name_parts): this.
3027 Update to compute the new variables, including dir_prefix.
3028 Adjust dependencies.
3029 * src/output.c (prepare): Output them.
3030 * src/reader.c: Adjust to use gram_in, not finput.
3031 * src/scan-skel.l (@dir_prefix@): New.
3032
ad6a9b97
JMG
30332005-10-02 Juan Manuel Guerrero <juan.guerrero@gmx.de>
3034
3035 * lib/subpipe.c: New function end_of_output_subpipe() added
3036 to allow support for non-posix systems. This is a no-op function
3037 for posix systems.
3038
3039 * lib/subpipe.h: New function end_of_output_subpipe() added
3040 to allow support for non-posix systems. This is a no-op function
3041 for posix systems.
3042
3043 * src/output.c (output_skeleton): Use end_of_output_subpipe() to
3044 handle the lack of pipe/fork functionality on non-posix systems.
3045
3046 * djgpp/Makefile.maint: DJGPP specific file.
3047
3048 * djgpp/README.in: DJGPP specific file.
3049
3050 * djgpp/config.bat: DJGPP specific configuration file.
3051
3052 * djgpp/config.sed: DJGPP specific configuration file.
3053
3054 * djgpp/config.site: DJGPP specific configuration file.
3055
3056 * djgpp/config_h.sed: DJGPP specific configuration file.
3057
3058 * djgpp/subpipe.c: DJGPP specific replacement file for lib/subpipe.c.
3059
3060 * djgpp/subpipe.h: DJGPP specific replacement file for lib/subpipe.h.
3061
fc695704
AD
30622005-10-02 Akim Demaille <akim@epita.fr>
3063
3064 * data/location.cc: New, extract from...
3065 * data/lalr1.cc: here.
3066 (location.hh): Include it after the user prologue, in case the
3067 filename type is defined by the user.
3068 Forward declation location and position before the pre-prologue.
3069 (yyresult_): Rename as...
3070 (yyresult): this, it's a local variable, not an attribute.
3071 * data/Makefile.am (dist_pkgdata_DATA): Adjust.
3072
30732005-10-01 Akim Demaille <akim@epita.fr>
5215c87f
AD
3074
3075 * examples/extexi: Restore the #line generation.
3076
fb9712a9
AD
30772005-09-30 Akim Demaille <akim@epita.fr>,
3078 Alexandre Duret-Lutz <adl@gnu.org>
3079
3080 Move the token type and YYSTYPE in the parser class.
3081 * data/lalr1.cc (stack.hh, location.hh): Include earlier.
3082 (parser::token): New, from the moved free definition of tokens.
3083 (parser::semantic_value): Now a full definition instead of an
3084 indirection to YYSTYPE.
3085 (b4_post_prologue): No longer included in the header file, but
3086 in the implementation file.
3087 * doc/bison.texi (C+ Language Interface): Update.
3088 * src/parse-gram.y: Support unary %define.
3089 * tests/actions.at: Define global_tokens_and_yystype for backward
3090 compatibility until we update the tests.
3091 * tests/calc.at: Idem.
3092 (first_line, first_column, last_line, last_column): Define for lalr1.cc
3093 to simplify the code.
3094
55f0c7b1
PE
30952005-09-29 Paul Eggert <eggert@cs.ucla.edu>
3096
3097 Port to SunOS 4.1.4, which lacks strtoul and strerror.
3098 Ah, the good old days! Problem reported by Peter Klein.
3099 * bootstrap (gnulib_modules): Add strerror, strtoul.
3100 * lib/.cvsignore: Add strerror.c, strtol.c, strtoul.c
3101 * m4/.cvsignore: Add strerror.m4, strtol.m4, strtoul.m4.
3102
fb9712a9 31032005-09-29 Akim Demaille <akim@epita.fr>
d4fb5e3c
AD
3104
3105 * data/c.m4 (b4_error_verbose_if): New.
3106 * data/lalr1.cc: Use it.
3107 (YYERROR_VERBOSE_IF): Remove.
3108 (yyn_, yylen_, yystate_, yynerrs_, yyerrstatus_): Remove as
3109 parser members, replaced by...
3110 (yyn, yylen, yystate, yynerss, yyerrstatus): these parser::parse
3111 local variables.
3112 (yysyntax_error_): Takes the state number as argument.
3113 (yyreduce_print_): Use the argument yyrule, not the former
3114 attribute yyn_.
3115
8a6f72f3
PE
31162005-09-26 Paul Eggert <eggert@cs.ucla.edu>
3117
3118 * bootstrap (gnulib_modules): Add verify.
3119 * lib/.cvsignore: Add verify.h.
3120 * src/getargs.c: Use ARGMATCH_VERIFY rather than verify.
3121 * src/system.h (verify): Remove.
3122 Include verify.h instead.
3123 * src/tables.c (tables_generate): Use new API for 'verify'.
3124
0d50976f
PE
31252005-09-21 Paul Eggert <eggert@cs.ucla.edu>
3126
ebc3737e
PE
3127 * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Do not use
3128 local variables whose names begin with 'yy'.
3129 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
3130 Trivial changes from Joel E. Denny.
3131
0d50976f
PE
3132 * bootstrap (gnulib_modules): Remove alloca. Bison doesn't need
3133 it itself.
3134 * src/main.c (main) [C_ALLOCA]: Don't flush alloca'ed memory; we
3135 don't use alloca any more.
3136
3137 * data/yacc.c [YYSTACK_USE_ALLOCA && !defined __GNUC__ && ! defined
3138 __BUILTIN_VA_ARG_INCR && ! defined _AIX && ! defined _MSC_VER &&
62c4328e 3139 defined _ALLOCA_H]: Don't include <stdlib.h>; not needed in this case.
0d50976f
PE
3140 * tests/torture.at (Exploding the Stack Size with Alloca): Adjust
3141 to match yacc.c, to test more hosts.
3142
a05b79df
PE
31432005-09-20 Paul Eggert <eggert@cs.ucla.edu>
3144
55289366
PE
3145 * data/yacc.c (YYSIZE_T): Reindent to make it clearer. This
3146 doesn't affect behavior.
3147 (YYSTACK_ALLOC) [YYSTACK_USE_ALLOCA]: Improve support for
3148 Solaris, AIX, MSC.
3149 (_STDLIB_H): Renamed from YYINCLUDED_STDLIB_H. All uses changed.
3150 This works a bit better with glibc, if user code has already included
3151 stdlib.h.
3152 * doc/bison.texinfo (Bison Parser): Document that users can't
3153 arbitrarily use malloc and free for other purposes. Document
3154 that <alloca.h> and <malloc.h> might be included.
3155 (Table of Symbols): Under YYSTACK_USE_ALLOCA, Don't claim that the
3156 user must declare alloca.
3157
a05b79df
PE
3158 * HACKING (release): Forwarn the Translation Project about
3159 stable releses.
3160
3ab2ca22
AD
31612005-09-20 Akim Demaille <akim@epita.fr>
3162
3163 * data/glr.c: Use b4_token_enums, not b4_token_enums_defines.
3164
a9739e7c
PE
31652005-09-19 Paul Eggert <eggert@cs.ucla.edu>
3166
a702593e
PE
3167 * data/yacc.c (YYSIZE_MAXIMUM): New macro.
3168 (YYSTACK_ALLOC_MAXIMUM): Use it.
3169 (yysyntax_error): New function.
3170 (yyparse) [YYERROR_VERBOSE]: Don't leak memory indefinitely if
3171 multiple syntax errors are reported, and alloca is being used.
3172 Instead, reallocate buffers twice as big each time, so that
3173 we waste at most half the allocated memory. Start with a small
3174 (128-byte) buffer that will suffice in most cases anyway.
3175 Use yysyntax_error to do most of the work.
3176
3177 * doc/bison.texinfo (Error Reporting, Table of Symbols):
3178 yynerrs is the number of errors reported, not the number of
3179 errors encountered.
3180
a9739e7c
PE
3181 * tests/glr-regression.at (Duplicated user destructor for lookahead):
3182 Mark it as expected to fail.
3183 Cast result of malloc; problem reported by twlevo@xs4all.nl.
3184 * tests/actions.at, tests/calc.at, tests/glr-regression.at:
3185 Don't start user-code symbols with "yy", to avoid name space problems.
3186
f479c6c6
AD
31872005-09-19 Akim Demaille <akim@epita.fr>
3188
3189 Remove the traits, failed experiment.
3190 It never proved useful, and anyway because of the current
3191 definition, it was not possible to have several specialization of
3192 this traits, making it useless.
3193 * data/lalr1.cc (yy:traits): Remove.
3194 Inline its definitions in the parser class.
3195
e2586f82
AD
31962005-09-19 Akim Demaille <akim@epita.fr>
3197
3198 * tests/atlocal.in (LIBS): Pass INTLLIBS to address failures on at
3199 least Mac OSX with a /usr/local install of gettext.
3200
2e8cf949
AD
32012005-09-19 Akim Demaille <akim@epita.fr>
3202
3203 * data/lalr1.cc (yyparse): Rename yylooka and yyilooka as yychar
3204 and yytoken for similarity with the other skeletons.
3205
c7fb0b90
AD
32062005-09-19 Akim Demaille <akim@epita.fr>
3207
4e26c69e 3208 * NEWS, configure.ac: update version number to 2.1a.
c7fb0b90 3209
1bd0deda
PE
32102005-09-16 Paul Eggert <eggert@cs.ucla.edu>
3211
3212 * NEWS: Version 2.1.
3213
3214 * NEWS: Remove notice of yytname change, since it was never in an
3215 official release.
3216 * data/glr.c (yydestroyGLRState): Rename local var to avoid shadowing
3217 diagnostic.
3218 * src/output.c (prepare): Likewise.
3219 * data/lalr1.cc (YYERROR_VERBOSE_IF): New macro.
3220 (yysyntax_error_): Use it to avoid GCC warning when YYERROR_VERBOSE
3221 is not defined. This is an awful hack, but it's enough for now.
3222 All callers changed.
3223 * tests/glr-regression-at (make_value): Args are const pointers now,
3224 to avoid GCC warning.
3225 (Duplicated user destructor for lookahead): New test. Currently
3226 skipped. It fails on my host but I'm not sure it'll always fail.
3227
32282005-09-16 Akim Demaille <akim@epita.fr>
c1432f65
AD
3229
3230 * src/symtab.h (struct symbol): Declare the printer and destructor
3231 as const, to avoid accidental calls to free.
3232 (symbol_destructor_set, symbol_printer_set): Adjust.
3233 * src/symtab.c: Adjust.
3234
1bd0deda 32352005-09-16 Akim Demaille <akim@epita.fr>
cf147260
AD
3236
3237 * data/c.m4 (b4_token_enums): New.
3238 (b4_token_defines): Rename as...
3239 (b4_token_enums_defines): this.
3240 (b4_token_defines): New, output only the #defines.
3241 * data/yacc.c, data/glr.c: Adjust.
3242 * data/lalr1.cc: Use b4_token_enums instead of b4_token_enums_defines.
3243 * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_generate): Define
3244 as default values.
3245
dbcdae2d
AD
32462005-09-16 Akim Demaille <akim@epita.fr>
3247
3248 * data/lalr1.cc (yylex_): Remove, inline its code.
3249 (yyreport_syntax_error_): Remove, replaced by...
3250 (yysyntax_error_): this which returns a string and leaves to the
3251 caller the call to the users' error function.
3252 (yylooka_, yyilooka_, yylval, yylloc, yyerror_range_, yyval, yyloc):
3253 Move from members of the parser object...
3254 (yylooka, yyilooka, yylval, yylloc, yyerror_range, yyval, yyloc):
3255 to local variables of the parse function.
3256
70d8f291
AD
32572005-09-16 Akim Demaille <akim@epita.fr>
3258
3259 * doc/bison.texinfo (Calc++ Parser): Don't promote defining YYEOF
3260 since it's in Bison's name space.
3261
b47dbebe
PE
32622005-09-15 Paul Eggert <eggert@cs.ucla.edu>
3263
ae199bf1
PE
3264 * data/glr.c (yyresolveValue): Add default case to pacify
3265 gcc -Wswitch-default. Problem reported by twlevo@xs4all.nl.
3266
b47dbebe
PE
3267 * NEWS: Document when yyparse started to return 2.
3268 * doc/bison.texinfo (Parser Function): Document when yyparse
3269 returns 2.
3270
3271 * data/lalr1.cc: Revert part of previous change, as it's incompatible.
3272 (b4_filename_type): Renamed back from b4_file_name_type. All uses
3273 changed.
3274 (class position): file_name -> filename (reverting). All uses changed.
3275
32762005-09-14 Paul Eggert <eggert@cs.ucla.edu>
3277
3278 * examples/calc++/Makefile.am ($(calc_sources_generated)): Don't
3279 do anything if $@ exists. This reverts part of the 2005-07-07
3280 patch.
3281
00292f66
PE
32822005-09-11 Paul Eggert <eggert@cs.ucla.edu>
3283
3284 * Makefile.am (EXTRA_DIST): Do not distribute REFERENCES; it
3285 contains obsolete information and isn't worth distributing as a
3286 separate file anyway.
3287 * data/glr.c [defined YYSETJMP]: Don't include <setjmp.h>.
3288 (YYJMP_BUF, YYSETJMP, YYLONGJMP) [!defined YYSETJMP]: New macros.
3289 All uses of jmp_buf, setjmp, longjmp changed to use these instead.
3290 (yyparse): Abort if user code uses longjmp to throw an unexpected
3291 value.
3292
a420f962
PE
32932005-09-09 Paul Eggert <eggert@cs.ucla.edu>
3294
00292f66
PE
3295 * data/c.m4 (b4_identification): Define YYBISON_VERSION.
3296 Suggested by twlevo@xs4all.nl.
3297
127287e9
PE
3298 * data/glr.c (YYCHK1): Do not assume YYE is in range.
3299 This avoids a diagnostic from gcc -Wswitch-enum.
3300 Problem reported by twlevo@xs4all.nl.
3301
a420f962
PE
3302 * doc/bison.texinfo: Don't use "filename", as per GNU coding
3303 standards. Use "file name" or "file" or "name", depending on
3304 the context.
3305 (Invocation): The output of "bison hack/foo.y" goes to foo.tab.c,
3306 not to hack/foo.tab.c.
3307 (Calc++ Top Level): 2nd arg of main is not const.
48b16bbc
PE
3308 * data/glr.c: b4_filename -> b4_file_name.
3309 * data/lalr1.cc: Likewise. Also, b4_filename_type -> b4_file_name_type.
3310 All uses changed.
3311 (class position): filename -> file_name. All uses changed.
3312 * data/yacc.c: b4_filename -> b4_file_name.
3313 * lib/bitset.h: filename -> file_name in local vars.
3314 * lib/bitset_stats.c: Likewise.
3315 * src/files.c: Likewise.
3316 * src/scan-skel.l ("@output ".*\n): Likewise.
3317 * src/files.c (file_name_split): Renamed from filename_split.
3318 * src/muscle_tab.c (muscle_init): Output b4_file_name, not b4_filename.
a420f962
PE
3319
33202005-09-08 Paul Eggert <eggert@cs.ucla.edu>
3321
3322 * lib/.cvsignore: Add pipe-safer.c, stdio--.h, unistd--.h,
3323 to accommodate latest gnulib.
3324
3325 * tests/glr-regression.at (Duplicate representation of merged trees):
3326 Add casts to pacify g++. Problem reported by twlevo@xs4all.nl.
3327
3328 * bootstrap: Add comment as to why the AM_LANGINFO_CODESET hack is
3329 needed.
3330
42a6501d
PE
33312005-08-26 Paul Eggert <eggert@cs.ucla.edu>
3332
3333 * data/glr.c (yydestroyGLRState): Renamed from yydestroyStackItem.
3334 All uses changed. Invoke user destructor after an error during a
3335 split parse (trivial change from Joel E. Denny).
3336
3337 * tests/glr-regression.at
3338 (User destructor after an error during a split parse): New test case.
3339 Problem reported by Joel E. Denny in:
3340 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00029.html
3341
ef9a1faf
PE
33422005-08-25 Paul Eggert <eggert@cs.ucla.edu>
3343
5b4aaf78
PE
3344 * README-cvs: Give URLs for recommended tools.
3345 Mention Gzip version problem, and bootstrapping issues.
3346 Remove troubleshooting section, as it's somewhat obsolete.
3347
b5240ba5
PE
3348 * bootstrap (no_cache): New var, to accommodate different wget
3349 variants. Use it instead of '-C off'. Problem reported by
3350 twlevo@xs4all.nl.
3351
ef9a1faf
PE
3352 * data/glr.c (yydestroyStackItem): New function.
3353 (yyrecoverSyntaxError, yyreturn): Use it to improve quality of
3354 debugging information. Problem reported by Joel E. Denny.
3355
e6efa9da
AD
33562005-08-25 Akim Demaille <akim@epita.fr>
3357
3358 * tests/local.at (AT_COMPILE_CXX): Pass $LINKS too.
3359
adc90f13
PE
33602005-08-24 Paul Eggert <eggert@cs.ucla.edu>
3361
3362 * data/glr.c (yyrecoverSyntaxError, yyreturn):
3363 Don't invoke destructor on unresolved entries.
3364 * tests/glr-regression.at
3365 (User destructor for unresolved GLR semantic value): New test case.
3366 Problem reported by Joel E. Denny in:
3367 http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00016.html
3368
f9315de5
PE
33692005-08-21 Paul Eggert <eggert@cs.ucla.edu>
3370
15d29c1f
PE
3371 * lib/.cvsignore: Remove realloc.c, strncasecmp.c, xstrdup.c.
3372 Add strnlen.c.
3373 * m4/.cvsignore: Remove codeset.m4, gettext.m4, lib-ld.m4,
3374 lib-prefix.m4, po.m4.
3375
dd5f2af2
PE
3376 * data/glr.c (yyreturn): Use "Cleanup:" rather than "Error:"
3377 in yydestruct diagnostic, since it might not be an error.
3378 Problem reported by Joel Denny near end of
3379 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
6250acbd 3380 * data/lalr1.cc (yyerturn): Likewise.
dd5f2af2
PE
3381 * data/yacc.c (yyreturn): Likewise.
3382 * tests/calc.at (_AT_CHECK_CALC_ERROR): Adjust to the above change.
3383
3384 * src/files.c: Remove obsolete FIXME comment.
3385
3386 * data/glr.c (YY_SYMBOL_PRINT): Append a newline, for consistency
3387 with the other templates, and to fix bogus run-on messages such
3388 as the one reported at the end of
3389 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00040.html>.
3390 All callers changed to avoid the newline.
3391 (yyprocessOneStack): Output two lines rather than one, to accommodate
3392 the above change. This changes the debug output format slightly.
3393
f9315de5
PE
3394 * data/glr.c (yyresolveValue): Fix redundant parse tree problem
3395 reported by Joel E. Denny in
3396 <http://lists.gnu.org/archive/html/bison-patches/2005-08/msg00004.html>
3397 (trivial change).
3398 * tests/glr-regression.at (Duplicate representation of merged trees):
3399 New test, from Joel E. Denny in:
3400 <http://lists.gnu.org/archive/html/help-bison/2005-07/msg00013.html>.
3401 * THANKS: Add Joel E. Denny.
3402
3403 * configure.ac (AC_INIT): Bump to 2.0c.
3404
04098407
PE
34052005-07-24 Paul Eggert <eggert@cs.ucla.edu>
3406
3407 * NEWS: Version 2.0b.
3408
ca5d2013
PE
3409 * Makefile.am (SUBDIRS): Put examples before tests, so that
3410 "make check" doesn't finish with "All 1 tests passed".
3411
3d54b576
PE
3412 * tests/regression.at (Token definitions): Don't rely on
3413 AT_PARSER_CHECK for data that contains backslashes. It currently
3414 uses 'echo', and 'echo' isn't portable if its argument contains
3415 backslashes. Problem found on OpenBSD 3.4. Also, do not assume
3416 that the byte '\0xff' is not printable in the C locale; it is,
3417 under OpenBSD 3.4 (!). Luckily, '\0x80' through '\0x9e' are
3418 not printable, so use '\0x81' to test.
3419
d53ae497
PE
3420 * data/glr.c (YYOPTIONAL_LOC): Define even if it's not a recent
3421 version of GCC, since the macro is used with non-GCC compilers.
3422
fc01665e
PE
3423 Fix core dump reported by Pablo De Napoli in
3424 <http://lists.gnu.org/archive/html/bug-bison/2005-07/msg00053.html>.
3425 * tests/regression.at (Invalid inputs with {}): New test.
3426 * src/parse-gram.y (token_name): Translate type before using
3427 it as an index.
3428
04098407
PE
3429 * data/glr.c (ATTRIBUTE_UNUSED): Remove, since it infringes on
3430 the user's name space. All uses changed to __attribute__
3431 ((__unused__)).
3432 (yyFail, yyMemoryExhausted, yyreportAmbiguity):
3433 Add __attribute__ ((__noreturn__)).
3434
3435 * etc/clcommit: Remove. We weren't using it, and it failed
3436 "make maintainer-distcheck".
3437 * Makefile.maint: Merge from coreutils.
3438 (CVS_LIST, CVS_LIST_EXCEPT): New macros.
3439 (syntax-check-rules): Change list of rules as described below.
3440 (sc_cast_of_alloca_return_value, sc_dd_max_sym_length):
3441 (sc_file_system, sc_obsolete_symbols, sc_prohibit_atoi_atof):
3442 (sc_prohibit_jm_in_m4, sc_root_tests, sc_tight_scope):
3443 (sc_trailing_space): New rules.
3444 (sc_xalloc_h_in_src): Remove.
3445 (sc_cast_of_argument_to_free, sc_cast_of_x_alloc_return_value):
3446 (sc_space_tab, sc_error_exit_success, sc_changelog):
3447 (sc_system_h_headers, sc_sun_os_names, sc_unmarked_diagnostics):
3448 (makefile-check, po-check, author_mark_check):
3449 (makefile_path_separator_check, copyright-check):
3450 Use grep -n, to make it easier to find violations.
3451 Use CVS_LIST and CVS_LIST_EXCEPT.
3452 (header_regexp, h_re): Remove.
3453 (dd_c): New macro.
3454 (sc_dd_max_sym_length, .re-list, news-date-check): New rules.
3455 (my-distcheck): Use more-modern GCC flags.
3456 (signatures, %.asc): Remove.
3457 (rel-files, announcement): Remove signatures.
3458 Restore old updating code, even though we don't use it, so
3459 that we're the same as coreutils.
3460 (alpha, beta, major): Depend on news-date-check.
3461 Make the upload commands.
3462
3463 * data/c.m4, data/lalr1.cc, data/yacc.c: Normalize white space.
3464 * lib/abitset.h, lib/bbitset.h, lib/bitset.h: Likewise.
3465 * lib/bitset_stats.c, lib/ebitset.h, lib/lbitset.c: Likewise.
3466 * lib/libitset.h, lib/timevar.c, lib/vbitset.h: Likewise.
3467 * src/Makefile.am, src/gram.c, src/muscle_tab.h: Likewise.
3468 * src/parse-gram.y, src/system.h, src/tables.c, src/vcg.c: Likewise.
3469 * src/vcg_defaults.h, tests/cxx-type.at, tests/existing.at: Likewise.
3470 * tests/sets.at: Likewise.
3471
3472 * data/m4sugar/m4sugar.m4: Sync from Autoconf, except that
3473 we comment out the Autoconf version number.
3474 * doc/bison.texinfo (Calc++ Scanner): Don't use atoi, as
3475 it's error-prone and "make maintainer-distcheck" rejects it.
3476
3477 * lib/subpipe.c: Include <fcntl.h> without checking for HAVE_FCNTL_H.
3478 Indent calls to "error" to pacify "make maintainer-distcheck",
3479 when the calls are not intended to be translated.
3480 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't check for fcntl.h.
3481
3482 * src/Makefile.am (DEFS): Use +=, to pacify
3483 "make maintainer-distcheck".
3484 (bison_SOURCES): Add scan-skel.h.
3485 (sc_tight_scope): New rule, from coreutils.
3486
3487 * src/files.c (src_extension, header_extension):
3488 Now static, not extern.
3489 * src/getargs.c (short_options): Likewise.
3490 * src/muscle_tab.c (muscle_table): Likewise.
3491 * src/parse-gram.y (current_class, current_type, current_prec):
3492 Likewise.
3493 * src/reader.c (grammar_end, previous_rule_end): Likewise.
3494 * src/getargs.h: Redo comments to pacify "make maintainer-distcheck".
3495 * src/main.c (main): Cast bindtextdomain and textdomain calls to
3496 void, to avoid warning when NLS is disabled.
3497 * src/output.c: Include scan-skel.h.
3498 (scan_skel): Remove decl, since scan-skel.h does this.
3499 (output_skeleton):
3500 Indent calls to "error" to pacify "make maintainer-distcheck".
3501 * src/print_graph.c: Don't include <obstack.h>, as system.h does this.
3502 * src/reader.h (gram_end, gram_lineno): New decls to pacify
3503 "make maintainer-distcheck".
3504 * src/scan-skel.l (skel_lex, skel_get_lineno, skel_get_in):
3505 (skel_get_out, skel_get_leng, skel_get_text, skel_set_lineno):
3506 (skel_set_in, skel_set_out, skel_get_debug, skel_set_debug):
3507 (skel_lex_destroy, scan_skel): Move these decls to...
3508 * src/scan-skel.h: New file.
3509 * src/uniqstr.c (uniqstr_assert):
3510 Indent calls to "error" to pacify "make maintainer-distcheck".
3511
3512 * tests/Makefile.am ($(srcdir)/package.m4): Use $(VAR),
3513 not @VAR@.
3514
3515 * tests/torture.at: Revamp to avoid misuse of atoi that
3516 "make maintainer-distcheck" complained about.
3517
3518 * examples/extexi (message): Don't print a message more than once,
3519 and omit line-number decoration that makes Emacs compile think
3520 that informative messages are worth worrying about.
3521
35222005-07-22 Paul Eggert <eggert@cs.ucla.edu>
3523
3524 * configure.ac: Update version number.
3525
3526 * Makefile.am (SUBDIRS): Add examples; somehow this got removed
3527 accidentally.
3528 * examples/calc++/calc++-parser.yy: Remove from CVS, as it's
3529 autogenerated by the maintainer.
3530 * examples/calc++/.cvsignore: Add *.yy.
3531
3532 * lib/bitset.c (bitset_alloc): Don't cast xcalloc result.
3533 * lib/bitset_stats.c (bitset_stats_init): Likewise.
3534 * lib/bitsetv.c (bitsetv_alloc): Likewise.
3535
3536 * po/POTFILES.in: Add lib/xalloc-die.c; remove lib/xmalloc.c.
3537
3538 * src/relation.c (relation_transpose): Rewrite to avoid bogus complaint
3539 from maintainer-distcheck about casting the argument of 'free'.
3540
3541 * NEWS: Mention recent yytname changes.
3542 * THANKS: Add Anthony Heading, twlevo@xs4all.nl.
3543
3544 * bootstrap: For translations that have not yet been upgraded to
3545 the new runtime-po domain, prime the pump by extracting the
3546 relevant strings from the obsolete translations. This code can be
3547 removed once the bison-runtime domain has been translated by each
3548 team.
3549
3550 * src/scan-gram.l (<SC_PRE_CODE>.): Don't double-quote token names,
3551 now that token names are already quoted.
3552
3553 Fix problem reported by Anthony Heading.
3554 * data/glr.c (YYTOKEN_TABLE): New macro.
3555 (yytname): Define if YYTOKEN_TABLE.
3556 * data/yacc.c (YYTOKEN_TABLE, yytname): Likewise.
3557 * data/lalr1.cc (YYTOKEN_TABLE, yytname_): Likewise.
3558 (YYERROR_VERBOSE): Define the same way the other skeletons do.
3559 * src/output.c (prepare_symbols): Output token_table_flag.
3560
0ffda363
PE
35612005-07-21 Paul Eggert <eggert@cs.ucla.edu>
3562
3563 * data/glr.c (yyinitGLRStack, yyreturn): Don't call malloc
3564 again if the first call fails.
3565
3566 * data/glr.c (yytnamerr): New function.
3567 (yyreportSyntaxError): Use it to dequote most string literals.
3568 * data/lalr1.c (yytname_): Renamed from yyname_, for compatibility
3569 with other skeletons. All uses changed.
3570 (yytnameerr_): New function.
3571 (yyreport_syntax_error): Use it to dequote most string literals.
3572 * data/yacc.c (yytnamerr): New function.
3573 (yyerrlab): Use it to decode most string literals.
3574 * doc/bison.texinfo (Decl Summary, Calling Convention):
3575 Clarify quoting convention of yytname.
3576 * src/output.c (prepare_symbols): Quote all names. This undoes
3577 the 2005-04-17 change, which is now accomplished (mostly) via
3578 changes in the parsers as described above.
3579 * tests/regression.at (Token definitions, Web2c Actions):
3580 Undo most 2005-04-17 change here, too.
3581
35822005-07-20 Paul Eggert <eggert@cs.ucla.edu>
3583
3584 Fix more problems reported by twlevo@xs4all.nl.
3585 * tests/cxx-type.at: Don't pipe output of ./types through sed to
3586 remove trailing spaces. This loses the exit status of ./types,
3587 and isn't needed since ./types shouldn't be emitting trailing
3588 spaces.
3589 * data/glr.c (yyreturn): Don't pop stack if yyinitStateSet failed,
3590 as the stack isn't valid in that case.
3591
3592 * src/scan-gram.l (gram_get_lineno, gram_get_in, gram_get_out):
3593 (gram_get_leng, gram_get_text, gram_set_lineno, gram_set_in):
3594 (gram_set_out, gram_get_debug, gram_set_debug, gram_lex_destroy):
3595 Add declarations to pacify "gcc -Wmissing-prototypes" when flex 2.5.31
3596 is used.
3597 * src/scan-skel.l (skel_get_lineno, skel_get_in, skel_get_out):
3598 (skel_get_leng, skel_get_text, skel_set_lineno, skel_set_in):
3599 (skel_set_out, skel_get_debug, skel_set_debug, skel_lex_destroy):
3600 Likewise.
3601
3602 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Work even with
3603 overly-picky compilers that reject 'char *foo = "bar";'.
3604
3605 * src/symtab.c (SYMBOL_ATTR_PRINT, symbol_print): Direct output
3606 to FILE * parameter, not to stderr. This fixes a typo introduced
3607 in the 2005-07-12 change.
3608
3609 * lib/subpipe.c (create_subpipe): Rewrite slightly to avoid
3610 warnings from GCC 4.
3611
3612 * data/glr.c (yyexpandGLRStack, yyaddDeferredAction, yyexpandGLRStack):
3613 (yyglrShiftDefer, yysplitStack):
3614 Remove unused parameters b4_pure_formals. All uses changed.
3615 (yyglrShift): Remove unused parameters b4_user_formals.
3616 All uses changed.
3617 (yyglrReduce): Removed unused parameter yylocp. All uses changed.
3618
6100a9aa
PE
36192005-07-18 Paul Eggert <eggert@cs.ucla.edu>
3620
258b75ca
PE
3621 Destructor cleanups and regularization among the three skeletons.
3622 * NEWS: Document the behavior changes.
3623 * data/glr.c (yyrecoverSyntaxError): Don't bother to pop the
3624 stack before failing, as the cleanup code will do it for us now.
3625 * data/lalr1.cc (yyerrlab): Likewise.
3626 * data/glr.c (yyparse): Pop everything off the stack before
3627 freeing it, so that destructors get called properly.
3628 * data/lalr1.cc (yyreturn): Likewise.
3629 * data/yacc.c (yyreturn): Pop and destroy the start symbol, too.
3630 This is more consistent.
3631 * doc/bison.texinfo (Destructor Decl): Mention more reasons
3632 why destructors might be called. 1.875 -> 2.1.
3633 (Destructor Decl, Decl Summary, Table of Symbols):
3634 Some English-language cleanups for %destructor.
3635 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
3636 Add output line for destructor of start symbol.
3637 * tests/calc.at (AT_CHECK_CALC): Add one to line counts,
3638 because of that same extra output line.
3639
1a059451
PE
3640 * NEWS: Document minor wording changes in diagnostics of
3641 Bison-generated parsers.
3642 * data/glr.c (yyMemoryExhausted): Renamed from yyStackOverflow.
3643 Remove unused formals. All uses changed.
3644 (yyreportAmbiguity): "ambiguity detected" -> "syntax is ambiguous".
3645 (yyparse): Rename yyoverflowlab to yyexhaustedlab.
3646 * data/yacc.c (yyparse): "parser stack overflow" -> "memory exhausted".
3647 Rename yyoverflowab to yyexhaustedlab.
3648 When memory exhaustion occurs during syntax-error reporting,
3649 report it separately rather than in a single diagnostic; this
3650 eases translation.
3651 * doc/bison.texinfo (Memory Management): Renamed from Stack Overflow.
3652 (Memory Exhausted): Renamed from Parser Stack Overflow.
3653 Revamp wording slightly to prefer "memory exhaustion".
3654 * tests/actions.at: "parser stack overflow" -> "memory exhausted".
3655
97460c78
PE
3656 * data/c.m4 (b4_yysymprint_generate): Use YYFPRINTF, not fprintf.
3657
30757c8c
PE
3658 Add i18n support to the GLR skeleton. Partially fix the C++
3659 skeleton; a C++ expert needs to finish this. Remove debugging
3660 msgids; there's little point to having them translated, since they
3661 can be understood only by someone who can read the
3662 (English-language) source code.
3663
3664 Generate runtime-po/bison-runtime.pot automatically, so that we
3665 don't have to worry about garbage getting in that file. We'll
3666 make sure after the next official release that old msgids don't
3667 get lost. See
3668 <http://lists.gnu.org/archive/html/bison-patches/2005-07/msg00119.html>.
3669
3670 * runtime-po/Makefile.in.in, runtime-po/bison-runtime.pot: Remove.
3671 Now auto-generated.
3672 * PACKAGING: Don't claim that Gawk, GCC, Perl use this method yet.
3673 Fix typos in explanations of the runtime file.
3674 * bootstrap: Change gettext keyword from YYI18N to YY_.
3675 Use standard Makefile.in.in in runtime-po, since we'll arrange
3676 for backward-compatible bison-runtime.po files in a different way.
3677 * data/glr.c (YY_): New macro, from yacc.c.
3678 (yyuserAction, yyreportAmbiguity, yyreportSyntaxError, yyparse):
3679 Translate messages intended for users.
3680 (yyreportSyntaxError): Change "virtual memory" to "memory" to match
3681 the wording in the other skeletons. We don't know that the memory
3682 is virtual.
3683 * data/lalr1.cc (YY_): Renamed from _. All uses changed.
3684 Use same method that yacc.c uses.
3685 Don't translate debugging messages.
3686 (yy::yyreport_syntax_error): Put in a FIXME for the i18n stuff;
3687 it doesn't work (yet), and requires C++ expertise to fix.
3688 * data/yacc.c (YY_): Renamed from YY18N. All uses changed.
3689 Move defn to a more logical place, to be consistent with other
3690 skeletons.
3691 Don't translate debugging messages.
3692 Don't assume line numbers fit in unsigned int; use unsigned long fmts.
3693 * doc/bison.texinfo: Mention <libintl.h>. Change glibc cross reference
3694 to gettext cross reference. Add indexing terms. Mention YYENABLE_NLS.
3695 * runtime-po/POTFILES.in: Add data/glr.c, data/lalr1.cc.
3696
ac8c5689
PE
3697 Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl.
3698 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Have yyerror return
3699 void, not int.
3700 * tests/glr-regression.at (Badly Collapsed GLR States):
3701 Likewise.
3702 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
3703 yylex should return 0 at EOF rather than aborting.
3704
6100a9aa
PE
3705 Improve tests for stack overflow in GLR parser.
3706 Problem reported by twlevo@xs4all.nl.
3707 * data/glr.c (struct yyGLRStack): Remove yyerrflag member.
3708 All uses removed.
3709 (yyStackOverflow): Just longjmp, but with value 2 so that caller
3710 can handle the problem.
3711 (YYCHK1): Use goto (a la yacc.c) rather than setting a flag.
3712 (yyparse): New local variable yyresult to record the result.
3713 Use result of setjmp to set it, rather than storing itinto
3714 struct.
3715 (yyDone): Remove label.
3716 (yyacceptlab, yyabortlab, yyoverflowlab, yyreturn): New labels,
3717 to mimic yacc.c. Do not discard lookahead if it's EOF (possible
3718 if YYABORT is used).
3719 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Exit with
3720 yyparse status; put status > 1 into diagnostic.
3721 Check that status==2 works.
3722 * tests/calc.at, tests/cxx-type.at, tests/glr-regression.at:
3723 Use exit status 3 for failure to open (which shouldn't happen).
3724
15f40952
PE
37252005-07-17 Paul Eggert <eggert@cs.ucla.edu>
3726
67fd79c4
PE
3727 * tests/conflicts.at (%nonassoc and eof): Don't exit with status
3728 1 on syntax error; just let yyparse do its thing.
3729 * tests/glr-regression.at (Badly Collapsed GLR States): Likewise.
3730 * tests/torture.at (AT_DATA_STACK_TORTURE): Likewise.
3731 (Exploding the Stack Size with Alloca):
3732 (Exploding the Stack Size with Malloc):
3733 Expect exit status 2, not 1, since the parser is supposed to blow
3734 its stack. Problem reported by twlevo@xs4all.nl.
3735
15f40952
PE
3736 * data/glr.c (yyparse): Don't assume that the initial calls
3737 to YYMALLOC succeed; in that case, yyparse incorrectly returned 0.
3738 Print a stack-overflow message and fail instead.
3739 Initialize the line-number information before creating the stack,
3740 so that the stack-overflow message can report line zero safely.
3741
f32c66b5
PE
37422005-07-14 Paul Eggert <eggert@cs.ucla.edu>
3743
a22ff96f 3744 Fix problems reported by twlevo@xs4all.nl.
e2688cd9
PE
3745 * data/glr.c (YYSTACKEXPANDABLE): Don't define if already defined.
3746 (yyuserMerge): Provide a default case if b4_mergers is empty.
3747 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Define YYSTACKEXPANDABLE.
3748 * tests/glr-regression.at
3749 (Improper handling of embedded actions and dollar(-N) in GLR parsers):
c70fdfcd 3750 Add casts to pacify C++ compilers.
1beb0b24
PE
3751 * tests/glr-regression.at (Improper merging of GLR delayed action
3752 sets): Declare yylex before using it.
f32c66b5 3753 * tests/Makefile.am (maintainer-check-g++): Fix a stray
a22ff96f
PE
3754 $(GXX) that escaped the renaming of GXX to CXX. Remove bogus
3755 test for valgrind; valgrind is independent of g++.
3756 (maintainer-check-posix): Add _POSIX2_VERSION=200112, to check
3757 for compatibility with POSIX 1003.1-2001 (if running coreutils).
3758 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Port to stricter C++.
3759 Use a destructor, so that we can expand the stack. Change
3760 YYSTYPE to char * so that we can free it. Cast result of malloc.
f32c66b5 3761
d741bd1b
PE
37622005-07-13 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
3763
3764 * data/glr.c (yyuserAction): Fix uninitialized variable that caused
3765 a valgrind failure. Problem reported by twlevo@xs4all.nl.
3766
0410a6e0
PE
37672005-07-13 Paul Eggert <eggert@cs.ucla.edu>
3768
3769 * PACKAGING: New file, suggested by Bruno Haible and taken from
3770 similar wording in gettext's PACKAGING file.
3771 * NEWS: Mention PACKAGING.
3772 * Makefile.am (EXTRA_DIST): Add PACKAGING.
3773
f7ab6a50
PE
37742005-07-12 Paul Eggert <eggert@cs.ucla.edu>
3775
baf785db 3776 * NEWS: Document recent i18n improvements.
f7ab6a50
PE
3777 * bootstrap: Get runtime translations into runtime-po.
3778 Create runtime-po files automatically, if possible.
3779 * configure.ac: Invoke BISON_I18N, so that we eat our own dog food.
3780 * data/yacc.c: Rewrite inclusion of <libintl.h> so that ENABLE_NLS
3781 does not infringe on the user's name space.
3782 (YYENABLE_NLS): Renamed from ENABLE_BISON_NLS.
3783 * doc/bison.texinfo (Internationalization): Revamp the English
3784 and Texinfo syntax a bit, to try to make it clearer.
3785 (Bison Options, Option Cross Key): Mention --print-localedir.
3786 * m4/bison-i18n.m4 (BISON_I18N): Rename ENABLE_BISON_NLS to
3787 YYENABLE_NLS. Quote a bit more.
3788 * runtime-po/.cvsignore: New file.
3789 * runtime-po/Makefile.in.in (mostlyclean): Remove *.old.pot.
3790 * runtime-po/Rules-quot: Remove; now created by bootstrap.
3791 * runtime-po/quot.sed: Likewise.
3792 * runtime-po/boldquot.sed: Likewise.
3793 * runtime-po/en@quot.header: Likewise.
3794 * runtime-po/en@boldquot.header: Likewise.
3795 * runtime-po/insert-header.sin: Likewise.
3796 * runtime-po/remove-potcdate.sin: Likewise.
3797 * runtime-po/Makevars: Likewise.
3798 * runtime-po/LINGUAS: Likewise.
3799 * runtime-po/de.po: Likewise; we will rely on the translation project
3800 to maintain this, so "bootstrap" should get it.
0410a6e0 3801 * src/getarg.c (PRINT_LOCALEDIR_OPTION): Let the C compiler determine
f7ab6a50
PE
3802 its value.
3803 * src/main.c (main): Bind the bison-runtime domain, too.
3804
38052005-07-12 Bruno Haible <bruno@clisp.org>
3806
3807 * data/yacc.c: Include <libintl.h> when NLS is enabled.
3808 (YYI18N): Renamed from _. Use dgettext when NLS is enabled.
3809 * po/POTFILES.in: Remove autogenerated file src/parse-gram.c.
3810 * runtime-po: New directory.
3811 * runtime-po/Makefile.in.in: New file, copied from po/, with modified
3812 $(DOMAIN).pot-update rule, so that old messages are never dropped.
3813 * runtime-po/Rules-quot: New file, copied from po/.
3814 * runtime-po/quot.sed: Likewise.
3815 * runtime-po/boldquot.sed: Likewise.
3816 * runtime-po/en@quot.header: Likewise.
3817 * runtime-po/en@boldquot.header: Likewise.
3818 * runtime-po/insert-header.sin: Likewise.
3819 * runtime-po/remove-potcdate.sin: Likewise.
3820 * runtime-po/Makevars: New file.
3821 * runtime-po/POTFILES.in: New file.
3822 * runtime-po/LINGUAS: New file.
3823 * runtime-po/bison-runtime.pot: New file.
3824 * runtime-po/de.po: New file.
3825 * m4/bison.m4: New file.
3826 * Makefile.am (SUBDIRS): Add runtime-po.
3827 (aclocaldir, aclocal_DATA): New variables.
3828 * configure.ac: Add AC_CONFIG_FILES of runtime-po/Makefile.in.
3829 Define aclocaldir.
3830 * src/getargs.c (usage): Document --print-localedir option.
3831 (PRINT_LOCALEDIR_OPTION): New enum item.
3832 (long_options): Add --print-localedir option.
3833 (getargs): Handle --print-localedir option.
3834 * doc/bison.texinfo (Bison Parser): Remove paragraph about _().
3835 (Internationalization): New section.
3836
22dda0f0
AD
38372005-07-12 Akim Demaille <akim@epita.fr>
3838
3839 * src/symtab.h, src/symtab.c (symbol_print): Swap the arguments,
3840 for consistency with the rest of the code.
3841 * src/symlist.h, src/symlist.c (symbol_list_print): Ditto.
3842 Add separators.
3843
82b248ad
AD
38442005-07-12 Akim Demaille <akim@epita.fr>
3845
3846 * src/parse-gram.y: Use %printer instead of YYPRINT.
3847
fa0e9314
AD
38482005-07-12 Akim Demaille <akim@epita.fr>
3849
867a3e00
AD
3850 * src/symtab.h, src/symtab.c (symbol_print): New.
3851 * src/symlist.h, src/symlist.c (symbol_list_print): New.
3852 * src/symlist.c (symbol_list_n_type_name_get): Report the culprit.
3853
38542005-07-12 Akim Demaille <akim@epita.fr>
3855
3856 * data/glr.c (b4_syncline): Fix (swap) the definitions of
fa0e9314
AD
3857 b4_at_dollar and b4_dollar_dollar.
3858
e054b190
PE
38592005-07-11 Paul Eggert <eggert@cs.ucla.edu>
3860
3861 * doc/bison.texinfo (Mystery Conflicts): Add reference to DeRemer
3862 and Pennello's paper.
3863
34160ec4
PE
38642005-07-09 Paul Eggert <eggert@cs.ucla.edu>
3865
407d4a75
PE
3866 * data/yacc.c (yyparse): Undo previous patch. Instead,
3867 set yylsp[0] and yyvsp[0] only if the initial action
3868 sets yylloc and yylval, respectively.
3869
34160ec4
PE
3870 * data/yacc.c (yyparse): In the initial action, set
3871 yylsp[0] and yyvsp[0] rather than yylloc and yylval.
3872 This avoids the use of undefined variables if the initial
3873 action does not set yylloc and/or yylval.
3874
c3d5a4a7
PE
38752005-07-07 Paul Eggert <eggert@cs.ucla.edu>
3876
b34d96c1
PE
3877 * examples/calc++/calc++-driver.cc, examples/calc++/calc++-driver.hh:
3878 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc:
3879 Remove from CVS. These files are automatically generated.
3880 * examples/extexi: Clarify that this file is now part of Bison,
3881 not GNU M4, and that it works with any POSIX-compatible Awk.
3882 * examples/calc++/Makefile.am (run_extexi): Remove; not used.
3883 ($(calc_extracted)): Renamed from $(calc_sources_extracted),
3884 so that we also get calc++-parser.yy. Geneate it.
3885 Use $(AWK), not gawk, since any conforming Awk will do.
3886 Put comment before action, since older 'make' can't handle comment
3887 in action.
3888 $(BUILT_SOURCES): List all built sources, not just some of them.
3889 $(MAINTAINERCLEANFILES): Remove *.stamp, and all built sources.
3890 $($(srcdir)/calc++-parser.stamp): Work even if POSIXLY_CORRECT.
3891 $($(calc_sources_generated)): Remove unnecessary test for existence
3892 of target. (This had a shell syntax error anyway; a stray "x".)
3893 (calc_extracted): List $(srcdir)/calc++-parser.yy, not
3894 calc++-parser.yy.
3895 * examples/.cvsignore, examples/calc++/.cvsignore: New files.
3896
c3d5a4a7
PE
3897 * bootstrap (gnulib_modules): Add gettext, now that it's no longer
3898 implied by the other modules.
3899
828c373b
AD
39002005-07-06 Akim Demaille <akim@epita.fr>
3901
3902 Bind examples/calc++ to the package.
3903 * examples/calc++/Makefile: Remove, replaced by...
3904 * examples/calc++/Makefile.am: ... this new file.
3905 * examples/calc++/test: Remove input.
3906 * examples/calc++/compile: Remove.
3907 * examples/Makefile.am: New.
3908 * configure.ac, Makefile.am: Adjust.
3909 * doc/Makefile.am (clean-local): New, for more recent texi2dvis.
3910
63cb01d6
PE
39112005-07-05 Paul Eggert <eggert@cs.ucla.edu>
3912
fd2df2ed
PE
3913 * data/glr.c (yyFail): Drastically simplify; since the format argument
3914 never had any % directives, we can simply pass it to yyerror.
3915 (yyparse): Use "t a; a=b;" rather than "t a = b;" when a will
3916 be modified later, as that is the usual style in glr.c.
3917 Problems reported by Paul Hilfinger.
3918
63cb01d6
PE
3919 Rewrite GLR parser to catch more buffer overrun, storage exhaustion,
3920 and size overflow errors.
3921 * data/glr.c: Include <stdio.h> etc. after user prolog, not before,
3922 in case the user prolog sets feature-test macros like _GNU_SOURCE.
3923 (YYSIZEMAX): New macro.
3924 (yystpcpy): New function, taken from yacc.c.
3925 (struct yyGLRStack.yyspaceLeft): Now size_t, not int.
3926 (yyinitGLRStack, yyfreeGLRstack): Remove unnecessary forward decls,
3927 so that we don't have to maintain their signatures.
3928 (yyFail): Check for buffer overflow, by using vsnprintf rather
3929 than vsprintf. Allocate a bigger buffer if possible.
3930 Report an error if buffer allocation fails.
3931 (yyStackOverflow): New function.
3932 (yyinitStateSet, yyinitGLRStack): Return a boolean indicating whether
3933 the initialization was successful. It might fail if storage was
3934 exhausted.
3935 (yyexpandGLRStack): Add more checks for storage allocation failure.
3936 Use yyStackOverflow to report failures.
3937 (yymarkStackDeleted, yyglrShift, yyglrShiftDefer, yydoAction):
3938 (yysplitStack, yyprocessOneStack, yyparse, yypstack):
3939 Don't assume stack number fits in int.
3940 (yysplitStack): Check for storage allocation failure.
3941 (yysplitStack, yyprocessOneStack): Add pure_formals, so that we
3942 can print diagnostics on storage allocation failure. All callers
3943 changed.
3944 (yyresolveValue): Use yybool for boolean.
3945 (yyreportSyntaxError): Check for size-calculation overflow.
3946 This code is taken from yacc.c.
3947 (yyparse): Check for storage allocation errors when allocating
3948 the initial stack.
3949
1c59e0a1
AD
39502005-07-05 Akim Demaille <akim@epita.fr>
3951
3952 Extract calc++ from the documentation.
3953 * doc/bison.texinfo (Calc++): Add the extraction marks.
3954 * examples/extexi: New, from the aborted GNU Programming 2E.
3955 Separate the different paragraph of a file with empty lines.
3956 * examples/Makefile: Use it to extract the whole calc++ example.
3957
8a0adb01
AD
39582005-06-24 Akim Demaille <akim@epita.fr>
3959
3960 * doc/bison.texinfo (C++ Parser Interface): Use defcv to define
3961 class typedefs.
3962
12545799
AD
39632005-06-22 Akim Demaille <akim@epita.fr>
3964
3965 * doc/bison.texinfo (C++ Language Interface): First stab.
3966 (C++ Parsers): Remove.
3967
99be0235
AD
39682005-06-22 Akim Demaille <akim@epita.fr>
3969
3970 * data/lalr1.cc (yylex_): Honor %lex-param.
3971
0ffd4fd1
AD
39722005-06-22 Akim Demaille <akim@epita.fr>
3973
3974 Start a set of simple examples.
3975 * examples/calc++/Makefile, examples/calc++/calc++-driver.cc,
3976 * examples/calc++/calc++-driver.hh,
3977 * examples/calc++/calc++-parser.yy,
3978 * examples/calc++/calc++-scanner.ll, examples/calc++/calc++.cc,
3979 * examples/calc++/compile, examples/calc++/test: New.
3980
0925ebb4
PE
39812005-06-09 Paul Eggert <eggert@cs.ucla.edu>
3982
3983 * data/yacc.c (malloc, free) [defined __cplusplus]: Wrap inside
3984 extern "C" {}. This fixes a problem reported by Paul Hilfinger,
3985 which stems from the 2005-05-27 patch.
3986
43d3b664
PH
39872005-06-06 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
3988
3989 * data/glr.c: Modify treatment of unused parameters to permit use
3990 of g++ (which doesn't allow __attribute__ ((unused)) for parameters).
3991
3062864d
PE
39922005-05-30 Paul Eggert <eggert@cs.ucla.edu>
3993
3994 Fix infringement on user name space reported by Janos Zoltan Szabo.
3995 * data/yacc.c (yyparse): strlen -> yystrlen.
3996
989b5b8e
AD
39972005-05-30 Akim Demaille <akim@epita.fr>
3998
3999 * data/lalr1.cc (_): New.
4000 Translate the various messages.
4001
bedf57f5
PE
40022005-05-27 Paul Eggert <eggert@cs.ucla.edu>
4003
4004 Fix infringement on user name space reported by Bruno Haible.
4005 * data/yacc.c (YYSIZE_T): Define first, so that later decls can use it.
4006 Prefer GCC's __SIZE_TYPE__ if available, so that we don't infringe on
4007 the user's name space.
4008 (alloca): Include <stdlib.h> to get it, if it's not built in.
4009 (YYMALLOC, YYFREE): Define only if needed.
4010 (malloc, free): Declare, but only if needed, as this infringes on
4011 the user name space.
4012
4d1801f1
PE
40132005-05-25 Paul Eggert <eggert@cs.ucla.edu>
4014
4015 Fix BeOS, FreeBSD, MacOS porting problems reported by Bruno Haible.
4016 * lib/bitset.c (bitset_print): Don't assume size_t can be printed
4017 with %d format.
4018 * lib/ebitset.c (min, max): Undef before defining.
4019 * lib/vbitset.c (min, max): Likewise.
4020 * lib/subpipe.c (create_subpipe): Save local variables in case
4021 vfork clobbers them.
4022
40232005-05-24 Bruno Haible <bruno@clisp.org>
4024
4025 * tests/synclines.at (AT_SYNCLINES_COMPILE): Add support for the
4026 error message syntax used by gcc-4.0.
4027
b94a9e1e
PE
40282005-05-23 Paul Eggert <eggert@cs.ucla.edu>
4029
85ac3861
PE
4030 * README: Mention m4 1.4.3. Remove obsolete advice about
4031 Sun Forte Developer 6 update 2, VMS, and MS-DOS.
4032
b94a9e1e
PE
4033 * bootstrap: Remove workaround for problem I encountered with
4034 gettext 0.14.1; it seems to be fixed now.
4035
51c30d21
PE
40362005-05-22 Paul Eggert <eggert@cs.ucla.edu>
4037
009ce67d
PE
4038 * NEWS: Version 2.0a.
4039
f2a97c62
PE
4040 * src/files.c: Include "stdio-safer.h"; this fixes a typo in
4041 the previous change.
4042
c8775f93
PE
4043 Various maintainer cleanups.
4044 * .cvsignore: Add a.exe, a.out, b.out,, conf[0-9]*, confdefs*,
4045 conftest*, for benefit of CVS commands run at the same time as
4046 "configure". Add build-aux, since "bootstrap" now creates it and
4047 its subfiles.
4048 * Makefile.cfg (move_if_change): Remove.
4049 * Makefile.maint: Remove the update stuff; we now use "bootstrap".
4050 (ftp-gnu, www-gnu, move_if_change, local_updates, update):
4051 (po_repo, do-po-update, po-update, wget_files, get-targets):
4052 (config.guess-url_prefix, config.sub-url_prefix):
4053 (ansi2knr.c-url_prefix, texinfo.tex-url_prefix):
4054 (standards.texi-url_prefix, make-stds.texi-url_prefix, taget, url):
4055 ($(get-targets), cvs-files, automake_repo, wget-update, cvs-update):
4056 Remove.
4057 * configure.ac (AC_CONFIG_AUX_DIR): Change from config to build-aux;
4058 this is now the recommended name.
4059 * config/.cvsignore: Remove config.guess, config.rpath, config.sub,
4060 depcomp, install-sh, mdate-sh, missing, mkinstalldirs, texinfo.tex,
4061 ylwrap. These files now go into build-aux.
4062 * config/move-if-change: Remove.
4063 * config/prev-version.txt: Bump from 1.75 to 2.0.
4064
3ea5f0ec
PE
4065 * bootstrap: Add stdio-safer, unistd-safer modules.
4066 Remove m4/glibc2.m4 (introduced by latest gnulib, but
4067 we don't need it).
4068 * lib/.cvsignore: Add dup-safer.c, fd-safer.c,
4069 fopen-safer.c, stdio-safer.h, unistd-safer.h.
4070 * lib/subpipe.c: Include "unistd-safer.h".
4071 (create_subpipe): Make sure all the newly-created
4072 file descriptors are > 2, so that diagnostics don't
4073 get sent down them (which might cause Bison to hang, in theory).
4074 * m4/.cvsignore: Add stdio-safer.m4, unistd-safer.m4.
4075 * src/files.c (xfopen): Use fopen_safer, not fopen.
4076
51c30d21
PE
4077 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Port
4078 yesterday's yacc.c fix.
4079
cea1469d
PE
40802005-05-21 Paul Eggert <eggert@cs.ucla.edu>
4081
3ea5f0ec
PE
4082 * data/glr.c, data/lalr1.cc: Update copyright date.
4083
cea1469d
PE
4084 Fix a destructor bug reported by Wolfgang Spraul in
4085 <http://lists.gnu.org/archive/html/bug-bison/2005-05/msg00042.html>.
4086 * data/yacc.c (yyabortlab): Don't call destructor, and
4087 don't set yychar to EMPTY.
4088 (yyoverflowlab): Don't call destructor.
4089 (yyreturn): Call destructor, if yychar is neither YYEOF nor YYEMPTY.
4090 * tests/calc.at (AT_CHECK_CALC): Expect one fewer output lines,
4091 since we no longer output the message "discarding lookahead token
4092 end of input ()".
4093
5e6f62f2
PH
40942005-05-20 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
4095
4096 * data/glr.c (YY_SYMBOL_PRINT): Don't print newline at end to
4097 fix a small glitch in debugging output.
4098 (yyprocessOneStack, yyrecoverSyntaxError, yyparse): Print newline
4099 after YY_SYMBOL_PRINT where needed.
4100
4101 (struct yyGLRState): Add some comments.
4102 (struct yySemanticOption): Add some comments.
4103 (union yyGLRStackItem): Add comment.
4104
4105 (yymergeOptionSets): Correct this to properly perform the union,
4106 avoiding infinite reported by Michael Rosien.
4107 Update comment.
4108
4109 * tests/glr-regression.at: Add test for GLR merging error reported
4110 by M. Rosien.
cea1469d 4111
0fb669f9
PE
41122005-05-13 Paul Eggert <eggert@cs.ucla.edu>
4113
4114 * COPYING, ChangeLog, GNUmakefile, HACKING, Makefile.am,
4115 Makefile.cfg, Makefile.maint, NEWS, README, README-alpha,
4116 README-cvs, TODO, bootstrap, configure.ac, data/Makefile.am,
4117 data/README, data/c.m4, data/glr.c, data/lalr1.cc, data/yacc.c,
4118 data/m4sugar/m4sugar.m4, doc/Makefile.am, doc/bison.texinfo,
4119 doc/fdl.texi, doc/gpl.texi, doc/refcard.tex, lib/Makefile.am,
4120 lib/abitset.c, lib/abitset.h, lib/bbitset.h, lib/bitset.c,
4121 lib/bitset.h, lib/bitset_stats.c, lib/bitset_stats.h,
4122 lib/bitsetv-print.c, lib/bitsetv-print.h, lib/bitsetv.c,
4123 lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/get-errno.c,
4124 lib/get-errno.h, lib/lbitset.c, lib/lbitset.h, lib/libiberty.h,
4125 lib/main.c, lib/subpipe.c, lib/subpipe.h, lib/timevar.c,
4126 lib/timevar.def, lib/timevar.h, lib/vbitset.c, lib/vbitset.h,
4127 lib/yyerror.c, m4/cxx.m4, m4/m4.m4, m4/subpipe.m4, m4/timevar.m4,
4128 m4/warning.m4, src/LR0.c, src/LR0.h, src/Makefile.am, src/assoc.c,
4129 src/assoc.h, src/closure.c, src/closure.h, src/complain.c,
4130 src/complain.h, src/conflicts.c, src/conflicts.h, src/derives.c,
4131 src/derives.h, src/files.c, src/files.h, src/getargs.c,
4132 src/getargs.h, src/gram.c, src/gram.h, src/lalr.c, src/lalr.h,
4133 src/location.c, src/location.h, src/main.c, src/muscle_tab.c,
4134 src/muscle_tab.h, src/nullable.c, src/nullable.h, src/output.c,
4135 src/output.h, src/parse-gram.c, src/parse-gram.h,
4136 src/parse-gram.y, src/print.c, src/print.h, src/print_graph.c,
4137 src/print_graph.h, src/reader.c, src/reader.h, src/reduce.c,
4138 src/reduce.h, src/relation.c, src/relation.h, src/scan-gram.l,
4139 src/scan-skel.l, src/state.c, src/state.h, src/symlist.c,
4140 src/symlist.h, src/symtab.c, src/symtab.h, src/system.h,
4141 src/tables.c, src/tables.h, src/uniqstr.c, src/uniqstr.h,
4142 src/vcg.c, src/vcg.h, src/vcg_defaults.h, tests/Makefile.am,
4143 tests/actions.at, tests/c++.at, tests/calc.at, tests/conflicts.at,
4144 tests/cxx-type.at, tests/existing.at, tests/glr-regression.at,
4145 tests/headers.at, tests/input.at, tests/local.at, tests/output.at,
4146 tests/reduce.at, tests/regression.at, tests/sets.at,
4147 tests/synclines.at, tests/testsuite.at, tests/torture.at:
4148 Update FSF postal mail address.
4149
51f4735e
PE
41502005-05-11 Paul Eggert <eggert@cs.ucla.edu>
4151
4152 * tests/local.at (AT_COMPILE_CXX): Treat LDFLAGS like AT_COMPILE does.
4153 Problem reported by Ralf Menzel.
4154
80ce3401
PE
41552005-05-01 Paul Eggert <eggert@cs.ucla.edu>
4156
4157 * tests/actions.at: Test that stack overflow invokes destructors.
4158 From Marcus Holland-Moritz.
4159 * data/yacc.c (yyerrlab): Move the code that destroys the stack
4160 from here....
4161 (yyreturn): to here. That way, destructors are called properly
4162 even if the stack overflows, or the user calls YYACCEPT or
4163 YYABORT. Stack-overflow problem reported by Marcus Holland-Moritz.
4164 (yyoverflowlab): Destroy the lookahead.
4165
41662005-04-24 Paul Eggert <eggert@cs.ucla.edu>
4167
4168 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): Add more-descriptive comment.
4169
72f000b0
PE
41702005-04-17 Paul Eggert <eggert@cs.ucla.edu>
4171
4172 * NEWS: Bison-generated C parsers no longer quote literal strings
4173 associated with tokens.
4174 * src/output.c (prepare_symbols): Don't escape strings,
4175 since users don't want to see C escapes.
4176 * tests/calc.at (AT_CHECK_CALC): Adjust to lack of quotes
4177 in diagnostics.
c19683bb 4178 * tests/input.at (Torturing the Scanner): Likewise.
72f000b0
PE
4179 * tests/regression.at (Token definitions, Web2c Actions): Likewise.
4180
1094323f
PE
41812005-04-16 Paul Eggert <eggert@cs.ucla.edu>
4182
4183 * tests/torture.at (AT_INCREASE_DATA_SIZE): Skip the test if
4184 the data size is known to be too small and we can't increase it.
4185 This works around an HP-UX 11.00 glitch reported by Andrew Benham.
4186
ca407bdf
PE
41872005-04-15 Paul Eggert <eggert@cs.ucla.edu>
4188
4189 * src/parse-gram.y: Include quotearg.h.
4190 (string_as_id): Quote $1 before using it as a key, since the
4191 lexer no longer quotes it for us.
4192 (string_content): Don't strip quotes, since lexer no longer
4193 quotes it for us.
4194 * src/scan-gram.l: Include quotearg.h.
4195 ("\""): Omit quote.
4196 ("'"<SC_ESCAPED_CHARACTER>): Quote symbol before using it as
4197 a key, since the rest of the lexer doesn't quote it.
4198 * src/symtab.c (symbol_get): Don't quote symbol; caller does it now.
4199 * tests/regression.at (Token definitions): Check for backslashes
4200 in token strings.
4201
4202 * data/yacc.c (YYSTACK_ALLOC_MAXIMUM): New macro.
4203 (YYSIZE_T): Define to unsigned long int when using an older compiler.
4204 (yyparse): Revamp code to generate long syntax error message, to
4205 make it easier to translate, and to avoid problems with arithmetic
4206 overflow. Change "virtual memory" to "memory" in diagnostic, since
4207 we don't know whether the memory is virtual.
4208
1ce59070
PE
42092005-04-13 Paul Eggert <eggert@cs.ucla.edu>
4210
4211 * NEWS: Bison-generated C parsers now use the _ macro to
4212 translate strings.
4213 * data/yacc.c (_) [!defined _]: New macro.
4214 All English strings wrapped inside this macro.
4215 * doc/bison.texinfo (Bison Parser): Document _.
4216 * po/POTFILES.in: Include src/parse-gram.c, since it now
4217 includes translateable strings that parse-gram.y doesn't.
4218
a749a695
PE
42192005-04-12 Paul Eggert <eggert@cs.ucla.edu>
4220
4221 * src/symtab.c (symbol_make_alias): Call symbol_type_set,
4222 reverting the 2004-10-11 change to this function.
4223 (symbol_check_alias_consistency): Don't call symbol_type_set
4224 if the type name is already correct.
4225 * tests/input.at (Typed symbol aliases): New test, from Tim Van Holder.
4226
8fb1053b
PE
42272005-03-25 Paul Eggert <eggert@cs.ucla.edu>
4228
4229 * tests/regression.at (Token definitions): Don't use a token named
4230 c, as that generates a "#define c ..." that runs afoul of buggy
4231 stdlib.h that uses the identifier c as a member of struct
4232 drand48_data. Problem reported by Horst Wente.
4233
ff498c4a
PE
42342005-03-21 Paul Eggert <eggert@cs.ucla.edu>
4235
4236 * bootstrap: Change translation URL from
4237 http://www2.iro.umontreal.ca/~gnutra/po/maint/bison/ to
4238 http://www.iro.umontreal.ca/translation/maint/bison/ to avoid
4239 redirection glitches. Problem reported by twlevo@xs4all.nl.
4240
65211d70
PE
42412005-03-20 Paul Eggert <eggert@cs.ucla.edu>
4242
4243 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Don't put options
4244 after operands; POSIX says this isn't portable for the c99 command.
4245
9577fb1f
PE
42462005-03-18 Paul Eggert <eggert@cs.ucla.edu>
4247
4248 * tests/glr-regression.at (glr-regr2a.y): Try to dump core
4249 immediately if a data overrun has occurred; this may help us track
4250 down what may be a spurious failure on MacOS.
4251
78b178f7
PE
42522005-03-17 Paul Eggert <eggert@cs.ucla.edu>
4253
a2599d0f
PE
4254 Respond to problems reported by twlevo@xs4all.nl.
4255
4256 * bootstrap: Use "trap - 0" rather than the unportable "trap 0".
4257
78b178f7
PE
4258 * src/vcg.h: Comment fix.
4259 * src/vcg_defaults.h: Parenthesize macro bodies to make them safe.
4260 (G_CMAX): Change to -1 instead of INT_MAX.
4261
4262 * data/yacc.c (yyparse): Omit spaces before #line.
78b178f7 4263
7296e729
PE
42642005-03-15 Paul Eggert <eggert@cs.ucla.edu>
4265
4266 * src/tables.c (state_number_to_vector_number): Put it inside an
4267 "#if 0", since it's not currently used. Problem reported by
4268 Roland McGrath.
4269
05ac60f3
PE
42702005-03-06 Paul Eggert <eggert@cs.ucla.edu>
4271
4272 * src/output.c (escaped_output): Renamed from
4273 escaped_file_name_output, since we now use it for symbol tags as
4274 well. All uses changed.
4275 (symbol_destructors_output, symbol_printers_output):
4276 Escape symbol tags too.
4277 Problem reported by Matyas Forstner in
4278 <http://lists.gnu.org/archive/html/bug-bison/2005-03/msg00009.html>.
4279
4280 * src/muscle_tab.c (muscle_code_grow): Don't quote numbers; it's
4281 not needed.
4282 * src/output.c (user_actions_output, token_definitions_output,
4283 symbol_destructors_output, symbol_printers_output): Likewise.
4284 * src/reader.c (prologue_augment): Likewise.
4285 * src/scan-gram.l (handle_action_dollar, handle_action_at): Likewise.
4286
4287 * src/vcg.c (output_edge): Don't quote linestyle arg.
4288 Problem reported by twlevo@xs4all.nl.
4289
7eb453ac
PE
42902005-02-28 Paul Eggert <eggert@cs.ucla.edu>
4291
4292 * doc/bison.texinfo (Semantic Tokens): Fix scoping problem in
4293 example, reported by Derek M Jones. Also, make the example even
4294 more outrageous, to better illustrate how bad the problem is.
4295
4c04c52a
PE
42962005-02-24 Paul Eggert <eggert@cs.ucla.edu>
4297
4298 * doc/bison.texinfo (Mfcalc Symtab): Correct the prototype for
4299 putsym. Typo reported by Sebastian Piping.
4300
a61e1620
PE
43012005-02-23 Paul Eggert <eggert@cs.ucla.edu>
4302
4303 * doc/bison.texinfo (Language and Grammar): some -> same
4304 (Epilogue): int he -> in the
4305 Typos reported by Sebastian Piping via Justin Pence.
4306
9ec93868
PE
43072005-02-07 Paul Eggert <eggert@cs.ucla.edu>
4308
4309 * tests/glr-regression.at (Improper handling of embedded actions
4310 and dollar(-N) in GLR parsers): Renamed from "Improper handling of
4311 embedded actions and $-N in GLR parsers", work around an Autoconf bug
4312 with dollar signs in test names.
4313 * tests/input.at (Invalid dollar-n): Renamed from "Invalid \$n",
4314 for a similar reason.
4315
73ce7e7e
PE
43162005-01-28 Paul Eggert <eggert@cs.ucla.edu>
4317
4318 * src/vcg.c (output_graph): G_VIEW -> normal_view in case someone
4319 wants to redefine G_VIEW.
4320
2e72b98e
PE
43212005-01-27 Paul Eggert <eggert@cs.ucla.edu>
4322
4323 * src/vcg.c (get_view_str): Remove case for normal_view.
4324 Problem reported by twlevo@xs4all.nl.
4325
e0d634e5
PE
43262005-01-24 Paul Eggert <eggert@cs.ucla.edu>
4327
ccf830a4
PE
4328 * configure.ac (O0CFLAGS, O0CXXFLAGS): Fix quoting bug.
4329 Problem reported by twlevo@xs4all.nl.
4330
e0d634e5
PE
4331 * doc/bison.texinfo: Change @dircategory from "GNU programming
4332 tools" to "Software development". Requested by Richard Stallman
4333 via Karl Berry.
4334
7bbc8cb0
PE
43352005-01-23 Paul Eggert <eggert@cs.ucla.edu>
4336
4337 * tests/c++.at (AT_CHECK_DOXYGEN): Don't use options after operands.
4338 Problem reported by twlevo@xs4all.nl.
4339
08b770bc
PE
43402005-01-21 Paul Eggert <eggert@cs.ucla.edu>
4341
4342 * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register"
4343 keyword; it's not needed with modern compilers, and it doesn't
4344 affect correctness with older compilers. Suggested by
4345 twlevo@xs4all.nl.
4346
95f22ad2
PE
43472005-01-17 Paul Eggert <eggert@cs.ucla.edu>
4348
4349 * data/glr.c (yyuserAction): Add "default: break;" case to pacify
4350 gcc -Wswitch-default.
4351 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
4352 * data/yacc.c (yyparse): Likewise.
4353
d229d15c
PE
43542005-01-12 Paul Eggert <eggert@cs.ucla.edu>
4355
4356 * src/system.h (OUTPUT_EXT, TAB_EXT): Define only if not defined
4357 already. Let config.h define any nonstandard values.
4358
ecadd90f
PE
43592005-01-10 Paul Eggert <eggert@cs.ucla.edu>
4360
4361 * tests/calc.at (_AT_DATA_CALC_Y): Use alarm (100), not alarm (10),
4362 for the benefit of slower hosts. Problem reported by
4363 Nelson H. F. Beebe.
4364
213744b5
PE
43652005-01-07 Paul Eggert <eggert@cs.ucla.edu>
4366
4367 * data/yacc.c (yyparse): Pacify non-GCC compilers about yyerrorlab
4368 being defined and not used.
4369 * data/lalr1.cc (yyparse): Likewise.
4370 Use "if (false)" rather than "if (0)".
4371
249d3236
PE
43722005-01-05 Paul Eggert <eggert@cs.ucla.edu>
4373
4374 * TODO: Mention that we should allow NUL bytes in tokens.
4375
987cc1fb
PE
43762005-01-02 Paul Eggert <eggert@cs.ucla.edu>
4377
4378 * src/scan-skel.l (<<EOF>>): Don't close standard output.
4379 Problem reported by Hans Aberg.
4380
08fe02d9
PE
43812005-01-01 Paul Eggert <eggert@cs.ucla.edu>
4382
4383 * src/getargs.c (version): Happy new year; update overall
4384 program copyright date from 2004 to 2005.
4385
4386 * src/scan-skel.l ("@output ".*\n): Don't close standard output.
4387 Problem reported by Hans Aberg.
4388 * tests/output.at (AT_CHECK_OUTPUT): New arg SHELLIO.
4389 (Output file names.): Add a test for the case when standard output
4390 is closed.
4391
010c0266
PE
43922004-12-26 Paul Eggert <eggert@cs.ucla.edu>
4393
4394 * doc/bison.texinfo (@copying): Update FDL version number to 1.2,
4395 to fix an oversight in the Bison 2.0 manual.
4396
da12206a
PE
43972004-12-25 Paul Eggert <eggert@cs.ucla.edu>
4398
4399 * NEWS: Version 2.0. Reformat the existing news items since
4400 1.875, so that related items are grouped together.
3a4734aa 4401 * configure.ac (AC_INIT): Bump version to 2.0.
da12206a
PE
4402 * src/parse-gram.c, src/parse-gram.h: Regenerate with 2.0.
4403
c935d934
PE
4404 * tests/torture.at (Exploding the Stack Size with Alloca): Set
4405 YYSTACK_USE_ALLOCA to 1 if __GNUC__ or alloca are defined;
4406 otherwise, we're not testing alloca. Unfortunately there's no
4407 simple way to consult HAVE_ALLOCA here.
4408
da12206a
PE
4409 * data/lalr1.cc (yydestruct_): Pacify unused variable warning
4410 for yymsg, too.
4411
4412 * src/LR0.c (new_itemsets): Use memset rather than zeroing by
4413 hand. This avoids a warning about comparing int to size_t when
4414 GCC warnings are enabled.
4415
0a2c5137
PE
44162004-12-22 Paul Eggert <eggert@cs.ucla.edu>
4417
d7e14fc0
PE
4418 * NEWS: Bison-generated parsers no longer default to using the
4419 alloca function (when available) to extend the parser stack, due
4420 to widespread problems in unchecked stack-overflow detection.
4421 * data/glr.c (YYMAXDEPTH): Remove undef when zero. It's the user's
4422 responsibility to set it to a positive value. This lets the user
4423 specify a value that is not a preprocessor constant.
4424 * data/yacc.c (YYMAXDEPTH): Likewise.
4425 (YYSTACK_ALLOC): Define only if YYSTACK_USE_ALLOCA is nonzero.
4426 * doc/bison.texinfo (Stack Overflow): YYMAXDEPTH no longer needs
4427 to be a compile-time constant. However, explain the constraints on it.
4428 Also, explain the constraints on YYINITDEPTH.
4429 (Table of Symbols): Explain that alloca is no longer the default.
4430 Explain the user's responsibility if they define YYSTACK_USE_ALLOCA
4431 to 1.
4432
0a2c5137
PE
4433 * doc/bison.texinfo (Location Default Action): Mention that n must
4434 be zero when k is zero. Suggested by Frank Heckenbach.
4435
e019c247
AD
44362004-12-22 Akim Demaille <akim@epita.fr>
4437
4438 * data/lalr1.cc (parser::token_number_type, parser::rhs_number_type)
4439 (parser::state_type, parser::semantic_type, parser::location_type):
4440 Private, not public.
4441 (parser::parse): Return ints, not bool.
4442 Returning a bool introduces a problem: 0 corresponds to false, and
4443 it seems weird to return false on success. Returning true changes
4444 the conventions for yyparse.
4445 Alternatively we could return void and send an exception.
4446 There is no clear consensus (yet?).
4447 (state_stack, semantic_stack, location_stack): Rename as...
4448 (state_stack_type, semantic_stack_type, location_stack_type): these.
4449 Private, not public.
4450 * tests/c++.at: New.
4451 * tests/testsuite.at, tests/Makefile.am: Adjust.
4452
72731bb7
AD
44532004-12-21 Akim Demaille <akim@epita.fr>
4454
4455 * data/lalr1.cc (parser::parse): Return a bool instead of an int.
4456
9a0d8bec
AD
44572004-12-21 Akim Demaille <akim@epita.fr>
4458
4459 Don't impose std::string for filenames.
4460
4461 * data/lalr1.cc (b4_filename_type): New.
4462 (position::filename): Use it.
4463 (parser.hh): Move the inclusion of stack.hh and location.hh below
4464 the user code, so that needed headers for the filename type can be
4465 included first.
72731bb7
AD
4466 Forward declare them before the user code.
4467 * tests/Makefile.am (check-local, installcheck-local): Pass
4468 TESTSUITEFLAGS to the TESTSUITE.
9a0d8bec 4469
99880de5
AD
44702004-12-20 Akim Demaille <akim@epita.fr>
4471
4472 Use more STL like names: my_class instead of MyClass.
4473
4474 * data/lalr1.cc (LocationStack, LocationType, RhsNumberType)
4475 (SemanticStack, SemanticType, StateStack, StateType)
4476 (TokenNumberType, Stack, Slice, Traits, Parser::location)
4477 (Parser::value): Rename as...
4478 (location_stack, location_type, rhs_number_type, semantic_stack)
4479 (semantic_type, state_stack, state_type, token_number_type, stack)
4480 (slice, traits, parser::yylloc, parser::yylval): these.
4481
4482 * tests/calc.at, tests/regression.at, tests/actions.at: Adjust.
4483
9bec482e
PE
44842004-12-19 Paul Eggert <eggert@cs.ucla.edu>
4485
4486 * data/glr.c (YYLLOC_DEFAULT): Use GNU spacing conventions.
4487 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
4488
f6fbd3da
PE
44892004-12-17 Paul Eggert <eggert@cs.ucla.edu>
4490
4491 Remove uses of 'short int' and 'unsigned short int'. This raises
4492 some arbitrary limits. It uses more memory but nowadays that's
4493 not much of an issue.
4494
4495 This change does not affect the generated parsers; that's a different
4496 task, as some users will want to conserve memory there.
4497
4498 Ideally we should use size_t to represent all object counts, and
4499 something like ptrdiff_t to represent signed differences of object
4500 counts; but that will require more code-cleanup than I have the
4501 time to do right now.
4502
4503 * src/LR0.c (allocate_itemsets, new_itemsets, save_reductions):
4504 Use size_t, not int or short int, to count objects.
4505 * src/closure.c (nritemset, closure): Likewise.
4506 * src/closure.h (nritemset, closure): Likewise.
4507 * src/nullable.c (nullable_compute): Likewise.
4508 * src/print.c (print_core): Likewise.
4509 * src/print_graph.c (print_core): Likewise.
4510 * src/state.c (state_compare, state_hash): Likewise.
4511 * src/state.h (struct state): Likewise.
4512 * src/tables.c (default_goto, goto_actions): Likewise.
4513
4514 * src/gram.h (rule_number, rule): Use int, not short int.
4515 * src/output.c (prepare_rules): Likewise.
4516 * src/state.h (state_number, STATE_NUMBER_MAXIMUM, transitions,
4517 errs, reductions): Likewise.
4518 * src/symtab.h (symbol_number, SYMBOL_NUMBER_MAXIMUM, struct symbol):
4519 Likewise.
4520 * src/tables.c (vector_number, tally, action_number,
4521 ACTION_NUMBER_MINIMUM): Likewise.
4522 * src/output.c (muscle_insert_short_int_table): Remove.
4523
efeed023
AD
45242004-12-17 Akim Demaille <akim@epita.fr>
4525
4526 * data/lalr1.cc: Extensive Doxygenation.
4527 (error_): Rename as...
4528 (error): this, since it is visible to the user.
4529 Adjust callers.
4530 (Parser::message): Now an automatic variable from...
4531 (Parser::yyreport_syntax_error_): here.
4532 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust to
4533 Parser::error.
4534 * tests/input.at: Escape $.
4535
bc82c5a5
PE
45362004-12-16 Paul Eggert <eggert@cs.ucla.edu>
4537
4538 * data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location):
4539 Parenthesize rhs to avoid obscure problems with mistakes like
4540 "foo$$bar = foo$1bar;". Problem reported by twlevo at xs4all.
4541 * data/lalr1.cc (b4_lhs_value, b4_rhs_value, b4_lhs_location,
4542 b4_rhs_location): Likewise.
4543 * data/yacc.c (b4_lhs_value, b4_rhs_value, b4_lhs_location,
4544 b4_rhs_location): Likewise.
4545
fd19f271
AD
45462004-12-16 Akim Demaille <akim@epita.fr>
4547
4548 * data/lalr1.cc (yyreport_syntax_error_): Catch up with glr.c and
4549 yacc.c: be sure to stay within yycheck_.
4550 * tests/actions.at: Re-enable C++ tests.
4551
10454ea4
AD
45522004-12-16 Akim Demaille <akim@epita.fr>
4553
4554 * src/print_graph.c (print_graph): Remove layoutalgorithm uses for
4555 real.
4556
c5b95ccf
AD
45572004-12-16 Akim Demaille <akim@epita.fr>
4558
4559 Use #define to handle the %name-prefix.
4560
4561 * data/glr.c, data/yacc.c: Comment changes.
4562 * data/lalr1.cc (yylex): Use #define to select the name of yylex,
4563 so that one can refer to yylex in the parser file, and have it
4564 renamed, as is the case with other skeletons.
4565
617a8f12
AD
45662004-12-16 Akim Demaille <akim@epita.fr>
4567
4568 Move lalr1.cc internals into yy*.
4569
4570 * data/lalr1.cc (semantic_stack_, location_stack_, state_stack_)
4571 (semantic_stack_, location_stack_, pact_, pact_ninf_, defact_)
4572 (pgoto_, defgoto_, table_, table_ninf_, check_, stos_, r1_, r2_)
4573 (name_, rhs_, prhs_, rline_, token_number_, eof_, last_, nnts_)
4574 (empty_, final_, terror_, errcode_, ntokens_)
4575 (user_token_number_max_, undef_token_, n_, len_, state_, nerrs_)
4576 (looka_, ilooka_, error_range_, nerrs_):
4577 Rename as...
4578 (yysemantic_stack_, yylocation_stack_, yystate_stack_)
4579 (yysemantic_stack_, yylocation_stack_, yypact_, yypact_ninf_)
4580 (yydefact_, yypgoto_, yydefgoto_, yytable_, yytable_ninf_)
4581 (yycheck_, yystos_, yyr1_, yyr2_, yyname_, yyrhs_, yyprhs_)
4582 (yyrline_, yytoken_number_, yyeof_, yylast_, yynnts_, yyempty_)
4583 (yyfinal_, yyterror_, yyerrcode_, yyntokens_)
4584 (yyuser_token_number_max_, yyundef_token_, yyn_, yylen_, yystate_)
4585 (yynerrs_, yylooka_, yyilooka_, yyerror_range_, yynerrs_):
4586 these.
4587
1e547e6e
PE
45882004-12-15 Paul Eggert <eggert@cs.ucla.edu>
4589
4590 Fix some problems reported by twlevo at xs4all.
4591 * src/symtab.c (symbol_new): Report an error if the input grammar
4592 contains too many symbols. This is better than calling abort() later.
4593 * src/vcg.h (enum layoutalgorithm): Remove. All uses removed.
4594 (struct node, struct graph):
4595 Rename member expand to stretch. All uses changed.
4596 (struct graph): Remove member layoutalgorithm. All uses removed.
4597 * src/vcg.c (get_layoutalgorithm_str): Remove. All uses removed.
4598 * src/vcg_defaults.h (G_STRETCH): Renamed from G_EXPAND.
4599 All uses changed.
4600 (N_STRETCH): Rename from N_EXPAND. All uses changed.
4601
735d6bd4
AD
46022004-12-15 Akim Demaille <akim@epita.fr>
4603
4604 * data/lalr1.cc: Normalize /** \brief ... */ to ///.
4605 Add more Doxygen comments.
4606 (symprint_, stack_print_, reduce_print_, destruct_, pop)
4607 (report_syntax_error_, translate_): Rename as...
4608 (yysymprint_, yystack_print_, yyreduce_print_, yydestruct_)
4609 (yypop_, yyreport_syntax_error_, yytranslate_): this.
4610
2e1f5829
AD
46112004-12-15 Akim Demaille <akim@epita.fr>
4612
4613 * data/lalr1.cc (lex_): Rename as...
4614 (yylex_): this.
4615 Move the trace here.
4616 Take the %name-prefix into account.
4617 Reported by Alexandre Duret-Lutz.
4618
a3cb6248
AD
46192004-12-15 Akim Demaille <akim@epita.fr>
4620
4621 Simplify the C++ parser constructor.
4622
4623 * data/lalr1.cc (debug_): Rename as...
4624 (yydebug_): so that the parser's internals are always in the yy*
4625 pseudo namespace.
4626 Adjust uses.
4627 (b4_parse_param_decl): Remove the leading comma as it is now only
4628 called as unique argument list.
4629 (Parser::Parser): Remove the constructor accepting a location and
4630 an initial debugging level.
4631 Remove from the other ctor the argument for the debugging level.
4632 (debug_level_type, debug_level, set_debug_level): New.
4633
4634 * tests/actions.at, tests/calc.at, tests/regression.at: Adjust
4635 constructor calls.
4636
07fed891
AD
46372004-12-15 Akim Demaille <akim@epita.fr>
4638
4639 Remove b4_root related material: failure experiment
a3cb6248 4640 (which goal was to allow to derive from a class).
07fed891
AD
4641
4642 * data/lalr1.cc (b4_root, b4_param, b4_constructor): Remove
4643 definitions and uses.
4644
e603eaa5
PE
46452004-12-14 Paul Eggert <eggert@cs.ucla.edu>
4646
4647 * data/glr.c (struct yyGLRStack): yyerror_range now has 3 items,
4648 not 2, since it's not portable to subtract 1 from the start of an
4649 array. The new item 0 is never set or used. All uses changed.
4650
4651 (yyrecoverSyntaxError): Use YYLLOC_DEFAULT instead of assuming
4652 the default definition of YYLLOC_DEFAULT. Problem reported
4653 by Frank Heckenbach.
4654
fafb007d
PE
46552004-12-12 Paul Eggert <eggert@cs.ucla.edu>
4656
4657 * data/glr.c (YYRHSLOC): Don't have two definitions, one for
4658 the normal case and one for the error case. Just use the
4659 first one uniformly. Problem reported by Frank Heckenbach.
4660 (YYLLOC_DEFAULT): Use the conventions of yacc.c, so we can
4661 use exactly the same macro in both places.
4662 (yyerror_range): Now of type yyGLRStackItem, not YYLTYPE,
4663 so that the normal-case YYRHSLOC works for the error case too.
4664 All uses changed.
4665 * data/yacc.c (YYRHSLOC): New macro, taken from glr.c.
4666 (YYLLOC_DEFAULT): Use the same macro as glr.c.
4667 * doc/bison.texinfo (Location Default Action): Don't claim that
4668 we have an array of locations. Use the same macro for both glr
4669 and lalr parsers. Mention YYRHSLOC. Mention what happens when
4670 the index is 0.
4671
48814dcd
PE
46722004-12-10 Paul Eggert <eggert@cs.ucla.edu>
4673
a4e1a53b
PE
4674 * HACKING: Update email addresses to send announcements to.
4675
48814dcd
PE
4676 * configure.ac (AC_INIT): Bump version to 1.875f.
4677
337116ba
PE
46782004-12-10 Paul Eggert <eggert@cs.ucla.edu>
4679
4680 * NEWS: Version 1.875e.
4681 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875e.
4682
4683 * src/scan-skel.l: Include "complain.h", for "fatal".
4684
4685 * src/relation.h (relation_print, relation_digraph):
4686 Relation sizes are of type relation_node, not size_t (this is
4687 merely a doc fix, since the two types are equivalent).
4688 (relation_transpose): Relation sizes are of type relation_node,
4689 not int.
4690 * src/relation.c: Likewise.
4691 (top, infinity): Now of type relation_node, not int.
4692 (traverse, relation_transpose): Use relation_node, not int.
4693
4694 * data/glr.c (yyuserAction, yyrecoverSyntaxError): Mark args
4695 with ATTRIBUTE_UNUSED if they're not used, to avoid GCC warning.
4696 (yyparse): Remove unused local introduced in 2004-10-25 patch.
4697
4698 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg
68b082af 4699 specifying whether the test should be skipped. Use it tp
337116ba 4700 specify that the [%defines %skeleton "lalr1.cc"] tests currently
68b082af 4701 fail on some hosts, and should be skipped.
337116ba 4702
da2a7671
PE
47032004-12-08 Paul Eggert <eggert@cs.ucla.edu>
4704
4705 * src/system.h (CALLOC, MALLOC, REALLOC): Remove. All callers
4706 changed to use xcalloc, xnmalloc, xnrealloc, respectively,
4707 unless otherwise specified below.
4708
4709 * src/LR0.c (allocate_itemsets): Use xnmalloc, not xcalloc,
4710 to allocate kernel_base, kernel_items, kernel_size, since
4711 they needn't be initialized to 0.
4712 (allocate_storgae): Likewise, for shiftset, redset, shift_symbol.
4713 * src/closure.c (new_closure): Likewise, for itemset.
4714 * src/derives.c (derives_compute): Likewise, for delts, derives, q.
4715 * src/lalr.c (set_goto_map): Likewise, for temp_map.
4716 (initialize_F): Likewise, for reads, edge, reads[i], includes[i].
4717 (build_relations): Likewise for edge, states1, includes.
4718 * src/nullable.c (nullable_compute): Likewise, for squeue, relts.
4719 * src/reader.c (packgram): Likewise, for ritem, rules.
4720 * src/reduce.c (nonterminals_reduce): Likewise for nontermmap.
4721 * src/relation.c (relation_digraph): Likewise for VERTICES.
4722 (relation_transpose): Likewise for new_R, end_R.
4723 * src/symtab.c (symbols_token_translations_init): Likewise for
4724 token_translations.
4725 * src/tables.c (save_row): Likewise for froms, tos, conflict_tos.
4726 (token_actions): Likewise for yydefact, actrow, conflrow,
4727 conflict_list.
4728 (save_column): Likewise for froms[symno], tos[symno].
4729 (goto_actions): Likewise for state_count.
4730 (pack_table): Likewise for base, pos, check.
4731 (tables_generate): Likewise for width.
4732
4733 * src/LR0.c (set_states): Don't reuse kernel_size and kernel_base
4734 for initial core. Just have a separate core, so we needn't worry
4735 about whether kernel_size and kernel_base are initialized.
4736
4737 * src/LR0.c (shift_symbol, redset, shiftset, kernel_base,
4738 kernel_size, kernel_items): Remove unnecessary initialization.
4739 * src/conflicts.c (conflicts): Likewise.
4740 * src/derives.c (derives): Likewise.
4741 * src/muscle_tablc (muscle_insert): Likewise.
4742 * src/relation.c (relation_digraph): Likewise.
4743 * src/tables.c (froms, tos, conflict_tos, tally, width, actrow, order,
4744 conflrow, conflict_table, conflict_list, table, check):
4745 Likewise.
4746
4747 * src/closure.c (new_closure): Arg is of type unsigned int, not int.
4748 This is because all callers pass unsigned int.
4749 * src/closure.h (new_closure): Likewise.
4750
4751 * src/lalr.c (initialize_F): Initialize reads[i] in all cases.
4752 (build_relations): Initialize includes[i] in all cases.
4753 * src/reader.c (packgram): Always initialize rules[ruleno].prec
4754 and rules[ruleno].precsym. Initialize members in order.
4755 * src/relation.c (relation_transpose): Always initialize new_R[i]
4756 and end_R[i].
4757 * src/table.c (conflict_row): Initialize 0 at end of conflict_list.
4758
4759 * src/output.c (prepare_actions): Pass 0 instead of conflict_list[0];
4760 conflict_list[0] was always 0, but now it isn't initialized.
4761
4762 * src/table.c (table_grow): When conflict_table grew, the grown
4763 area wasn't cleared. Fix this.
4764
4765 * lib/.cvsignore: Add strdup.c, strdup.h.
4766 * m4/.cvsignore: Add strdup.m4.
4767
00baeeac
PE
47682004-12-07 Paul Eggert <eggert@cs.ucla.edu>
4769
4770 * src/lalr.h (GOTO_NUMBER_MAXIMUM): New macro.
4771 * src/lalr.c (set_goto_map): Don't allow ngotos to equal
4772 GOTO_NUMBER_MAXIMUM, since we occasionally compute
4773 ngotos + 1 without checking for overflow.
4774 (build_relations): Use END_NODE, not -1, to denote end of edges.
4775 * src/lalr.c (set_goto_map, map_goto, initialize_F, add_loopback_edge,
4776 build_relations): Use goto_number, not int, for goto numbers.
4777 * src/tables.c (save_column, default_goto): Likewise.
4778
be3d9d42
AD
47792004-11-23 Akim Demaille <akim@epita.fr>
4780
4781 * data/lalr1.cc (YYSTYPE): Define it as is done for C, instead
4782 of #defining from yystype.
4783 Don't typedef yystype, C++ does not need it.
4784 This lets it possible to forward declare it as union.
4785
78e526d5
PE
47862004-11-23 Paul Eggert <eggert@cs.ucla.edu>
4787
4788 * bootstrap (gnulib_modules): Add extensions.
4789 Problem reported by Jim Meyering.
4790
afbb696d
PE
47912004-11-22 Paul Eggert <eggert@cs.ucla.edu>
4792
4793 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c,
4794 src/lalr.c, src/nullable.c, src/relation.c, src/scan-skel.l,
4795 src/system.h, src/tables.c: XFREE -> free, to accommodate
4796 recent change to gnulib xalloc.h.
78e526d5 4797 Problem reported by Jim Meyering.
afbb696d 4798
c1f8f16a
AD
47992004-11-17 Akim Demaille <akim@epita.fr>
4800
4801 * data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings.
4802
db7e5eb5 48032004-11-17 Akim Demaille <akim@epita.fr>,
9a1e9989
AD
4804 Alexandre Duret-Lutz <adl@gnu.org>
4805
4806 * data/lalr1.cc (Parser::yycdebug_): New, a pointer, to allow
4807 changes.
4808 (YYCDEBUG): Adjust.
4809 Use it instead of cdebug_.
4810 (Parser::debug_stream, Parser::set_debug_stream): New.
4811 (Parser::symprint_): Define cdebug_ for temporary backward
4812 compatibility.
4813 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use
4814 debug_stream ().
4815
68e11668
AD
48162004-11-17 Akim Demaille <akim@epita.fr>
4817
4818 * data/lalr1.cc (Parser:print_): Remove, use %printer instead.
4819 * tests/regression.at (_AT_DATA_DANCER_Y): Adjust.
4820 * tests/calc.at (_AT_DATA_CALC_Y): Ditto.
4821 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
4822
97cbc73e
PE
48232004-10-27 Paul Eggert <eggert@cs.ucla.edu>
4824
4825 * data/glr.c (yyloc_default): Remove; not used.
4826 Problem reported by Frank Heckenbach.
4827
e342c3be
AD
48282004-10-25 Akim Demaille <akim@epita.fr>
4829
4830 * data/glr.c (YYRHSLOC): Move its definition next to its uses.
4831 Introduce another definition to address simple location arrays.
4832 (yyGLRStack): New member: yyerror_range.
4833 (yyrecoverSyntaxError, yyparse): Update it.
4834 (yyrecoverSyntaxError): Use it when shifting the error token to
4835 have an accurate range, equivalent to the one computed by both
4836 yacc.c and lalr1.cc.
4837 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Change its yylex so
4838 that column numbers start at column 0, as per GNU Coding
4839 Standards, the others tests, and the doc.
4840 (_AT_RESOLVED_GLR_OUTPUT_WITH_LOC, _AT_AMBIG_GLR_OUTPUT_WITH_LOC):
4841 Adjust to the above change (first column is 0).
4842 And adjust the location of the "<error>", now covering the whole
4843 line.
4844
93602feb 48452004-10-22 Akim Demaille <akim@epita.fr>
04098407 4846 and Paul Eggert <eggert@cs.ucla.edu>
93602feb
PE
4847
4848 Remove some arbitrary limits on goto numbers and relations.
4849 * src/lalr.c (goto_map, ngotos, from_state, to_state): Omit
4850 initial values, since they're never used.
4851 (set_goto_map): ngotos is now unsigned, so test for overflow
4852 by seeing whether it wraps around to zero.
4853 * src/lalr.h (goto_number): Now size_t, not short int.
4854 (GOTO_NUMBER_MAXIMUM): Remove.
4855 * src/relation.c (relation_print, traverse, relation_transpose):
4856 Check for END_NODE rather than looking at sign.
4857 * src/relation.h (END_NODE): New macro.
4858 (relation_node): Now size_t, not short int.
4859
dba08b04
PE
48602004-10-22 Paul Eggert <eggert@cs.ucla.edu>
4861
4862 * doc/bison.texinfo (Language and Grammar): In example, "int" is a
4863 keyword, not an identifier. Problem reported by Baron Schwartz in
4864 <http://lists.gnu.org/archive/html/bug-bison/2004-10/msg00017.html>.
4865
df09ef2e
AD
48662004-10-11 Akim Demaille <akim@epita.fr>
4867
4868 * src/symtab.c (symbol_check_alias_consistency): Also check
4869 type names, destructors, and printers.
4870 Reported by Alexandre Duret-Lutz.
4871 Recode the handling of associativity and precedence in terms
4872 of symbol_precedence_set.
4873 Accept no redeclaration at all, not even equal to the previous
4874 value.
4875 (redeclaration): New.
4876 Use it to factor redeclaration complaints.
4877 (symbol_make_alias): Don't set the type of the alias, let
4878 symbol_check_alias_consistency do it as for other features.
4879 * src/symtab.h (symbol): Add new member prec_location, and
4880 type_location.
4881 * src/symtab.c (symbol_precedence_set, symbol_type_set): Set them.
4882 * tests/input.at (Incompatible Aliases): New.
4883
146bc99d
PE
48842004-10-09 Paul Eggert <eggert@cs.ucla.edu>
4885
4886 .cvsignore fixes to accommodate gnulib changes,
4887 and the practice of naming build directories "_build".
4888 * .cvsignore: Add "_*". Sort.
4889 * lib/.cvsignore: Add getopt_.h, xalloc-die.c.
4890 * m4/.cvsignore: Add "*_gl.m4".
4891
e503aa60
AD
48922004-10-06 Akim Demaille <akim@epita.fr>
4893
4894 * src/parse-gram.y (add_param): Fix the truncation of trailing
4895 spaces.
4896
b4a20338
AD
48972004-10-05 Akim Demaille <akim@epita.fr>
4898
4899 In Bison 1.875's yacc.c, YYLLOC_DEFAULT was called regardless
4900 whether the reducion was empty or not. This leaves room to
4901 improve the use of YYLLOC_DEFAULT in such a case.
4902 lalr1.cc is still experimental, so changing this is acceptable.
4903 And finally, there are probably not many users who changed the
4904 handling of locations in GLR, so changing is admissible too.
4905
4906 * data/glr.c, data/lalr1.cc, data/yacc.c (YYLLOC_DEFAULT): On an
4907 empty reduction, set @$ to an empty location ending the previously
4908 stacked symbol.
4909 Adjust uses to make sure the code is triggered on empty
4910 reductions.
4911 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust the
4912 expected output: empty reductions have empty locations.
4913
f85a5e6f
AD
49142004-09-29 Akim Demaille <akim@epita.fr>
4915
4916 * data/lalr1.cc: Move towards a more standard C++ coding style
4917 for templates: Class < T > -> Class<T>.
4918
b203fc2c
AD
49192004-09-29 Akim Demaille <akim@epita.fr>
4920
4921 * data/lalr1.cc: Reinstall the former ctor, for sake of
4922 compatibility, but warn it will be removed.
4923 Move towards a more standard C++ coding style (i.e., type *var ->
4924 type* var).
4925
5b7e1e73
PE
49262004-09-27 Paul Eggert <eggert@cs.ucla.edu>
4927
3fee967f
PE
4928 * src/parse-gram.y (add_param): Rewrite to avoid strchr,
4929 since it's less likely to work if NULs are involved in the future.
5b7e1e73 4930
0dcca5c2
AD
49312004-09-27 Akim Demaille <akim@epita.fr>
4932
4933 * data/yacc.c (YY_LOCATION_PRINT): Fix its default declaration.
4934
6dde1c82
AD
49352004-09-27 Akim Demaille <akim@epita.fr>
4936
4937 * data/lalr1.cc (b4_parse_param_decl_1): New.
b203fc2c 4938 (b4_parse_param_decl): Use it to have different names between attribute
6dde1c82
AD
4939 and argument names.
4940 (b4_cc_constructor_call): Likewise.
4941
b233d555
AD
49422004-09-24 Akim Demaille <akim@epita.fr>
4943
4944 * src/parse-gram.y (add_param): Strip the leading and trailing
4945 blanks from a formal argument declaration.
4946 (YY_LOCATION_PRINT): New.
4947
619404e3
AD
49482004-09-24 Akim Demaille <akim@epita.fr>
4949
4950 * data/c.m4 (b4_yysymprint_generate): Move the YYINPUT invocation
4951 after the location.
4952
dd8d9022
AD
49532004-09-24 Akim Demaille <akim@epita.fr>
4954
4955 * doc/bison.texinfo (Table of Symbols): Sort.
4956
0092f063
AD
49572004-09-21 Akim Demaille <akim@epita.fr>
4958
4959 * data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_dollar): Remove
4960 the useless parentheses.
4961 Suggested by Paul Eggert.
4962
451364ed
AD
49632004-09-20 Akim Demaille <akim@epita.fr>
4964
4965 Let the initial-action act on the look-ahead, and use it for the
4966 "initial push" (corresponding to an hypothetical beginning-of-file).
4967 And let lalr1.cc honor %initial-action.
4968
4969 * doc/bison.texinfo (Initial Action Decl): Clarify, and add an
4970 example.
4971 * data/lalr1.cc (Parser::initlocation_): Remove, bad experiment.
4972 (Parser::Parser): Remove the ctor that used to initialize it.
4973 (Parser::parse): Like in the other skeletons, issue the "starting
4974 parse" message before any action.
4975 Honor %initial-action.
4976 Initialize the stacks with the lookahead.
4977 * data/yacc.c: Let $$ and @$ in %initial-action designate the
4978 look-ahead.
4979 Push them in the stacks.
4980 * tests/actions.at, tests/calc.at: Adjust the C++ ctor invocations.
4981
18d192f0
AD
49822004-09-20 Akim Demaille <akim@epita.fr>
4983
4984 * doc/bison.texinfo (Initial Action Decl): New.
4985
b8458aa5
AD
49862004-09-20 Akim Demaille <akim@epita.fr>
4987
4988 * data/yacc.c (YY_LOCATION_PRINT): Use YYLTYPE_IS_TRIVIAL as a
4989 clearer criterion to define it.
4990 (parse): Initialize the initial location when YYLTYPE_IS_TRIVIAL.
4991 When reducing on an empty RHS, use the latest stacked location as
4992 location.
4993 yylloc is not always available.
4994 * data/glr.c: Likewise.
4995 Also, honor initial-actions.
4996
3fc16193
AD
49972004-09-20 Akim Demaille <akim@epita.fr>
4998
4999 * data/yacc.c (YY_LOCATION_PRINT): New.
5000 Define when we know YYLTYPE's structure, i.e., when the default
5001 YYLLOC_DEFAULT is used.
5002 * data/c.m4 (b4_yysymprint_generate): Use it.
5003 * data/lalr1.cc (YYLLOC_DEFAULT): Stop relying on the initial
5004 value of the result.
5005 (error_start_): Replace with...
5006 (error_range_): this location array.
5007 This allows to replace code relying on the implementation of
5008 locations by portable code.
5009 * data/yacc.c (yylerrsp): Replace with...
5010 (yyerror_range): this.
5011 Every time a token is popped, update yyerror_range[0], to have an
5012 accurate location for the error token.
5013 * data/glr.c (YY_LOCATION_PRINT): New.
5014 (yyprocessOneStack): Fix an invocation of YY_SYMBOL_PRINT:
5015 deference a pointer.
5016 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): No longer
5017 report the location in %printers.
5018
5019 * src/scan-skel.l: Instead of abort, report error messages to ease
5020 understanding skeleton scanning failures.
5021
ecfe33e7
AD
50222004-09-16 Akim Demaille <akim@epita.fr>
5023
5024 * data/lalr1.cc (Stack::Iterator, Stack::ConstIterator): Rename as...
5025 (iterator, const_iterator): these, to be more in the C++ spirit.
5026 Also, return reverse iterators so that when displaying the stack
5027 we display its bottom first.
5028 (Parser::stack_print_, Parser::reduce_print_): Match the messages
5029 from yacc.c.
5030 We should probably use vector here though.
5031
1576d44d
AD
50322004-09-16 Akim Demaille <akim@epita.fr>
5033
5034 Have more complete shift traces.
5035
5036 * data/yacc.c, data/lalr1.c, data/glr.c: Use YY_SYMBOL_PRINT
5037 to report Shifts instead of ad hoc YYDPRINTF invocations,
5038 including for the error token.
5039 * data/lalr1.cc (symprint_): Output the location.
5040 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): In C++, don't
5041 output the location within the %printer.
5042 Activate GLR tests, at least to make sure they compile properly.
5043 They still don't pass though.
5044 * tests/calc.at: Adjust expect verbose output, since now "Entering
5045 state..." is on a different line than the "Shifting" message.
5046
9c66f418
AD
50472004-09-08 Akim Demaille <akim@epita.fr>
5048
5049 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Move the
5050 Bison directive from the Bison file to the invocation of this
5051 macro, so that these directives are passed to
5052 AT_BISON_OPTION_PUSHDEFS to get correct help macros.
5053 Use these helping macros (e.g., AT_LOC, AT_VAL and so forth).
5054 Move the AT_SETUP/AT_CLEANUP outside, to report as test title
5055 the extra Bison directives instead of the whole series.
5056 Change the grammar so that there are recoverable errors, and
5057 unrecoverable errors. Now we can have the parser give up before
5058 consuming the whole input. As a result we now can observe that
5059 the lookahead is freed when needed.
5060 Change the parser source to parse argv[1] instead of a hard coded
5061 string.
5062 Simplify yylex, and give a value and location to EOF.
5063 Simplify some invocations of AT_CHECK_PRINTER_AND_DESTRUCTOR that
5064 passed directives already coded in the file.
5065 Add some tests to check the location of "error".
5066 For some tests, the C++ parser is correct, and not yacc.c.
5067 For other tests, they provide different, but unsatisfying, values,
5068 so keep the C++ value so that at least one parser is "correct"
5069 according to the test suite.
5070 (Actions after errors): Remove, this is subsumed by the
5071 AT_CHECK_PRINTER_AND_DESTRUCTOR series.
5072
52d5733f
AD
50732004-09-06 Akim Demaille <akim@epita.fr>
5074
5075 * data/lalr1.cc: Adjust the indentation of the labels.
04098407 5076 (Parser::pop): New.
52d5733f
AD
5077 Use it.
5078
a0e68930
AD
50792004-09-06 Akim Demaille <akim@epita.fr>
5080
5081 * data/yacc.cc, data/glr.cc (yydestruct): Accept an additional
5082 argument, an informative message.
5083 Call YY_SYMBOL_PRINT.
5084 Adjust all callers: integrate the associated YY_SYMBOL_PRINT.
5085 * data/lalr1.cc (destruct_): Likewise.
5086 In addition, no longer depend on b4_yysymprint_generate and
5087 b4_yydestruct_generate to generate these functions, do it "by
5088 hand".
5089
e757bb10
AD
50902004-09-03 Akim Demaille <akim@epita.fr>
5091
5092 * data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was
5093 invoked, yydestruct the lookahead.
5094 * tests/calc.at (Calculator $1): Update the expected lengths of
5095 traces: there is an added line for the discarded lookahead.
5096 * doc/bison.texinfo (Destructor Decl): Some rewording.
5097 Define "discarded" symbols.
5098
0fe1f06d
AD
50992004-09-02 Akim Demaille <akim@epita.fr>
5100
5101 * data/lalr1.cc (translate_, destruct_): No reason to be static.
5102
284acc8b
AD
51032004-09-02 Akim Demaille <akim@epita.fr>
5104
5105 * data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used.
5106 (YYDSYMPRINTF): Rename as...
5107 (YY_SYMBOL_PRINT): this.
5108 * data/lalr1.cc (YY_SYMBOL_PRINT): New, modeled after the previous
5109 two.
5110 Use it instead of direct symprint_ calls.
5111 (yybackup): Tweak the "Now at end of input" case to match yacc.c's
5112 one.
5113
a5eb1ed2
AD
51142004-09-02 Akim Demaille <akim@epita.fr>
5115
b7c72fe1
AD
5116 * data/lalr1.cc (b4_yysymprint_generate): New.
5117 (symprint_): New member function, defined when YYDEBUG.
5118 Use it consistently instead of token/nterm debugging output by
5119 hand.
a5eb1ed2
AD
5120 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust
5121 %printer calls to use cdebug_ when using lalr1.cc.
5122
417141dd
AD
51232004-08-30 Florian Krohm <florian@edamail.fishkill.ibm.com>
5124
5125 * data/glr.c: Guard the declarations of yypstack and yypdumpstack
5126 with #ifdef YYDEBUG.
5127
2fa09258
AD
51282004-08-26 Akim Demaille <akim@epita.fr>
5129
5130 * doc/bison.texinfo (Implementing Loops): Rename as...
5131 (Implementing Gotos/Loops): this.
5132
9378b508
PE
51332004-08-13 Paul Eggert <eggert@cs.ucla.edu>
5134
5135 Adjust to latest gnulib.
5136 * bootstrap (gnulib_modules): Add xalloc-die.
5137 Set LC_ALL=C so that file names sort consistently.
5138 Prefer the gnulib copies of gettext.m4, glibc21.m4,
5139 inttypes_h.m4, lib-ld.m4, lib-prefix.m4, po.m4, stdint_h.m4,
5140 uintmax_t.m4, ulonglong.m4.
5141 (intl_files_to_remove): Add gettext.m4, lib-ld.m4, lib-prefix.m4,
5142 po.m4 since we are now using _gl.m4 instead.
5143
87a8ad5c
PE
51442004-08-10 Florian Krohm <florian@edamail.fishkill.ibm.com>
5145
5146 * src/scan-action.l: Remove. Scanning of semantic actions is
5147 handled in scan-gram.l.
5148
dca81a78
PE
51492004-08-07 Florian Krohm <florian@edamail.fishkill.ibm.com>
5150
5151 * src/scan-gram.l (handle_syncline): Use uniqstr_new not xstrdup.
5152
5153 * src/location.h (struct): The file member is a uniqstr.
5154 (equal_boundaries): Use UNIQSTR_EQ for comparison.
5155
c9cbf7c5
PE
51562004-07-22 Paul Eggert <eggert@cs.ucla.edu>
5157
5158 Fix bug with non-%union parsers that have printers or destructors,
5159 which led to a Bison core dump. Reported by Peter Fales in
5160 <http://lists.gnu.org/archive/html/bug-bison/2004-07/msg00014.html>.
2fa09258 5161
c9cbf7c5
PE
5162 * data/c.m4 (b4_symbol_actions): Don't assume %union was used.
5163 * data/lalr1.cc (yystype) [defined YYSTYPE]: Define to YYSTYPE,
5164 not to our own type.
5165 * src/output.c (symbol_destructors_output, symbol_printers_output):
5166 Don't assume %union.
5167 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR,
5168 AT_CHECK_PRINTER_AND_DESTRUCTOR): New argument
5169 UNION-FLAG. All callers changed.
5170 (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't assume %union.
5171 Use type char, not unsigned int, when declaring an array of char;
5172 this lets us remove a cast.
5173 (Printers and Destructors): Add non-%union test cases.
5174
fa7e68c3
PE
51752004-06-21 Paul Eggert <eggert@cs.ucla.edu>
5176
5177 * doc/bison.texinfo: Minor editorial changes, mostly to the new
5178 GLR writeups. E.g., avoid frenchspacing and the future tense,
5179 change "lookahead" to "look-ahead", and change "wrt" to "with
5180 respect to".
2fa09258 5181
fa7e68c3
PE
51822004-06-21 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
5183
5184 * doc/bison.texinfo (Merging GLR Parses, Compiler Requirements):
5185 New sections, split off from the GLR Parsers section. Put the new
5186 Simple GLR Parser near the start of the GLR section, for clarity.
5187 Rewrite connective text.
5188
99a9344e
PE
51892004-06-21 Frank Heckenbach <frank@g-n-u.de>
5190
5191 * doc/bison.texinfo (Simple GLR Parsers): New section.
5192
8dd162d3
PE
51932004-06-21 Paul Eggert <eggert@cs.ucla.edu>
5194
5195 * NEWS, TODO, doc/bison.texinfo:
5196 Use "look-ahead" instead of "lookahead", to be consistent.
5197 * REFERENCES: Fix incorrect reference to DeRemer and Pennello,
5198 while we're fixing "look-ahead".
5199 * src/conflicts.c (shift_set): Renamed from shiftset.
5200 (look_ahead_set): Renamed from lookaheadset.
5201 * src/print.c: Likewise.
5202 * src/getargs.c (report_args): Add "look-ahead" as the new canonical
5203 name for "lookahead".
5204 (report_types, usage): Likewise.
5205 * src/getargs.h (report_look_ahead_tokens): Renamed from
5206 report_lookaheads.
5207 * src/lalr.c (compute_look_ahead_tokens): Renamed from
5208 compute_lookaheads.
5209 (state_look_ahead_tokens_count): Renamed from state_lookaheads_count.
5210 (look_ahead_tokens_print): Renamed from lookaheads_print.
5211 * src/state.c (state_rule_look_ahead_tokens_print): Renamed from
5212 state_rule_lookaheads_print.
5213 * src/state.h: Likewise.
5214 (reductions.look_ahead_tokens): Renamed from lookaheads.
5215 * tests/torture.at (AT_DATA_LOOK_AHEAD_TOKENS_GRAMMAR): Renamed from
5216 AT_DATA_LOOKAHEADS_GRAMMAR.
5217
57a90331
PE
52182004-06-03 Paul Eggert <eggert@cs.ucla.edu>
5219
5220 * README: Update location of patched M4 distribution.
5221
8ed3234a
PE
52222004-05-30 Albert Chin-A-Young <china@thewrittenword.com>
5223
5224 Don't assume the C++ compiler takes the same arguments as the C compiler
5225 (trivial change).
5226 * configure.ac (O0CXXFLAGS): New var.
5227 * tests/atlocal.in (CXXFLAGS): Use it.
5228
07971983
PE
52292004-05-29 Paul Eggert <eggert@cs.ucla.edu>
5230
5231 Fix some "make check" problems with C++ reported by
5232 Albert Chin-A-Young for Tru64 C++ in this thread:
5233 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00049.html
5234
5235 * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER): Check for std::cerr.
5236 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
5237 Output to a .cc file for C++, not to a .c file.
5238 * tests/calc.at (AT_CHECK_CALC): Likewise.
5239 * tests/regression.at (AT_CHECK_DANCER): Likewise.
5240 * tests/local.at (AT_COMPILE_CXX): Default to OUTPUT.cc, not OUTPUT.c.
5241
29058652
PE
52422004-05-28 Albert Chin-A-Young <china@thewrittenword.com>
5243
5244 * tests/calc.at, tests/actions.at: Workaround for SGI
5245 C++ compiler. (trivial change)
5246
62cb8a99
PE
52472004-05-27 Paul Eggert <eggert@cs.ucla.edu>
5248
fd418816
PE
5249 Spent a few hours checking out which prerequisite versions the
5250 current sources actually require. I went all the way back to
5251 Gettext 0.10.40, Automake 1.4, and Autoconf 2.57 and investigated
5252 a seemingly endless set of combinations of versions more recent
5253 than that. The bottom line is that the current sources require
5254 fairly recent versions of the build tools, and it'll be some work
5255 to change this.
5256 * configure.ac (AC_PREREQ): Increase from 2.58 to 2.59.
5257 (AM_INIT_AUTOMAKE): Increase from 1.7 to 1.8.
5258 (AM_GNU_GETTEXT_VERSION): Increase from 0.11.5 to 0.12.
5259 Add comments explaining why those particular versions are
5260 currently needed.
2fa09258 5261
62cb8a99
PE
5262 * src/parse-gram.y (lloc_default): Rewrite to avoid compiler bug
5263 in SGI MIPSpro 7.4.1m. Problem reported by Albert Chin-A-Young in
161a71f3 5264 <http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00037.html>.
62cb8a99
PE
5265
5266 * configure.ac (AC_PREREQ): Bump to 2.58, since 2.57 doesn't work
5267 (it fails with a Autoconf-without-aclocal-m4 diagnostic).
5268
caa52c10
PE
52692004-05-26 Paul Eggert <eggert@cs.ucla.edu>
5270
5271 * configure.ac (AM_GNU_GETTEXT_VERSION): Lower it from 0.14.1 to
5272 0.11.5. Suggested by Bruno Haible.
5273 * bootstrap: Remove gettext version checking.
5274
5275 * doc/bison.texinfo (Decl Summary): Also mention that %union
5276 can depend on prerequisite types. Problem reported by Tim
5277 Van Holder.
5278
4bfd5e4e
PE
52792004-05-25 Paul Eggert <eggert@cs.ucla.edu>
5280
2cef3017
PE
5281 * README: Mention GNU m4 1.4 bugs and Akim's patched version.
5282 * README-alpha: Don't tell people not to package this.
5283
b9c85d5c
PE
5284 * bootstrap: Don't assume $(...) works; use `...` instead.
5285 Problem reported by Paul Hilfinger. Also, diagnose non-GNU
5286 gettext better.
5287
4bfd5e4e
PE
5288 * doc/bison.texinfo (Decl Summary, Bison Options): Clarify what's
5289 put into the -d output file, and mention what to do if YYSTYPE is
5290 defined as a macro.
5291
6a36ff94
PE
52922004-05-24 Paul Eggert <eggert@cs.ucla.edu>
5293
6712933e
PE
5294 Undo change made earlier today: it caused autopoint to not bring
5295 in ABOUT-NLS. Ouch. Instead, substitute our own diagnostic for
5296 autopoint's.
5297
5298 * bootstrap: Check that gettext version matches what's in
5299 configure.ac. Warn users to ignore robots.txt ERROR 404.
5300 * bootstrap: Undo today's earlier change (logged below).
5301 * configure.ac (AM_GNU_GETTEXT_VERSION): Likewise.
b9c85d5c 5302
6a36ff94
PE
5303 The gettext version checking is causing more trouble than it's
5304 curing; remove it. Problem reported by Paul Hilfinger.
5305
5306 * bootstrap: Issue a warning that one can expect a message
5307 'AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION'.
5308 * configure.ac (AM_GNU_GETTEXT_VERSION): Remove.
5309
209ea708
PE
53102004-05-23 Paul Eggert <eggert@cs.ucla.edu>
5311
5312 Ensure that the C++ compiler used for testing actually works on a
5313 simple test program; if not, skip the C++-related tests. Problem
5314 reported by Vin Shelton in:
161a71f3 5315 http://lists.gnu.org/archive/html/bug-bison/2004-05/msg00026.html
209ea708
PE
5316
5317 * m4/cxx.m4: New file.
5318 * configure.ac (BISON_TEST_FOR_WORKING_CXX_COMPILER): Add.
5319 * tests/atlocal.in (BISON_CXX_WORKS): Add.
5320 * tests/local.at (AT_COMPILE_CXX): Use it.
5321
41ca2549
PE
53222004-05-21 Paul Eggert <eggert@cs.ucla.edu>
5323
383e69dc
PE
5324 * data/glr.c (yylloc): Output this macro even if locations are not
5325 being generated, as the GLR parser needs it even in that case.
5326 Problem reported by Troy A. Johnson
5327 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=195946>.
5328
41ca2549
PE
5329 * configure.ac (AC_INIT): Update to 1.875e.
5330
e476c87d
PE
53312004-05-21 Paul Eggert <eggert@cs.ucla.edu>
5332
5333 * NEWS: Version 1.875d.
5334 * configure.ac (AC_INIT): Likewise.
5335 * src/parse-gram.c, src/parse-gram.h: Regenerate with 1.875d.
5336
5337 * configure.ac (--enable-gcc-warnings): Do not enable -Wshadow,
5338 -Wmissing-prototypes, or -Wstrict-prototypes for C++. The current
5339 lalr1.cc runs afoul of the first, and the last two are no longer
5340 supported by GCC 3.4.0.
5341 * README: Mention GNU m4 1.4 or later; mention m4 patches.
5342 * HACKING: Use ./bootstrap, not "make update" to import foreign files.
5343
233a88ad
PE
53442004-05-06 Paul Eggert <eggert@cs.ucla.edu>
5345
5346 * src/muscle_tab.c (hash_muscle): Accept and return size_t, not
5347 unsigned int, for compatibility with latest gnulib hash module.
5348 * src/state.c (state_hash, state_hasher): Likewise.
5349 * src/symtab.c (hash_symbol, hash_symbol_hasher): Likewise.
5350 * src/uniqstr.c (hash_uniqstr): Likewise.
e476c87d 5351
12ffdd28
PE
53522004-05-03 Paul Eggert <eggert@cs.ucla.edu>
5353
5354 * NEWS: Unescaped newlines are no longer allowed in char & strings.
5355
5356 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER,
5357 SC_CHARACTER,SC_STRING>): Reject unescaped newlines in
5358 character and string literals.
5359 (unexpected_end): New function.
5360 (unexpected_eof): Use it.
5361 (unexpected_newline): New function.
5362 (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>): Coalesce duplicate
5363 actions.
e476c87d 5364
12ffdd28
PE
5365 * NEWS: Document %expect-rr.
5366
5367 * bootstrap (--gnulib-srcdir=*, --cvs-user=*):
5368 Fix typo by replacing $1 with $option.
5369 Remove more 'intl'-related files.
9668e2be 5370 Don't DEFUN AM_INTL_SUBDIR twice.
12ffdd28
PE
5371
5372 * lib/.cvsignore: Add strndup.h. Remove memchr.c, memcmp.c,
5373 memrchr.c, strcasecmp.c, strchr.c, strrchr.c, strspn.c, strtol.c,
5374 strtoul.c.
5375 * m4/.cvsignore: Add exitfail.m4, extensions.m4, gnulib.m4,
5376 hard-locale.m4, mbstate_t.m4, strerror_r.m4, strndup.m4,
5377 xstrndup.m4. Remove glibc21.m4, intdiv0.m4, inttypes-pri.m4,
5378 inttypes.m4, inttypes_h.m4, isc-posix.m4, lcmessage.m4,
5379 stdint_h.m4, uintmax_t.m4, ulonglong.m4.
5380 * src/.cvsignore: Add *.output.
5381
5382 * src/parse-gram.y: Put copyright notice inside %{ %} so it
5383 gets copied to the output file.
e476c87d 5384
1f65350a
PE
53852004-04-28 Paul Eggert <eggert@twinsun.com>
5386
5387 Get files from the gnulib and po repositories, instead of relying
5388 on them being in our CVS. Upgrade to latest versions of gnulib
5389 and Automake.
5390
5391 * Makefile.am (SUBDIRS): Remove m4; Automake now does m4.
5392 * bootstrap: Bootstrap from gnulib and po repositories.
5393 Much of this code was stolen from GNU diff and GNU tar's bootstrap.
5394 * README-cvs: Document these changes. Remove version numbers from
5395 mentions of build tools, since they change so often. Mention Flex.
5396
5397 * configure.ac (AC_CONFIG_MACRO_DIR): Add, with m4 as arg.
5398 (gl_USE_SYSTEM_EXTENSIONS): Add.
12ffdd28
PE
5399 (AC_GNU_SOURCE, AC_AIX, AC_MINIX):
5400 Remove; no longer needed, as gl_USE_SYSTEM_EXTENSIONS
1f65350a 5401 does this for us.
12ffdd28
PE
5402 (AC_ISC_POSIX): Remove; we no longer support this
5403 ancient OS, as it gets in the way of latest Autoconf & gnulib.
1f65350a
PE
5404 (AC_HEADER_STDC): Remove: we now assume C89 or better.
5405 (AC_CHECK_HEADERS_ONCE): Use instead of AC_CHECK_HEADERS.
5406 Do not check for C89 headers, except for locale.h which is used
5407 by the Yacc library and must port to K&R hosts.
5408 (AC_CHECK_FUNCS_ONCE): Use instead of AC_CHECK_FUNCS.
5409 Do not check for C89 functions, except for setlocale which is
5410 used by the Yacc library.
5411 (AC_CHECK_DECLS, AC_REPLACE_FUNCS): Remove; no longer needed.
5412 (gl_DIRNAME, gl_ERROR, gl_FUNC_ALLOCA, gl_FUNC_MEMCHR,
5413 gl_FUNC_MEMRCHR, gl_FUNC_STPCPY, gl_FUNC_STRNLEN, gl_FUNC_STRTOL,
5414 gl_GETOPT, gl_HASH, gl_MBSWIDTH, gl_OBSTACK, gl_QUOTE,
5415 gl_QUOTEARG, gl_XALLOC, jm_FUNC_GLIBC_UNLOCKED_IO, jm_FUNC_MALLOC,
5416 AM_GNU_GETTEXT): Remove; now done by:
5417 (GNULIB_AUTOCONF_SNIPPET): Add. "bootstrap" builds this for us.
5418 (AC_CONFIG_FILES): Remove m4/Makefile, as Automake now does this
5419 for us.
5420
5421 * lib/Makefile.am: Include gnulib.mk, built for us by "bootstrap".
5422 (BUILT_SOURCES, EXTRA_DIST, MOSTLYCLEANFILES):
5423 Define to empty, as gnulib.mk will do the rest for us.
5424 ($(libbison_a_OBJECTS), stdbool.h): Remove, as gnulib.mk does this
5425 for us.
5426 (libbison_a_SOURCES): Define to $(lib_SOURCES) now.
5427 (lib_SOURCES): New symbol, containing only the non-gnulib libs.
5428
5429 * src/files.c: Include gnulib's xstrndup.h.
5430
5431 * src/system.h (MALLOC): Use xnmalloc, for better overflow checking.
5432 (REALLOC): Use xnrealloc, for likewise.
5433 (xstrndup, stpcpy): Remove decls, as gnulib does this for us now.
5434 (strnlen, memrchr): Remove decls; functions no longer used.
5435 Include <stpcpy.h>.
5436
5437 * config/depcomp, config/install-sh, lib/alloca.c, lib/argmatch.c,
5438 lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
5439 lib/error.c, lib/error.h, lib/getopt.c, lib/getopt.h,
5440 lib/getopt1.c, lib/gettext.h, lib/hash.c, lib/hash.h,
5441 lib/malloc.c, lib/mbswidth.c, lib/mbswidth.h, lib/memchr.c,
5442 lib/memcmp.c, lib/memrchr.c, lib/obstack.c, lib/obstack.h,
5443 lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h,
5444 lib/realloc.c, lib/stdbool_.h, lib/stpcpy.c, lib/strcasecmp.c,
5445 lib/strchr.c, lib/strncasecmp.c, lib/strnlen.c, lib/strrchr.c,
5446 lib/strspn.c, lib/strtol.c, lib/strtoul.c, lib/unlocked-io.h,
5447 lib/xalloc.h, lib/xmalloc.c, lib/xstrdup.c, lib/xstrndup.c,
5448 m4/Makefile.am, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
5449 m4/error.m4, m4/getopt.m4, m4/hash.m4, m4/malloc.m4,
5450 m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4, m4/memcmp.m4,
5451 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/prereq.m4,
5452 m4/quote.m4, m4/quotearg.m4, m4/realloc.m4, m4/stdbool.m4,
5453 m4/stpcpy.m4, m4/strnlen.m4, m4/strtol.m4, m4/strtoul.m4,
5454 m4/unlocked-io.m4, m4/xalloc.m4, po/LINGUAS, po/Makefile.in.in,
5455 po/Makevars, po/da.po, po/de.po, po/es.po, po/et.po, po/fr.po,
5456 po/hr.po, po/id.po, po/it.po, po/ja.po, po/ms.po, po/nl.po,
5457 po/pt_BR.po, po/ro.po, po/ru.po, po/sv.po, po/tr.po:
5458 Remove, as these files are now generated automatically
5459 by bootstrap or automake.
5460
5461 * po/ChangeLog: Remove: all but one entry was a duplicate
5462 of this file, and I moved that 2000-11-02 entry here.
5463
5464 * config/.cvsignore: Add Makefile, depcomp, install-sh.
5465 * lib/.cvsignore: Add alloca.c, alloca.h, alloca_.h, argmatch.c,
5466 argmatch.h, basename.c, dirname.c, dirname.h, error.c, error.h,
5467 exit.h, exitfail.c, exitfail.h, getopt.c, getopt.h, getopt1.c,
5468 getopt_int.h, gettext.h, gnulib.mk, hard-locale.c, hard-locale.h,
5469 hash.c, hash.h, malloc.c, mbswidth.c, mbswidth.h, memchr.c,
5470 memcmp.c, memrchr.c, obstack.c, obstack.h, quote.c, quote.h,
5471 quotearg.c, quotearg.h, realloc.c, stdbool_.h, stpcpy.c, stpcpy.h,
5472 strcasecmp.c, strchr.c, stripslash.c, strncasecmp.c, strndup.c,
5473 strnlen.c, strrchr.c, strspn.c, strtol.c, strtoul.c,
5474 unlocked-io.h, xalloc.h, xmalloc.c, xstrdup.c, xstrndup.c,
5475 xstrndup.h.
5476 * m4/.cvsignore: Remove Makefile, Makefile.in. Add alloca.m4,
5477 dirname.m4, dos.m4, error.m4, getopt.m4, hash.m4, mbrtowc.m4,
5478 mbswidth.m4, obstack.m4, onceonly.m4, quote.m4, quotearg.m4,
5479 stdbool.m4, stpcpy.m4, strnlen.m4, unlocked-io.m4, xalloc.m4.
5480 * po/.cvsignore: Add *.po, LINGUAS, Makefile.in.in, Makevars.
5481 * src/.cvsignore: Remove *_.c.
5482
5483
5484 * Makefile.maint (GZIP_ENV): Don't use --rsyncable if gzip doesn't
5485 support it. (The latest stable gzip doesn't.)
5486
54872004-04-27 Paul Eggert <eggert@twinsun.com>
5488
5489 * data/lalr1.cc (Parser::stos_) [! YYDEBUG]: Define even in this
5490 case, as stos_ is now used by destructors due to the 2004-02-09
5491 change.
5492
5493 Remove more K&R C support.
5494 * lib/libiberty.y (PARAMS): Remove. All uses removed.
5495 * lib/subpipe.c (errno): Remove decl.
5496 Include <stdlib.h> unconditionally.
5497 (EXIT_FAILURE): Remove macro.
5498 * src/complain.c (vfprintf, strerror): Remove.
5499 * src/system.h: Include limits.h, stdlib.h, string.h, locale.h
5500 unconditionally.
5501 (EXIT_FAILURE, EXIT_SUCCESS, setlocale): Remove defns.
5502 Use latest Autoconf recommendations for including inttypes.h, stdint.h.
5503 (strchr, strspn, memchr): Remove decls.
5504 * tests/calc.at (_AT_DATA_CALC_Y): Include stdlib.h, string.h
5505 unconditionally. Do not declare perror.
5506 * tests/conflicts.at (%nonassoc and eof): Include stdlib.h
5507 unconditionally.
5508
5509 * src/complain.c (_): Remove useless defn, as system.h defines this.
5510
5511 * lib/bitset.h (__INT_TO_PTR): Remove; workaround no longer needed
5512 with latest obstack.h.
5513 * lib/ebitset.c (ebitset_elt_alloc): Don't bother to cast args
5514 to procedure types, as obstack.h now does that for us.
5515 * lib/lbitset.c (lbitset_elt_alloc): Likewise.
5516
5517 * lib/subpipe.h [HAVE_SYS_TYPES_H]: Include <sys/types.h>,
5518 so that this include file can stand alone.
5519 * lib/subpipe.c: Do not include <sys/types.h>, as subpipe.h
5520 does this now. Include subpipe.h first after config.h, to
5521 test whether it can stand alone.
5522
5523 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't
5524 declare yyerror when using lalr.cc, as GCC 3.4.0 warns about the
5525 unused declaration.
5526
5527 * tests/synclines.at (%union synch line): Put a dummy member in
5528 the union, because empty unions aren't allowed in C. Caught
5529 by GCC 3.4.0.
5530
4f16766c
PE
55312004-04-13 Jim Meyering <jim@meyering.net>
5532
5533 * src/conflicts.c (conflicts_print): Correct format string typo:
5534 use `%%' to produce literal `%'. (trivial change)
5535
779e7ceb
PE
55362004-03-30 Paul Eggert <eggert@twinsun.com>
5537
5538 * src/getargs.c (version): Update copyright year to 2004.
5539
5540 * data/c.m4 (b4_int_type): Use 'short int' rather than
5541 'short', and similarly for 'long', 'unsigned', etc.
5542 * data/glr.c (YYTRANSLATE, yyconfl, yySymbol, yyItemNum,
5543 yygetLRActions, yyprocessOneStack, yyrecoverSyntaxError,
5544 yy_yypstack, yydumpstack): Likewise.
5545 * data/lalr1.cc (user_token_number_max_, user_token_number_max_,
5546 translate_, seq_, [], pop, Slice, range_, operator+, operator+=):
5547 Likewise.
5548 * data/yacc.c (b4_int_type, yyss, YYSTACK_BYTES, yysigned_char,
5549 yy_stack_print, yyparse): Likewise.
5550 * doc/bison.texinfo (Prologue, Multiple Types): Likewise.
5551 * lib/bbitset.h (bitset_word, BITSET_WORD_BITS): Likewise.
5552 * lib/bitset.c (bitset_print): Likewise.
5553 * lib/bitset_stats.c (bitste_log_histogram_print): Likewise.
5554 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
5555 * lib/bitsetv.c (bitsetv_dump): Likewise.
5556 * lib/ebitset.c (EBITSET_ELT_BITS, ebitset_elt_alloc): Likewise.
5557 * lib/lbitset.c (LBITSET_ELT_BITS, lbitset_elt_alloc, debug_lbitset):
5558 Likewise.
5559 * src/LR0.c (allocate_itemsets): Likewise.
5560 * src/gram.h (rule_number, rule): Likewise.
5561 * src/lalr.h (goto_number): Likewise.
5562 * src/nullable.c (nullable_compute): Likewise.
5563 * src/output.c (prepare_rules): Likewise.
5564 * src/relation.c (relation_print, relation_digraph): Likewise.
5565 * src/relation.h (relation_node): Likewise.
5566 * src/state.h (state_number, transitions, errs, reductions,
5567 struct state): Likewise.
5568 * src/symtab.h (symbol_number, struct symbol): Likewise.
5569 * src/tables.c (vector_number, tally, action_number,
5570 default_goto, goto_actions): Likewise.
5571 * tests/existing.at (GNU Cim Grammar): Likewise.
5572 * tests/regression.at (Web2c Actions): Likewise.
5573
5574 * src/output.c (muscle_insert_short_int_table): Renamed from
5575 muscle_insert_short_table. All uses changed.
5576
d6328241
PH
55772004-03-25 Paul Hilfinger <hilfingr@tully.CS.Berkeley.EDU>
5578
5579 * src/parse-gram.y: Define PERCENT_EXPECT_RR.
5580 (declaration): Replace expected_conflicts with expected_sr_conflicts.
5581 Add %expect-rr rule.
4f16766c 5582
d6328241
PH
5583 * src/scan-gram.l: Recognize %expect-rr.
5584
4f16766c 5585 * src/conflicts.h (expected_sr_conflicts): Rename from
d6328241 5586 expected_conflicts.
4f16766c 5587 (expected_rr_conflicts): Declare.
d6328241
PH
5588
5589 * src/conflicts.c (expected_sr_conflicts): Rename from
5590 expected_conflicts.
5591 (expected_rr_conflicts): Define.
5592 (conflicts_print): Check r/r conflicts against expected_rr_conflicts
5593 for GLR parsers.
5594 Use expected_sr_conflicts in place of expected_conflicts.
5595 Warn if expected_rr_conflicts used in non-GLR parser.
4f16766c 5596
d6328241 5597 * doc/bison.texinfo: Add documentation for %expect-rr.
4f16766c 5598
1452af69
PE
55992004-03-08 Paul Eggert <eggert@gnu.org>
5600
5601 Add support for hex token numbers. Suggested by Odd Arild Olsen in
161a71f3 5602 <http://lists.gnu.org/archive/html/bison-patches/2004-03/msg00000.html>.
1452af69
PE
5603
5604 * NEWS: Document hexadecimal tokens, no NUL bytes, %destructor
5605 in lalr1.cc.
5606 * doc/bison.texinfo (Token Decl): Add hexadecimal token numbers.
5607 * src/scan-gram.l (scan_integer): New function.
5608 ({int}): Use it.
5609 (0[xX][0-9abcdefABCDEF]+): New pattern, to support hex numbers.
5610 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>, \\x[0-9abcdefABCDEF]+,
5611 handle_action_dollar, handle_action_at, convert_ucn_to_byte):
5612 Say "long int", not "long", for uniformity with GNU style.
5613
006d217d
PE
56142004-02-25 Paul Eggert <eggert@twinsun.com>
5615
5616 * tests/local.at (AT_COMPILE, AT_COMPILE_CXX): Ignore stdout from
5617 compilers. This fixes a problem with Intel's C++ compiler being
5618 chatty, reported by Guido Trentalancia in
161a71f3 5619 <http://lists.gnu.org/archive/html/bug-bison/2004-02/msg00030.html>.
006d217d 5620
c2729758
ADL
56212004-02-09 Alexandre Duret-Lutz <adl@gnu.org>
5622
5623 Support %destructor and merge error locations in lalr1.cc.
5624
5625 * data/lalr1.cc (b4_cxx_destruct_def): New macro.
5626 (Parser::stos_): Define unconditionally.
5627 (Parser::destruct_): New method. Generate its body with
5628 b4_yydestruct_generate.
5629 (Parser::error_start_): New attribute.
5630 (Parser::parse) <yyerrlab, yyerrlab1>: Call destruct_ on erroneous
5631 token which are discarded.
5632 (Parser::parse) <yyerrlab, yyerrorlab, yyerrlab1>: Update
5633 error_start_ when erroneous token are discarded.
5634 (Parser::parse) <yyerrlab1>: Compute the location of the error
5635 token so that it covers all the discarded tokens.
5636 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Adjust so
5637 it can be called with `%skeleton "lalr1.cc"', and do that.
5638
dd0e0635
PE
56392004-02-02 Paul Eggert <eggert@twinsun.com>
5640
5641 * src/Makefile.am (AM_CPPFLAGS): New macro. It mentions
5642 $(top_srcdir)/lib and ../lib. This fixes a bug reported
5643 by Paul Hilfinger; the old INCLUDES value didn't mention ../lib.
5644 There's no need to mention top_builddir since Automake does that
5645 for us.
5646 (INCLUDES): Remove, as Automake says it's obsolescent.
5647 Contents migrated into AM_CPPFLAGS as described above.
5648 * lib/Makefile.am (INCLUDES): Remove; obsolescent.
5649
56502004-01-14 Paul Hilfinger <hilfingr@CS.Berkeley.EDU>
5651
5652 * data/glr.c (yytokenName): Bullet-proof against YYEMPTY token.
5653 (yyreportSyntaxError): Handle case where lookahead token is
5654 YYEMPTY.
5655
be16239b
PH
56562004-01-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
5657
5658 * data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC so that
5659 resulting parsers are compilable with C++.
5660
5fa90832
PE
56612003-12-23 Paul Eggert <eggert@twinsun.com>
5662
5663 * config/depcomp, config/install-sh: Sync with Automake 1.8.
5664 * src/output.c (output_skeleton): Rename local var.
5665 * tests/input.at (Torturing the Scanner): Don't use \x0 or \0 in
5666 Bison tokens, as this runs afoul of the 2003-10-07 change that
5667 disallowed NUL bytes in character constants or string literals.
5668
5669 * tests/local.at: Require Autoconf 2.59's Autotest.
5670 * tests/testsuite.at: Don't include local.at, since we now assume
5671 Autoconf 2.59 or later. Autoconf 2.59 had some problems with
5672 including it.
5673 * tests/Makefile.am ($(TESTSUITE)): Remove warning about ignoring
5674 multiple inclusion warnings.
dd0e0635 5675
b165c324
AD
56762003-12-02 Akim Demaille <akim@epita.fr>
5677
5678 * doc/bison.texinfo (How Can I Reset the Parser): More about start
5679 conditions.
5680 From Bruno Haible.
5681
26e06a21
ADL
56822003-11-18 Alexandre Duret-Lutz <adl@gnu.org>
5683
5684 * doc/bison.texinfo (Bison Options): Escape `@' in `$@'.
5685
92ac3705
PE
56862003-10-07 Paul Eggert <eggert@twinsun.com>
5687
6a5ecb38
PE
5688 * tests/Makefile.am (clean-local): Don't run 'testsuite --clean'
5689 if testsuite doesn't exist.
5690
92ac3705
PE
5691 * doc/bison.texinfo (Symbols): NUL bytes are not allowed in string
5692 literals, unfortunately.
5693 * src/scan-gram.l (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>):
5694 Complain about NUL bytes in character constants or string literals.
5695
91d2c560
PE
56962003-10-05 Paul Eggert <eggert@twinsun.com>
5697
5698 * NEWS: Don't document %no-default-prec, as it's still
5699 too experimental.
5700 * doc/bison.texinfo: Document %no-default-prec only if
5701 the defaultprec flag is set. Normally it's not.
5702
0cc3da3a
PE
57032003-10-04 Paul Eggert <eggert@twinsun.com>
5704
5705 * data/glr.c (b4_rhs_value, b4_rhs_location): Yield a
5706 non-modifiable lvalue, instead of a modifiable one.
5707 * doc/bison.texinfo (Actions): Document that $$ can
5708 be assigned to. Do not claim that $$ and $N are
5709 array element references: user code should not rely on this.
5710
22fccf95
PE
57112003-10-01 Paul Eggert <eggert@twinsun.com>
5712
5713 * src/parse-gram.h (PERCENT_NO_DEFAULT_PREC): New token.
5714 (grammar_declaration): Use it.
5715 * src/scan-gram.l: New token %no-default-prec.
5716 * tests/conflicts.at: Revamp tests to use %no-default-prec.
5717 * NEWS, doc/bison.texinfo: Document the above.
5718
fc8f2965
AD
57192003-10-01 Akim Demaille <akim@epita.fr>
5720
5721 VCG no longer supports long_straight_phase.
5722
5723 * src/vcg.c, src/vcg.h: Remove the handling of long_straight_phase.
5724 * src/print_graph.c (print_graph): Adjust.
5725
39a06c25
PE
57262003-09-30 Frank Heckenbach <frank@g-n-u.de>
5727 and Paul Eggert <eggert@twinsun.com>
5728
5729 * doc/bison.texinfo (Decl Summary, Contextual Precedence,
5730 Table of Symbols): Document %default-prec.
5731 * src/parse-gram.y (PERCENT_DEFAULT_PREC): New token.
5732 (grammar_declaration): Set default_prec on %default-prec.
5733 * src/scan-gram.l (%default-prec): New token.
5734 * src/reader.h (default_prec): New flag.
5735 * src/reader.c: Likewise.
5736 (packgram): Handle it.
5737 * tests/conflicts.at (%default-prec without %prec,
5738 %default-prec with %prec, %default-prec 1): New tests.
fc8f2965 5739
39a06c25
PE
57402003-09-30 Paul Eggert <eggert@twinsun.com>
5741
5742 * tests/testsuite.at: Include local.at, not input.at, fixing
5743 a typo in the 2003-08-25 patch.
5744
62b6aef9
AD
57452003-08-27 Akim Demaille <akim@epita.fr>
5746
5747 * data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab to pacify
5748 GCC warnings.
5749
89e1cc61
AD
57502003-08-26 Akim Demaille <akim@epita.fr>
5751
5752 * config/announce-gen (print_changelog_deltas): Neutralize "<#" as
5753 "<\#" to avoid magic from Gnus when posting parts of this script.
5754
a08460b0
AD
57552003-08-26 Akim Demaille <akim@epita.fr>
5756
5757 * data/lalr1.cc (Parser::report_syntax_error_): New, extracted from
5758 (Parser::parse): here.
5759 Adjust: nerrs and errstatus is now replaced by...
5760 (Parser::nerrs_, Parser::errstatus_): New.
5761
603f1cfd
AD
57622003-08-25 Akim Demaille <akim@epita.fr>
5763
5764 * config/announce-gen, Makefile.cfg: New.
5765 * Makefile.am: Adjust.
5766 * GNUmakefile, Makefile.maint: Update from CVS Autoconf, but
5767 keeping local WGET and WGETFLAGS modifications from Paul Eggert.
5768
cd3684cf
AD
57692003-08-25 Akim Demaille <akim@epita.fr>
5770
5771 When reducing initial empty rules, Bison parser read an initial
5772 location that is not defined. This results in garbage, and that
5773 affects Bison's own parser. Therefore we need (i) to extend Bison
5774 to support a means to initialize this location, and (ii) to use
5775 this CVS Bison to fix CVS Bison's parser.
5776
5777 * src/reader.h, reader.c (epilogue_augment): Remove, replace
5778 with...
5779 * src/muscle_tab.h, src/muscle_tab.c (muscle_code_grow): this.
5780 * src/parse-gram.y: Adjust.
5781 (%initial-action): New.
5782 (%error-verbose): Since we require CVS Bison, there is no reason
5783 not to use it.
5784 * src/scan-gram.l: Adjust.
5785 * src/Makefile.am (YACC): New, to make sure we use our own parser.
5786 * data/yacc.c (yyparse): Use b4_initial_action.
5787
4e03e201
AD
57882003-08-25 Akim Demaille <akim@epita.fr>
5789
5790 * doc/bison.texinfo: Don't promote stdout for error messages.
5791
8c182d05
AD
57922003-08-25 Akim Demaille <akim@epita.fr>
5793
5794 * data/lalr1.cc (Parser::reduce_print_): Remove unused yyi.
5795 From Alexandre Duret-Lutz.
5796
6a60c4cf
PE
57972003-08-25 Akim Demaille <akim@epita.fr>
5798
5799 Version 1.875c.
5800
25f66e1a
AD
58012003-08-25 Akim Demaille <akim@epita.fr>
5802
5803 * data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT): New.
5804 Use them.
5805
5348bfbe
AD
58062003-08-25 Akim Demaille <akim@epita.fr>
5807
5808 * data/lalr1.cc (Parser::reduce_print_): New.
5809 Use it.
5810
47301314
AD
58112003-08-25 Akim Demaille <akim@epita.fr>
5812
5813 Have lalr1.cc catch with Paul Eggert's patch to fix the infinite
5814 error recovery loops. This patch is based on
161a71f3 5815 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00000.html>.
47301314
AD
5816 Also, augment the similarity between lalr1.cc and yacc.c.
5817 Note: the locations of error recovery rules are not correct yet.
5818
5819 * data/lalr1.cc: Comment changes to augment the similarity between
5820 lalr1.cc and yacc.c.
5821 (YYERROR): Goto to yyerrorlab, not yyerrlab1.
5822 (yyerrlab1): Remove, but where it used to be (now the bottom part of
5823 yyerrlab), when hitting EOF, pop the whole stack here instead of
5824 merely falling thru the default error handling mechanism.
5825 (yyerrorlab): New label, with the old contents of YYERROR,
5826 plus the following change: pop the stack of rhs corresponding
5827 to the production that invoked YYERROR. That is how Yacc
5828 behaves (required by POSIX).
5829 * tests/calc.at (AT_CHECK_CALC_LALR1_CC): No longer expected to
5830 fail.
5831
1f7a61ff
AD
58322003-08-25 Akim Demaille <akim@epita.fr>
5833
5834 Tune local.at so that people can "autom4te -l autotest calc.at -o
5835 calc" for instance, to extract a sub test suite.
5836
5837 * tests/testsuite.at: Move the initialization, Autotest version
5838 requirement, and AT_TESTED invocation into...
5839 * tests/local.at: here.
5840 * tests/testsuite.at: Include it for compatibility with Autoconf
5841 2.57.
5842 * tests/Makefile.am ($(TESTSUITE)): Report that the warning should
5843 be ignore.
5844
327b5b56
PE
58452003-08-04 Paul Eggert <eggert@twinsun.com>
5846
5847 Rework code slightly to avoid gcc -Wtraditional warnings.
5848 * data/glr.c (yyuserMerge): Return void, not YYSTYPE.
5849 The returned value is now stored in *YY0. All callers changed.
5850 * src/output.c (merge_output): Adjust to the above change.
5851
0051e3ed
PE
58522003-07-26 Paul Eggert <eggert@twinsun.com>
5853
5854 * data/glr.c (YYASSERT): New macro.
5855 (yyfillin, yydoAction, yyglrReduce, yysplitStack,
5856 yyresolveStates, yyprocessOneStack):
5857 Use `YYASSERT (FOO);' rather than `if (! (FOO)) abort ();'.
5858 Derived from a suggestion by Frank Heckenbach.
1f7a61ff 5859
137437c6
PE
58602003-07-25 Paul Eggert <eggert@twinsun.com>
5861
5b620e06
PE
5862 * data/glr.c (yyglrReduce): Don't use C89 string concatenation,
5863 for portability to K&R C (after ansi2knr, presumably). See
161a71f3 5864 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>
5b620e06
PE
5865 by Frank Heckenbach, though I have omitted the structure-initialization
5866 part of his glr-knr.diff patch since I recall that the Portable
5867 C Compiler didn't require that change.
5868
137437c6
PE
5869 Let the user specify how to allocate and free memory.
5870 Derived from a suggestion by Frank Heckenbach in
161a71f3 5871 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00041.html>.
137437c6
PE
5872 * data/glr.c (YYFREE, YYMALLOC, YYREALLOC): New macros.
5873 All uses of free, malloc, realloc changed to use these macros,
5874 and unnecessary casts removed.
5875 * data/yacc.c (YYFREE, YYMALLOC): Likewise.
5876
ddb85ca5
PE
58772003-07-06 Matthias Mann <MatthiasMann@gmx.de>
5878
5879 * data/lalr1.cc (operator<<(std::ostream&, const Position&)):
5880 use s.empty() rather than s == "" to test for empty string; see
161a71f3 5881 <http://lists.gnu.org/archive/html/bison-patches/2003-07/msg00003.html>
ddb85ca5
PE
5882 (trivial change)
5883
39910e09
AD
58842003-06-25 Akim Demaille <akim@epita.fr>
5885
5886 * config/depcomp, config/install-sh: Update from masters.
5887
0ae99356
PE
58882003-06-20 Paul Eggert <eggert@twinsun.com>
5889
5890 * data/glr.c (YYLLOC_DEFAULT): Parenthesize arguments as needed,
5891 and return properly parenthesized result.
5892 * data/lalar1.cc (YYLLOC_DEFAULT): Likewise.
5893 * data/yacc.c (YYLLOC_DEFAULT): Likewise.
5894 Remove unnecessary parentheses from uses.
5895 * doc/bison.texinfo (Location Default Action): Describe the
5896 conventions for parentheses.
5897
cd05d13c
PE
58982003-06-19 Paul Eggert <eggert@twinsun.com>
5899
81fd08ca
PE
5900 * data/glr.c (yyremoveDeletes, yy_reduce_print, yyglrReduce,
5901 yyreportTree): Do not assume that size_t is the same width as int,
5902 when printing sizes. Print sizes using an unsigned format.
5903 Problem reported by Frank Heckenbach in
161a71f3 5904 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00035.html>.
4dcf140b 5905
cd05d13c
PE
5906 Port to Forte Developer 7 C compiler.
5907 * data/glr.c (struct YYLTYPE): If locations are not being used,
5908 declare a single dummy member, as empty structs do not conform
5909 to the C standard.
5910 (YYERROR, YYBACKUP): Do not use "do { ...; return foo; } while (0)";
5911 the Forte Developer 7 C compiler complains that end-of-loop
5912 code is not reached.
5913
4dcf140b
PE
59142003-06-17 Paul Eggert <eggert@twinsun.com>
5915
5916 * lib/libiberty.h (PARAMS): Spell argument as Args, not as X, to
5917 avoid warnings from picky compilers about redefinition of PARAMS.
5918
8dd76bee
PE
59192003-06-17 Paul Eggert <eggert@twinsun.com>
5920
5921 Version 1.875b.
5922
5923 * NEWS: Document 1.875b.
5924
5925 * lib/bbitset.h: Do not include config.h; that's the includer's job.
5926 Do not include <sys/types.h>; shouldn't be needed on a C89 host.
5927 * lib/bitset.h (bitset_compatible_p): Indent as per GNU standard.
5928 Don't use 'index' in comments, as it's a builtin fn on some hosts.
5929 * lib/bitset_stats.c: Include gettext.h unconditionally, as
5930 per recent gettext manual's suggestion.
5931 * lib/ebitset.c (ebitset_resize, ebitset_unused_clear):
5932 Use prototypes, not old-style definitions.
5933 * lib/lbitset.c (lbitset_unused_clear): Likewise.
5934 * lib/vbitset.c (vbitset_resize, vbitset_ones, vbitset_zero,
5935 vbitset_empty_p, vbitset_copy1, vbitset_not, vbitset_equal_p,
5936 vbitset_subset_p, vbitset_disjoint_p, vbitset_and, vbitset_and_cmp,
5937 vbitset_andn, vbitset_andn_cmp, vbitset_or, vbitset_or_cmp,
5938 vbitset_xor, vbitset_xor_cmp, vbitset_and_or, vbitset_and_or_cmp,
5939 vbitset_andn_or, vbitset_andn_or_cmp, vbitset_or_and,
5940 vbitset_or_and_cmp, vbitset_copy): Likewise.
5941
5942 * lib/libiberty.h: Do not include config.h; that's the includer's job.
5943 Do not include <stdlib.h>.
5944 (PARAMS): Define unconditionally for C89.
5945 (ATTRIBUTE_NORETURN): Remove.
5946 (ATTRIBUTE_UNUSED): Define unconditionally.
5947
5948 Upgrade to 2003-06-08 libbitset, submitted by Michael Hayes in:
161a71f3 5949 <http://lists.gnu.org/archive/html/bison-patches/2003-06/msg00005.html>
8dd76bee
PE
5950 * lib/Makefile.am (bitsets_sources): Add vbitset.c, vbitset.h.
5951 * lib/vbitset.c, lib/vbitset.h: New files.
5952 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
5953 lib/bitset_stats.c, lib/ebitset.c, lib/lbitset.c: Import
5954 from libbitset.
5955
5956 * doc/bison.texinfo (How Can I Reset the Parser): Renamed from
5957 `How Can I Reset @code{yyparse}', since texinfo does not allow
5958 arbitrary @ in node names.
5959
5960 * m4/Makefile.am (EXTRA_DIST): Add the following files, which
5961 shouldn't be needed according to the gettext 0.12.1 documentation
5962 but which seem to be needed anyway: codeset.m4 glibc21.m4
f8e8262e 5963 intdiv0.m4 inttypes-pri.m4 inttypes.m4 inttypes_h.m4 isc-posix.m4
8dd76bee 5964 lcmessage.m4 nls.m4 po.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4.
f8e8262e 5965 * po/Makefile.in.in: Upgrade to gettext 0.12.1 version.
cd05d13c 5966
8dd76bee
PE
5967 * lib/.cvsignore: Add stdbool.h.
5968 * m4/.cvsignore: Add nls.m4, po.m4.
5969
5970 Upgrade to CVS gnulib.
5971 * stdbool_.h: File renamed from stdbool.h.in.
5972 * configure.ac (AM_STDBOOL_H): Invoke this instead of
5973 AC_HEADER_STDBOOL.
5974 (AM_GNU_GETTEXT): Put brackets around args, as latest manual suggests.
5975 (AM_GNU_GETTEXT_VERSION): Update to 0.12.1.
5976 * lib/Makefile.am (EXTRA_DIST): Add stdbool_.h.
5977 (MOSTLYCLEANFILES): New var.
5978 ($(libbison_a_OBJECTS)): Depend on $(STDBOOL_H).
5979 (stdbool.h): New rule.
5980 * lib/dirname.c, lib/dirname.h, lib/hash.c, lib/hash.h,
5981 lib/malloc.c, lib/obstack.h, lib/quote.c, lib/realloc.c,
5982 lib/strcasecmp.c, lib/xalloc.h, m4/alloca.m4, m4/onceonly.m4,
5983 m4/quote.m4: Upgrade to today's gnulib.
5984
5985 * tests/calc.at (AT_CHECK_CALC): New option EXPECTED-TO-FAIL.
5986 (AT_CHECK_CALC_LALR1_CC): Use it, since the C++ LALR parser fails
5987 the tests right now.
5988 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Ensure yylex and
5989 yyerror are declared before use; C99 requires this.
5990
25005f6a
PH
59912003-06-09 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
5992
5993 * data/glr.c (YYERROR): Update definition to reset yyerrState to 0
5994 first.
5995 (yyrecoverSyntaxError): Correct the logic for setting and testing
5996 yyerrState.
5997 Correct comment on handling EOF.
5998 Allow states with only a default reduction, rather than failing
8dd76bee 5999 (I can't quite reconstruct why these were not allowed before).
25005f6a 6000
137437c6 6001 Fixes to avoid problem that $-N rules in GLR parsers can cause
25005f6a 6002 buffer overruns, corrupting state.
8dd76bee
PE
6003
6004 * src/output.c (prepare_rules): Output max_left_semantic_context
25005f6a
PH
6005 definition.
6006 * src/reader.h (max_left_semantic_context): New variable declaration.
6007 * src/scan-gram.l (max_left_semantic_context): Define.
6008 (handle_action_dollar): Update max_left_semantic_context.
6009 * data/glr.c (YYMAXLEFT): New definition.
6010 (yydoAction): Increase size of yyrhsVals by YYMAXLEFT.
6011 (yyresolveAction): Ditto.
6012
6013 Fixes to problems with location handling in GLR parsers reported by
6014 Frank Heckenbach (2003/06/05).
6015
6016 * data/glr.c (YYLTYPE): Make trivial if locations not used.
6017 (YYRHSLOC): Add parentheses, and define only if locations used.
6018 (YYLLOC_DEFAULT): Add parentheses, and give trivial definition if
6019 locations not used.
6020 (yyuserAction): Use YYLLOC_DEFAULT to set *yylocp.
6021 (yydoAction): Remove redundant initialization of *yyvalp and *yylocp.
8dd76bee 6022
25005f6a
PH
6023 * tests/cxx-type.at: Exercise location information; update tests
6024 to differentiate output with and without locations.
8dd76bee 6025 Remove forward declarations of yylex and yyerror---caused errors
25005f6a
PH
6026 because default YYLTYPE not yet defined.
6027 Change semantic actions to compute strings, rather than printing
6028 them directly (to test proper passing of semantics values). Change
6029 output to prefix notation and update test data and expected results.
6030 (yylex): Track locations.
6031 (stmtMerge): Return value rather than printing, and include arguments
6032 in value.
8dd76bee 6033
711f40b7
PE
60342003-06-03 Paul Eggert <eggert@twinsun.com>
6035
6036 Avoid warnings generated by GCC 2.95.4 when Bison is
6037 configured with --enable-gcc-warnings.
6038 * data/lalr1.cc (yy::]b4_parser_class_name[::parse,
6039 yy::]b4_parser_class_name[::translate_,
6040 yy::Stack::operator[] (unsigned),
6041 yy::Stack::operator[] (unsigned) const,
6042 yy::Slice::operator[] (unsigned),
6043 yy::Slice::operator[] (unsigned) const):
6044 Rename local vars to avoid warnings.
6045 * tests/glr-regression.at (Improper handling of embedded actions
6046 and $-N in GLR parsers): Remove unused local variable from yylex.
6047 * tests/regression.at (_AT_DATA_DANCER_Y): Declare yylex to take
6048 (void) as arg when not pure, since we now assume C89 when building
6049 Bison. Pacify GCC by using parameter.
6050
ac695f7d
PE
60512003-06-02 Paul Eggert <eggert@twinsun.com>
6052
6053 * data/lalr1.cc (yy::Position::lines, yy::Position::columns,
6054 yy::Location::lines, yy::Location::columns): Rename arguments
6055 to avoid shadowing; this removes a warning generated by GCC 3.3.
6056
26ec81e0
PE
60572003-06-01 Paul Eggert <eggert@twinsun.com>
6058
6059 Don't pass C-only warning optins (e.g., -Wmissing-declarations)
6060 to g++, as GCC 3.3 complains if you do it.
6061 * configure.ac (WARNING_CXXFLAGS): New subst. Set it to
6062 everything that WARNING_CFLAGS has, except omit warnings
6063 not suitable for C++.
6064 (AC_PROG_CXX): Use this instead of AC_CHECK_PROGS([CXX], [g++]).
6065 * tests/atlocal.in (CXXFLAGS): New var.
6066 * tests/local.at (AT_COMPILE_CXX): Use it instead of CFLAGS.
6067
6068 Fix a GLR parser bug I reported in February; see
161a71f3 6069 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00008.html>.
26ec81e0
PE
6070 The problem was that GLR parsers did not conform to the C standard,
6071 because actions like { $1 = $2 + $3; } expanded to expressions
6072 that invoked YYFILL in separate subexpressions, and YYFILL assigned
6073 to a local variable. The C standard says that expressions
6074 like (var = f ()) + (var = f ()) have undefined behavior.
6075 Another problem was that GCC sometimes issues warnings that
6076 yyfill and its parameters are unused.
6077
6078 * data/glr.c (yyfillin): Renamed from the old yyfill. Mark
6079 as possibly unused.
6080 (yyfill): New function.
6081 (YYFILL): Use it.
6082 (yyuserAction): Change type of yynormal to bool, so that it matches
6083 the new yyfill signature. Mark it as possibly unused.
6084
6085
6086 Follow up on a bug I reported in February, where a Bison-generated
6087 parser can loop. Provide a test case and a fix for yacc.c. I
6088 don't have a fix for lalr1.cc or for glr.c, unfortunately.
6089 The original bug report is in:
161a71f3 6090 <http://lists.gnu.org/archive/html/bison-patches/2003-02/msg00044.html>
26ec81e0
PE
6091
6092 * data/yacc.c (YYERROR): Now just 'goto yyerrorlab', since the
6093 macro's size was becoming unwieldy.
6094 (yyerrlab): Do not discard an empty lookahead symbol, as this
6095 might destroy garbage.
6096 (yyerrorlab): New label, with the old contents of YYERROR,
6097 plus the following change: pop the stack of rhs corresponding
6098 to the production that invoked YYERROR. That is how Yacc
6099 behaves, and POSIX requires this behavior.
6100 (yyerrlab1): Use YYPOPSTACK instead of its definiens.
6101 * tests/calc.at (_AT_DATA_CALC_Y): Include unistd.h if available.
6102 Define 'alarm' to do nothing if unistd.h is not available.
6103 Add a new rule "exp: '-' error;" to test the above change to
6104 data/yacc.c. Use 'alarm' to abort any test taking longer than
6105 10 seconds, as it's probably looping.
6106 (AT_CHECK_CALC): Test recovery from error in new grammar rule.
6107 Also, the new yacc.c generates two fewer diagnostics for an
6108 existing test.
6109
d0829076
PE
61102003-05-24 Paul Eggert <eggert@twinsun.com>
6111
c6ae27df
PE
6112 * data/glr.c (YYSTACKEXPANDABLE): Do not evaluate
6113 YYSTYPE_IS_TRIVIAL or YYSTYPE_IS_TRIVIAL unless they are defined.
6114 This fixes a problem reported by John Bowman when the Compaq/HP
6115 Alpha cxx compiler happy (e.g. using cxx -D__USE_STD_IOSTREAM
6116 -ansi -Wall -gall).
6117 * data/yacc.c (union yyalloc): Likewise.
6118 (YYCOPY): Do not evaluate __GNUC__ unless it is defined.
26ec81e0 6119
d0829076
PE
6120 Switch from 'int' to 'bool' where that makes sense.
6121
6122 * lib/abitset.c (abitset_test, abitset_empty_p, abitset_equal_p,
6123 abitset_subset_p, abitset_disjoint_p, abitset_and_cmp,
6124 abitset_andn_cmp, abitset_or_cmp, abitset_xor_cmp, abitset_and_or,
6125 abitset_and_or_cmp, abitset_andn_or_cmp, abitset_or_and_cmp):
6126 Return or accept bool, not int. All callers changed.
6127 * lib/bbitset.h: (bitset_toggle_, bitset_copy_, bitset_and_or_cmp_,
6128 bitset_andn_or_cmp_, bitset_or_and_cmp_): Likewise.
6129 * lib/bitset.c (bitset_only_set_p, bitset_print, bitset_toggle_,
6130 bitset_copy_, bitset_op4_cmp, bitset_and_or_cmp_, bitset_andn_or_cmp_,
6131 bitset_or_and_cmp_): Likewise.
6132 * lib/bitset.h (bitset_test, bitset_only_set_p): Likewise.
6133 * lib/bitset_stats.c (bitset_stats_print, bitset_stats_toggle,
6134 bitset_stats_test, bitset_stats_empty_p, bitset_stats_disjoint_p,
6135 bitset_stats_equal_p, bitset_stats_subset_p, bitset_stats_and_cmp,
6136 bitset_stats_andn_cmp, bitset_stats_or_cmp, bitset_stats_xor_cmp,
6137 bitset_stats_and_or_cmp, bitset_stats_andn_or_cmp,
6138 bitset_stats_or_and_cmp): Likewise.
6139 * lib/ebitset.c (ebitset_elt_zero_p, ebitset_equal_p, ebitset_copy_cmp,
6140 ebitset_test, ebitset_empty_p, ebitset_subset_p, ebitset_disjoint_p,
6141 ebitset_op3_cmp, ebitset_and_cmp, ebitset_andn_cmp, ebitset_or_cmp,
6142 ebitset_xor_cmp): Likewise.
6143 * lib/lbitset.c (lbitset_elt_zero_p, lbitset_equal_p, lbitset_copy_cmp,
6144 lbitset_test, lbitset_empty_p, lbitset_subset_p, lbitset_disjoint_p,
6145 lbitset_op3_cmp, lbitset_and_cmp, lbitset_andn_cmp, lbitset_or_cmp,
6146 lbitset_xor_cmp): Likewise.
6147 * lib/bbitset.h: Include <stdbool.h>.
6148 (struct bitset_vtable): The following members now return bool, not
6149 int: toggle, test, empty_p, disjoint_p, equal_p, subset_p,
6150 and_cmp, andn_cmp, or_cmp, xor_cmp, and_or_cmp, andn_or_cmp,
6151 or_and_cmp).
6152 * src/conflicts.c (count_rr_conflicts): Likewise.
6153 * lib/bitset_stats.h (bitset_stats_enabled): Now bool, not int.
6154 All uses changed.
6155 * lib/ebitset.c (ebitset_obstack_init): Likewise.
6156 * lib/lbitset.c (lbitset_obstack_init): Likewise.
6157 * src/getargs.c (debug_flag, defines_flag, locations_flag,
6158 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
6159 graph_flag): Likewise.
6160 * src/getargs.h (debug_flag, defines_flag, locations_flag,
6161 no_lines_flag, no_parser_flag, token_table_flag, yacc_flag,
6162 graph_flag): Likewise.
6163 * src/output.c (error_verbose): Likewise.
6164 * src/output.h (error_verbose): Likewise.
6165 * src/reader.c (start_flag, typed): Likewise.
6166 * src/reader.h (typed): Likewise.
6167 * src/getargs.c (LOCATIONS_OPTION): New constant.
6168 (long_options, getargs): Use it.
6169 * src/lalr.c (build_relations): Use bool, not int.
6170 * src/nullable.c (nullable_compute): Likewise.
6171 * src/print.c (print_reductions): Likewise.
6172 * src/tables.c (action_row, pack_vector): Likewise.
6173 * src/muscle_tab.h (MUSCLE_INSERT_BOOL): New macro.
6174 * src/output.c (prepare): Use it.
6175 * src/output.c (token_definitions_output,
6176 symbol_destructors_output, symbol_destructors_output): Use string,
6177 not boolean integer, to keep track of whether to output separator.
6178 * src/print_graph.c (print_core): Likewise.
6179 * src/state.c (state_rule_lookaheads_print): Likewise.
6180
6181 * config/install-sh: Sync from automake 1.7.5.
6182
6b2584b7
PE
61832003-05-14 Paul Eggert <eggert@twinsun.com>
6184
6185 * src/parse-gram.y (rules_or_grammar_declaration): Require a
6186 semicolon after a grammar declaration, in the interest of possible
6187 future changes to the Bison input language.
6188 Do not allow a stray semicolon at the start of the grammar.
6189 (rhses.1): Allow one or more semicolons after any rule, including
6190 just before "|" as required by POSIX.
6191 * tests/input.at (Torturing the Scanner): Add tests for ";|" in a
6192 grammar.
6193
caf37a36
ADL
61942003-05-14 Alexandre Duret-Lutz <adl@gnu.org>
6195
6196 %parse-param support for lalr1.cc.
6197
6198 * data/lalr1.cc (b4_parse_param_decl, b4_parse_param_cons,
6199 b4_cc_constructor_calls, b4_cc_constructor_call,
6200 b4_parse_param_vars, b4_cc_var_decls, b4_cc_var_decl): New m4
6201 definitions.
6202 (yy::b4_parser_class_name::b4_parser_class_name): Take extra
6203 parse-param arguments.
6204 (yy::b4_parser_class_name): Declare instance variables to
6205 hold parse-param arguments.
6206 * tests/calc.at: s/value/semantic_value/ because value clashes
6207 with a member of yy::b4_parser_class_name. Adjust C++ code
6208 to handle %parse-param. Enable %parse-param test in C++.
6209
3ab37077
PE
62102003-05-12 Paul Eggert <eggert@twinsun.com>
6211
6212 * doc/bison.texinfo (How Can I Reset @code{yyparse}): Reword the
6213 English a bit. Fix fclose typo. Change "const char" to "char
6214 const", and use ANSI C rather than K&R for "main". Suggest
6215 YY_FLUSH_BUFFER over yyrestart (as that is what Flex recommends)
6216 and suggest yy_switch_to_buffer.
6217
62182003-05-05 Paul Eggert <eggert@twinsun.com>
163ab321
PE
6219
6220 * lib/bitset.h (__INT_TO_PTR): Define to a value that presumes
6221 C89. This avoids a diagnostic on compilers that define __STDC__
6222 to 0, fixing a problem with Tru64 cc reported by Martin Mokrejs in
161a71f3 6223 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
163ab321 6224
e743727f
PE
62252003-05-03 Paul Eggert <eggert@twinsun.com>
6226
6227 * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE):
6228 Do not overrun array bounds.
6229 This should fix a bug reported today by Olatunji Oluwabukunmi in
161a71f3 6230 <http://lists.gnu.org/archive/html/bug-bison/2003-05/msg00004.html>.
e743727f 6231
916708d5
AD
62322003-04-29 Akim Demaille <akim@epita.fr>
6233
6234 * src/gram.h, src/gram.c (pure_parser, glr_parser): Move to...
6235 * src/getargs.c, src/getargs.h: here, as bool, not int.
6236 (nondeterministic_parser): New.
6237 * src/parse-gram.y, src/scan-gram.l: Support
6238 %nondeterministic-parser.
6239 * src/output.c (prepare): Use nondeterministic_parser instead
6240 of glr_parser where appropriate.
6241 * src/tables.c (conflict_row, action_row, save_row)
6242 (token_actions, token_actions, pack_vector): Ditto.
6243
a06ea4aa
AD
62442003-04-29 Akim Demaille <akim@epita.fr>
6245
6246 * doc/bison.texinfo (C++ Parsers, Implementing Loops): New.
6247
211074ca
AD
62482003-04-29 Akim Demaille <akim@epita.fr>
6249
6250 * tests/calc.at: Also test yacc.c and glr.c (but not lalr1.cc yet)
6251 with %pure-parser and %locations to exercise the patch from Yakov
6252 Markovitch below.
6253
6175ffe3
PE
62542003-04-28 Tim Van Holder <tim.van.holder@pandora.be>
6255
6256 * data/yacc.c: (b4_lex_param): Corrected for the case where
6257 %lex-param is provided and %pure-parser isn't.
6258
b1e95857
PE
62592003-04-27 Paul Eggert <eggert@twinsun.com>
6260
6261 Avoid gcc -Wundef warnings reported by Gerald Pfeifer in
161a71f3 6262 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00044.html>.
b1e95857
PE
6263 * data/yacc.c (YYSTACK_ALLOC): Don't evaluate YYSTACK_USE_ALLOCA
6264 if it is not defined.
6265 (YYMAXDEPTH): Don't evaluate YYMAXDEPTH if it is not defined.
6266
acda9df6
PE
62672003-04-26 Paul Eggert <eggert@twinsun.com>
6268
3470c57b
PE
6269 * data/lalr1.cc (yy::Parser::pact_ninf_, yy::Parser::table_ninf_):
6270 Declare to be of type suitable for the ninf value itself, not of
6271 type suitable for the corresponding table, since the latter might
6272 be unsigned but the ninf value might be negative. This fixes a
6273 bug reported by Alexandre Duret-Lutz in
161a71f3 6274 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00017.html>.
3470c57b 6275
acda9df6
PE
6276 * configure.ac (AC_FUNC_ERROR_AT_LINE): Remove, since gl_ERROR
6277 invokes it. We shouldn't invoke it twice because it will attempt
6278 to put error.o in the archive twice. This fixes a glitch reported
6279 by Martin Mokrejs in
161a71f3 6280 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00041.html>.
acda9df6 6281
b5250f26
PE
62822003-04-21 Paul Eggert <eggert@twinsun.com>
6283
6284 * m4/error.m4: Update from Bruno Haible's 2003-04-14 patch
6285 to gnulib.
6286
089ac0f1
PE
62872003-04-21 Yakov Markovitch <Markovitch@iso.ru>
6288
6289 * data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]:
6290 Fix obvious typo that results in uncompilable GLR parsers
6291 when both %pure-parser and %locations are used. (trivial change)
6292
5ededac6
PE
62932003-04-17 Paul Eggert <eggert@twinsun.com>
6294
1b8f2fff
PE
6295 * src/scan-gram.l: Add %option nounput, since we no longer use unput.
6296 (unexpected_eof): Renamed from unexpected_end_of_file, for brevity.
6297 Do not insert the expected token via unput, as this runs afoul
6298 of a POSIX-compatibility bug in flex 2.5.31.
6299 All uses changed to BEGIN the parent state,
6300 since we no longer insert the expected token via unput.
6301 * tests/regression.at (Invalid inputs): Remove cascaded diagnostic
6302 that is no longer emitted after the above change.
6303
5ededac6
PE
6304 * src/conflicts.c (set_conflicts): Resolve all conflicts, not just
6305 the first one. This change is from Paul Hilfinger, and it fixes
6306 regression reported by Werner Lemberg in
161a71f3 6307 <http://lists.gnu.org/archive/html/bug-bison/2003-04/msg00026.html>.
5ededac6
PE
6308
6309 (resolve_sr_conflict): Don't invoke state_errs_set
6310 unless one or more tokens have been explicitly made errors.
6311 Otherwise, the above change causes Bison to abort.
6312
6313 * tests/existing.at (GNU pic Grammar): New test case, taken from
6314 Lemberg's email.
6315
b8be9132
AD
63162003-03-31 Akim Demaille <akim@epita.fr>
6317
6318 * doc/Makefile.am (AM_MAKEINFOFLAGS): Don't split the info file.
6319
d423d460
AD
63202003-03-31 Akim Demaille <akim@epita.fr>
6321
6322 * src/output.c (prepare_symbols): Avoid trailing spaces in the
6323 output.
6324
c7e441b4
AD
63252003-03-31 Akim Demaille <akim@epita.fr>
6326
6327 * doc/bison.texinfo (Strings are Destroyed): s/losses/loses/.
6328 From Paul Hilfinger.
6329
231897ad
AD
63302003-03-29 Akim Demaille <akim@epita.fr>
6331
6332 * m4/error.m4: Do not put under dynamic conditions some code which
6333 expansion is under static control.
6334
5b066063
AD
63352003-03-29 Akim Demaille <akim@epita.fr>
6336
6337 * doc/bison.texinfo (How Can I Reset @code{yyparse}): New.
6338
22a74fec
AD
63392003-03-29 Akim Demaille <akim@epita.fr>
6340
6341 * doc/bison.texinfo (Strings are Destroyed): New.
6342
0eee27e7
PE
63432003-03-13 Paul Eggert <eggert@twinsun.com>
6344
6345 * .cvsignore: Add configure.lineno.
6346 * src/.cvsignore: Add yacc.
6347 * tests/.cvsignore: Add testsuite.log.
6348 * doc/fdl.texi: Sync with latest FSF version.
6349
f61aad93
PE
63502003-03-12 Paul Eggert <eggert@twinsun.com>
6351
537636c7
PE
6352 * scan-gram.l (YY_USER_INIT): Initialize code_start, too.
6353 (<INITIAL><<EOF>>, <SC_PRE_CODE><<EOF>>): Set *loc to the scanner
6354 cursor, instead of leaving it undefined. This fixes a bug
6355 reported by Tim Van Holder in
161a71f3 6356 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00023.html>.
537636c7
PE
6357 * tests/input.at (Torturing the Scanner): Test the scanner on
6358 an empty input file, which was Tim Van Holder's test case.
6359
6360 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): When checking whether
6361 <sys/resource.h> can be included, include sys/time.h and
6362 sys/times.h first, if available. This works around the SunOS
6363 4.1.4 porting bug reported by Bruce Becker in
161a71f3 6364 <http://lists.gnu.org/archive/html/bug-bison/2003-03/msg00018.html>.
537636c7
PE
6365
6366 * m4/subpipe.m4 (BISON_PREREQ_SUBPIPE): Don't
6367 AC_CHECK_HEADERS([sys/wait.h]), as this interferes with
6368 AC_HEADER_SYS_WAIT.
6369
f61aad93
PE
6370 Merge changes from gnulib. This was prompted because the CVS
6371 snapshot didn't build on Solaris 7 due to strnlen problems.
6372
6373 These changes need to be merged back into gnulib:
6374 * lib/hash.c: Include <stdbool.h> unconditionally.
6375 * m4/onceonly.m4 (m4_quote): New macro.
6376 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
6377 Quote AC_FOREACH variable-expansions properly.
6378 The 2003-01-03 obstack.h change also needs merging.
6379 {end of changes requiring merging}
5b066063 6380
f61aad93
PE
6381 * lib/stdbool.h.in, m4/alloca.m4, m4/dirname.m4, m4/dos.m4,
6382 m4/getopt.m4, m4/hash.m4, m4/malloc.m4, m4/memchr.m4,
6383 m4/memrchr.m4, m4/obstack.m4, m4/onceonly.m4, m4/quote.m4,
6384 m4/quotearg.m4, m4/realloc.m4, m4/stpcpy.m4, m4/strnlen.m4,
6385 m4/strtol.m4, m4/strtoul.m4, m4/unlocked-io.m4, m4/xalloc.m4:
6386 New files, imported from gnulib.
6387 * m4/Makefile.am (EXTRA_DIST): Add the new m4/*.m4 files mentioned
6388 above.
6389
6390 * lib/mbswidth.c, m4/error.m4, m4/mbrtowc.m4, m4/mbswidth.m4,
6391 m4/memcmp.m4, m4/prereq.m4, m4/stdbool.m4: Update to current
6392 gnulib sources.
6393
6394 * configure.ac (gl_DIRNAME, gl_GETOPT, gl_HASH, gl_QUOTE, gl_XALLOC):
6395 Add.
6396 (gl_ERROR): New, replacing jm_PREREQ_ERROR.
6397 (gl_FUNC_ALLOCA): New, replacing AC_FUNC_ALLOCA.
6398 (gl_FUNC_STPCPY): New, replacing AC_REPLACE_FUNCS(stpcpy).
6399 (gl_FUNC_STRNLEN): New, replacing AC_FUNC_STRNLEN.
6400 (gl_MBSWIDTH): New, replacing jm_PREREQ_MBSWIDTH.
6401 (gl_OBSTACK): New, replacing AC_FUNC_OBSTACK.
6402 (gl_QUOTEARG): New, replacing jm_PREREQ_QUOTEARG.
6403 (jm_FUNC_GLIBC_UNLOCKED_IO, gl_FUNC_STPCPY, gl_FUNC_STRTOL): New.
6404 (jm_FUNC_MALLOC): New, replacing AC_FUNC_MALLOC.
6405 (jm_FUNC_REALLOC): New, replacing AC_FUNC_REALLOC.
6406 (jm_PREREQ_ARGMATCH): Remove.
6407 (AC_REPLACE_FUNCS): Remove memchr, memrchr, stpcpy, strtol, strtoul.
6408 * lib/Makefile.am (libbison_a_SOURCES): Add argmatch.c, argmatch.h.
6409
6410 * src/system.h: Include <stdbool.h> unconditionally.
6411
6412 * lib/bbitset.h: Include <limits.h> unconditionally. We have been
6413 assuming at least C89 in the bitset code for some time now.
6414
d2ffe116
AD
64152003-03-03 Akim Demaille <akim@epita.fr>
6416
6417 * ro.po: New.
6418
052826fd
AD
64192003-03-02 Akim Demaille <akim@epita.fr>
6420
6421 * doc/bison.texinfo (Table of Symbols): Reactivate the
6422 documentation for %lex-param, and %parse-param.
6423
c4749565
AD
64242003-03-02 Akim Demaille <akim@epita.fr>
6425
6426 * data/yacc.c, data/glr.c, data/lal1.cc: Use similar code to
6427 generate verbose error messages.
6428 Use the number of tokens as an upper bound in yytname, as it
6429 cannot be a non terminal.
6430
d5286af1
AD
64312003-03-02 Akim Demaille <akim@epita.fr>
6432
6433 * tests/regression.at (_AT_DATA_DANCER_Y): Fix the expected error
6434 message.
6435
22e304a6
AD
64362003-03-02 Akim Demaille <akim@epita.fr>
6437
22e304a6
AD
6438 * tests/regression.at (_AT_DATA_DANCER_Y, AT_CHECK_DANCER): New.
6439 Use them to exercise yycheck overrun.
6440 Based on Andrew Suffield's grammar.
6441
67a25fed
AD
64422003-03-02 Akim Demaille <akim@epita.fr>
6443
6444 Create tests/local.at for Bison generic testing macros.
6445
6446 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Move to...
6447 * tests/local.at (AT_BISON_OPTION_PUSHDEFS, AT_BISON_OPTION_POPDEFS):
6448 This new file.
6449 * tests/calc.at (AT_CHECK_CALC): Adjust.
6450 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR)
6451 (AT_COMPILE, AT_COMPILE_CXX, AT_PARSER_CHECK): Move to...
6452 * tests/local.at: here.
6453 (AT_COMPILE_CXX): Tags the tests using it as c++.
6454 Ignore the test if CXX is not functional.
6455
9c2b381f
PE
64562003-03-01 Paul Eggert <eggert@twinsun.com>
6457
6458 * src/scan-gram.l (code_start): Initialize it to scanner_cursor,
6459 not loc->end, since loc->end might contain garbage and this leads
6460 to undefined behavior on some platforms.
6461 (id_loc, token_start): Use (IF_LINTed) initial values that do not
6462 depend on *loc, so that the reader doesn't give the the false
6463 impression that *loc is initialized.
6464 (<INITIAL>"%%"): Do not bother setting code_start, since its value
6465 does not survive the return.
6466
0433ba88
AD
64672003-03-01 Akim Demaille <akim@epita.fr>
6468
6469 * src/scan-gram.l (code_start): Always initialize it when entering
6470 into yylex, as SC_EPILOGUE is activated *before* the corresponding
6471 yylex invocation. An alternative would be making it static, but
6472 then it starts with the second %%'s beginning, instead of its end.
6473
b305ea69
PE
64742003-02-28 Paul Eggert <eggert@twinsun.com>
6475
6476 * lib/mbswidth.c: Include <wchar.h> before "mbswidth.h", to work
6477 around a UnixWare 7.1.1 porting bug reported by John Hughes in
161a71f3 6478 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00030.html>.
b305ea69 6479
c3d25e01
PE
64802003-02-26 Paul Eggert <eggert@twinsun.com>
6481
6482 * README: Mention compiler bug in Sun Forte Developer 6 update 2.
6483 Remove Sequent/Pyramid discussion (nobody uses them any more).
6484 Merge VMS and MS-DOS discussion; these ports may well be dead
6485 but let's keep mentioning them for now. Put <> around email
6486 addresses. Add copyright notice.
6487
c267ffbc
PE
64882003-02-24 Paul Eggert <eggert@twinsun.com>
6489
6490 * data/glr.c (yy_reduce_print): yylineno -> yylno,
6491 to avoid collision with flex use of yylineno.
6492 Problem reported by Bruce Lilly in
161a71f3 6493 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00016.html>.
c267ffbc
PE
6494 * data/lalr1.cc (yy::]b4_parser_class_name[::parse): Likewise.
6495 * data/yacc.c (yy_reduce_print): Likewise.
6496
6497 * config/depcomp: Sync with Automake 1.7.3.
6498
f939fc12
AD
64992003-02-21 Akim Demaille <akim@epita.fr>
6500
6501 * data/lalr1.cc: Use temporary variables instead of casts to
6502 change integer types.
6503 Suggested by Paul Eggert.
6504
95923bd6
AD
65052003-02-21 Akim Demaille <akim@epita.fr>
6506
6507 * doc/bison.texinfo: Use "location" consistently to refer to @n,
6508 to avoid confusions with lalr1.cc's notion of Position.
6509 Suggested by Paul Eggert.
6510
2cdc240e
AD
65112003-02-20 Akim Demaille <akim@epita.fr>
6512
6513 * data/lalr1.cc (position.hh): Make sure "columns" never pushes
6514 before initial_columns.
6515 (location.hh): Use consistent variable names when defining the
6516 operator<<.
6517 Use "last" so that we subtract from Positions, not from unsigned.
6518
5d003116
AD
65192003-02-20 Akim Demaille <akim@epita.fr>
6520
6521 * data/lalr1.cc (position.hh): New subfile, including the extended
6522 and Doxygen'ed documentation of class Position.
6523 (location.hh): Use it.
6524 Document a` la Doxygen.
ba1ecc07 6525 With the help of Benoit Perrot.
5d003116 6526
d02b25f9
AD
65272003-02-20 Akim Demaille <akim@epita.fr>
6528
6529 * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): Define
6530 AT_YACC_IF.
6531 Redefine AT_YYERROR_SEES_LOC_IF using it.
6532 (_AT_DATA_CALC_Y): Don't declare yyerror when lalr1.cc, as it is
6533 not defined.
6534 Don't use the location in yy::Parser::error_ and
6535 yy::Parser::print_ when not %locations.
6536 Activate more lalr1.cc tests.
6537
0d1c3a04
AD
65382003-02-19 Akim Demaille <akim@epita.fr>
6539
6540 * data/lalr1.cc: When displaying a line number, be sure to make it
6541 an int.
6542
60a777aa
AD
65432003-02-19 Akim Demaille <akim@epita.fr>
6544
6545 * data/lalr1.cc (b4_stack_depth_init, yy::Parser::initdepth_):
6546 Remove, useless.
6547 (YYABORT, YYACCEPT, YYERROR): New.
6548 * tests/calc.at: Renable the lalr1.cc test.
6549
0b86fc41
AD
65502003-02-19 Akim Demaille <akim@epita.fr>
6551
6552 * tests/calc.at (AT_CHECK_CALC): Check different scenarios of
6553 error recovery, mixing with/without pops and discarding of the
6554 lookahead.
6555 Exercise YYERROR.
6556 Disable the lalr1.cc tests as currently it doesn't support YYERROR.
6557
da99a5dc
PE
65582003-02-17 Paul Eggert <eggert@twinsun.com>
6559
6560 * tests/atlocal.in (LDFLAGS, LIBS): New vars.
6561 * tests/testsuite.at (AT_COMPILE): Use them.
6562 This fixes the testsuite problem reported by Robert Lentz in
161a71f3 6563 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00011.html>.
da99a5dc 6564
93b8c255
PE
65652003-02-12 Paul Eggert <eggert@twinsun.com>
6566
6567 * data/yacc.c (yyerrlab) [YYERROR_VERBOSE]:
6568 Avoid subscript error in yycheck. Bug reported by Andrew Suffield in
161a71f3 6569 <http://lists.gnu.org/archive/html/bug-bison/2003-02/msg00003.html>.
93b8c255
PE
6570 * data/glr.c (yyreportSyntaxError) [YYERROR_VERBOSE]: Likewise.
6571 Check for malloc failure, for consistency with yacc.c.
6572 (yytname_size): Remove, for consistency with yacc.c.
6573
6574 The bug still remains in data/lalr1.cc, as I didn't have time
6575 to fix it there.
6576
7548fed2
AD
65772003-02-06 Akim Demaille <akim@epita.fr>
6578
6579 * configure.ac (GXX): Rename as...
6580 (CXX): this, to keep the original Autoconf semantics.
6581 Require 2.57.
6582 * data/lalr1.cc: Fix b4_copyright invocations.
6583 If YYDEBUG is not defined, don't depend upon name_ being defined.
6584 (location.hh): Include string and iostream.
6585 (Position::filename): New member.
6586 (Position::Position ()): New.
6587 (operator<< (Position)): New.
6588 (operator- (Position, int)): New.
6589 (Location::first, Location::last): Rename as...
6590 (Location::begin, Location::end): these, to mock the conventional
6591 iterator names.
6592 (operator<< (Location)): New.
6593 * tests/atlocal.in (CXX): New.
6594 * tests/testsuite.at (AT_COMPILE_CXX): New.
6595 * tests/calc.at (_AT_DATA_CALC_Y): Adjust yyerror to report the
6596 locations in a more synthetic way.
6597 (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF is positive if
6598 lalr1.cc is used.
6599 Adjust the C locations to match those from Emacs: first column is
6600 column 0.
6601 Change all the expected results.
6602 Conform to the GCS: simplify the locations when applicable.
6603 (LOC, VAL, YYLLOC_FORMAL, YYLLOC_ARG, USE_YYLLOC, LEX_FORMALS)
6604 (LEX_ARGS, USE_LEX_ARGS, LEX_PRE_FORMALS, LEX_PRE_ARGS): Replace
6605 these CPP macros with the m4 macros new defined by...
6606 (AT_CHECK_PUSHDEFS): this, i.e.:
6607 (AT_LALR1_CC_IF, AT_PURE_LEX_IF, AT_LOC, AT_VAL, AT_LEX_FORMALS)
d02b25f9 6608 (AT_LEX_ARGS, AT_USE_LEX_ARGS, AT_LEX_PRE_FORMALS, AT_LEX_PRE_ARGS)
7548fed2
AD
6609 New macros.
6610 (AT_CHECK_POPDEFS): Undefine them.
6611 (AT_CHECK_CALC_LALR1_CC): New.
6612 Use it for the first lalr1.cc test.
6613
43a176ef
AD
66142003-02-04 Akim Demaille <akim@epita.fr>
6615
6616 * data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition: be based on
6617 Location as is defined.
6618
fc049e9c
AD
66192003-02-04 Akim Demaille <akim@epita.fr>
6620
6621 * data/lalr1.cc: If YYDEBUG is not defined, don't depend upon
6622 name_ being defined.
6623
a737b216
PE
66242003-02-03 Paul Eggert <eggert@twinsun.com>
6625
6626 * src/gram.h (start_symbol): Remove unused decl.
6627
6628 Use more-consistent naming conventions for local vars.
6629
6630 * src/derives.c (derives_compute): Change type of local var from
6631 int to rule_number.
6632 * src/gram.c (grammar_rules_partial_print): Likewise.
6633 * src/print.c (print_core): Likewise.
6634 * src/reduce.c (reduce_grammar_tables): Likewise.
6635
6636 * src/gram.c (grammar_dump): Change name of item_number *
6637 local var from r to rp.
6638 * src/nullable.c (nullable_compute): Likewise.
6639
6640 * src/gram.h (ISTOKEN, ISVAR): Use i, not s, for int var.
6641
6642 * src/gram.h (symbol_number_as_item_number): Use sym, not s,
6643 for symbol or symbol_number var.
6644 * src/reader.c (grammar_start_symbol_set): Likewise.
6645 * src/reader.h (grammar_start_symbol_set, grammar_symbol_append):
6646 Likewise.
6647 * src/state.c (transitions_to): Likewise.
6648 * src/state.h: Likewise.
6649 * src/tables.c (symbol_number_to_vector_number): Likewise.
6650
6651 * src/muscle_tab.h (MUSCLE_OBSTACK_SGROW): Use p, not s, for
6652 char * var.
6653
6654 * src/parse-gram.y (lloc_default): Use loc, not r, for YYLTYPE
6655 var.
6656
6657 * src/scan-gram.l (no_cr_read): Use bytes_read, not s, for size
6658 var.
6659
6660 * src/system.h (xstrndup, strchr, strspn, strnlen, memchr, memrchr):
6661 Use str, not s, for char * var. Use ch, not c, for character var.
6662 Use size for size var.
6663
6664 * src/uniqstr.c (uniqstr_new, uniqstr_assert): Use str, not s, for
6665 char * var.
6666 (uniqstr_print, uniqst_print_processor): Use ustr, not s, for
6667 uniqstr var.
6668 * src/uniqstr.h: Likewise.
6669
6670 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
6671 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
6672 get_node_alignment_str, get_arrow_mode_str, get_crossing_type_str,
6673 get_view_str, get_linestyle_str, get_arrowstyle_str): Rename
6674 param to have same name as that of enum, so that we don't use
6675 "s" to stand for a non-state.
6676
68e93ad5
AD
66772003-02-02 Akim Demaille <akim@epita.fr>
6678
6679 * src/scan-skel.l: Scan more than one inert character per yylex
6680 invocation.
6681
92898986
PE
66822003-02-01 Paul Eggert <eggert@twinsun.com>
6683
6684 Version 1.875a.
6685
1d9d5d71
PE
6686 * po/LINGUAS: Add ms.
6687
0435d061
AD
66882003-01-30 Akim Demaille <akim@epita.fr>
6689
6690 * doc/Makefile.am (CLEANFILES): Add bison.fns for distcheck.
6691
6029a57f
PH
66922003-01-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
6693
6694 * tests/cxx-type.at: Correct apparent typo in Bison input: $$ instead
6695 of $1.
0435d061
AD
6696
6697 Changes in response to error report by S. Eken: GLR mode does not
6029a57f 6698 handle negative $ indices or $ indices in embedded rules correctly.
161a71f3 6699 See <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00076.html>.
0435d061 6700
6029a57f
PH
6701 * data/glr.c (b4_rhs_value): Change to use YYFILL macro.
6702 (b4_rhs_location): Ditto.
0435d061 6703 (yyfill): New function to copy from stack tree into array
6029a57f 6704 incrementally.
0435d061
AD
6705 (yyuserAction): Modify to allow incremental move of semantic values
6706 to rhs array when in GLR mode.
6707 Define YYFILL to use in user-defined actions to fill semantic array
6029a57f
PH
6708 as needed.
6709 Remove dummy use of yystack, as there is now a guaranteed use.
6710 (yydoAction): Modify to allow incremental move of semantic values
6711 to rhs array when in GLR mode.
6712 (yyresolveAction): Ditto.
6713 (yyglrShiftDefer): Update comment.
0435d061 6714 (yyresolveStates): Use X == NULL for pointers, not !X.
6029a57f
PH
6715 (yyglrReduce): Ditto.
6716 (yydoAction): Ditto
0435d061 6717
6029a57f
PH
6718 * tests/glr-regr1.at: Rename to ...
6719 * tests/glr-regression.at: Add new regression test for the problems
6720 described above (adapted from S. Eken).
6721 Update copyright notice.
6722 * tests/testsuite.at: Rename glr-regr1.at to glr-regression.at.
6723 * tests/Makefile.am: Ditto.
6724
6cee6297
PE
67252003-01-28 Paul Eggert <eggert@twinsun.com>
6726
6727 * data/lalr1.cc: Do not use @output_header_name@ unless
6728 b4_defines_flag is set. This fixes two bugs reported by
6729 Tim Van Holder in
161a71f3
PE
6730 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00071.html>
6731 and <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00073.html>.
6cee6297 6732
b2a836b5
PE
67332003-01-21 Paul Eggert <eggert@twinsun.com>
6734
6735 * data/yacc.c (YYERROR): Move code from yyerrlab1 to here, so that
6736 we don't need to worry about yyerrlab1 being reported as an
6737 "unused label" by non-GCC C compilers. The downside is that if
6738 locations are used then a couple of statements are duplicated each
6739 time YYERROR is invoked, but the upside is that the warnings
6740 should vanish.
6741 (yyerrlab1): Move code to YERROR.
6742 (yyerrlab2): Remove. Change uses back to yyerrlab1.
6743 This reverts some of the 2002-12-27 change.
6744
4196b931
PE
67452003-01-17 Paul Eggert <eggert@twinsun.com>
6746
6747 * src/output.c (symbol_printers_output): Fix typo that led
6748 to core dump. Problem reported by Antonio Rus in
161a71f3 6749 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00058.html>.
4196b931 6750
3ae831b4
AD
67512003-01-13 Akim Demaille <akim@epita.fr>,
6752 Quoc Peyrot <chojin@lrde.epita.fr>,
6753 Robert Anisko <anisko_r@lrde.epita.fr>
6754
6755 * data/lalr1.cc (parse::yyerrlab1): When popping the stack, stop
6756 when the stacks contain one element, as the loop would otherwise
6757 free the last state, and then use the top state (the one we just
6758 popped). This means that the initial elements will not be freed
6759 explicitly, as is the case in yacc.c; it is not a problem, as
6760 these elements have fake values.
6761
e3aa65c5
PE
67622003-01-11 Paul Eggert <eggert@twinsun.com>
6763
6764 * NEWS: %expect-violations are now just warnings, reverting
6765 to Bison 1.30 and 1.75 behavior. This fixes the GCC 3.2
6766 bootstrapping problem reported by Matthias Klose; see
161a71f3 6767 <http://lists.gnu.org/archive/html/bug-bison/2003-01/msg00053.html>.
e3aa65c5
PE
6768 * src/conflicts.c (conflicts_print): Likewise.
6769 * tests/conflicts.at (%expect not enough, %expect too much,
6770 %expect with reduce conflicts): Likewise.
6771 * doc/bison.texinfo (Expect Decl): Document this. Also mention
6772 that the warning is enabled if the number of conflicts changes
6773 (not necessarily increases).
6774
6775 * src/getargs.c (version): Update copyright year.
6776
f0057011
AD
67772003-01-09 Akim Demaille <akim@epita.fr>
6778
6779 * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead of @VAR@.
6780
1ee6d2a0
PE
67812003-01-08 Paul Eggert <eggert@twinsun.com>
6782
6783 * Makefile.maint (WGETFLAGS):
6784 New macro, containing "-C off" to disable proxy caches.
6785 All uses of $(WGET) changed to $(WGET) $(WGETFLAGS).
6786 (rel-check): Use $(WGET) instead of wget.
6787
d4fd77c4
PE
67882003-01-06 Paul Eggert <eggert@twinsun.com>
6789
6790 * doc/bison.texinfo (Generalized LR Parsing): Add a reference to
6791 the GLR paper of Scott, Johnstone and Hussain.
6792
464c6927
PE
67932003-01-04 Paul Eggert <eggert@twinsun.com>
6794
d600ee67
PE
6795 * configure.ac (AC_ARG_ENABLE): Add --disable-yacc.
6796 (YACC_SCRIPT, YACC_LIBRARY): New vars to AC_SUBST.
6797 * lib/Makefile.am (lib_LIBRARIES): liby.a -> @YACC_LIBRARY@.
6798 (EXTRA_LIBRARIES): New var, for liby.a.
6799 * src/Makefile.am (bin_SCRIPTS): yacc -> @YACC_SCRIPT@.
6800 (EXTRA_SCRIPTS): New var, for yacc.
6801
464c6927
PE
6802 * data/yacc.c (yyerrlab1): Omit attribute if __cplusplus is defined,
6803 since GNU C++ (as of 3.2.1) does not allow attributes on labels.
6804 Problem reported by Nelson H. F. Beebe.
6805
68062003-01-03 Paul Eggert <eggert@twinsun.com>
6807
6808 * lib/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
6809 (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
6810 when compiling Bison 1.875's `bitset bset = obstack_alloc
6811 (bobstack, bytes);'. Problem reported by Nelson H. F. Beebe.
6812
6813 * src/scan-skel.l (QPUTS): Omit redundant `;' from macro definition.
6814 ([^@\n]): Renamed from [^@\n]+ so that the token buffer does not
6815 grow to a huge size with typical invocation.
d600ee67 6816
464c6927
PE
6817 * lib/hash.c (_Bool, bool, false, true, __bool_true_false_are_defined):
6818 Use the pattern recommended by Autoconf 2.57, except also protect
6819 against double-definition.
6820 * src/system.h: Likewise.
6821 Portability issues reported by Nelson H. F. Beebe.
d600ee67 6822
464c6927
PE
6823 * data/glr.c (yybool): Renamed from bool, to avoid collisions in C.
6824 All uses changed. Provide a definition in both C and C++.
6825 (yytrue, yyfalse): Define even if defined (__cplusplus).
6826
6827 * lib/bitset_stats.c (bitset_stats_list): Remove unused var.
6828 Reported by Nelson H. F. Beebe.
d600ee67 6829
464c6927
PE
6830 * src/scan-skel.l ("@oline@"): Output lineno+1, not lineno.
6831
0f42c7d5
PE
68322003-01-02 Paul Eggert <eggert@twinsun.com>
6833
6834 * data/yacc.c (yyerrlab1): Append `;' after attribute, to
6835 pacify the buggy "smart preprocessor" in MacOS 10.2.3.
6836 Bug reported by Nelson H. F. Beebe.
6837
dc546b0f
PE
68382003-01-01 Paul Eggert <eggert@twinsun.com>
6839
6840 * Version 1.875.
6841
2c09b6a7
PE
68422002-12-30 Paul Eggert <eggert@twinsun.com>
6843
6844 * src/scan-gram.l (<INITIAL,SC_AFTER_IDENTIFIER,SC_PRE_CODE>","):
6845 Moved here from...
6846 (<INITIAL>","): Here. This causes stray "," to be treated
6847 more uniformly.
6848
dc546b0f 6849 * src/scan-gram.l (<SC_BRACED_CODE>"}"): Output ";" before the
2c09b6a7
PE
6850 last brace in braced code when not in Yacc mode, for compatibility
6851 with Bison 1.35. This resurrects the 2001-12-15 patch to
6852 src/reader.c.
6853
6854 * src/reader.h (YYDECL): Use YYSTYPE, not its deprecated alias
6855 yystype. This follows up the 2002-12-24 YYSTYPE bug fix.
6856
535c0f63
PE
68572002-12-28 Paul Eggert <eggert@twinsun.com>
6858
6859 * src/symtab.c (symbol_make_alias): Set type of SYMVAL to be
6860 that of SYM's type. This fixes Debian bug 168069, reported by
6861 Thomas Olsson.
d600ee67 6862
963fcc17
PE
68632002-12-28 Paul Eggert <eggert@twinsun.com>
6864
6865 Version 1.75f.
6866
6867 Switch back to the Yacc style of conflict reports, undoing some
6868 of the 2002-07-30 change.
6869 * doc/bison.texinfo (Understanding): Use Yacc style for
6870 conflict reports. Also, use new way of locating rules.
6871 * src/conflicts.c (conflict_report):
6872 Renamed from conflict_report_yacc, removing the old
6873 'conflict_report'. Translate the entire conflict report at once,
6874 so that we don't assume that "," has the same interpretation in
6875 all languages.
6876 (conflicts_output): Use Yacc-style conflict report for each state,
6877 instead of our more-complicated style.
6878 (conflicts_print): Use Yacc-style conflict report, except print
6879 the input file name when not emulating Yacc.
6880 * tests/conflicts.at (Unresolved SR Conflicts, Defaulted
6881 Conflicted Reduction, %expect not enough, %expect too much,
6882 %expect with reduce conflicts): Switch to Yacc-style conflict reports.
6883 * tests/existing.at (GNU Cim Grammar): Likewise.
6884 * tests/glr-regr1.at (Badly Collapsed GLR States): Likewise.
6885
6886 * src/complain.c (warn_at, warn, complain_at, complain, fatal_at,
6887 fatal): Don't invoke fflush; it's not needed and it might even be
6888 harmful for stdout, as stdout might not be open.
6889 * src/reduce.c (reduce_print): Likewise.
6890
b1efe548
PE
68912002-12-27 Paul Eggert <eggert@twinsun.com>
6892
6893 Fix a bug where error locations were not being recorded correctly.
6894 This problem was originally reported by Paul Hilfinger in
161a71f3 6895 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00086.html>.
b1efe548
PE
6896
6897 * data/yacc.c (yyparse): New local var yylerrsp, to record the
6898 top of the location stack's error locations.
6899 (yyerrlab): Set it. When discarding a token, push its location
6900 onto yylerrsp so that we don't lose track of the error's end.
6901 (yyerrlab1): Now is only the target of YYERROR, so that we can
6902 properly record the location of the action that failed. For GCC
6903 2.93 and later, insert an __attribute__ ((__unused__)) to avoid
6904 GCC warning about yyerrlab1 being unused if YYERROR is unused.
6905 (yyerrlab2): New label, which yyerrlab now falls through to.
6906 Compute the error's location by applying YYLLOC_DEFAULT to
6907 the locations of all the symbols that went into the error.
6908 * doc/bison.texinfo (Location Default Action): Mention that
6909 YYLLOC_DEFAULT is also invoked for syntax errors.
6910 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR):
6911 Error locations include the locations of all the tokens that were
6912 discarded, not just the last token.
d600ee67 6913
983c5c2c
PE
69142002-12-26 Paul Eggert <eggert@twinsun.com>
6915
b1efe548
PE
6916 * src/files.c: Include quote.h.
6917 (compute_output_file_names): Warn if we detect conflicting
6918 outputs to the same file. This should catch the misunderstanding
6919 exemplified by Debian Bug 165349, reported by Bruce Stephens..
6920
6921 * src/conflicts.c (conflicts_print): If the user specifies
6922 "%expect N", report an error if there are any reduce/reduce
6923 conflicts. This is what the manual says should happen.
6924 This fixes Debian bug 130890, reported by Anthony DeRobertis.
6925 * tests/conflicts.at (%expect with reduce conflicts): New test.
6926
983c5c2c
PE
6927 Don't use m4_include on relative file names, as it doesn't work as
6928 desired if there happens to be a file with that name under ".".
d600ee67 6929
983c5c2c
PE
6930 * m4sugar/version.m4: Remove; it was included but it wasn't used.
6931 * data/Makefile.am (dist_m4sugar_DATA): Remove m4sugar/version.m4.
6932 * data/m4sugar/m4sugar.m4: Don't include m4sugar/version.m4.
6933 * data/glr.c, data/lalr1.cc, data/yacc.c: Don't include c.m4.
6934 * src/output.c (output_skeleton): Use full path names when
6935 specifying a file to include; don't rely on include path, as
6936 it's unreliable when the working file contains a file with
6937 that name.
d600ee67 6938
983c5c2c
PE
69392002-12-25 Paul Eggert <eggert@twinsun.com>
6940
6941 Remove obsolete references to bison.simple and bison.hairy.
6942 Problem mentioned by Aubin Mahe in
161a71f3 6943 <http://lists.gnu.org/archive/html/help-bison/2002-12/msg00010.html>.
983c5c2c
PE
6944 * data/glr.c: Comment fix.
6945 * doc/bison.1: Remove references. Also, mention "yacc".
6946
6947 * src/getargs.c (getargs) [MSDOS]: Don't assume optarg != NULL
6948 with -g option.
6949
6950 * src/parse-gram.y (declaration): Use enum "report_states" rather
6951 than its numeric value 1.
6952
6953 * src/scan-skel.l ("@output ".*\n): Close any old yyout before
6954 opening a new one. This fixes Debian bug 165349, reported by
6955 Bruce Stephens.
6956
23f2d9dc
PE
69572002-12-24 Paul Eggert <eggert@twinsun.com>
6958
6959 Version 1.75e.
6960
6961 * Makefile.maint (cvs-update): Don't assume that the shell
6962 supports $(...), as Solaris sh doesn't.
6963
6964 * src/parse-gram.y (lloc_default): Remove test for empty
6965 nonterminals at the end, since it didn't change the result.
6966
69672002-12-24 Paul Eggert <eggert@twinsun.com>
33167b8b
PE
6968
6969 If the user does not define YYSTYPE as a macro, Bison now declares it
6970 using typedef instead of defining it as a macro. POSIX requires this.
6971 For consistency, YYLTYPE is also declared instead of defined.
6972
6973 %union directives can now have a tag before the `{', e.g., the
6974 directive `%union foo {...}' now generates the C code
6975 `typedef union foo { ... } YYSTYPE;'; this is for Yacc compatibility.
6976 The default union tag is `YYSTYPE', for compatibility with Solaris 9
6977 Yacc. For consistency, YYLTYPE's struct tag is now `YYLTYPE'
6978 instead of `yyltype'.
6979
6980 `yystype' and `yyltype' are now obsolescent macros instead of being
6981 typedefs or tags; they are no longer documented and will be
6982 withdrawn in a future release.
6983
6984 * data/glr.c (b4_location_type): Remove.
6985 (YYSTYPE): Renamed from yystype.
6986 (YYSTYPE_IS_DECLARED): New macro, used to prevent double-typedef.
6987 (struct YYLTYPE): Renamed from struct yyltype.
6988 (YYLTYPE): Renamed from yyltype.
6989 (yyltype, yystype): New (and obsolescent) macros,
6990 for backward compatibility.
6991 * data/yacc.c: Likewise.
6992
6993 * data/yacc.c (YYSTYPE): Declare as union YYSTYPE if the user
6994 does not specify a union tag. This is for compatibility with
6995 Solaris 9 yacc.
6996
6997 * src/parse-gram.y (add_param): 2nd arg is now char * not char
6998 const *, since it is now modified by stripping surrounding { }.
6999 (current_braced_code): Remove.
7000 (PERCENT_DESTRUCTOR, PERCENT_PRINTER, PERCENT_UNION,
7001 PERCENT_LEX_PARAM, PERCENT_PARSE_PARAM): Change names to include
7002 trailing " {...}". Now of type <chars>.
7003 (grammar_declaration): Adjust to bundled tokens.
7004 (code_content): Remove; stripping is now done by add_param.
7005 (print_token_value): Print contents of bundled tokens.
7006 (token_name): New function.
7007
7008 * src/reader.h (braced_code, current_braced_code): Remove.
7009 (token_name): New decl.
7010
7011 * src/scan-gram.l (handle_dollar, handle_at): Now takes int
7012 token_type, not braced_code code_kind. All uses changed.
7013 (SC_PRE_CODE): New state, for scanning after a keyword that
7014 has (or usually has) an immediately-following braced code.
7015 (token_type): New local var, to keep track of which token type
7016 to return when scanning braced code.
7017 (<INITIAL>"%destructor", <INITIAL>"%lex-param",
dc546b0f 7018 <INITIAL>"%parse-param", <INITIAL>"%printer",
33167b8b
PE
7019 <INITIAL>"%union"): Set token type and BEGIN SC_PRE_CODE
7020 instead of returning a token type immediately.
7021 (<INITIAL>"{"): Set token type.
7022 (<SC_BRACED_CODE>"}"): Use it.
7023 (handle_action_dollar, handle_action_at): Now returns bool
7024 indicating success. Fail if ! current_rule; this prevents a core dump.
7025 (handle_symbol_code_dollar, handle_symbol_code_at):
7026 Remove; merge body into caller.
7027 (handle_dollar, handle_at): Complain in invalid contexts.
7028
7029 * NEWS, doc/bison.texinfo: Document the above.
7030 * NEWS: Fix years and program names in copyright notice.
7031
879ca4f8
PE
70322002-12-17 Paul Eggert <eggert@twinsun.com>
7033
7034 * NEWS, doc/bison.texinfo (Parser Function, Pure Calling, Error
7035 Reporting, Table of Symbols): Omit mentions of %lex-param and
7036 %parse-param from the documentation for now.
7037
1c5fe69d
PE
70382002-12-15 Paul Eggert <eggert@twinsun.com>
7039
7040 Undo most of the 2002-11-12 yychar -> yytoken patch, as it broke
7041 GCC 3.2.1 (which depends on yychar == YYEMPTY when there is no
7042 lookahead symbol, and which sets yychar in parser actions) and it
7ea9026a
PE
7043 disagreed with the Bison documentation. Bug
7044 reported by Andrew Walrond.
d600ee67 7045
1c5fe69d
PE
7046 * data/yacc.c (YYTRANSLATE): Don't check for negative argument,
7047 as the caller now does that.
7048 (yyclearin, YYBACKUP, yyparse): Use yychar, not yytoken.
7049 (YYEMPTY): Parenthesize right hand side, since others use it.
7050 (yyparse): Don't assume that our generated code is the only code
7051 that sets yychar.
7052
d1de5372
PE
70532002-12-13 Paul Eggert <eggert@twinsun.com>
7054
7055 Version 1.75d.
7056
7057 POSIX requires a "yacc" command.
7058 * src/Makefile.am (bin_SCRIPTS): New macro, for yacc.
7059 (MOSTLYCLEANFILES): Add yacc.
7060 (yacc): New rule.
1c5fe69d 7061 * doc/bison.texinfo (Invocation, Bison Options): Mention yacc
d1de5372
PE
7062 as an alias for bison y.
7063
7064 * po/LINGUAS: Add da.
d600ee67 7065
d1de5372
PE
7066 * src/getargs.c (__GNU_LIBRARY__) [lint]: Define to work around
7067 problem with latest <getopt.h>.
7068 (HACK_FOR___GNU_LIBRARY___PROTOTYPE): New macro.
7069
7070 * doc/fdl.texi: Upgrade to 1.2.
7071 * lib/alloca.c, lib/error.c, lib/getopt.c, lib/getopt.h
7072 lib/getopt1.c, lib/gettext.h, lib/memrchr.c, lib/obstack.c,
7073 lib/obstack.h, lib/strnlen.c, lib/unlocked-io.h: Sync with
7074 gnulib.
7075 * config/install-sh: Sync with autotools.
7076
7077 Fix a bad interaction with flex 2.5.23 reported by Bruce Lilly in
161a71f3 7078 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
d1de5372
PE
7079 * data/yacc.c (YYLTYPE, struct yyltype): Do not define unless
7080 locations are requested.
7081 (union yyalloc): Do not depend on YYLTYPE_IS_TRIVIAL unless
7082 locations are requested.
7083
d0f3fe23
PE
70842002-12-12 Paul Eggert <eggert@twinsun.com>
7085
7086 Remove unportable casts and storage allocation tricks.
7087 While we're at it, remove almost all casts, since they
7088 usually aren't needed and are a sign of trouble.
7089
7090 * configure.ac (AC_CHECK_TYPES): Check for uintptr_t.
7091
7092 * src/derives.c (derives_compute): Do not subtract NTOKENS from
7093 the pointer DSET returned by malloc; this isn't portable.
7094 Instead, always use DSET[i - NTOKENS] rather than DSET[i].
7095 Similarly for DERIVES.
7096 * src/lalr.c (set_goto_map): Likewise, for GOTO_MAP and TEMP_MAP.
7097 * src/nullable.c (nullable_compute): Likewise, for RSETS and NULLABLE.
7098 * src/reduce.c (reduce_grammar_tables): Likewise, for nontermmap
7099
7100 * src/derives.c (derives_compute): Do not bother invoking
7101 int_of_rule_number, since rule numbers are integers.
7102
7103 * src/files.c (concat2, tr, compute_base_name): Use xmalloc (N)
7104 rather than XMALLOC (char, N).
7105
7106 * src/files.c (filename_split): Rewrite to avoid cast.
7107
7108 * src/gram.h (symbol_number_as_item_number,
7109 item_number_as_symbol_number, rule_number_as_item_number,
7110 item_number_as_rule_number):
7111 Now inline functions rather than macros, to avoid casts.
7112 * src/state.h (state_number_as_int): Likewise.
7113 * src/tables.c (state_number_to_vector_number,
7114 symbol_number_to_vector_number): Likewise.
7115
7116 * src/gram.h (int_of_rule_number): Remove; no longer used.
7117
7118 * src/lalr.c (add_lookback_edge): Use malloc rather than calloc,
7119 since the resulting storage is always stored into.
7120
7121 * src/main.c (alloca) [C_ALLOCA]: Add decl here, the only place
7122 where it's needed.
7123
7124 * src/muscle_tab.c (muscle_m4_output):
7125 Now inline. Return bool, not int.
7126 * src/state.c (state_compare): Likewise.
7127 * src/symtab.c (symbol_check_defined,
7128 symbol_check_alias_consistency, symbol_pack, symbol_translation,
7129 hash_compare_symbol, hash_symbol):
7130 Likewise.
7131 * src/uniqstr.c (uniqstr_print): Likewise.
7132 * src/muscle_tab.c (muscle_m4_output_processor):
7133 New function, to avoid casts.
7134 * src/state.c (state_comparator, stage_hasher): Likewise.
7135 * src/symtab.c (symbol_check_defined_processor,
7136 symbol_check_alias_consistency_processor, symbol_pack_processor,
7137 symbol_translation_processor, hash_symbol_comparator,
7138 hash_symbol_hasher): Likewise.
7139 * src/uniqstr.c (uniqstr_print_processor): Likewise.
7140 * src/muscle_tab.c (muscles_m4_output):
7141 Use new functions instead of casting old functions unportably.
7142 * src/state.c (state_hash_new): Likewise.
7143 * src/symtab.c (symbols_new, symbols_do, symbols_check_defined,
7144 symbols_token_translations_init):
7145 Likewise.
7146 * src/uniqstr.c (uniqstrs_new, hash_initialize, uniqstrs_do): Likewise.
7147
7148 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): Use long local
7149 var instead of casting to long, to avoid casts.
7150 (prepare_states): Use MALLOC rather than alloca, so that we don't
7151 have to worry about alloca.
7152 * src/state.c (state_hash_lookup): Likewise.
7153
7154 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>"'"): Use unsigned char
7155 local var instead of casting to unsigned char, to avoid casts.
7156
7157 * src/state.c (TRANSITIONS_ALLOC, ERRS_ALLOC, REDUCTIONS_ALLOC,
7158 STATE_ALLOC): Remove.
7159 (transitions_new, errs_new, reductions_new, state_new): Use malloc
7160 rather than calloc, and use offsetof to avoid allocating slightly
7161 too much storage.
7162 (state_new): Initialize all members.
7163
7164 * src/state.c (state_hash): Use unsigned accumulator, not signed.
7165
7166 * src/symtab.c (symbol_free): Remove; unused.
7167 (symbol_get): Remove cast in lhs of assignment.
7168 (symbols_do): Now static. Accept generic arguments, not
7169 hashing-related ones.
7170
7171 * src/symtab.h: (NUMBER_UNDEFINED): Remove unnecessary cast.
7172 (symbol_processor): Remove.
7173 (symbols_do): Remove decl; now static.
7174
7175 * src/system.h (alloca): Remove; decl no longer needed.
7176 (<stddef.h>): Include, for offsetof.
7177 (<inttypes.>, <stdint.h>): Include if available.
7178 (uintptr_t): New type, if system lacks it.
7179 (CALLOC, MALLOC, REALLOC): New macros.
7180 All uses of XCALLOC, XMALLOC, and XREALLOC changed to use these
7181 new macros.
7182
7183 * src/tables.c (table_size): Now int, to pacify GCC.
7184 (table_grow, table_ninf_remap): Use signed table size.
7185 (save_row): Don't bother initializing locals when not needed.
7186 (default_goto, goto_actions, pack_vector): Remove unnecessary casts.
7187 * src/uniqstr.c (hash_compare_uniqstr): Likewise.
7188
7189 * src/vcg.h: Correct misspellings.
7190
7191 * src/vcg_defaults.h (G_CMAX): Now INT_MAX.
7192
7193
7194 * src/getargs.c (getargs): Don't assume EOF == -1.
7195
26b4a969
PE
71962002-12-09 Paul Eggert <eggert@twinsun.com>
7197
7198 Change identifier spellings to avoid collisions with names
7199 that are reserved by POSIX.
7200
7201 Don't use names ending in _t, since POSIX reserves them.
7202 For consistency, remove _e and _s endings -- they're weren't
7203 needed to remove ambiguity. All uses changed.
7204 * src/uniqstr.h (uniqstr): Renamed from uniqstr_t, which in
7205 turn was just renamed from struniq_t.
7206 * src/uniqstr.c (uniqstr_processor): Renamed from struniq_processor,
7207 which in turn was just renamed from struniq_processor_t.
7208 (hash_compare_uniqstr): Renamed from hash_compare_struniq, which
7209 in turn was renamed from hash_compare_struniq_t.
7210 * src/LR0.c (struct state_list): Renamed from struct state_list_s.
7211 (state_list): Renamed from state_list_t.
7212 * src/assoc.h (assoc): Renamed from assoc_t.
7213 * src/conflicts.c (enum conflict_resolution): Renamed from
7214 enum conflict_resolution_e.
7215 * src/derives.c (struct rule_list): Renamed from struct rule_list_s.
7216 (rule_list): Renamed from rule_list_t.
7217 * src/getargs.h (enum trace): Renamed from enum trace_e.
7218 (enum report): Renamed from enum report_e.
7219 * src/gram.h (item_number): Renamed from item_number_t.
7220 (rule_number): Renamed from rule_number_t.
7221 (struct rule_s): Remove the "rule_s" part; not used.
7222 (rule): Renamed from rule_t.
7223 (rule_filter): Renamed from rule_filter_t.
7224 * src/lalr.c (struct goto_list): Renamed from struct goto_list_s.
7225 (goto_list): Renamed from goto_list_t.
7226 * src/lalr.h (goto_number): Renamed from goto_number_t.
7227 * src/location.h (location): Renamed from location_t.
7228 * src/muscle_tab.c (muscle_entry): Renamed from muscle_entry_t,
7229 and moved here from:
7230 * src/muscle_tab.h (muscle_entry_t): here.
7231 * src/nullable.c (struct rule_list): Renamed from struct rule_list_s.
7232 (rule_list): Renamed from rule_list_t.
7233 * src/print_graph.c (static_graph): Renamed from graph.
7234 * src/reader.h (braced_code): Renamed from braced_code_t.
7235 Remove brace_code_e tag.
7236 * src/relation.h (relation_node): Renamed from relation_node_t.
7237 (relation_nodes): Renamed from relation_nodes_t.
7238 (relation): Renamed from relation_t.
7239 * src/state.h (state_number): Renamed from state_number_t.
7240 (struct state): Renamed from struct state_s.
7241 (state): Renamed from state_t.
7242 (transitions): Renamed from transitions_t. Unused (and
7243 misspelled) transtion_s tag removed.
7244 (errs): Renamed from errs_t. Unused errs_s tag removed.
7245 (reductions): Renamed from reductions_t. Unused tag
7246 reductions_s removed.
7247 * src/symlist.h (symbol_list): Renamed from symbol_list_t.
7248 (struct symbol_list): Renamed from struct symbol_list_s.
7249 * src/symtab.h (symbol_number): Renamed from symbol_number_t.
7250 (struct symbol): Renamed from struct symbol_s.
7251 (symbol): Renamed from symbol_t.
7252 * src/tables.c (vector_number): Renamed from vector_number_t.
7253 (action_number): Renamed from action_t.
7254 * src/tables.h (base_number): Renamed from base_t.
7255 * src/vcg.h (enum color): Renamed from enum color_e.
7256 (enum textmode): Renamed from enum textmode_e.
7257 (enum shape): Renamed from enum shape_e.
7258 (struct colorentry): Renamed from struct colorentry_s.
7259 (struct classname): Renamed from struct classname_s.
7260 (struct infoname): Renamed from struct infoname_s.
7261 (enum layoutalgorithm): Renamed from enum layoutalgorithm_e.
7262 (enum decision): Renamed from enum decision_e.
7263 (enum orientation): Renamed from enum orientation_e.
7264 (enum alignment): Renamed from enum alignment_e.
7265 (enum arrow_mode): Renamed from enum arrow_mode_e.
7266 (enum crossing_type): Renamed from enum crossing_type_e.
7267 (enum view): Renamed from enum view_e.
7268 (struct node): Renamed from struct node_s.
7269 (node): Renamed from node_t.
7270 (enum linestyle): Renamed from enum linestyle_e.
7271 (enum arrowstyle): Renamed from enum arrowstyle_e.
7272 (struct edge): Renamed from struct edge.
7273 (edge): Renamed from edge_t.
7274 (struct graph): Renamed from struct graph_s.
7275 (graph): Renamed from graph_t.
7276 * tests/calc.at (_AT_DATA_CALC_Y, Simple LALR Calculator):
7277 Rename value_t -> value.
7278 * tests/input.at (Torturing the Scanner): Rename value_t -> value,
7279 value_t_as_yystype -> value_as_yystype.
7280
7281 Don't include <errno.h> in the mainstream code, since it
7282 reserves E[A-Z0-9]* and we want to use symbols like 'EQUALS'.
7283 * lib/get-errno.c, lib/get-errno.h: New files.
7284 * lib/Makefile.am (libbison_a_SOURCES): Add get-errno.h,
7285 get-errno.c.
7286 * src/files.c (xfopen, xfclose): Use get_errno instead of errno.
7287 * src/output.c (output_skeleton): Likewise.
7288 * src/scan-gram.l (<INITIAL>{int}): Use set_errno and get_errno
7289 instead of errno.
7290 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>\\x[0-9abcdefABCDEF]+):
7291 Likewise.
7292 (handle_action_dollar, handle_action_at): Likewise.
7293 * src/system.h: Do not include <errno.h>.
7294 (TAB_EXT): Renamed from EXT_TAB.
7295 (OUTPUT_EXT): Renamed from EXT_OUTPUT.
7296
7297 Avoid str[a-z]*, since <string.h> reserves that name space.
7298 Change all instances of "struniq" in names to "uniqstr", and
7299 likewise for "STRUNIQ" and "UNIQSTR".
7300 * src/uniqstr.c: Renamed from src/struniq.c.
7301 * src/uniqstr.h: Renamed from src/struniq.h.
7302 * src/Makefile.am (bison_SOURCES): Adjust to these renamings.
7303 * src/files.c (strsuffix): Remove; unused.
7304 (concat2): Renamed from stringappend. Now static.
7305 * src/files.h (strsuffix, stringappend): Remove; unused.
7306 * src/parse-gram.y (<chars>): Renamed from <string>.
7307 (<uniqstr>): Renamed from <struniq>.
7308 * src/scan-gram.l (obstack_for_string): Renamed from string_obstack.
7309 * src/vcg.h (struct node_s.expand): Renamed from struct node_s.stretch.
7310 (struct graph_s.expand): Renamed from struct graph_s.stretch.
7311 * src/vcg_defaults.h (G_EXPAND): Renamed from G_STRETCH.
7312 (G_LONG_STRAIGHT_PHASE): Renamed from G_STRAIGHT_PHASE.
7313 (N_EXPAND): Renamed from N_STRETCH.
7314
7315 Avoid *_MAX and *_MIN, since <limits.h> reserves that name space.
7316 * data/yacc.c (YYSTACK_GAP_MAXIMUM): Renamed from YYSTACK_GAP_MAX.
7317 * src/gram.h (ITEM_NUMBER_MAX, ITEM_NUMBER_MIN, RULE_NUMBER_MAX):
7318 Remove; unused.
7319 * src/lalr.h (GOTO_NUMBER_MAXIMUM): Renamed from GOTO_NUMBER_MAX.
7320 * src/state.h (STATE_NUMBER_MAXIMUM): Renamed from STATE_NUMBER_MAX.
7321 * src/symtab.h (SYMBOL_NUMBER_MAXIMUM): Renamed from SYMBOL_NUMBER_MAX.
7322 * src/tables.c (VECTOR_NUMBER_MAX, VECTOR_NUMBER_MIN): Remove; unused.
7323 (BASE_MAXIMUM): Renamed from BASE_MAX.
7324 (BASE_MINIMUM): Renamed from BASE_MIN.
7325 (ACTION_MAX): Remove; unused.
7326 (ACTION_NUMBER_MINIMUM): Renamed from ACTION_MIN.
7327 Unnecessary casts removed from above defines.
7328
7329
7330 Fix misspelling in names.
7331 * src/vcg.h (enum_alignment_e): Renamed from enum_alignement_e.
7332 * src/vcg_defaults.h (G_NODE_ALIGNMENT): Renamed from
7333 G_NODE_ALIGNEMENT.
7334
7335
7336 * lib/timevar.c (timevar_report): Renamed from time_report,
7337 for consistency with other names.
7338 * lib/timevar.h (timevar_report): New decl.
7339 * src/system.h (time_report): Remove; decl is now in lib/timevar.h.
7340
7341
7342 Sort include-file uses.
7343
7344 Reorder all include files under src to be in the order "system.h".
7345 then the ../lib include files in angle brackets (alphabetized),
7346 then the . include files in double-quotes (alphabetized). Fix
7347 dependency breakages encountered in this process, as follows:
7348 * src/closure.h, src/derives.h, src/state.h: Include "gram.h".
7349 * src/complain.c: Don't include stdlib.h, string.h _LIBC stuff.
7350 * src/state.h: Include "symtab.h".
7351
996b1c7e
PE
73522002-12-08 Paul Eggert <eggert@twinsun.com>
7353
7354 * data/glr.c, data/lalr1.cc, data/yacc.c: Do not use __file__,
7355 since this causes problems when __file__ contains character
7356 sequences like "@" that are treated specially by src/scan-skel.l.
7357 Instead, just use the file's basename. This fixes the bug
7358 reported by Martin Mokrejs in
161a71f3 7359 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00007.html>.
996b1c7e 7360
e19c4e5d
PE
73612002-12-06 Paul Eggert <eggert@twinsun.com>
7362
7363 Add support for rules that do not have trailing semicolons, as
7364 POSIX requires. Improve the quality of locations in Bison
7365 diagnostics.
26b4a969 7366
e19c4e5d
PE
7367 * src/location.c: Include <quotearg.h>.
7368 (empty_location): Now const.
7369 (location_print): New function. Follow the recommendation of the
7370 GNU Coding Standards for locations that span file boundaries.
7371 * src/location.h: Do not include <quotearg.h>; no longer needed.
7372 (boundary): New type.
7373 (location_t): Use it. This allows locations to span file boundaries.
7374 All member uses changed: file -> start.file or end.file (as needed),
7375 first_line -> start.line, first_column -> start.column,
7376 last_line -> end.line, last_column -> end.column.
7377 (equal_boundaries): New function.
7378 (LOCATION_RESET, LOCATION_STEP): Remove.
7379 (LOCATION_PRINT): Remove. All callers changed to use location_print.
7380 (empty_location): Now const.
7381 (location_print): New decl.
7382 * src/parse-gram.y (lloc_default): New function, which handles
7383 empty locations more accurately.
7384 (YYLLOC_DEFAULT): Use it.
7385 (%token COLON): Remove.
7386 (%token ID_COLON): New token.
26b4a969 7387 (rules): Use it.
e19c4e5d
PE
7388 (declarations, rules): Remove trailing semicolon.
7389 (declaration, rules_or_grammar_declaration):
7390 Allow empty (";") declaration.
7391 (symbol_def): Remove empty actions; no longer needed.
7392 (rules_or_grammar_declaration): Remove trailing semicolon.
7393 (semi_colon.opt): Remove.
7394 * src/reader.h: Include location.h.
7395 (scanner_cursor): New decl.
7396 * src/reduce.c (nonterminals_reduce): Use warn_at rather than
7397 rolling our own.
7398 * src/scan-gram.l (YY_USER_INIT): Initialize scanner_cursor instead
7399 of *loc.
7400 (STEP): Remove. No longer needed, now that adjust_location does
7401 the work. All uses removed.
7402 (scanner_cursor): New var.
7403 (adjust_location): Renamed from extend_location. It now sets
7404 *loc and adjusts the scanner cursor. All uses changed.
7405 Don't bother testing for CR.
7406 (handle_syncline): Remove location arg; now updates scanner cursor.
7407 All callers changed.
7408 (unexpected_end_of_file): Now accepts start boundary of token or
7409 comment, not location. All callers changed. Update scanner cursor,
7410 not the location.
7411 (SC_AFTER_IDENTIFIER): New state.
7412 (context_state): Renamed from c_context. All uses changed.
7413 (id_loc, code_start, token_start): New local vars.
7414 (<INITIAL,SC_AFTER_IDENTIFIER>): New initial context. Move all
7415 processing of Yacc white space and equivalents here.
7416 (<INITIAL>{id}): Save id_loc. Begin state SC_AFTER_IDENTIFIER
7417 instead of returning ID immediately, since we need to search for
7418 a subsequent colon.
7419 (<INITIAL>"'", "\""): Save token_start.
7420 (<INITIAL>"%{", "{", "%%"): Save code_start.
7421 (<SC_AFTER_IDENTIFIER>): New state, looking for a colon.
7422 (<SC_YACC_COMMENT>, <SC_COMMENT>, <SC_LINE_COMMENT>):
7423 BEGIN context_state at end, not INITIAL.
7424 (<SC_ESCAPED_STRING>"\"", <SC_ESCAPED_CHARACTER>"'",
7425 <SC_BRACED_CODE>"}", <SC_PROLOGUE>"%}", <SC_EPILOGUE><<EOF>>):
7426 Return correct token start.
7427 (<SC_BRACED_CODE,SC_PROLOGUE,SC_EPILOGUE>): Save start boundary when
7428 the start of a character, string or multiline comment is found.
7429 * tests/conflicts.at (S/R in initial, Defaulted Conflicted
7430 Reduction): Adjust reported locations to match the more-precise
7431 results now expected.
7432 * tests/input.at (Invalid $n, Invalid @n, Type Clashes): Likewise.
7433 * tests/reduce.at (Useless Rules, Reduced Automaton,
7434 Underivable Rules): Likewise.
7435 * tests/regression.at (Invalid inputs): No longer `expecting ";"
7436 or "|"' now that so many other tokens are allowed by the new grammar.
7437
7438 * src/complain.h (current_file): Remove duplicate decl;
7439 current_file is now owned by files.h.
7440 * src/complain.c, src/scan-gram.l: Include files.h.
7441
74422002-12-06 Paul Eggert <eggert@twinsun.com>
26b4a969 7443
e19c4e5d
PE
7444 * data/glr.c (yy_reduce_print): Don't assume that yyrline[yyrule]
7445 promotes to int; it might be unsigned int.
7446 * data/yacc.c (yy_reduce_print): Likewise.
7447
7448 * doc/bison.texinfo (Table of Symbols): YYERROR_VERBOSE should
7449 be #defined in the prologue, not in the Bison declarations.
7450 This fixes Debian Bug 102878, reported by Shaul Karl.
26b4a969 7451
b64755e3
PE
74522002-12-02 Paul Eggert <eggert@twinsun.com>
7453
7454 * configure.ac (AC_REPLACE_FUNCS): Add strtoul.
7455 * lib/strtoul.c: New file, from gnulib.
7456 This fixes a porting bug reported by Peter Klein in
161a71f3 7457 <http://lists.gnu.org/archive/html/bug-bison/2002-12/msg00000.html>.
b64755e3 7458
6e746484
PE
74592002-11-30 Paul Eggert <eggert@twinsun.com>
7460
b64755e3
PE
7461 * src/scan-gram.l (no_cr_read, extend_location): Move to epilogue,
7462 and put only a forward declaration in the prologue. This is for
7463 consistency with the other scanner helper functions.
7464
6ba55592
PE
7465 Type clashes now generate warnings, not errors, since it
7466 appears that POSIX may allow some grammars with type clashes.
7467 * src/reader.c (grammar_current_rule_check): Warn about
7468 type clashes instead of complaining.
7469 * tests/input.at (Type Clashes): Expect warnings, not complaints.
7470
6e746484
PE
7471 Add Yacc library, since POSIX requires it.
7472 * doc/bison.texinfo (Yacc Library): New node. Regenerate top menu.
7473 * lib/Makefile.am (lib_LIBRARIES, liby_a_SOURCES): New macros.
7474 * lib/main.c, lib/yyerror.c: New files.
7475
7476 gram_error can be static; it need not be extern.
7477 * src/reader.h (gram_error): Remove decl.
7478 * src/parse-gram.y (gram_error): Now static. Add static decl.
7479 (print_token_value): Omit parameter names from forward decl,
7480 for consistency.
7481
88510f9c
PE
74822002-11-29 Paul Eggert <eggert@twinsun.com>
7483
6e746484
PE
7484 * doc/bison.texinfo: Emphasize that yylex and yyerror must
7485 be declared before being used. E.g., one should typically
7486 declare them in the prologue. Use GNU coding style in examples.
7487 Put "const" consistently after the type it modifies. Mention
7488 that C99 supports "inline". Mention that yyerror traditionally
7489 returns "int".
7490
88510f9c
PE
7491 %parse-param and %lex-param now take just one argument, the
7492 declaration; the argument name is deduced from the declaration.
7493
7494 * doc/bison.texinfo (Parser Function, Pure Calling, Error
7495 Reporting, Table of Symbols): Document this.
7496 * src/parse-gram.y (add_param): New function.
7497 (COMMA): Remove.
7498 (declaration): Implement new rule for %parse-param and %lex-param.
7499 * src/scan-gram.l: "," now elicits a warning, rather than being
7500 a token; this is more compatible with byacc.
7501 * tests/calc.at (Simple LALR Calculator): Adopt new convention.
7502
bb92250c
PE
75032002-11-27 Paul Eggert <eggert@twinsun.com>
7504
7505 Rename identifiers to avoid real and potential collisions.
7506
7507 * data/c.m4 (b4_yysymprint_generate): yyout -> yyoutput,
7508 to avoid collision with lex macro described by Bruce Lilly in
161a71f3 7509 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00114.html>.
bb92250c
PE
7510 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise.
7511 * doc/bison.texinfo (Prologue, Tracing): yyprint -> print_token_value.
7512 * src/parse-gram.y (print_token_value): Renamed from yyprint.
7513 All uses changed.
7514 (YYPARSE_PARAM, YYLEX_PARAM, yycontrol): Remove. All uses changed.
7515 The name "yycontrol" violates the name space rules, and this stuff
7516 wasn't being used anyway.
7517 (input): Remove action; this stuff wasn't being used.
7518 (gram_error): Rename local variable yylloc -> loc.
7519 * src/reader.h (struct gram_control_s, gram_control_t): Remove.
7520 (YY_DECL): Don't use "yy" at start of local variables.
7521 All uses changed, e.g., yylloc -> loc.
7522 * src/scan-gram.l (STEP): Renamed from YY_STEP. All uses changed.
7523 (STRING_GROW): Renamed from YY_OBS_GROW. All uses changed.
7524 (STRING_FINISH): Renamed from YY_OBS_FINISH. All uses changed.
7525 (STRING_FREE): Renamed from YY_OBS_FREE. All uses changed.
7526
7527 * src/parse-gram.y (gram_error): loc is now const *.
7528 * src/reader.h (gram_error): Likewise.
7529
3af4feb2
PE
75302002-11-24 Paul Eggert <eggert@twinsun.com>
7531
7532 Version 1.75c.
7533
7534 * tests/actions.at (Actions after errors): Use an output format
7535 more similar to that of the Printers and Destructors test.
7536 Test the position of the ';' token too.
7537 (Printers and Destructors): Likewise.
7538 (Printers and Destructors: %glr-parser): Remove for now, to avoid
7539 unnecessarily alarming people when the test fails.
7540
7541 * data/yacc.c (yyerrlab1): Move this label down, so that the
7542 parser does not discard the lookahead token if the user code
7543 invokes YYERROR. This change is required for POSIX conformance.
7544
7545 * lib/error.c: Sync with gnulib.
7546
75472002-11-22 Paul Eggert <eggert@twinsun.com>
7548
7549 * lib/quotearg.c, lib/quotearg.h: Sync with gnulib.
7550 * lib/mbswidth.c, lib/mbswidth.h: Likewise.
7551 * lib/xmalloc.c: Likewise.
26b4a969 7552
58004308
PE
75532002-11-20 Paul Eggert <eggert@twinsun.com>
7554
7555 * lib/argmatch.c, lib/argmatch.h: Sync with gnulib.
7556
75572002-11-20 Paul Eggert <eggert@twinsun.com>
26b4a969 7558
58004308
PE
7559 Avoid use of <assert.h>, as the GNU Coding Standards hint that one
7560 should use `if (! x) abort ();' rather than `assert (x);', and
7561 anyway it's one less thing to worry about configuring.
7562
7563 * data/glr.c, lib/hash.c, src/system.h: Do not include <assert.h>.
7564 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Likewise,
7565 and replace all instances of assert with abort.
7566 * tests/calc.at (_AT_DATA_CALC_Y): Likewise.
7567 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): Likewise.
7568
7569 * data/glr.c (yydoAction, yyglrReduce, yysplitStack, yyresolveStates,
7570 yyresolveAction, yyprocessOneStack): Use abort rather than assert.
7571 * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
7572 hash_find_entry, hash_rehash, hash_insert): Likewise.
7573 * src/conflicts.c (resolve_sr_conflict): Likewise.
7574 * src/lalr.c (set_goto_map, map_goto): Likewise.
7575 * src/nullable.c (nullable_compute): Likewise.
7576 * src/output.c (prepare_rules, token_definitions_output): Likewise.
7577 * src/reader.c (packgram, reader): Likewise.
7578 * src/state.c (state_new, state_free, state_transitions_set,
7579 state_reduction_find): Likewise.
7580 * src/symtab.c (symbol_user_token_number_set, symbol_make_alias,
7581 symbol_pack): Likewise.
7582 * src/tables.c (conflict_row, pack_vector): Likewise.
7583 * src/vcg.c (get_color_str, get_textmode_str, get_shape_str,
7584 get_layoutalgorithm_str, get_decision_str, get_orientation_str,
7585 get_node_alignement_str, get_arrow_mode_str, get_crossing_type_str,
7586 get_view_str, get_linestyle_str, get_arrowstyle_str): Likewise.
7587
7588 * lib/argmatch.h (ARRAY_CARDINALITY): Do not bother to #undef.
7589 (ARGMATCH_CONSTRAINT): New macro.
7590 (ARGMATCH_ASSERT): Use it.
7591
7592 * src/system.h (verify): New macro.
7593 * src/getargs.c (trace_argmatch, report_argmatch): Use verify
7594 rather than assert.
7595 * src/tables.c (tables_generate): Likewise.
7596
7597 * src/struniq.c (struniq_assert): Now returns void, and aborts
7598 if the assertion is false.
7599 (struniq_assert_p): Remove.
7600 * src/struniq.h: Likewise.
7601
76ae8198
PE
76022002-11-18 Paul Eggert <eggert@twinsun.com>
7603
7604 * data/glr.c (yygetLRActions): Replace `yyindex' with
7605 `yytable[yyindex]' to fix typo introduced in my 2002-11-09 patch.
7606 This fixes the regression with Sun ONE Studio 7 cc that I reported in
161a71f3 7607 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00077.html>.
76ae8198 7608
d3c4e709
AD
76092002-11-18 Akim Demaille <akim@epita.fr>
7610
7611 * doc/bison.texinfo (Tracing): `yyprint' shouldn't prepend a
7612 space.
7613 From Tim Van Holder.
7614
8d8a7238
PE
76152002-11-17 Paul Eggert <eggert@twinsun.com>
7616
7617 Pacify Sun ONE Studio 7 lint. Also, rename "ParseError"
7618 to "SyntaxError" for consistency with my 2002-11-15 change.
7619
7620 * data/glr.c (YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]: Do
7621 not define to {}, since this breaks the common use of `YYDPRINTF
7622 ((...));' if a single statement is desired (e.g. before `else').
7623 Work around GCC warnings by surrounding corresponding calls with
7624 {} if needed.
7625 (yyhasResolvedValue): Remove unused function.
7626 (yymergeOptionSets, yyresolvStack): Use `continue;' for empty
7627 loop body.
7628 (yyreportSyntaxError): Renamed from yyreportParseError.
7629 (yyrecoverSyntaxError): Renamed from yyrecoverParseError.
7630 All uses changed.
7631 * tests/calc.at (_AT_DATA_CALC_Y): Make vars static instead of
7632 extern when possible. Remove unused initializations.
7633
b0937b22
AD
76342002-11-16 Akim Demaille <akim@epita.fr>
7635
7636 Augment the similarity between GLR and LALR traces.
7637
7638 * data/yacc.c (yy_stack_print, YY_STACK_PRINT, yy_reduce_print)
7639 (YY_REDUCE_PRINT): New.
7640 (yyparse): Use them.
7641 * data/glr.c (yy_reduce_print): Use YYFPRINTF, no need for
7642 YYDPRINT here.
7643 (yyglrReduce, yyrecoverParseError, yyparse): Don't report the
7644 state reached after the reduction/recovery, since...
7645 (yyparse, yyprocessOneStack): Report the state we are entering in.
7646
c5e3e510
AD
76472002-11-16 Akim Demaille <akim@epita.fr>
7648
7649 * src/getargs.h, src/getargs.c (trace_e, trace_args, trace_types):
7650 Add support for --trace=skeleton.
7651 * src/scan-skel.l: %option debug.
7652 Scan strings of non-@ or \n instead of character by character.
7653 (scan_skel): Handle trace_skeleton.
7654 (QPUTS): New.
7655 (@output_parser_name@, @output_header_name@): ``Restore'' their
7656 support (used to be M4 macros).
7657 * data/yacc.c: Quote larger chunks, a la glr.c.
7658 * data/lalr1.cc: Likewise.
7659 The header guards are no longer available, so use some other
7660 string than `YYLSP_NEEDED'.
7661
4c6cc1db
AD
76622002-11-16 Akim Demaille <akim@epita.fr>
7663
7664 Make the ``Printers and Destructors'' test more verbose, taking
7665 `yacc.c''s behavior as (possibly wrong) reference.
7666
7667 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Use printf
7668 instead of fprint on stdout.
7669 Set and report the last_line of the symbols.
7670 Consistently display values and locations.
7671
6d9e8019
PE
76722002-11-16 Paul Eggert <eggert@twinsun.com>
7673
7674 * data/yacc.c: Avoid over-quoting of __line__ and __file__.
7675
6e649e65
PE
76762002-11-15 Paul Eggert <eggert@twinsun.com>
7677
b25d88f6
PE
7678 * tests/actions.at (Actions after errors): New test case.
7679
6e649e65
PE
7680 * data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison.texinfo,
7681 src/conflicts.c, src/parse-gram.y, src/tables.c, src/tables.h,
7682 tests/action.at, tests/calc.at, tests/conflicts.at,
7683 tests/cxx-type.at, tests/regression.at:
7684 "parse error" -> "syntax error" for POSIX compatibility.
7685 "parsing stack overflow..." -> "parser stack overflow" so
7686 that code matches Bison documentation.
7687
0f39aab9
AD
76882002-11-15 Akim Demaille <akim@epita.fr>
7689
7690 * src/parse-gram.y (declaration): Have %parse-param and %lex-param
7691 take two BRACED_CODE, not two string_content.
7692 Free the scanner's obstack when we are done.
7693 (code_content): New.
7694 * tests/calc.at: Adjust.
7695 * doc/bison.texinfo: Adjust.
7696 Also, make sure to include the `,' for these declarations.
7697
761c1926
AD
76982002-11-15 Tim Van Holder <tim.van.holder@pandora.be>
7699
7700 * m4/prereq.m4: Removed the commented jm_PREREQ_HASH
7701 definition; avoids potential autoreconf problems.
7702
b0f98b10
AD
77032002-11-15 Akim Demaille <akim@epita.fr>
7704
7705 Always check the value returned by yyparse.
7706
7707 * tests/calc.at (_AT_DATA_CALC_Y): Have `main' exit with the value
7708 returned by yyparse.
7709 (_AT_CHECK_CALC_ERROR): Take the expected exit value as argument.
7710 Adjust calls.
7711 * tests/glr-regr1.at (glr-regr1.y): Have `main' exit with the value
7712 returned by yyparse.
7713
970785f1
PH
77142002-11-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
7715
7716 * data/glr.c (yyFail): Always set yyerrflag. Corrects regression
7717 on input.at test.
7718
8fcc7db1
PE
77192002-11-14 Paul Eggert <eggert@twinsun.com>
7720
7ec1b48e
PE
7721 * src/output.c (output_skeleton): Call xfopen instead of
7722 duplicating xfopen's body.
7723
cfff7583 7724 Fix bugs reported by Nelson H. F. Beebe in
161a71f3 7725 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00078.html>.
cfff7583 7726
8fcc7db1
PE
7727 * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume that
7728 "$CC -E foo.h" is allowed, as this doesn't work with the Portland
7729 Group compiler. Instead, use "$CC -E bar.c". Include the .h
7730 file twice in the grammar, as an extra check.
7731
7732 * tests/input.at (Torturing the Scanner): Surround the
7733 backslash-newline tests with "#if 0", to make it less likely that
7734 we'll run into compiler bugs. Bring back solitary \ inside
7735 comment, but add a closing comment to work around HP C bug. Don't
e3aa65c5 7736 test backslash-newline in C character constant.
8fcc7db1 7737
4e8d992c
AD
77382002-11-14 Akim Demaille <akim@epita.fr>
7739
7740 * tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore the exit
7741 status of the compiler.
f32b346d 7742 Calling `exit 1' is no longer needed.
4e8d992c
AD
7743 Reported by Nelson H. F. Beebe.
7744
9501dc6e
AD
77452002-11-14 Akim Demaille <akim@epita.fr>
7746
7747 * tests/atlocal.in (CPPFLAGS): We have config.h.
7748 * tests/testsuite.at (AT_DATA_GRAMMAR_PROLOGUE, AT_DATA_GRAMMAR):
7749 New.
7750 * tests/actions.at, tests/calc.at, tests/conflicts.at,
7751 * tests/cxx-type.at, tests/glr-regr1.at, tests/headers.at,
7752 * tests/regression.at, tests/torture.at: Use them for all the
7753 grammars that are to be compiled.
7754 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Rename as...
7755 * tests/cxx-type.at (_AT_TEST_GLR_CXXTYPES): this.
7756 * doc/bison.texinfo (GLR Parsers): Document `inline'.
7757
18b519c0
AD
77582002-11-14 Akim Demaille <akim@epita.fr>
7759
7760 * doc/bison.texinfo: Various formatting changes (alignments in
7761 samples, additional @group/@end group, GCS in samples.
7762 Use @deffn instead of simple @table to define the directives,
7763 macros, variables etc.
7764
9a86cdb9
PE
77652002-11-13 Paul Eggert <eggert@twinsun.com>
7766
daa33def 7767 Fix some bugs reported by Albert Chin-A-Young in
161a71f3 7768 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00066.html>.
18b519c0 7769
daa33def 7770 * tests/input.at (Torturing the Scanner): Don't invoke "cc a.c b.c
8fcc7db1 7771 -o c"; the HP C compiler chatters during compilation.
daa33def
PE
7772 Instead, invoke "cc -c a.c -o a.o; cc -c b.c -o b.o; cc a.o b.o -o c".
7773 * tests/headers.at (export YYLTYPE): Likewise.
7774
7775 * tests/input.at (Torturing the Scanner): Remove lines containing
8fcc7db1 7776 solitary backslashes, as they tickle a bug in the HP C compiler.
daa33def 7777
9a86cdb9
PE
7778 * tests/glr-regr1.at (Badly Collapsed GLR States): Avoid //
7779 comments, since they're not portable. Use GNU coding style.
7780
9c1e26bd
AD
77812002-11-13 Akim Demaille <akim@epita.fr>
7782
7783 * data/yacc.c: Leave bigger chunks of quoted text.
7784 (YYDSYMPRINTF): New.
7785 Use it to report symbol activities.
7786 * data/glr.c (YYDSYMPRINTF): New.
7787 Use it.
7788
87f721cc
PE
77892002-11-12 Paul Eggert <eggert@twinsun.com>
7790
7791 Version 1.75b.
7792
7793 * data/glr.c (yydoAction): Return YYRESULTTAG, not int.
7794 (yyglrReduce): Return yyok, not 0.
7795 This should avoid the enumerated-type warnings reported
464c6927 7796 by Nelson H. F. Beebe in
161a71f3 7797 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00057.html>.
87f721cc
PE
7798
7799 * lib/bbitset.h (BITSET_INLINE): Remove.
7800 * lib/bitset.h [! BITSET_INLINE]: Remove.
7801 (bitset_set, bitset_reset, bitset_test): Rename local vars
7802 to avoid shadowing warnings by GCC.
7803
7804 * data/glr.c (inline): Remove #define. It's the user's
7805 responsibility to #define it away, just like 'const'.
464c6927 7806 This fixes one of the bugs reported by Nelson H. F. Beebe in
161a71f3 7807 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00058.html>.
18b519c0 7808
87f721cc
PE
7809 * Makefile.maint (po-check): Scan .l and .y files instead of the
7810 .c and the .h files that they generate. This fixes the bug
7811 reported by Tim Van Holder in:
161a71f3 7812 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00062.html>
87f721cc
PE
7813 Look for N_ as well as for _. Try to avoid matching #define for
7814 N_ and _.
7815 * po/POTFILES.in: Remove src/parse-gram.c, src/scan-gram.c,
7816 src/system.h. Add src/parse-gram.y, src/scan-gram.l.
7817 * src/scan-gram.l: Revamp regular expressions so that " and '
7818 do not confuse xgettext.
7819
7820 * src/struniq.h (struniq_new): Do not declare the return type
7821 to be 'const'; this violates the C standard.
7822 * src/struniq.c (struniq_new): Likewise.
7823
be14ade5
AD
78242002-11-12 Albert Chin-A-Young <china@thewrittenword.com>
7825
7826 * src/Makefile.am (LDADD): Link $(LIBINTL) last to avoid the
7827 duplicate definition of optind on Tru64 UNIX 4.0D with the Compaq
7828 linker.
7829
05291fbc
AD
78302002-11-12 Akim Demaille <akim@epita.fr>
7831
7832 * Makefile.maint: Sync with Autoconf:
7833 (local_updates): New.
7834
1f5fd52e
AD
78352002-11-12 Akim Demaille <akim@epita.fr>
7836
7837 * po/POTFILES.in (src/lalr.c, src/state.c): Remove
7838
283f1e64
AD
78392002-11-12 Akim Demaille <akim@epita.fr>
7840
7841 * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Display the
7842 locations.
7843
886b69d1
AD
78442002-11-12 Akim Demaille <akim@epita.fr>
7845
7846 * data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep to YYPRINT,
7847 not yyvalue.
7848
3df37415
AD
78492002-11-12 Akim Demaille <akim@epita.fr>
7850
7851 * tests/actions.at (AT_CHECK_PRINTER_AND_DESTRUCTOR): New.
7852 Use it to test the GLR parser.
7853
7bd6c77e
AD
78542002-11-12 Akim Demaille <akim@epita.fr>
7855
7856 * tests/regression.at (input.y): s/YYEOF/MYEOF/, as the skeleton
7857 defines it.
7858 * data/glr.c (yystos): New.
7859 (b4_yysymprint_generate, b4_yydestruct_generate): Invoke.
7860 (YYDSYMPRINT): New.
7861 (yyval): Don't define it, it is handled via M4.
7862 (yyrecoverParseError): Free verbosely the discarded symbols.
7863 * data/yacc.c (yysymprint): Remove, rather...
7864 (b4_yysymprint_generate): invoke.
7865 * data/c.m4 (b4_yysymprint_generate): New.
7866 Accept pointers as arguments, as opposed to the version from
7867 yacc.c.
7868 (b4_yydestruct_generate): Likewise.
7869 * tests/cations.at (Printers and Destructors): Use Bison directives
7870 instead of CPP macros.
7871 Don't rely on internal details.
7872
b0400cc6
AD
78732002-11-12 Akim Demaille <akim@epita.fr>
7874
7875 * data/c.m4 (b4_yydestruct_generate, b4_symbol_actions): New.
7876 * data/yacc.c: Rename yychar1 as yytoken, as in glr.c.
7877 Don't work on yychar (i.e., do set it to YYEMPTY, don't match
7878 it against YYEMPTY and so forth), work on yytoken (i.e., set
7879 it to YYEMPTY etc.).
7880 (yydestruct): Replace with a b4_yydestruct_generate invocation.
7881 (b4_symbol_actions): Remove.
7882 * data/glr.c (YYTRANSLATE): As for yacc.c, if negative, it stands
7883 for 0, end-of-input.
7884
72f889cc
AD
78852002-11-12 Akim Demaille <akim@epita.fr>
7886
7887 * doc/bison.texinfo (Destructor Decl): New.
7888
b1ae9233
AD
78892002-11-12 Akim Demaille <akim@epita.fr>
7890
7891 * src/tables.c (tables_generate): Use free for pointers that
7892 cannot be NULL, not XFREE.
7893 (pack_vector): Use assert, not fatal, for bound violations.
7894 * src/state.c (state_new): Likewise.
7895 * src/reader.c (reader): Likewise.
7896 * src/lalr.c (set_goto_map): Likewise.
72f889cc 7897 * src/location.h (LOCATION_PRINT): If first_line is 0, just issue
b1ae9233
AD
7898 the file name.
7899
7ec2d4cd
AD
79002002-11-12 Akim Demaille <akim@epita.fr>
7901
7902 * src/scan-gram.l, src/reader.h (scanner_last_string_free):
7903 Restore.
7904 * src/scan-gram.l (last_string): Is global to the file, not to
7905 yylex.
7906 * src/parse-gram.y (input): Don't append the epilogue here,
7907 (epilogue.opt): do it here, and free the scanner's obstack.
7908 * src/reader.c (epilogue_set): Rename as...
7909 (epilogue_augment): this.
7910 * data/c.m4 (b4_epilogue): Defaults to empty.
7911
573a6cd3
AD
79122002-11-12 Akim Demaille <akim@epita.fr>
7913
7914 * src/getargs.c (long_options): Remove duplicates.
7915 * src/vmsgetargs.c, src/build.com, src/bison.cld, src/vmshlp.mar:
7916 Remove.
7917 * doc/bison.rnh: Remove.
7918 * doc/bison.texinfo (VMS Invocation): Remove.
7919
95612cfa
AD
79202002-11-12 Akim Demaille <akim@epita.fr>
7921
7922 * src/struniq.h, src/struniq.c (struniq_t): Is const.
7923 (STRUNIQ_EQ, struniq_assert, struniq_assert_p): New.
7924
7925 Use struniq for symbols.
7926
7927 * src/symtab.h (symbol_t): The tag member is a struniq.
7928 (symbol_type_set): Adjust.
7929 * src/symtab.c (symbol_new): Takes a struniq.
7930 (symbol_free): Don't free the tag member.
7931 (hash_compare_symbol_t, hash_symbol_t): Rename as...
7932 (hash_compare_symbol, hash_symbol): these.
7933 Use the fact that tags as struniqs.
7934 (symbol_get): Use struniq_new.
7935 * src/symlist.h, src/symlist.c (symbol_list_n_type_name_get):
7936 Returns a strniq.
7937 * src/reader.h (merger_list, grammar_currentmerge_set): The name
7938 and type members are struniqs.
7939 * src/reader.c (get_merge_function)
7940 (grammar_current_rule_merge_set): Adjust.
7941 (TYPE, current_type): Are struniq.
7942
7943 Use struniq for file names.
7944
7945 * src/files.h, src/files.c (infile): Split into...
7946 (grammar_file, current_file): these.
7947 * src/scan-gram.c (YY_USER_INIT, handle_syncline): Adjust.
7948 * src/reduce.c (reduce_print): Likewise.
7949 * src/getargs.c (getargs): Likewise.
7950 * src/complain.h, src/complain.c: Likewise.
7951 * src/main.c (main): Call struniqs_new early enough to use it for
7952 file names.
7953 Don't free the input file name.
7954
3e6656f9
AD
79552002-11-12 Akim Demaille <akim@epita.fr>
7956
7957 * src/symtab.c (symbol_free): Remove dead deactivated code:
7958 type_name are properly removed.
7959 Don't use XFREE to free items that cannot be NULL.
7960 * src/struniq.h, src/struniq.c: New.
7961 * src/main.c (main): Initialize/free struniqs.
7962 * src/parse-gram.y (%union): Add astruniq member.
7963 (yyprint): Adjust.
7964 * src/scan-gram.l (<{tag}>): Return a struniq.
7965 Free the obstack bit that used to store it.
7966 * src/symtab.h (symbol_t): The 'type_name' member is a struniq.
7967
7672019c
PE
79682002-11-11 Paul Eggert <eggert@twinsun.com>
7969
7970 Revamp to fix many (but not all) of the C- and M4-related quoting
7971 problems. Among other things, this fixes the Bison bug reported
7972 by Jan Hubicka when processing the Bash grammar; see:
161a71f3 7973 <http://lists.gnu.org/archive/html/bison-patches/2002-11/msg00039.html>
7672019c
PE
7974
7975 Use new @ escapes consistently. Represent brackets with @{ and @}
7976 rather than @<:@ and @:>@, since this works a bit better with dumb
7977 editors like vi. Represent @ with @@, since @ is now consistently
7978 an escape. Use @oline@ and @ofile@ rather than __oline__ and
7979 __ofile__, to avoid unexpected expansions. Similarly, use @output
7980 rather than #output.
7981
7982 * data/c.m4 (b4_copyright): Omit file name from comment, since
7983 the file name could contain "*/".
7984 (b4_synclines_flag): Don't quote the 2nd argument; it should already
7985 be quoted. All uses changed.
7986
7987 * data/glr.c: Use new @ escapes consistently.
7988 (b4_input_suffix, b4_output_parser_suffix, b4_output_parser_name,
7989 b4_output_header_suffix, b4_output_header_name, b4_header_guard):
7990 Remove, since they couldn't handle arbitrary characters in file
7991 names.
7992 * data/lalr1.cc: Likewise.
7993 * data/yacc.c: Likewise.
7994
7995 * src/files.c (output_infix): Remove; all uses removed.
7996 * src/files.h: Likewise.
7997
7998 * data/glr.c: Remove use of "#ifdef b4_header_guard", since it
7999 mishandled funny characters in file names, and anyway it isn't
8000 needed any more.
8001 * data/yacc.c: Likewise.
8002 * data/lalr1.cc: Use YYSLP_NEEDED instead of b4_header_guard.
8003
8004 * data/glr.c (YYSTYPE_IS_TRIVIAL): Define when the .h file would.
8005 * data/yacc.c: Likewise.
8006
8007 * src/muscle_tab.c: Include quotearg.h, since we need to quote C
8008 strings now.
8009 (muscle_init): Quote filename as a C string.
8010 * src/muscle_tab.h (MUSCLE_GROW_STRING_PAIR): Remove; unused.
8011 (MUSCLE_OBSTACK_SGROW, MUSCLE_INSERT_C_STRING): New macros.
8012 * src/output.c (escaped_file_name_output): New function.
8013 (prepare_symbols): Quote tokens for M4.
8014 (prepare): Don't insert output_infix, output_prefix,
8015 output_parser_name, output_header_name; this is now down by scan-skel.
8016 Insert skeleton as a C string.
8017
8018 * src/output.c (user_actions_output, symbol_destructors_output,
8019 symbol_printers_output): Quote filenames for C and M4.
8020 * src/reader.c (prologue_augment, epilogue_set): Likewise.
8021
8022 * src/scan-gram.l (<SC_CHARACTER>): Don't worry about any backslash
8023 escapes other than \\ and \'; this simplifies the code.
8024 (<SC_STRING>): Likewise, for \\ and \".
8025 (<SC_COMMENT,SC_LINE_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,
8026 SC_PROLOGUE,SC_EPILOGUE>): Escape $ and @, too.
8027 Use new escapes @{ and @} for [ and ].
8028
8029 * src/scan-skel.l (yylineno, yyoutname): Remove static vars, replacing
8030 them with auto vars.
8031 Switch to new escape scheme, where @ is the escape character uniformly.
8032 Abort if a stray escape character is found. Avoid unbounded input
8033 buffer when parsing non-escaped text.
8034
8035 * tests/input.at (Torturing the Scanner): Add tests that @oline@,
8036 __oline__, #output, $@, and @{ do not have unintended meanings.
8037
acea4f3b
PE
80382002-11-09 Paul Eggert <eggert@twinsun.com>
8039
8040 Fix the test failure due to GCC warnings described in
161a71f3 8041 <http://lists.gnu.org/archive/html/bug-bison/2002-11/msg00000.html>.
acea4f3b
PE
8042 * data/glr.c (yyis_pact_ninf, yyis_table_ninf): New macros, which
8043 evaluate to 0 if it's impossible for NINF to be in the respective
8044 table.
8045 (yygetLRActions, yyrecoverParseError): Use them.
8046
8047 * src/scan-gram.l (unexpected_end_of_file): Fix bug: columns were
8048 counted in the token inserted at end of file. Now takes
8049 location_t *, not location_t, so that the location can be
8050 adjusted. All uses changed.
8051
8052 * tests/regression.at (Invalid inputs): Adjust wording in
8053 diagnostic to match the new behavior.
8054
8055 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR,
8056 AT_DATA_HORIZONTAL_GRAMMAR, AT_DATA_LOOKAHEADS_GRAMMAR,
8057 AT_DATA_STACK_TORTURE): Replace `assert (x);' with `if (! (x))
8058 abort ();'. This reduces the runtime of the "Many lookaheads"
8059 test from 27.6 to 2.7 minutes on a 440 MHz Ultrasparc III running
8060 GCC 3.2.
8061
20ef1ad5
PE
80622002-11-07 Paul Eggert <eggert@twinsun.com>
8063
8064 * src/parse-gram.y (CHARACTER): Remove unused token.
8065 All uses removed.
8066
8067 * src/scan-gram.l: Remove stack option. We no longer use the
8068 stack, since the stack was never deeper than 1; instead, use the
8069 new auto var c_context to record the stacked value.
8070
8071 Remove nounput option. At an unexpected end of file, we now unput
8072 the minimal input necessary to end cleanly; this simplifies the
8073 code.
8074
8075 Avoid unbounded token sizes where this is easy.
8076
8077 (unexpected_end_of_file): New function.
8078 Use it to systematize the error message on unexpected EOF.
8079 (last-string): Now auto, not static.
8080 (YY_OBS_FREE): Remove unnecessary do while (0) wrapper.
8081 (scanner_last_string_free): Remove; not used.
8082 (percent_percent_count): Move decl to just before use.
8083 (SC_ESCAPED_CHARACTER): Return ID at unexpected end of file,
8084 not the (never otherwised-used) CHARACTER.
8085
93724f13
AD
80862002-11-07 Akim Demaille <akim@epita.fr>
8087
8088 Let yyerror always receive the msg as last argument, so that
8089 yyerror can be variadic.
8090
8091 * data/yacc.c (b4_yyerror_args): New.
8092 Use it when calling yyerror.
8093 * data/glr.c (b4_yyerror_args, b4_lyyerror_args): New.
8094 Use it when calling yyerror.
8095 * doc/bison.texinfo (Error Reporting): Adjust.
8096 * tests/calc.at (_AT_DATA_CALC_Y): Adjust.
8097 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Adjust.
8098
6e40b4eb
AD
80992002-11-06 Akim Demaille <akim@epita.fr>
8100
8101 #line should have quoted strings.
8102 Ideally, this should be done by m4_quotearg.
8103
8104 * src/scan-skel.l: Include quotearg.h.
8105 Quote __ofile__.
8106 * src/output.c (symbol_printers_output)
8107 (symbol_destructors_output): Quote the file name.
8108
2dfbfc12
AD
81092002-11-06 Akim Demaille <akim@epita.fr>
8110
8111 * tests/regression.at (Invalid inputs): Adjust to the recent
8112 messages.
8113
437c2d80
AD
81142002-11-06 Akim Demaille <akim@epita.fr>
8115
8116 Restore --no-lines.
8117 Reported by Jim Kent.
8118
8119 * data/c.m4 (b4_syncline): New.
8120 * data/glr.c, data/yacc.c, data/lalr1.cc: Use it.
8121 * src/reader.c (prologue_augment, epilogue_set): Use b4_syncline.
8122 * src/output.c (user_actions_output): Likewise.
8123 (prepare): Define 'b4_synclines_flag'.
2dfbfc12 8124 * src/muscle_tab.c (muscle_init): Don't define b4_linef.
437c2d80 8125
900c5db5
AD
81262002-11-06 Akim Demaille <akim@epita.fr>
8127
8128 * src/main.c (main): Free `infile'.
8129 * src/scan-gram.l (handle_syncline): New.
8130 Recognize `#line'.
8131 * src/output.c (user_actions_output, symbol_destructors_output)
8132 (symbol_printers_output): Use the location's file name, not
8133 infile.
8134 * src/reader.c (prologue_augment, epilogue_set): Likewise.
8135
e183b123 81362002-11-05 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
51b4a04c 8137
e183b123 8138 * src/tables.c (matching_state): Don't allow states to match if
51b4a04c 8139 either has GLR conflict entries.
e183b123 8140
193eb6b7
PE
81412002-11-05 Paul Eggert <eggert@twinsun.com>
8142
e183b123
PE
8143 * src/scan-gram.l: Use more accurate diagnostics, e.g.
8144 "integer out of range" rather than "invalid value".
8145 * tests/input.at (Invalid $n, Invalid @n): Change expected wording
8146 accordingly.
8147
193eb6b7
PE
8148 Scan <% and %> digraphs in C code as POSIX 1003.1-2001 requires.
8149 Also, remove one static variable in the scanner.
8150
8151 * src/scan-gram.l (braces_level): Now auto, not static.
8152 Initialize to zero if the compiler is being picky.
8153 (INITIAL): Clear braces_level instead of incrementing it.
8154 (SC_BRACED_CODE): Treat <% and %> as { and } when inside C code,
8155 as POSIX 1003.1-2001 requires.
8156 * src/system.h (IF_LINT): New macro, taken from coreutils.
8157 * configure.ac: Define "lint" if --enable-gcc-warnings.
8158
29c01725
AD
81592002-11-05 Akim Demaille <akim@epita.fr>
8160
8161 * src/scan-gram.l: When it starts with `%', complain about the
8162 whole directive, not just that `invalid character: %'.
8163
8aeac3ca
AD
81642002-11-04 Akim Demaille <akim@epita.fr>
8165
8166 * Makefile.maint: Update from Autoconf.
8167 (update, cvs-update, po-update, do-po-update): New.
8168
793a58bb
AD
81692002-11-04 Akim Demaille <akim@epita.fr>
8170
8171 * tests/glr-regr1.at (Badly Collapsed GLR States): Prototype yylex
8172 and yyerror.
8173 Have yyerror `use' its arguments.
8174 * tests/calc.at (AT_CHECK_PUSHDEFS): AT_YYERROR_SEES_LOC_IF
8175 returns true when location & yacc & pure & parse-param.
8176 (_AT_DATA_CALC_Y): Let yyerror ``use'' its arguments.
8177
c4d720cd
AD
81782002-11-04 Akim Demaille <akim@epita.fr>
8179
8180 * src/location.h (LOCATION_PRINT): Use quotearg slot 3 to avoid
8181 clashes.
8182 * src/scan-gram.l: Use [\'] instead of ['] to pacify
8183 font-lock-mode.
8184 Use complain_at.
8185 Use quote, not quote_n since LOCATION_PRINT no longer uses the
8186 slot 0.
8187
613a0dc5
PE
81882002-11-03 Paul Eggert <eggert@twinsun.com>
8189
8190 * src/reader.c (get_merge_function, grammar_current_rule_check):
8191 Use consistent diagnostics for reporting type name clashes.
8192 Quote the types with <>, for consistency with Yacc.
8193 * tests/input.at (Type Clashes): Adjust to diagnostic changes.
8194
2a8d363a
AD
81952002-11-03 Akim Demaille <akim@epita.fr>
8196
8197 * data/c.m4 (b4_identification, b4_user_args, b4_parse_param):
8198 New.
8199 * data/yacc.m4 (b4_pure_args, b4_Pure_args): New.
8200 (b4_parse_param): Remove.
8201 Use b4_identification.
8202 Propagate b4_pure_args where needed to pass them to yyerror.
8203 * data/glr.m4 (b4_parse_param): Remove.
8204 (b4_user_formals, b4_pure_args, b4_pure_formals, b4_lpure_args)
8205 (b4_lpure_formals): New.
8206 Use b4_identification.
8207 (YY_USER_FORMALS, YY_USER_ARGS): Remove, replaced by
8208 b4_user_formals and b4_user_args.
8209 (yyexpandGLRStack, yyFail, yyaddDeferredAction, yyglrShiftDefer)
8210 (yyreportAmbiguity): When using a pure parser, also need
8211 the location, and the parse-params.
8212 Adjust callers.
8213 (yyuserAction, yyglrShift, yyreportParseError, yyrecoverParseError):
8214 When using a pure parser, also need the parse-params.
8215 Adjust callers.
8216 * tests/calc.at: Test pure (%pure-parser) and absolutely pure
8217 (%pure-parser + %parse-param) LALR and GLR parsers.
8218 (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS): New, define AT_PARAM_IF,
8219 AT_LOCATION_IF, AT_PURE_IF, AT_GLR_IF, AAT_PURE_AND_LOC_IF,
8220 AT_GLR_OR_PARAM_IF, AT_YYERROR_ARG_LOC_IF, AT_YYERROR_SEES_LOC_IF.
8221 (_AT_DATA_CALC_Y): Equip for purity of yyerror.
8222 (_AT_CHECK_CALC_ERROR): Use AT_YYERROR_SEES_LOC_IF.
8223 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Equip for yyerror purity.
8224 * doc/bison.texinfo: Untabify the whole file.
8225 (Parser Function): Document %parse-param, deprecate YYPARSE_PARAM.
8226 (Pure Calling): Document %lex-param, deprecate YYLEX_PARAM.
8227 (Error Reporting): Adjust to these new directives.
8228 Document %error-verbose, deprecate YYERROR_VERBOSE.
8229
9e32add8
AD
82302002-11-03 Akim Demaille <akim@epita.fr>
8231
8232 * tests/calc.at: Change all the AT_CHECK_CALC_LALR and
8233 AT_CHECK_CALC_GLR invocations to use % directives, instead of
8234 command line options.
8235 * tests/cxx-type.at: Formatting changes.
8236
b02d90a5
PE
82372002-11-03 Paul Eggert <eggert@twinsun.com>
8238
8239 * src/scan-gram.l: Revamp to fix POSIX incompatibilities,
8240 to count columns correctly, and to check for invalid inputs.
9e32add8 8241
b02d90a5
PE
8242 Use mbsnwidth to count columns correctly. Account for tabs, too.
8243 Include mbswidth.h.
8244 (YY_USER_ACTION): Invoke extend_location rather than LOCATION_COLUMNS.
8245 (extend_location): New function.
8246 (YY_LINES): Remove.
8247
8248 Handle CRLF in C code rather than in Lex code.
8249 (YY_INPUT): New macro.
8250 (no_cr_read): New function.
8251
8252 Scan UCNs, even though we don't fully handle them yet.
8253 (convert_ucn_to_byte): New function.
8254
8255 Handle backslash-newline correctly in C code.
8256 (SC_LINE_COMMENT, SC_YACC_COMMENT): New states.
8257 (eols, blanks): Remove. YY_USER_ACTION now counts newlines etc.;
8258 all uses changed.
8259 (tag, splice): New EREs. Do not allow NUL or newline in tags.
8260 Use {splice} wherever C allows backslash-newline.
8261 YY_STEP after space, newline, vertical-tab.
8262 ("/*"): BEGIN SC_YACC_COMMENT, not yy_push_state (SC_COMMENT).
9e32add8 8263
b02d90a5
PE
8264 (letter, id): Don't assume ASCII; e.g., spell out a-z.
8265
8266 ({int}, handle_action_dollar, handle_action_at): Check for integer
8267 overflow.
9e32add8 8268
b02d90a5
PE
8269 (YY_STEP): Omit trailing semicolon, so that it's more like C.
8270
8271 (<SC_ESCAPED_STRING,SC_ESCAPED_CHARACTER>): Allow \0 and \00
8272 as well as \000. Check for UCHAR_MAX, not 255.
8273 Allow \x with an arbitrary positive number of digits, as in C.
8274 Check for overflow here.
8275 Allow \? and UCNs, for compatibility with C.
8276
8277 (handle_symbol_code_dollar): Use quote_n slot 1 to avoid collision
8278 with quote slot used by complain_at.
8279
8280 * tests/input.at: Add tests for backslash-newline, m4 quotes
8281 in symbols, long literals, and funny escapes in strings.
8282
8283 * configure.ac (jm_PREREQ_MBSWIDTH): Add.
8284 * lib/Makefile.am (libbison_a_SOURCES): Add mbswidth.h, mbswidth.c.
8285 * lib/mbswidth.h, lib/mbswidth.c: New files, from GNU gettext.
8286 * m4/Makefile.am (EXTRA_DIST): Add mbswidth.m4.
8287 * m4/mbswidth.m4: New file, from GNU coreutils.
8288
8289 * doc/bison.texinfo (Grammar Outline): Document // comments.
8290 (Symbols): Document that trigraphs have no special meaning in Bison,
8291 nor is backslash-newline allowed.
8292 (Actions): Document that trigraphs have no special meaning.
8293
8294 * src/location.h (LOCATION_COLUMNS, LOCATION_LINES): Remove;
8295 no longer used.
8296
82972002-11-02 Paul Eggert <eggert@twinsun.com>
8298
8299 * src/reader.c: Don't include quote.h; not needed.
8300 (get_merge_function): Reword warning to be consistent with
8301 type clash diagnostic in grammar_current_rule_check.
8302
8303 * lib/quotearg.c (quotearg_buffer_restyled): Fix off-by-two
8304 bug in trigraph handling.
8305
8306 * src/output.c (prepare_symbols): When printing token names,
8307 escape "[" as "@<:@" and likewise for "]".
8308
8309 * src/system.h (errno): Remove declaration, as we are now
8310 assuming C89 or better, and C89 guarantees errno.
8311
762b212b
PE
83122002-10-30 Paul Eggert <eggert@twinsun.com>
8313
8314 * lib/bitset_stats.c (bitset_stats_read, bitset_stats_write):
8315 Check for close failures.
8316 * src/files.h (xfclose): Return void, not int, since it always
8317 returned zero.
8318 * src/files.c (xfclose): Likewise. Report I/O error if ferror
8319 indicates one.
8320 * src/output.c (output_skeleton): Use xfclose rather than fclose
8321 and ferror. xfclose now checks ferror.
8322
8323 * data/glr.c (YYLEFTMOST_STATE): Remove.
8324 (yyreportTree): Use a stack-based leftmost state. This avoids
8325 our continuing battles with bogus warnings about initializers.
8326
56100c60
AD
83272002-10-30 Akim Demaille <akim@epita.fr>
8328
8329 * src/system.h: Don't use #ifdef/#ifndef on HAVE_ values, only
8330 #if.
8331
51b4a04c
PH
83322002-10-29 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
8333
8334 * tests/glr-regr1.at: New test for reported regressions.
8335 * tests/testsuite.at: Add glr-regr1.at test.
8336 * tests/Makefile.am: Add glr-regr1.at test.
e183b123 8337
bf1ebda2
PE
83382002-10-24 Paul Eggert <eggert@twinsun.com>
8339
5c16c6b1
PE
8340 Version 1.75a.
8341
bf1ebda2
PE
8342 * tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat declaration.
8343 * tests/cxx-type.at (_AT_TEST_GLR_CALC): Include stdlib.h, since
8344 we use malloc. Don't assume 'A' through 'Z' are contiguous.
8345 Don't assume strdup exists; POSIX says its an XSI extension.
8346 Check for buffer overflow on input.
8347
b526ee61
AD
83482002-10-24 Akim Demaille <akim@epita.fr>
8349
8350 * src/output.c (output_skeleton): Don't disable M4sugar comments
8351 too soon: it results in comments being expanded.
8352 * data/yacc.c, data/glr.c, data/lalr1.cc: Do it right before the
8353 first output.
8354
f1886bb2
AD
83552002-10-24 Akim Demaille <akim@epita.fr>
8356
8357 * data/yacc.c (m4_int_type): New.
8358 * data/c.m4 (m4_int_type): Don't use yysigned_char, but `signed
8359 char' as only yacc.c wants K&R portability.
8360 * data/glr.c (yysigned_char): Remove.
8361 * data/lalr1.cc: Rename the trailing b4_name as b4_parser_class_name.
8362 Reported by Quoc Peyrot.
8363
c5576256
PE
83642002-10-23 Paul Eggert <eggert@twinsun.com>
8365
8366 * src/main.c (main): With --trace=time, report times even if a
8367 non-fatal error occurs. Formerly, the times were reported in some
8368 such cases but not in others.
8369 * src/reader.c (reader): Just return if a complaint has been issued,
8370 instead of exiting, so that 'main' can report times.
8371
27b0ffea
AD
83722002-10-22 Akim Demaille <akim@epita.fr>
8373
8374 * src/system.h: Include sys/types.
8375 Reported by Bert Deknuydt.
8376
223a7883
PE
83772002-10-23 Paul Eggert <eggert@twinsun.com>
8378
8379 * configure.ac (AC_PROG_LEX): Use instead of AM_PROG_LEX.
8380 Suggested by Art Haas.
8381
83822002-10-22 Paul Eggert <eggert@twinsun.com>
8383
8384 * src/complain.c (exit) [! (STDC_HEADERS || _LIBC)]: Remove exit
8385 decl; not needed any more.
8386 * src/main.c (main): Use return to exit, undoing yesterday's change.
8387 The last OS that we could find where this wouldn't work is
8388 SunOS 3.5, and that's too old to worry about now.
8389
8390 * data/glr.c (struct yyltype): Define members even when not
8391 doing locations. This is more consistent with yacc.c, and it
8392 works around the following bug reports:
161a71f3
PE
8393 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00106.html
8394 http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00111.html
27b0ffea 8395
223a7883
PE
8396 * doc/bison.texinfo: Minor spelling and typographical fixes. Use
8397 @acronym consistently. Standardize on "Yacc" instead of "YACC",
8398 "Algol" instead of "ALGOL". Give a bit more history about BNF.
8399
8b76775a
AD
84002002-10-22 Akim Demaille <akim@epita.fr>
8401
8402 * data/README: New.
8403
6db10d14
PE
84042002-10-21 Paul Eggert <eggert@twinsun.com>
8405
8406 Be consistent about 'bool'; the old code used an enum in one
8407 module and an int in another, and this violates the C standard.
8408 * m4/stdbool.m4: New file, from coreutils 4.5.3.
8409 * configure.ac (AC_HEADER_STDBOOL): Add.
8410 * m4/Makefile.am (EXTRA_DIST): Add stdbool.m4.
8411 * src/muscle_tab.c (hash_compare_muscles): (a ? FALSE : TRUE) -> (! a)
8412 * src/symtab.c (hash_compare_symbol_t): Likewise.
8413 * src/system.h (bool, false, true): Use a definition consistent
8414 with ../lib/hash.c. All uses changed.
8415
8416 * src/complain.c (warning_issued): Renamed from warn_message_count,
8417 so that we needn't worry about integer overflow (!).
8418 Now of type bool. All uses changed.
8419 (complaint_issued): Renamed from complain_message_count; likewise.
8420
8421 * src/main.c (main): Use exit to exit with failure.
27b0ffea 8422
6db10d14
PE
8423 * src/complain.c (fatal_at, fatal): Use EXIT_FAILURE and EXIT_SUCCESS
8424 rather than 1 and 0.
8425 * src/main.c (main): Likewise.
8426 * src/getargs.c (getargs): Likewise.
8427 * src/reader.c (reader): Likewise.
8428
8429 * src/getarg.c (getargs): Remove duplicate code for
8430 "Try `bison --help'".
8431
8432 * src/files.c (xfopen, xfclose): Use EXIT_FAILURE rather than 2.
8433 What was that "2" for?
8434
8435 * src/complain.h (fatal, fatal_at): Add __attribute__((__noreturn__)).
8436 * src/getargs.c (usage): Likewise.
8437
8438 * src/getargs.c (getargs): When there are too few operands, report
8439 the last one. When there are too many, report the first extra
8440 one. This is how diffutils does it.
8441
92a060fd
PE
84422002-10-20 Paul Eggert <eggert@twinsun.com>
8443
8444 Remove K&R vestiges.
8445 * configure.ac (AC_C_CONST, AM_C_PROTOTYPES): Remove.
8446 * src/complain.c (VA_START): Remove. Assume prototypes.
8447 (vfprintf) [! (HAVE_VPRINTF || defined vfprintf)]: New macro.
8448 (private_strerror, warn_at, warn, complain_at, complain, fatal_at,
8449 fatal): Assume prototypes.
8450 * src/complain.h: Assume prototypes.
8451 * src/system.h (PARAMS): Remove.
8452 Include <limits.h> unconditionally, since it's guaranteeed even
8453 for a freestanding C89 compiler.
8454 (SHRT_MIN, SHRT_MAX): Remove, since C89 guarantees them.
8455 * src/vmsgetargs.c (getargs, cli_present, cli_get_value): Prototype.
8b76775a 8456
e7cb57c0
AD
84572002-10-20 Akim Demaille <akim@epita.fr>
8458
8459 * src/muscle_tab.c (muscle_grow): Remove trailing debugging code.
8460 * data/glr.c (YY_USER_FORMALS, YY_USER_ARGS): New.
8461 (yyuserAction, yydoAction, yyglrReduce, yyresolveValue)
8462 (yyresolveStates, yyresolveAction, yyresolveStack)
8463 (yyprocessOneStack): Use them.
8464 (yy_reduce_print): New.
8465 * tests/calc.at (_AT_DATA_CALC_Y): Exercise %parse-param.
8466
0245f82d
AD
84672002-10-20 Akim Demaille <akim@epita.fr>
8468
8469 * data/c.m4 (b4_c_ansi_args): Recognize functions with no
8470 arguments and output `void'.
8471 (b4_c_function): Rename as...
8472 (b4_c_function_def): this.
8473 (b4_c_function_decl, b4_c_ansi_function_def)
8474 (b4_c_ansi_function_decl): New.
8475 Change the interpretation of the arguments: before `int, foo', now
8476 `int foo, foo'.
8477 * data/yacc.c (yyparse): Prototype and define thanks to these.
8478 Adjust b4_c_function_def uses.
8479 * data/glr.c (yyparse): Likewise, but ANSI only.
8480
39912f52
AD
84812002-10-20 Akim Demaille <akim@epita.fr>
8482
8483 * src/output.c (prepare): Move the definition of `tokens_number',
8484 `nterms_number', `undef_token_number', `user_token_number_max'
8485 to...
8486 (prepare_tokens): Here.
8487 (prepare_tokens): Rename as...
8488 (prepare_symbols): this.
8489 (prepare): Move the definition of `rules_number' to...
8490 (prepare_rules): here.
8491 (prepare): Move the definition of `last', `final_state_number',
8492 `states_number' to...
8493 (prepare_states): here.
8494 * data/yacc.c, data/lalr1.cc, data/glr.c: Normalize `>' into `<'.
8495
20c1e2ad
AD
84962002-10-20 Akim Demaille <akim@epita.fr>
8497
8498 * src/tables.h, src/tables.c, src/output.c: Comment changes.
8499
21964f43
AD
85002002-10-20 Akim Demaille <akim@epita.fr>
8501
8502 * data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if): Move to...
8503 * data/c.m4: here.
8504
66d30cd4
AD
85052002-10-20 Akim Demaille <akim@epita.fr>
8506
8507 * src/output.c (prepare): Use MUSCLE_INSERT_STRING.
8508 * src/muscle_tab.c (muscle_pair_list_grow): Rename `val as
8509 `pair'.
8510 (muscle_init): Move the `b4_ltype', `b4_maxdepth', `b4_initdepth',
8511 `name' to...
8512 * data/glr.c, data/lalr1.cc, data/yacc.c (b4_location_type)
8513 (b4_stack_depth_init, b4_stack_depth_max, b4_parser_class_name):
8514 These.
8515
95f2c9fe
PE
85162002-10-19 Paul Eggert <eggert@twinsun.com>
8517
8518 Do not create a temporary file, as that involves security and
8519 cleanup headaches. Instead, use a pair of pipes.
8520 Derived from a suggestion by Florian Krohm.
8521 * lib/subpipe.c, lib/subpipe.h, m4/subpipe.m4: New files.
8522 * lib/mkstemp.c, lib/readpipe.c, lib/tempname.c, m4/mkstemp.m4: Remove.
8523 * configure.ac (UTILS_FUNC_MKSTEMP, jm_PREREQ_TEMPNAME): Remove.
8524 (BISON_PREREQ_SUBPIPE): Add.
8525 * lib/Makefile.am (libbison_a_SOURCES): Remove readpipe.c.
8526 Add subpipe.h, subpipe.c.
8527 * m4/Makefile.am (EXTRA_DIST): Remove mkstemp.m4. Add subpipe.m4.
8528 * po/POTFILES.in: Add lib/subpipe.c.
8529 * src/output.c: Include "subpipe.h".
8530 (m4_invoke): Remove decl.
8531 (scan_skel): New decl.
8532 (output_skeleton): Use pipe rather than temporary file for m4 input.
8533 Check that m4sugar.m4 is readable, to avoid deadlock.
8534 Check for pipe I/O error.
8535 * src/scan-skel.l (readpipe): Remove decl.
8536 (scan_skel): New function, to be used in place of m4_invoke.
8537 Read from stream rather than file.
66d30cd4 8538
95f2c9fe
PE
8539 * lib/timevar.c (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Do not cast to
8540 float, as this generates a warning on Solaris 8 + GCC 3.2 with
8541 --enable-gcc-warnings. Instead, divide into 1.0 rather than 1;
8542 this generates a more-accurate value anyway.
8543
8544 * lib/timevar.c (timervar_accumulate): Rename locals to
8545 avoid confusion with similarly-named more-global.
8546 * src/muscle_tab.c (muscle_pair_list_grow): Likewise.
8547
8548 * src/output.c (prepare): Use xstrdup to convert char const *
8549 to char *, to avoid GCC warning.
8550
c19988b7
AD
85512002-10-19 Akim Demaille <akim@epita.fr>
8552
8553 * tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC, LEX_FORMALS,
8554 LEX_PRE_FORMALS, LEX_ARGS, LEX_PRE_ARGS, USE_LEX_ARGS.
8555 Use them to have `calc.y' ready for %pure-parser.
8556 * data/yacc.c (YYLEX): Pass a yylex return type to
8557 b4_c_function_call.
8558
ae7453f2
AD
85592002-10-19 Akim Demaille <akim@epita.fr>
8560
8561 Prototype support of %lex-param and %parse-param.
8562
8563 * src/parse-gram.y: Add the definition of the %lex-param and
8564 %parse-param tokens, plus their rules.
8565 Drop the `_' version of %glr-parser.
8566 Add the "," token.
8567 * src/scan-gram.l (INITIAL): Scan them.
8568 * src/muscle_tab.c: Comment changes.
8569 (muscle_insert, muscle_find): Rename `pair' as `probe'.
8570 * src/muscle_tab.h (MUSCLE_INSERT_PREFIX): Remove unused.
8571 (muscle_entry_s): The `value' member is no longer const.
8572 Adjust all dependencies.
8573 * src/muscle_tab.c (muscle_init): Adjust: use
8574 MUSCLE_INSERT_STRING.
8575 Initialize the obstack earlier.
8576 * src/muscle_tab.h, src/muscle_tab.c (muscle_grow)
8577 (muscle_pair_list_grow): New.
8578 * data/c.m4 (b4_c_function_call, b4_c_args): New.
8579 * data/yacc.c (YYLEX): Use b4_c_function_call to honor %lex-param.
8580 * tests/calc.at: Use %locations, not --locations.
8581 (AT_CHECK_CALC_GLR): Use %glr-parser, not %glr_parser.
8582
0e575721
AD
85832002-10-19 Akim Demaille <akim@epita.fr>
8584
8585 * src/getargs.c (usage): Take status as argument and exit
8586 accordingly.
8587 Report the traditional `Try ... --help' message when status != 0.
8588 (usage, version): Don't take a FILE * as arg, it is pointless.
8589 (getargs): When there is an incorrect number of arguments, make it
8590 an error, and report it GNUlically thanks to `usage ()'.
8591
724ce7f5
PE
85922002-10-18 Paul Eggert <eggert@twinsun.com>
8593
3a781eb2
PE
8594 * data/glr.c (yyreportParseError): Don't assume that sprintf
8595 yields the length of the printed string, as this is not true
8596 on SunOS 4.1.4. Reported by Peter Klein.
8597
724ce7f5
PE
8598 * tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and realloc.
8599 * tests/conflicts.at (%nonassoc and eof): Likewise.
8600 Fixes SunOS 4.1.4 test failure reported by Peter Klein.
8601
473d0a75
AD
86022002-10-17 Akim Demaille <akim@epita.fr>
8603
8604 * src/getargs.h (trace_e): Add trace_scan, and trace_parse.
8605 * src/getargs.c (trace_types, trace_args): Adjust.
8606 * src/reader.c (grammar_current_rule_prec_set)
8607 (grammar_current_rule_dprec_set, grammar_current_rule_merge_set):
8608 Standardize error messages.
8609 And s/@prec/%prec/!
8610 (reader): Use trace_flag to enable scanner/parser debugging,
8611 instead of an adhoc scheme.
8612 * src/scan-gram.l: Remove trailing debugging code.
8613
e76d2469
PE
86142002-10-16 Paul Eggert <eggert@twinsun.com>
8615
93e2236a
PE
8616 * src/muscle_tab.h (MUSCLE_TAB_H_): Was misspelled as
8617 MUSCLE_TAB_H.
8618
e76d2469
PE
8619 * NEWS: Officially drop support for building Bison with K&R C,
8620 since it didn't work anyway and it's not worth worrying about.
8621 * Makefile.maint (wget_files): Remove ansi2knr.c.
8622 (ansi2knr.c-url_prefix): Remove.
8623 * lib/.cvsignore: Remove ansi2knr, ansi2knr.*.
8624 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
8625 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
8626
5bd1c419
PE
86272002-10-15 Paul Eggert <eggert@twinsun.com>
8628
8629 Stop using the "enum_" trick for K&R-style function definitions;
8630 it confused me, and I was the author! Instead, assume that people
8631 who want to use K&R C compilers (when using these modules in GCC,
8632 perhaps?) will run ansi2knr.
8633
8634 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): Remove.
8635 All uses of "enum_" changed to "enum ".
8636 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
8637 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
e76d2469 8638
5bd1c419
PE
8639 * lib/abitset.c (abitset_and, abitset_and_cmp, abitset_and_or,
8640 abitset_and_or_cmp, abitset_andn, abitset_andn_cmp,
8641 abitset_andn_or, abitset_andn_or_cmp, abitset_bytes, abitset_copy,
8642 abitset_copy1, abitset_disjoint_p, abitset_empty_p,
8643 abitset_equal_p, abitset_init, abitset_list, abitset_list_reverse,
8644 abitset_not, abitset_ones, abitset_or, abitset_or_and,
8645 abitset_or_and_cmp, abitset_or_cmp, abitset_reset, abitset_set,
8646 abitset_size, abitset_small_list, abitset_subset_p, abitset_test,
8647 abitset_unused_clear, abitset_xor, abitset_xor_cmp, abitset_zero):
8648 Use function prototypes; this removes the need for declaring
8649 static functions simply to provide their prototypes.
8650 * lib/bitset.c (bitset_alloc, bitset_and_or_, bitset_and_or_cmp_,
8651 bitset_andn_or_, bitset_andn_or_cmp_, bitset_bytes, bitset_copy_,
8652 bitset_count_, bitset_create, bitset_dump, bitset_first,
8653 bitset_free, bitset_init, bitset_last, bitset_next,
8654 bitset_obstack_alloc, bitset_obstack_free, bitset_only_set_p,
8655 bitset_op4_cmp, bitset_or_and_, bitset_or_and_cmp_, bitset_prev,
8656 bitset_print, bitset_release_memory, bitset_toggle_,
8657 bitset_type_choose, bitset_type_get, bitset_type_name_get,
8658 debug_bitset): Likewise.
8659 * lib/bitset.h (bitset_set, bitset_reset, bitset_test): Likewise.
8660 * lib/bitset_stats.c (bitset_log_histogram_print,
8661 bitset_percent_histogram_print, bitset_stats_and,
8662 bitset_stats_and_cmp, bitset_stats_and_or,
8663 bitset_stats_and_or_cmp, bitset_stats_andn, bitset_stats_andn_cmp,
8664 bitset_stats_andn_or, bitset_stats_andn_or_cmp, bitset_stats_copy,
8665 bitset_stats_count, bitset_stats_disable, bitset_stats_disjoint_p,
8666 bitset_stats_dump, bitset_stats_empty_p, bitset_stats_enable,
8667 bitset_stats_equal_p, bitset_stats_free, bitset_stats_init,
8668 bitset_stats_list, bitset_stats_list_reverse, bitset_stats_not,
8669 bitset_stats_ones, bitset_stats_or, bitset_stats_or_and,
8670 bitset_stats_or_and_cmp, bitset_stats_or_cmp, bitset_stats_print,
8671 bitset_stats_print_1, bitset_stats_read, bitset_stats_reset,
8672 bitset_stats_set, bitset_stats_size, bitset_stats_subset_p,
8673 bitset_stats_test, bitset_stats_toggle, bitset_stats_type_get,
8674 bitset_stats_write, bitset_stats_xor, bitset_stats_xor_cmp,
8675 bitset_stats_zero): Likewise.
8676 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
8677 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
8678 bitsetv_dump, debug_bitsetv): Likewise.
8679 * lib/ebitset.c (ebitset_and, ebitset_and_cmp, ebitset_andn,
8680 ebitset_andn_cmp, ebitset_bytes, ebitset_copy, ebitset_copy_,
8681 ebitset_copy_cmp, ebitset_disjoint_p, ebitset_elt_add,
8682 ebitset_elt_alloc, ebitset_elt_calloc, ebitset_elt_find,
8683 ebitset_elt_free, ebitset_elt_last, ebitset_elt_remove,
8684 ebitset_elt_zero_p, ebitset_elts_grow, ebitset_empty_p,
8685 ebitset_equal_p, ebitset_free, ebitset_init, ebitset_list,
8686 ebitset_list_reverse, ebitset_not, ebitset_ones, ebitset_op3_cmp,
8687 ebitset_or, ebitset_or_cmp, ebitset_release_memory, ebitset_reset,
8688 ebitset_set, ebitset_size, ebitset_subset_p, ebitset_test,
8689 ebitset_weed, ebitset_xor, ebitset_xor_cmp, ebitset_zero):
8690 Likewise.
8691 * lib/lbitset.c (debug_lbitset, lbitset_and, lbitset_and_cmp,
8692 lbitset_andn, lbitset_andn_cmp, lbitset_bytes, lbitset_copy,
8693 lbitset_copy_cmp, lbitset_disjoint_p, lbitset_elt_alloc,
8694 lbitset_elt_calloc, lbitset_elt_find, lbitset_elt_free,
8695 lbitset_elt_link, lbitset_elt_unlink, lbitset_elt_zero_p,
8696 lbitset_empty_p, lbitset_equal_p, lbitset_free, lbitset_init,
8697 lbitset_list, lbitset_list_reverse, lbitset_not, lbitset_ones,
8698 lbitset_op3_cmp, lbitset_or, lbitset_or_cmp, lbitset_prune,
8699 lbitset_release_memory, lbitset_reset, lbitset_set, lbitset_size,
8700 lbitset_subset_p, lbitset_test, lbitset_weed, lbitset_xor,
8701 lbitset_xor_cmp, lbitset_zero): Likewise.
e76d2469 8702
ae26e1f0
AD
87032002-10-14 Akim Demaille <akim@epita.fr>
8704
8705 Version 1.75.
8706
d43baf71
AD
87072002-10-14 Akim Demaille <akim@epita.fr>
8708
8709 * tests/Makefile.am (maintainer-check-posix): New.
8710
7ebc83e3
AD
87112002-10-14 Akim Demaille <akim@epita.fr>
8712
8713 * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yyloc
8714 member.
8715
05846dae
AD
87162002-10-14 Akim Demaille <akim@epita.fr>
8717
8718 * src/tables.c (table_ninf_remap): base -> tab.
8719 Reported by Matt Rosing.
8720
1318e37d
PE
87212002-10-14 Paul Eggert <eggert@twinsun.com>
8722
447fbb17
PE
8723 * tests/action.at, tests/calc.at, tests/conflicts.at,
8724 tests/cxx-type.at, tests/headers.at, tests/input.at,
8725 tests/regression.at, tests/synclines.at, tests/torture.at:
8726 Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
8727 so that the tests still work even if POSIXLY_CORRECT is set.
8728 * doc/bison.texinfo (Rpcalc Compile, Invocation): Likewise.
05846dae 8729
1318e37d
PE
8730 * data/c.m4 (b4_int_type): Use yysigned_char instead of signed char,
8731 for portability to K&R hosts. Fix typo: signed char is guaranteed
8732 only to 127, not to 128.
8733 * data/glr.c (yysigned_char): New type.
8734 * data/yacc.c (yysigned_char): Likewise.
8735 * tests/regression.at (Web2c Actions): signed char -> yysigned_char.
8736
cc0f0794
PE
87372002-10-13 Paul Eggert <eggert@twinsun.com>
8738
5038f418
PE
8739 * data/yacc.c (yyparse): Rewrite to avoid "comparison is always
8740 true due to limited range of data type" warning from GCC.
8741
cc0f0794
PE
8742 * data/c.m4 (b4_token_defines): Protect against double-inclusion
8743 by wrapping enum yytokentype's definition inside #ifndef
8744 YYTOKENTYPE. This undoes a bug I introduced on 2002-10-12.
8745
6fed0802
AD
87462002-10-13 Akim Demaille <akim@epita.fr>
8747
8748 * data/glr.c (yyglrShiftDefer, yyaddDeferredAction, yydoAction):
8749 Un yy- yyrhs to avoid the name clash with the global YYRHS.
8750
32f0598d
AD
87512002-10-13 Akim Demaille <akim@epita.fr>
8752
8753 * Makefile.maint: Update from Autoconf 2.54.
8754 * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Remove, shipped with 2.54.
8755
7ea9a33f
AD
87562002-10-13 Akim Demaille <akim@epita.fr>
8757
8758 * src/print.c (print_state): Separate the list of solved conflicts
8759 from the other items.
8760 * tests/conflicts.at (Resolved SR Conflicts): Adjust.
8761
ea99527d
AD
87622002-10-13 Akim Demaille <akim@epita.fr>
8763
8764 Let nondeterministic skeletons be usable with deterministic
8765 tables.
8766
8767 With the patch, GAWK compiled by GCC without -O2 passes its test
8768 suite using a GLR parser driven by LALR tables. It fails with -O2
8769 because `struct stat' gives two different answers on my machine:
8770 88 (definition of an auto var) and later 96 (memset on this var).
8771 Hence the stack is badly corrumpted. The headers inclusion is to
8772 blame: if I move the awk.h inclusion before GLR's system header
8773 inclusion, the two struct stat have the same size.
8774
8775 * src/tables.c (pack_table): Always create conflict_table.
8776 (token_actions): Always create conflict_list.
8777 * data/glr.c (YYFLAG): Remove, unused.
8778
f377f69f
AD
87792002-10-13 Akim Demaille <akim@epita.fr>
8780
8781 * configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
8782 (O0FLAGS): New.
8783 (VALGRIND, GXX): New.
8784 * tests/atlocal.in (CFLAGS): Use O0FLAGS.
8785 * tests/bison.in: Run $PREBISON a pre-command.
8786 * tests/Makefile.am (maintainer-check, maintainer-check-valgrind)
8787 (maintainer-check-g++): New.
8788 * Makefile.am (maintainer-check): New.
8789
2a1fe6ed
AD
87902002-10-13 Akim Demaille <akim@epita.fr>
8791
8792 * data/glr.c: Formatting changes.
8793 Tweak some trace messages to match yacc.c's.
8794
f50adbbd
AD
87952002-10-13 Akim Demaille <akim@epita.fr>
8796
8797 GLR parsers sometimes raise parse errors instead of performing the
8798 default reduction.
8799 Reported by Charles-Henry de Boysson.
8800
8801 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Don't
ba0fe3c7 8802 check the length of the traces when %glr.
f50adbbd
AD
8803 (_AT_CHECK_CALC_ERROR): Also skip `^Stack' lines, coming from
8804 GLR's traces.
8805 (AT_CHECK_CALC_LALR, AT_CHECK_CALC_GLR): New.
8806 Test GLR parsers.
8807 * data/glr.c (YYLEFTMOST_STATE): Fix its value.
8808 (yyltype): Remove the yy prefix from the member names.
8809 (yytable): Complete its comment.
8810 (yygetLRActions): Map error action number from YYTABLE from
8811 YYTABLE_NINF to 0.
8812 (yyisErrorAction): No longer compare YYACTION to YYPACT_NINF
8813 (which was a bug: it should have been YYTABEL_NINF, and yet it was
8814 not satisfying as we could compare an YYACTION computed from
8815 YYDEFACT to YYTABLE_NINF although they are unrelated): 0 is the
8816 only value for error actions.
8817 (yyreportParseError): In verbose parse error messages, don't issue
8818 `error' in the list of expected tokens.
8819 * data/yacc.c (yyparse) <yybackup>: Rewrite the decoding of the
8820 next action to perform to match glr.c's decoding.
8821 (yytable): Complete its comment.
8822
bcbad5b9
PE
88232002-10-13 Paul Eggert <eggert@twinsun.com>
8824
8825 Fix problem reported by Henrik Grubbstroem in
161a71f3 8826 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00098.html>:
bcbad5b9
PE
8827 "nonterm: { $$ = 123; } { $$ = $1; };" was wrongly rejected,
8828 because the Bison parser reads the second action before reducing
8829 the first one.
8830 * src/scan-gram.l (rule_length): New static var.
8831 Use it to keep track of the rule length in the scanner, since
8832 we can't expect the parser to be in lock-step sync with the scanner.
8833 (handle_action_dollar, handle_action_at): Use this var.
8834 * tests/actions.at (Exotic Dollars): Test for the problem.
05846dae 8835
14904b89
PE
88362002-10-12 Paul Eggert <eggert@twinsun.com>
8837
1fe611e5
PE
8838 * lib/timevar.c [! IN_GCC && HAVE_SYS_TIME_H]: Include <sys/time.h>.
8839 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): Check for <sys/time.h>.
8840 Include <sys/time.h> when checking for clock_t and struct tms.
8841 Use same include order as source.
8842 This is for the SunOS 4.1.4 porting bug reported by Peter Klein in
161a71f3 8843 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00016.html>.
05846dae 8844
1fe611e5
PE
8845 * lib/timevar.c: Update copyright date and clarify comments.
8846 (get_time) [IN_GCC]: Keep the GCC version for reference.
05846dae 8847
1fe611e5
PE
8848 * lib/timevar.c, lib/timevar.h, lib/timevar.def: Import
8849 GCC version as of today, then merge Bison's changes.
8850 Change "GCC" to "Bison" in copyright notice. timevar.def's
8851 author is Akim, so change that too.
8852
98194095
PE
8853 * src/reader.c (grammar_current_rule_check):
8854 Don't worry about the default action if $$ is untyped.
8855 Prevents bogus warnings reported by Jim Gifford in
161a71f3 8856 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00015.html>.
98194095 8857
14904b89
PE
8858 * data/c.m4 (b4_token_enum): Do not define YYTOKENTYPE.
8859 * data/glr.c, data/lalr1.cc, data/yacc.c:
8860 Output token definitions before the first part of user declarations.
8861 Fixes compatibility problem reported by Jim Gifford for kbd in
161a71f3 8862 <http://lists.gnu.org/archive/html/bug-bison/2002-10/msg00014.html>.
14904b89 8863
ff6dca18
PE
88642002-10-11 Paul Eggert <eggert@twinsun.com>
8865
8866 * data/yacc.c (yyreport_parse_error): Remove, putting its body into...
8867 (yyparse): here. This undoes some of the 2002-07-25 change.
8868 Compatibility problem reported by Ralf S. Engelschall with
8869 OSSP cfg <http://www.ossp.org/pkg/lib/cfg/>.
8870
eb714592
AD
88712002-10-11 Akim Demaille <akim@epita.fr>
8872
8873 * tests/regression.at Characters Escapes): New.
8874 * src/scan-gram.l (SC_ESCAPED_CHARACTER): Accept \' in strings and
8875 characters.
8876 Reported by Jan Nieuwenhuizen.
8877
b7195100
AD
88782002-10-11 Akim Demaille <akim@epita.fr>
8879
8880 * po/id.po: New.
8881
f28a0f2d
PE
88822002-10-10 Paul Eggert <eggert@twinsun.com>
8883
8884 Portability fixes for bitsets; this also avoids several GCC
8885 warnings.
8886
8887 * lib/abitset.c: Include <stddef.h>, for offsetof.
8888 * lib/lbitset.c: Likewise.
8889
8890 * lib/abitset.c (abitset_bytes): Return a size that is aligned
8891 properly for vectors of objects. Do not assume that adding a
8892 header size to a multiple of a word size yields a value that is
8893 properly aligned for the whole union.
8894 * lib/bitsetv.c (bitsetv_alloc): Likewise.
8895
8896 * lib/bitset_stats.c (bitset_stats_bytes): Adjust to new,
8897 unique names for structures.
8898 * lib/ebitset.c (ebitset_bytes): Likewise.
8899 * lib/lbitset.c (lbitset_bytes): Likewise.
8900
8901 * lib/abitset.c (abitset_ones, abitset_zero, abitset_empty_p,
8902 abitset_copy1, abitset_not, abitset_equal_p, abitset_subset_p,
8903 abitset_disjoint_p, abitset_and, abitset_and_cmp, abitset_andn,
8904 abitset_andn_cmp, abitset_or, abitset_or_cmp, abitset_xor,
8905 abitset_xor_cmp, abitset_and_or, abitset_and_or_cmp,
8906 abitset_andn_or, abitset_andn_or_cmp, abitset_or_and,
8907 abitset_or_and_cmp, abitset_copy): Supply prototype decls,
8908 to improve the type-checking that GCC can do.
8909 * lib/bitset.c (bitset_op4_cmp): Likewise.
8910 * lib/bitset_stats.c (bitset_stats_count,
8911 bitset_stats_empty_p, bitset_stats_ones, bitset_stats_zero,
8912 bitset_stats_copy, bitset_stats_disjoint_p,
8913 bitset_stats_equal_p, bitset_stats_not, bitset_stats_subset_p,
8914 bitset_stats_and, bitset_stats_and_cmp, bitset_stats_andn,
8915 bitset_stats_andn_cmp, bitset_stats_or, bitset_stats_or_cmp,
8916 bitset_stats_xor, bitset_stats_xor_cmp, bitset_stats_and_or,
8917 bitset_stats_and_or_cmp, bitset_stats_andn_or,
8918 bitset_stats_andn_or_cmp, bitset_stats_or_and,
8919 bitset_stats_or_and_cmp): Likewise.
8920 * lib/lbitset.c (lbitset_and, lbitset_and_cmp, lbitset_andn,
8921 lbitset_andn_cmp, lbitset_or, lbitset_or_cmp, lbitset_xor,
8922 lbitset_xor_cmp, lbitset_empty_p, lbitset_ones, lbitset_not,
8923 lbitset_subset_p, lbitset_disjoint_p, debug_lbitset): Likewise.
8924
8925 * lib/abitset.h: Include bitset.h, not bbitset.h.
8926 * lib/ebitset.h: Likewise.
8927 * lib/lbitset.h: Likewise.
8928
8929 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): New types.
8930 All instances of parameters of type enum bitset_opts are now of
8931 type enum_bitset_opts, to conform to the C Standard, and similarly
8932 for enum_bitset_type.
8933 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
8934 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
8935
8936 Do not use "struct bitset_struct" to mean different things in
8937 different modules. Not only is this confusing, it violates
8938 the C Standard, which requires that structure types in different
8939 modules must be compatible if one is to be passed to the other.
8940 * lib/bbitset.h (bitset): Now points to a union, not to a struct.
8941 All instances of "struct bitset_struct *" replaced with "bitset".
8942 * lib/bitset.h (struct bitset_struct): Remove, replacing with....
8943 (union bitset_union, struct abitset_struct, struct ebitset_struct,
8944 struct lbitset_struct, struct bitset_stats_struct): New types.
8945 All uses of struct bitset_struct changed to union bitset_union,
8946 etc.
ba0fe3c7 8947 * lib/abitset.c (struct abitset_struct, abitset,
f28a0f2d
PE
8948 struct bitset_struct): Remove.
8949 * lib/bitset_stats.c (struct bitset_stats_struct, bitset_stats,
8950 struct bitset_struct): Remove.
8951 * lib/ebitset.c (struct ebitset_struct, ebitset, struct
8952 bitset_struct): Remove.
8953 * lib/lbitset.c (struct lbitset_struct, lbitset, bitset_struct):
8954 Likewise.
8955
8956 Do not call a function of type T using a call that assumes the
8957 function is of a different type U. Standard C requires that a
8958 function must be called with a type that is compatible with its
8959 definition.
8960 * lib/bbitset.h (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
8961 New decls.
8962 * lib/bitset.c (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
8963 New functions.
8964 * lib/ebitset.c (PFV): Remove.
8965 * lib/lbitset.c (PFV): Likewise.
8966 * lib/ebitset.c (ebitset_and, ebitset_andn, ebitset_or,
8967 ebitset_xor, ebitset_copy, ebitset_ones, ebitset_empty_p): New
8968 decls.
8969 (ebitset_and, ebitset_andn, ebitset_or, ebitset_xor): New functions.
8970 (ebitset_vtable): Use them.
8971 * lib/lbitset.c (lbitset_and, lbitset_andn, lbitset_or,
8972 lbitset_xor): New functions.
8973 (lbitset_vtable): Use them.
8974
8975 * lib/bitset.h (bitset_next, bitset_prev, bitset_only_set_p):
8976 Declare.
8977
8978 * lib/bitsetv.c (bitsetv_alloc): Add a cast to (void *) to avoid a
8979 GCC warning.
8980 * lib/lbitset.c (LBITSET_CURRENT1): Likewise.
8981 Use offsetof, for simplicity.
8982
6fbe4984
PE
89832002-10-06 Paul Eggert <eggert@twinsun.com>
8984
8985 * lib/bitset.h (bitset_reset): Do not assume that bitset_word is
8986 the same width as int. This reapplies a hunk of the 2002-08-12 patch
161a71f3 8987 <http://lists.gnu.org/archive/html/bison-patches/2002-08/msg00007.html>,
6fbe4984
PE
8988 which was inadvertently undone by the 2002-09-30 patch.
8989 * lib/lbitset.c (debug_lbitset): Do not assume that bitset_word is
8990 the same width as int.
8991
420f93c8
PE
89922002-10-04 Paul Eggert <eggert@twinsun.com>
8993
8994 Version 1.50.
8995
8996 * configure.ac (AC_INIT), NEWS: Increment version number.
8997
8998 * doc/bison.texinfo: Minor spelling, grammar, and white space
8999 fixes.
9000 (Symbols): Mention that any negative value returned from yylex
9001 signifies end-of-input. Warn about negative chars. Mention
9002 the portable Standard C character set.
9003
9004 The GNU coding standard says CFLAGS and YFLAGS are reserved
9005 for the installer to set.
9006 * lib/Makefile.am (AM_CFLAGS): Renamed from CFLAGS.
9007 * src/Makefile.am (AM_CFLAGS): Likewise.
9008 (AM_YFLAGS): Renamed from YFLAGS.
9009
9010 Fix some MAX and MIN problems.
9011 * src/gram.h (ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
9012 * src/lalr.h (GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
9013 * src/symtab.h (SYMBOL_NUMBER_MAX): New macro.
9014 * src/reader.c (reader): Use it.
9015
9016 * tests/regression.at (Braces parsing): Use grep, not fgrep, as
9017 POSIX 1003.1-2001 has removed fgrep.
9018
90192002-10-04 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
9020
9021 * lib/bbitset.h (BITSET_WINDEX_MAX): Redefine so that it cannot be
9022 interpreted as signed.
9023 * lib/ebitset.c (ebitset_list): Fix bug.
9024
ff68026d
PE
90252002-10-01 Paul Eggert <eggert@twinsun.com>
9026
9027 More fixes for 64-bit hosts and large bitsets.
9028
9029 * lib/abitset.c (struct abitset_struct.n_bits, abitset_small_list,
9030 abitset_size, abitset_list, abitset_list_reverse, abitset_list):
9031 Use bitset_bindex, not int or unsigned int or size_t, to count bits.
9032 * lib/bbitset.h (struct bitset_vtable.size, struct bitset_vtable.count,
9033 struct bitset_vtable.list, struct bitset_vtable.list_reverse,
9034 bitset_count_, bitset_next, bitset_prev, bitset_first, bitset_last,
9035 bitset_count_): Likewise.
9036 * lib/bitset.h (bitset_iterator.num, bitset_iterator.i,
9037 bitset_first, bitset_last): Likewise.
9038 * lib/bitset_stats.c (bitset_stats_size, bitset_stats_list,
9039 bitset_stats_list_reverse, bitset_stats_size,
9040 bitset_stats_count, bitset_stats_list, bitset_stat_list_reverse):
9041 Likewise.
9042 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
9043 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
9044 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
9045 bitsetv_reflexive_transitive_closure): Likewise.
9046 * lib/bitsetv.h (bitsetv_alloc, bitsetv_create): Likewise.
9047 * lib/ebitset.c (ebitset_size, ebitset_list, ebitset_list_reverse):
9048 Likewise.
9049 * lib/lbitset.c (lbitset_size, lbitset_list, lbitset_list_merge):
9050 Likewise.
420f93c8 9051
ff68026d
PE
9052 * lib/abitset.c (abitset_ones, abitset_zero, abitset_bytes):
9053 Use size_t, not unsigned int, to count bytes.
9054 * lib/abitset.h (abitset_bytes): Likewise.
9055 * lib/bitset.c (bitset_bytes, bitset_alloc, bitset_obstack_alloc):
9056 Likewise.
9057 * lib/bitset.h (bitset_bytes): Likewise.
9058 * lib/bitset_stats.c (bitset_stats_bytes, bitset_stats_init): Likewise.
9059 * lib/bitset_stats.h (bitset_stats_bytes): Likewise.
9060 * lib/bitsetv.c (bitsetv_alloc): Likewise.
9061 * lib/ebitset.c (ebitset_bytes): Likewise.
9062 * lib/ebitset.h (ebitset_bytes): Likewise.
9063 * lib/lbitset.c (lbitset_bytes): Likewise.
9064 * lib/lbitset.h (lbitset_bytes): Likewise.
420f93c8 9065
ff68026d
PE
9066 * lib/abitset.c (abitset_empty_p, abitset_not, abitset_equal_p,
9067 abitset_subset_p, abitset_disjoint_p, abitset_and,
9068 abitset_and_cmp, abitset_andn, abitset_andn_cmp, abitset_or,
9069 abitset_or_cmp, abitset_xor, abitset_xor_cmp, abitset_and_or,
9070 abitset_and_or_cmp, abitset_andn_or, abitset_andn_or_cmp,
9071 abitset_or_and, abitset_or_and_cmp):
9072 Use bitset_windex instead of unsigned int.
9073 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
9074 * lib/ebitset.c (struct ebitset_struct.size, ebitset_elts_grow,
9075 ebitset_elt_add, ebitset_elt_remove, ebitset_weed,
9076 ebitset_elt_find, ebitset_list_reverse, ebitset_list, ebitset_init):
9077 Likewise.
9078 * lib/lbitset.c (lbitset_ones, lbitset_not): Likewise.
420f93c8 9079
ff68026d
PE
9080 * lib/bitset.c (bitset_print):
9081 Use proper printf formats for widths of integer types.
9082 * lib/bitset_stats.c (bitset_percent_histogram_print,
9083 bitset_log_histogram_print, bitset_stats_print_1): Likewise.
9084 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
9085 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
9086 * lib/lbitset.c (lbitset_bytes): Likewise.
420f93c8 9087
ff68026d
PE
9088 * lib/bbitset.h (BITSET_BINDEX_MAX, BITSET_WINDEX_MAX,
9089 BITSET_SIZE_MAX): New macros.
9090 (BITSET_INDEX_MAX): Remove. It wasn't right, since it assumed that
9091 sizeof (bitset_word) == sizeof (bitset_windex). All uses changed
9092 to BITSET_WINDEX_MAX.
9093
9094 * lib/bitset.c (bitset_next, bitset_prev, bitset_first,
9095 bitset_last): Return BITSET_BINDEX_MAX (not -1) for no value,
9096 since we now return the bitset_bindex type (not int).
9097
9098 * lib/bitsetv.c (bitsetv_alloc): Check for arithmetic overflow
9099 when computing sizes.
9100 * lib/ebitset.c (ebitset_elts_grow): Likewise.
9101
9102 * lib/lbitset.c (lbitset_elt_find): Simplify windex calculation
9103 and avoid cast to unsigned.
9104
6aa452a6
AD
91052002-09-30 Akim Demaille <akim@epita.fr>
9106
9107 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
9108 * lib/bitset_stats.c, lib/bitsetv.c, lib/ebitset.c, lib/lbitset.c:
9109 Updates from Michael Hayes.
9110
927f7817
AD
91112002-09-30 Art Haas <ahaas@neosoft.com>
9112
9113 * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
9114 invocations.
9115 * tests/cxx-type.at (declarator): Don't rely on NDEBUG being not
9116 defined.
9117
9738f41e
AD
91182002-09-27 Akim Demaille <akim@epita.fr>
9119
9120 Version 1.49c.
9121
a5c75d7f
AD
91222002-09-27 Akim Demaille <akim@epita.fr>
9123
9124 * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.
9125 (Because of AC_LIBSOURCE).
9126
8280e179
AD
91272002-09-27 Akim Demaille <akim@epita.fr>
9128
9129 Playing with Autoscan.
9130
9131 * configure.ac: Remove the old LIBOBJ tweaks.
9132 (AC_REPLACE_FUNCS): Add strrchr and strtol.
9133 * lib/strrchr.c: New.
9134 * lib/strtol.c: New, from the Coreutils 4.5.1.
9135
ae64af35
AD
91362002-09-27 Akim Demaille <akim@epita.fr>
9137
9138 Playing with Autoscan.
9139
9140 * m4/prereq.m4 (jm_PREREQ_ARGMATCH, jm_FUNC_ARGMATCH): New.
9141 * lib/Makefile.am (libbison_a_SOURCES): No longer include
9142 argmatch.c and argmatch.h, since they are AC_LIBSOURCE'd.
9143 * lib/strcasecmp.c, lib/strncasecmp.c, lib/memcmp.c: New, from the
9144 Coreutils 4.5.1.
9145
d1a1114f
AD
91462002-09-24 Akim Demaille <akim@epita.fr>
9147
9148 * doc/bison.texinfo (Stack Overflow): xref to Recursion.
9149 (Frequently Asked Questions, Parser Stack Overflow): New.
9150
b906441c
AD
91512002-09-13 Akim Demaille <akim@epita.fr>
9152
9153 Playing with autoscan.
9154
9155 * src/reader.c (get_merge_function): Use xstrdup, not strdup.
9156 * src/files.c (skeleton_find): Remove, unused.
9157 * m4/memcmp.m4: New, from the Coreutils 4.5.1.
9158 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Run jm_FUNC_MEMCMP.
9159
bd701811
AD
91602002-09-13 Akim Demaille <akim@epita.fr>
9161
9162 * configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.6.3.
9163 * Makefile.am (AUTOMAKE_OPTIONS): Don't.
9164
e0a13e7b
AD
91652002-09-13 Akim Demaille <akim@epita.fr>
9166
9167 * configure.ac: Require 2.54.
9168 s/jm_FUNC_MALLOC/AC_FUNC_MALLOC/.
9169 s/jm_FUNC_REALLOC/AC_FUNC_REALLOC/.
9170 * m4/c-bs-a.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/realloc.m4:
9171 Remove, provided by Autoconf macros.
9172
c97011bf
AD
91732002-09-12 Akim Demaille <akim@epita.fr>
9174
9175 * m4/prereq.m4: Update, from Coreutils 4.5.1.
9176
d862b1be
AD
91772002-09-12 Akim Demaille <akim@epita.fr>
9178
9179 * m4/prereq.m4: Update, from Fileutils 4.1.5.
9180 * configure.ac (jm_PREREQ_TEMPNAME): Invoke it.
9181 Reported by Martin Mokrejs.
9182
3d38c03a
AD
91832002-09-10 Akim Demaille <akim@epita.fr>
9184
9185 * src/parse-gram.y: Associate a human readable string to each
9186 token type.
9187 * tests/regression.at (Invalid inputs): Adjust.
9188
b6347355
AD
91892002-09-10 Gary V. Vaughan <gary@gnu.org>
9190
9191 * tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
9192 with an Autoconf-2.5x style configure.ac.
9193
09ba4ab2
PE
91942002-09-06 Paul Eggert <eggert@twinsun.com>
9195
9196 * doc/bison.texinfo (Conditions): Make explicit that the GPL
9197 exception applies only to yacc.c. This is a modification of a
9198 patch originally suggested by Akim Demaille.
9199
21846f69
AD
92002002-09-06 Akim Demaille <akim@epita.fr>
9201
09ba4ab2
PE
9202 * data/c.m4 (b4_copyright): Move the GPL exception comment from
9203 here to...
9204 * data/yacc.c: here.
9205
21846f69
AD
9206 * data/lalr1.cc (struct yyltype): Don't define it, since we use
9207 LocationType.
9208 (b4_ltype): Default to yy::Location from location.hh.
9209
c0ad8bf3
AD
92102002-09-04 Jim Meyering <jim@meyering.net>
9211
9212 * data/yacc.c: Guard the declaration of yytoknum also with
9213 `#ifdef YYPRINT', so it is declared only when used.
9214
3a93251e
AD
92152002-09-04 Akim Demaille <akim@epita.fr>
9216
9217 * configure.in: Rename as...
9218 * configure.ac: this.
9219 Bump to 1.49c.
9220
427c0dda
AD
92212002-09-04 Akim Demaille <akim@epita.fr>
9222
9223 * src/assoc.c, src/closure.c, src/gram.c, src/injections.c,
9224 * src/lalr.c, src/LR0.c, src/relation.c, src/tables.c: Don't
9225 translate maintainer only messages.
9226
6a254321
PE
92272002-08-12 Paul Eggert <eggert@twinsun.com>
9228
645e30d1
PE
9229 Version 1.49b.
9230
6a254321
PE
9231 * Makefile.am (SUBDIRS): Remove intl.
9232 (DISTCLEANFILES): Remove.
9233 * NEWS: Mention that GNU M4 is now required. Clarify what is
9234 meant by "larger grammars". Mention the pt_BR translation.
9235 * configure.in (AC_CHECK_DECLS): Add getenv, getopt.
9236 (AM_GNU_GETTEXT_VERSION): New macro, replacing GETTEXT_VERSION var.
9237 Bump version from 0.11.2 to 0.11.5.
9238 (BISON_PREREQ_STAGE): Remove.
9239 (AM_GNU_GETTEXT): Use external gettext.
9240 (AC_OUTPUT): Remove intl/Makefile.
9241
9242 * config/depcomp, config/install-sh: Sync with Automake 1.6.3.
9243
9244 * data/glr.c: Include string.h, for strlen.
9245 (yyreportParseError): Use size_t for yysize.
9246 (yy_yypstack): No longer nested inside yypstates, as nested
9247 functions are not portable. Do not assume size_t is the
9248 same width as int.
9249 (yypstates): Do not assume that ptrdiff_t is the same width
9250 as int, and similarly for yyposn and YYINDEX.
9251
9252 * data/yacc.c: Fix comment about `$$ = $1': it can copy garbage.
9253
9254 * lib/Makefile.am (INCLUDES): Do not include from the intl
9255 directory, which has been removed.
9256 * src/Makefile.am (INCLUDES): Likewise.
9257
9258 * lib/Makefile.am (libbison_a_SOURCES): Add unlocked-io.h.
9259 (bitsets_sources, additional_bitsets_sources, timevars_sources):
9260 New vars.
9261
9262 * lib/Makefile.am (libbison_a_SOURCES): Avoid +=, a GNU make extension.
9263 * tests/Makefile.am (EXTRA_DIST): Likewise.
9264
9265 * lib/abitset.c (abitset_reverse_list, ebitset_reverse_list):
9266 Do not assume that bitset_windex is the same width as unsigned.
9267
9268 * lib/abitset.c (abitset_unused_clear): Do not assume that
9269 bitset_word is the same width as int.
9270 * lib/bbitset.h (BITSET_INDEX_MAX, BITSET_MSB): Likewise.
9271 * lib/bitset.h (bitset_set, bitset_reset): Likewise.
9272 * lib/bitset_stats.c (bitset_stats_set, bitset_stats_reset): Likewise.
9273 * lib/ebitset.c (ebitset_set, ebitset_reset): Likewise.
9274 * lib/lbitset.c (lbitset_set, lbitset_reset): Likewise.
9275
9276 * lib/abitset.c (abitset_op1): Use -1, not ~0, as memset arg (for
9277 portability to one's complement hosts!).
9278 * lib/ebitset.c (ebitset_op1): Likewise.
9279 * lib/lbitset.c (lbitset_op1): Likewise.
9280
9281 * lib/argmatch.c, lib/quotearg.c, quotearg.h: Sync with GNU tar.
9282 * lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
9283 lib/hash.c, lib/hash.h, lib/strnlen.c, lib/xmalloc.c:
9284 Sync with fileutils.
9285 * lib/error.c, lib/getopt.c, lib/getopt.h, lib/getopt1.c,
9286 lib/gettext.h: Sync with diffutils.
9287
9288 * lib/memrchr.c, lib/mkstemp.c, lib/strchr.c, lib/strnlen.c,
9289 lib/strspn.c, lib/tempname.c: Use GPL, not LGPL.
9290
9291 * lib/obstack.c, lib/obstack.h: Sync with fileutils, except use
9292 PROTOTYPES to check for prototypes, and "defined __STDC__" to
9293 check for void *.
9294
9295 * lib/bbitset.h (BITSET_WORD_BITS): Now of type unsigned, not
9296 size_t; the old version tried to do this but casted improperly.
9297 (bitset_bindex, bitset_windex): Now size_t, not unsigned long.
9298 (bitset_test): Now returns int, not unsigned long.
9299
9300 * lib/bitset_stats.c: Include "gettext.h".
9301 (_): New macro.
9302 (bitset_stats_set, bitset_stats_reset, bitset_stats_test): Don't
9303 name locals "index", as it generates unnecessary warnings on some
9304 hosts that have an "index" function.
9305
9306 * lib/bitset_stats.c (bitset_stats_print_1, bitset_stats_print,
9307 bitset_stats_read, bitset_stats_write): Wrap strings in _() if
9308 they need translation.
9309 * src/LR0.c (state_list_append, new_itemsets, get_state,
9310 append_states, generate_states): Likewise.
9311 * src/assoc.c (assoc_to_string): Likewise.
9312 * src/closure.c (print_closure, set_firsts, closure): Likewise.
9313 * src/gram.c (grammar_dump): Likewise.
9314 * src/injections.c (injections_compute): Likewise.
9315 * src/lalr.c (lookaheads_print): Likewise.
9316 * src/relation.c (relation_transpose): Likewise.
9317 * src/scan-gram.l: Likewise.
9318 * src/tables.c (table_grow, pack_vector): Likewise.
9319
9320 * m4/Makefile.am (EXTRA_DIST): Remove codeset.m4,
9321 glibc21.m4, isc-posix.m4 lcmessage.m4, stage.m4.
9322 * m4/malloc.m4, m4/realloc.m4: Sync with diffutils.
9323 * m4/mbstate_t.m4: Sync with fileutils.
9324 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): AC_MBSTATE_T -> AC_TYPE_MBSTATE_T.
9325
9326 * po/LINGUAS: Add pt_BR.
9327 * po/POTFILES.in: Add src/assoc.c, src/closure.c, src/gram.c,
9328 src/main.c, src/relation.c, src/state.c, lib/bitset_stats.c,
9329 lib/timevar.c.
9330 Use src/parse-gram.y instead of src/parse-gram.c, as the gettext
9331 manual recommends.
9332 Similarly, use src/scan-gram.l instead of src/scan-gram.c.
9333
9334 * src/complain.c (strerror_r): Remove decl; not needed.
9335 (strerror): Use same pattern as ../lib/error.c.
9336
9337 * src/files.c, src/files.h (compute_header_macro): Remove; unused.
9338
9339 * src/gram.c (grammar_dump): Do not assume ptrdiff_t fits in int.
9340
9341 * src/main.c (main): Cast result of bindtextdomain and textdomain
9342 to void, to avoid a GCC warning when --disable-nls is in effect.
9343
9344 * src/scan-gram.l: Use strings rather than escapes when possible,
9345 to minimize the number of warnings from xgettext.
9346 (handle_action_dollar, handle_action_at): Don't use isdigit,
9347 as it mishandles negative chars and it may not work as expected
9348 outside the C locale.
9349
9350 * src/symtab.c (symbol_get): Don't cast LHS of an assignment;
9351 this is a GCC extension and is not portable to other compilers.
9352
9353 * src/system.h (alloca): Use same pattern as ../lib/error.c.
9354 Do not include <ctype.h>; no longer needed.
9355 Do not include <malloc.h>; no longer needed (and generates
9356 warnings on OpenBSD 3.0).
9357
9358 * tests/cxx-type.at (yylex): Do not pass signed char to isupper;
9359 it's not portable.
9360
9361 * tests/regression.at: Do not use 'cc -c input.c -o input';
9362 Sun C rejects this. Instead, use 'cc -c input.c -o input.o'.
9363
9364 * tests/synclines.at (AC_SYNCLINES_COMPILE): Accept any nonzero
9365 exit status as failure, not just exit status 1. Sun C exits
9366 with status 2 sometimes.
9367
9368 * tests/torture.at (AT_INCREASE_DATA_SIZE): New macro.
9369 Use it for the two large tests.
9370
c8f002c7
AD
93712002-08-02 Akim Demaille <akim@epita.fr>
9372
9373 * src/conflicts.c (conflicts_output): Don't output rules never
9374 reduced here, since anyway that computation doesn't work.
9375 * src/gram.h, src/gram.h (rule_filter_t, rule_useful_p)
9376 (rule_useless_p, rule_never_reduced_p): New.
9377 (grammar_rules_partial_print): Use a filter instead of a range.
9378 Display the title only if needed.
9379 (grammar_rules_print): Adjust.
9380 (grammar_rules_never_reduced_report): New.
9381 * src/tables.c (action_row): Move the computation of rules never
9382 reduced to...
9383 (token_actions): here.
9384 * src/main.c (main): Make the parser before making the report, so
9385 that rules never reduced are computed.
9386 Call grammar_rules_never_reduced_report.
9387 * src/print.c (print_results): Report rules never reduced.
9388 * tests/conflicts.at, tests/reduce.at: Adjust.
9389
cd08e51e
AD
93902002-08-01 Akim Demaille <akim@epita.fr>
9391
9392 Instead of attaching lookaheads and duplicating the rules being
9393 reduced by a state, attach the lookaheads to the reductions.
9394
9395 * src/state.h (state_t): Remove the `lookaheads',
9396 `lookaheads_rule' member.
9397 (reductions_t): Add a `lookaheads' member.
9398 Use a regular array for the `rules'.
9399 * src/state.c (reductions_new): Initialize the lookaheads member
9400 to 0.
9401 (state_rule_lookaheads_print): Adjust.
9402 * src/state.h, src/state.c (state_reductions_find): New.
9403 * src/conflicts.c (resolve_sr_conflict, set_conflicts)
9404 (count_rr_conflicts): Adjust.
9405 * src/lalr.c (LArule): Remove.
9406 (add_lookback_edge): Adjust.
9407 (state_lookaheads_count): New.
9408 (states_lookaheads_initialize): Merge into...
9409 (initialize_LA): this.
9410 (lalr_free): Adjust.
9411 * src/main.c (main): Don't free nullable and derives too early: it
9412 is used by --verbose.
9413 * src/print.c, src/print_graph.c, src/tables.c: Adjust.
9414
bb0027a9
AD
94152002-08-01 Akim Demaille <akim@epita.fr>
9416
9417 * src/derives.h, src/derives.c (derives): A `rule_t***' instead of
9418 `rule_number_t**'.
9419 (set_derives, free_derives): Rename as...
9420 (derives_compute, derives_free): this.
9421 Adjust all dependencies.
9422 * src/nullable.c (set_nullable, free_nullable): Rename as...
9423 (nullable_compute, nullable_free): these.
9424 (rule_list_t): Store rule_t *, not rule_number_t.
9425 * src/state.c (state_rule_lookaheads_print): Directly compare rule
9426 pointers, instead of their numbers.
9427 * src/main.c (main): Call nullable_free, and derives_free earlier,
9428 as they were lo longer used.
9429
3325ddc4
AD
94302002-08-01 Akim Demaille <akim@epita.fr>
9431
9432 * lib/timevar.c (get_time): Include children time.
9433 * src/lalr.h (LA, LArule): Don't export them: used with the
9434 state_t.
9435 * src/lalr.c (LA, LArule): Static.
9436 * src/lalr.h, src/lalr.c (lalr_free): New.
9437 * src/main.c (main): Call it.
9438 * src/tables.c (pack_vector): Check whether loc is >= to the
9439 table_size, not >.
9440 (pack_tables): Don't free froms, tos, conflict_tos, and pos...
9441 (tables_generate): do it, since that's also it which allocates
9442 them.
9443 Don't free LA and LArule, main does.
9444
c6f1a33c
AD
94452002-07-31 Akim Demaille <akim@epita.fr>
9446
9447 Separate parser tables computation and output.
9448
9449 * src/output.c (nvectors, base_t, base, base_ninf, conflict_table)
9450 (conflict_list, conflict_list_cnt, table, check, table_ninf)
9451 (yydefgoto, yydefact, high): Move to...
9452 * src/tables.h, src/tables.c: here.
9453 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
9454 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
9455 (symbol_number_to_vector_number, nvectors, BASE_MAX, BASE_MIN)
9456 (froms, tos, conflict_tos, tally, width, action_t, ACTION_MAX)
9457 (ACTION_MIN, actrow, order, nentries, pos, conflrow)
9458 (conflict_list_free, table_size, lowzero, table_grow, conflict_row)
9459 (action_row, save_row, token_actions, save_column, default_goto)
9460 (goto_actions, sort_actions, matching_state, pack_vector)
9461 (table_ninf_remap, pack_table, prepare_actions): Move to...
9462 * src/tables.c: here.
9463 * src/tables.h, src/tables.c(tables_generate, tables_free): New.
9464 * src/output.c (token_actions, output_base, output_conflicts)
9465 (output_check): Merge into...
9466 (prepare_actions): this.
9467 (actions_output): Rename as...
9468 (user_actions_output): this.
9469 * src/main.c (main): Call tables_generate and tables_free.
9470
1509d42f
AD
94712002-07-31 Akim Demaille <akim@epita.fr>
9472
9473 Steal GCC's --time-report support.
9474
9475 * lib/timevar.c, lib/timevar.h, lib/timevar.def: New,
9476 stolen/adjusted from GCC.
9477 * m4/stage.m4: Remove time related checks.
9478 * m4/timevar.m4: New.
9479 * configure.in: Adjust.
9480 * src/system.h: Adjust to using timevar.h.
9481 * src/getargs.h, src/getargs.c: Support trace_time for
9482 --trace=time.
9483 * src/main.c (stage): Remove.
9484 (main): Replace `stage' invocations with timevar calls.
9485 * src/output.c: Insert pertinent timevar calls.
9486
273a74fa
AD
94872002-07-31 Akim Demaille <akim@epita.fr>
9488
9489 Let --trace have arguments.
9490
9491 * src/getargs.h (enum trace_e): New.
9492 * src/getargs.c (trace_args, trace_types, trace_argmatch): New.
9493 (long_options, short_options): --trace/-T takes an optional
9494 argument.
9495 Change all the uses of trace_flag to reflect the new flags.
9496 * tests/sets.at (Firsts, Nullable, Broken Closure): Use --trace=sets.
9497
9498 Strengthen `stage' portability.
9499
9500 * m4/stage.m4 (BISON_PREREQ_STAGE): New.
9501 * configure.in: Use it.
9502 Don't check for malloc.h and sys/times.h.
9503 * src/system.h: Include them when appropriate.
9504 * src/main.c (stage): Compile only when mallinfo, struct mallinfo,
9505 times and struct tms are available.
9506
217598da
AD
95072002-07-30 Akim Demaille <akim@epita.fr>
9508
9509 In verbose parse error message, don't report `error' as an
9510 expected token.
9511 * tests/actions.at (Printers and Destructors): Adjust.
9512 * tests/calc.at (Calculator $1): Adjust.
9513 * data/yacc.c, data/glr.c, data/lalr1.c: When making the verbose
9514 error message, do not report the parser accepts the error token in
9515 that state.
9516
52489d44
AD
95172002-07-30 Akim Demaille <akim@epita.fr>
9518
9519 Normalize conflict related messages.
9520
9521 * src/complain.h, src/complain.c (warn, complain): New.
9522 * src/conflicts.c (conflicts_print): Use them.
9523 (conflict_report_yacc): New, extracted from...
9524 (conflicts_print): here.
9525 * tests/conflicts.at, tests/existing.at: Adjust.
9526
e8832397
AD
95272002-07-30 Akim Demaille <akim@epita.fr>
9528
9529 Report rules which are never reduced by the parser: those hidden
9530 by conflicts.
9531
9532 * src/LR0.c (save_reductions): Don't make the final state too
9533 different: save its reduction (accept) instead of having a state
9534 without any action (no shift or goto, no reduce).
9535 Note: the final state is now a ``regular'' state, i.e., the
9536 parsers now contain `reduce 0' as default reduction.
9537 Nevertheless, since they decide to `accept' when yystate =
9538 final_state, they still will not reduce rule 0.
9539 * src/print.c (print_actions, print_reduction): Adjust.
9540 * src/output.c (action_row): Track reduced rules.
9541 (token_actions): Report rules never reduced.
9542 * tests/conflicts.at, tests/regression.at: Adjust.
9543
caf23d24
AD
95442002-07-30 Akim Demaille <akim@epita.fr>
9545
9546 `stage' was accidently included in a previous patch.
9547 Initiate its autoconfiscation.
9548
9549 * configure.in: Look for malloc.h and sys/times.h.
9550 * src/main.c (stage): Adjust.
9551 Report only when trace_flag.
9552
640748ee
AD
95532002-07-29 Akim Demaille <akim@epita.fr>
9554
9555 * src/state.h, src/state.c (transitions_t): Holds state_t*'s, not
9556 state_number_t.
9557 (errs_t): symbol_t*, not symbol_number_t.
9558 (reductions_t): rule_t*, not rule_number_t.
9559 (FOR_EACH_SHIFT): New.
9560 * src/LR0.c, src/conflicts.c, src/lalr.c, src/output.c
9561 * src/print.c, src/print_graph.c: Adjust.
9562
88bce5a2
AD
95632002-07-29 Akim Demaille <akim@epita.fr>
9564
9565 Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
9566
9567 * src/symtab.h, src/symtab.c (eoftoken, axiom): Rename as...
9568 (endtoken, accept): these.
9569 * src/reader.c (reader): Set endtoken's default tag to "$end".
9570 Set undeftoken's tag to "$undefined" instead of "$undefined.".
9571 * doc/bison.texinfo (Table of Symbols): Mention $accept and $end.
9572 Adjust.
9573
1bfb97db
AD
95742002-07-29 Akim Demaille <akim@epita.fr>
9575
9576 * src/reduce.c (reduce_grammar): When the language is empty,
9577 complain about the start symbol, not the axiom.
9578 Use its location.
9579 * tests/reduce.at (Empty Language): New.
9580
fc5734fe
AD
95812002-07-26 Akim Demaille <akim@epita.fr>
9582
9583 * src/reader.h, src/reader.c (gram_error): ... can't get
9584 yycontrol without making too strong assumptions on the parser
9585 itself.
9586 * src/output.c (prepare_tokens): Use the real 0th value of
9587 token_translations instead of `0'.
9588 * src/parse-gram.y (yyerror): Don't rely on yycontrol being
9589 visible here.
9590 * data/yacc.c (yyreport_parse_error): Rename yylocation as yylloc
9591 for the time being: %locations ought to provide it to yyerror.
9592
3650b4b8
AD
95932002-07-25 Akim Demaille <akim@epita.fr>
9594
9595 * src/output.c (prepare_tokens): Go up to ntokens, not ntokens + 1.
9596 * doc/bison.texinfo (Decl Summary): s/$illegal/$undefined./.
9597 * tests/regression.at (Web2c Actions): Adjust.
9598
4b3d3a8e
AD
95992002-07-25 Akim Demaille <akim@epita.fr>
9600
9601 Stop storing rules from 1 to nrules + 1.
9602
9603 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c, src/lalr.c
9604 * src/nullable.c, src/output.c, src/print.c, src/reader.c
9605 * src/reduce.c: Allocate and free from &rules[0], not &rules[1].
9606 Iterate from 0 to nrules.
9607 Use rule_number_as_item_number and item_number_as_rule_number.
9608 Adjust to `derive' now containing possibly 0.
9609 * src/gram.h (rule_number_as_item_number, item_number_as_rule_number):
9610 Handle the `- 1' part in rule numbers from/to item numbers.
9611 * src/conflicts.c (log_resolution): Fix the message which reversed
9612 shift and reduce.
9613 * src/output.c (action_row): Initialize default_rule to -1.
9614 (token_actions): Adjust.
9615 * tests/sets.at (Nullable, Firsts): Fix the previously bogus
9616 expected output.
9617 * tests/conflicts.at (Resolved SR Conflicts): Likewise.
9618
4a2a22f4
AD
96192002-07-25 Akim Demaille <akim@epita.fr>
9620
9621 * data/c.m4 (b4_c_function, b4_c_ansi_args, b4_c_ansi_arg)
9622 (b4_c_knr_arg_names, b4_c_knr_arg_name, b4_c_knr_arg_decls)
9623 (b4_c_knr_arg_decl): New.
9624 * data/yacc.c: Use it to define yysymprint, yydestruct, and
9625 yyreport_parse_error.
9626
b8df3223
AD
96272002-07-25 Akim Demaille <akim@epita.fr>
9628
9629 * data/yacc.c (yyreport_parse_error): New, extracted from...
9630 (yyparse): here.
9631 (yydestruct, yysymprint): Move above yyparse.
9632 Be K&R compliant.
9633
a762e609
AD
96342002-07-25 Akim Demaille <akim@epita.fr>
9635
9636 * data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for): New,
9637 replace...
9638 (b4_sint_type, b4_uint_type): these.
9639 * data/yacc.c, data/glr.c, data/lalr1.cc: Use b4_int_type_for.
9640 * tests/regression.at (Web2c Actions): Adjust.
9641
12b0043a
AD
96422002-07-25 Akim Demaille <akim@epita.fr>
9643
9644 * src/gram.h (TIEM_NUMBER_MAX): New.
9645 (item_number_of_rule_number, rule_number_of_item_number): Rename
9646 as...
9647 (rule_number_as_item_number, item_number_as_rule_number): these.
9648 Adjust dependencies.
9649 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
9650 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
9651 (symbol_number_to_vector_number): New.
9652 (order): Of vector_number_t* type.
9653 (base_t, BASE_MAX, BASE_MIN): New.
9654 (froms, tos, width, pos, check): Of base_t type.
9655 (action_number_t, ACTION_MIN, ACTION_MAX): New.
9656 (actrow): Of action_number_t type.
9657 (conflrow): Of unsigned int type.
9658 (table_ninf, base_ninf): New.
9659 (GENERATE_MUSCLE_INSERT_TABLE): Also output the `*_min' value.
9660 (muscle_insert_int_table, muscle_insert_base_table)
9661 (muscle_insert_rule_number_table): New.
9662 (prepare_tokens): Output `toknum' as int_table.
9663 (action_row): Returns a rule_number_t.
9664 Use ACTION_MIN, not SHRT_MIN.
9665 (token_actions): yydefact is rule_number_t*.
9666 (table_ninf_remap): New.
9667 (pack_table): Use it for `base' and `table'.
9668 * data/yacc.c, data/glr.c, data/lalr1.cc (YYFLAG): Remove,
9669 replaced with...
9670 (YYPACT_NINF, YYTABLE_NINF): these.
9671 (yypact, yytable): Compute their types instead of hard-coded
9672 `short'.
9673 * tests/regression.at (Web2c Actions): Adjust.
9674
5dde258a
AD
96752002-07-19 Akim Demaille <akim@epita.fr>
9676
9677 * src/scan-gram.l (id): Can start with an underscore.
9678
a945ec39
AD
96792002-07-16 Akim Demaille <akim@epita.fr>
9680
9681 * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.
9682 Adjust all former `associativity' dependencies.
9683 * src/symtab.c (symbol_new): Default associativity is `undef', not
9684 `right'.
9685 (symbol_check_alias_consistence): Adjust.
9686
fae437e8
AD
96872002-07-09 Akim Demaille <akim@epita.fr>
9688
9689 * doc/bison.texinfo: Properly set the ``header'' part.
9690 Use @dircategory ``GNU programming tools'' as per Texinfo's
9691 documentation.
9692 Use @copying.
9693
1a715ef2
AD
96942002-07-09 Akim Demaille <akim@epita.fr>
9695
9696 * lib/quotearg.h: Protect against multiple inclusions.
9697 * src/location.h (location_t): Add a `file' member.
9698 (LOCATION_RESET, LOCATION_PRINT): Adjust.
9699 * src/complain.c (warn_at, complain_at, fatal_at): Drop
9700 `error_one_per_line' support.
9701
a5d50994
AD
97022002-07-09 Akim Demaille <akim@epita.fr>
9703
9704 * src/complain.h, src/complain.c (warn, complain): Remove, unused.
9705 * src/reader.c (lineno): Remove.
9706 Adjust all dependencies.
9707 (get_merge_function): Take a location and use complain_at.
9708 * src/symtab.h, src/symtab.c (symbol_make_alias): Likewise.
9709 * tests/regression.at (Invalid inputs, Mixing %token styles):
9710 Adjust.
9711
b275314e
AD
97122002-07-09 Akim Demaille <akim@epita.fr>
9713
9714 * src/parse-gram.y (rules_or_grammar_declaration): Add an error
9715 recovery rule, and forbid extensions when --yacc.
9716 (gram_error): Use complain_at.
9717 * src/reader.c (reader): Exit if there were parse errors.
9718
865b9df1
AD
97192002-07-09 Akim Demaille <akim@epita.fr>
9720
9721 * tests/synclines.at (AT_SYNCLINES_COMPILE): New.
9722 (AT_TEST_SYNCLINE): Adjust to unusual GCC outputs.
9723 Reported by R Blake <blakers@mac.com>.
9724
c76e14da
AD
97252002-07-09 Akim Demaille <akim@epita.fr>
9726
9727 * data/yacc.c: Output the copyright notive in the header.
9728
7db2ed2d
AD
97292002-07-03 Akim Demaille <akim@epita.fr>
9730
9731 * src/output.c (froms, tos): Are state_number_t.
9732 (save_column): sp, sp1, and sp2 are state_number_t.
9733 (prepare): Rename `final' as `final_state_number', `nnts' as
9734 `nterms_number', `nrules' as `rules_number', `nstates' as
9735 `states_number', and `ntokens' as `tokens_number'. Remove `nsym',
9736 unused.
9737 * data/yacc.c, data/glr.c, data/lalr1.cc: Adjust.
9738 * data/lalr1.cc (nsym_): Remove, unused.
9739
e68e0410
AD
97402002-07-03 Akim Demaille <akim@epita.fr>
9741
9742 * src/lalr.h, src/lalr.c (goto_number_t): New.
9743 * src/lalr.c (goto_list_t): New.
9744 Propagate them.
9745 * src/nullable.c (rule_list_t): New.
9746 Propagate.
9747 * src/types.h: Remove.
9748
e1a4f3a4
AD
97492002-07-03 Akim Demaille <akim@epita.fr>
9750
9751 * src/closure.c (print_fderives): Use rule_rhs_print.
9752 * src/derives.c (print_derives): Use rule_rhs_print.
9753 (rule_list_t): New, replaces `shorts'.
9754 (set_derives): Add comments.
9755 * tests/sets.at (Nullable, Firsts): Adjust.
9756
536545f3
AD
97572002-07-03 Akim Demaille <akim@epita.fr>
9758
9759 * src/output.c (prepare_actions): Free `tally' and `width'.
9760 (prepare_actions): Allocate and free `order'.
9761 * src/symtab.c (symbols_free): Free `symbols'.
9762 * src/scan-gram.l (scanner_free): Clear Flex's scanners memory.
9763 * src/output.c (m4_invoke): Move to...
9764 * src/scan-skel.l: here.
9765 (<<EOF>>): Close yyout, and free its name.
9766
8b752b00
AD
97672002-07-03 Akim Demaille <akim@epita.fr>
9768
9769 Fix some memory leaks, and fix a bug: state 0 was examined twice.
9770
9771 * src/LR0.c (new_state): Merge into...
9772 (state_list_append): this.
9773 (new_states): Merge into...
9774 (generate_states): here.
9775 (set_states): Don't ensure a proper `errs' state member here, do it...
9776 * src/conflicts.c (conflicts_solve): here.
9777 * src/state.h, src/state.c: Comment changes.
9778 (state_t): Rename member `shifts' as `transitions'.
9779 Adjust all dependencies.
9780 (errs_new): For consistency, also take the values as argument.
9781 (errs_dup): Remove.
9782 (state_errs_set): New.
9783 (state_reductions_set, state_transitions_set): Assert that no
9784 previous value was assigned.
9785 (state_free): New.
9786 (states_free): Use it.
9787 * src/conflicts.c (resolve_sr_conflict): Don't use an `errs_t' as
9788 temporary storage: use `errs' and `nerrs' as elsewhere.
9789 (set_conflicts): Allocate and free this `errs'.
9790
613f5e1a
AD
97912002-07-02 Akim Demaille <akim@epita.fr>
9792
9793 * lib/libiberty.h: New.
9794 * lib: Update the bitset implementation from upstream.
9795 * src/closure.c, src/lalr.c, src/output.c, src/print_graph.c,
9796 * src/state.c: Use BITSET_FOR_EACH, not BITSET_EXECUTE.
9797 * src/main.c: Adjust bitset stats calls.
9798
26e0cadc
PE
97992002-07-01 Paul Eggert <eggert@twinsun.com>
9800
9801 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert to unsigned
9802 char, so that negative chars don't collide with $.
9803
1154cced
AD
98042002-06-30 Akim Demaille <akim@epita.fr>
9805
9806 Have the GLR tests be `warning' checked, and fix the warnings.
9807
9808 * data/glr.c (YYFPRINTF): Always define it, not only when YYDEBUG
9809 (yyuserAction, yyreportAmbiguity): `Use' all the arguments.
9810 (yyremoveDeletes): `yyi' and `yyj' are size_t.
9811 Use YYFPRINTF when under if (YYDEBUG) to avoid empty `if' bodies.
9812 (yyaddDeferredAction): static.
9813 (yyglrReduce): yyi, yyk, amd yyposn are size_t.
9814 (yyreportParseError): yyprefix is const.
9815 yytokenp is used only when verbose.
9816 (yy__GNUC__): Replace with __GNUC__.
9817 (yypdumpstack): yyi is size_t.
9818 (yypreference): Un-yy local variables and arguments, to avoid
9819 clashes with `yyr1'. Anyway, we are not in the user name space.
9820 (yytname_size): be an int, as is compared with ints.
9821 * tests/testsuite.at (AT_COMPILE, AT_PARSER_CHECK): New.
9822 Use them.
9823 * tests/cxx-gram.at: Use quotation to protect $1.
9824 Use AT_COMPILE to enable warnings hunts.
9825 Prototype yylex and yyerror.
9826 `Use' argc.
9827 Include `string.h', not `strings.h'.
9828 Produce and prototype stmtMerge only when used.
9829 yylex takes a location.
9830
97650f4e
AD
98312002-06-30 Akim Demaille <akim@epita.fr>
9832
9833 We spend a lot of time in quotearg, in particular when --verbose.
9834
9835 * src/symtab.c (symbol_get): Store a quoted version of the key.
9836 (symbol_tag_get, symbol_tag_get_n, symbol_tag_print): Remove.
9837 Adjust all callers.
9838
d2576365
AD
98392002-06-30 Akim Demaille <akim@epita.fr>
9840
9841 * src/state.h (reductions_t): Rename member `nreds' as num.
9842 (errs_t): Rename members `nerrs' and `errs' as `num' and `symbols'.
9843 * src/state.c (ERRS_ALLOC, REDUCTIONS_ALLOC): Use the correct types.
9844
ccaf65bc
AD
98452002-06-30 Akim Demaille <akim@epita.fr>
9846
9847 * src/state.h, src/state.c (shift_t, SHIFT_SYMBOL, SHIFT_IS_SHIFT)
9848 (SHIFT_IS_GOTO, SHIFT_IS_ERROR, SHIFT_DISABLE, SHIFT_IS_DISABLED)
9849 (shifts_to): Rename as...
9850 (transition_t, TRANSITION_SYMBOL, TRANSITION_IS_TRANSITION)
9851 (TRANSITION_IS_GOTO, TRANSITION_IS_ERROR, TRANSITION_DISABLE)
9852 (TRANSITION_IS_DISABLED, transitions_to): these.
9853
87675353
AD
98542002-06-30 Akim Demaille <akim@epita.fr>
9855
9856 * src/print.c (print_shifts, print_gotos): Merge into...
9857 (print_transitions): this.
9858 (print_transitions, print_errs, print_reductions): Align the
9859 lookaheads columns.
9860 (print_core, print_transitions, print_errs, print_state,
9861 print_grammar): Output empty lines separator before, not after.
9862 (state_default_rule_compute): Rename as...
9863 (state_default_rule): this.
9864 * tests/conflicts.at (Defaulted Conflicted Reduction),
9865 (Unresolved SR Conflicts, Resolved SR Conflicts): Adjust.
9866 * tests/regression.at (Rule Line Numbers, Web2c Report): Adjust.
9867
ce4ccb4b
AD
98682002-06-30 Akim Demaille <akim@epita.fr>
9869
9870 Display items as we display rules.
9871
9872 * src/gram.h, src/gram.c (rule_lhs_print): New.
9873 * src/gram.c (grammar_rules_partial_print): Use it.
9874 * src/print.c (print_core): Likewise.
9875 * tests/conflicts.at (Defaulted Conflicted Reduction),
9876 (Unresolved SR Conflicts): Adjust.
9877 (Unresolved SR Conflicts): Adjust and rename as...
9878 (Resolved SR Conflicts): this, as was meant.
9879 * tests/regression.at (Web2c Report): Adjust.
9880
bc933ef1
AD
98812002-06-30 Akim Demaille <akim@epita.fr>
9882
9883 * src/print.c (state_default_rule_compute): New, extracted from...
9884 (print_reductions): here.
9885 Pessimize, but clarify the code.
9886 * tests/conflicts.at (Defaulted Conflicted Reduction): New.
9887
53d4308d
AD
98882002-06-30 Akim Demaille <akim@epita.fr>
9889
9890 * src/output.c (action_row): Let default_rule be always a rule
9891 number.
9892
574fb2d5
AD
98932002-06-30 Akim Demaille <akim@epita.fr>
9894
9895 * src/closure.c (print_firsts, print_fderives, closure):
9896 Use BITSET_EXECUTE.
9897 * src/lalr.c (lookaheads_print): Likewise.
9898 * src/state.c (state_rule_lookaheads_print): Likewise.
9899 * src/print_graph.c (print_core): Likewise.
9900 * src/print.c (print_reductions): Likewise.
9901 * src/output.c (action_row): Likewise.
9902 Use SHIFT_IS_DISABLED, SHIFT_IS_SHIFT and SHIFT_SYMBOL.
9903
05811fd7
AD
99042002-06-30 Akim Demaille <akim@epita.fr>
9905
9906 * src/print_graph.c: Use report_flag.
9907
0e4d5753
AD
99082002-06-30 Akim Demaille <akim@epita.fr>
9909
9910 * src/lalr.c (traverse, digraph, matrix_print, transpose): Move
9911 to...
9912 * src/relation.h, src/relation.c (traverse, relation_digraph)
9913 (relation_print, relation_transpose): New.
9914
24c7d800
AD
99152002-06-30 Akim Demaille <akim@epita.fr>
9916
9917 * src/state.h, src/state.c (shifts_to): New.
9918 * src/lalr.c (build_relations): Use it.
9919
9222837b
AD
99202002-06-30 Akim Demaille <akim@epita.fr>
9921
9922 * src/gram.h (rule_number_t, RULE_NUMBER_MAX, int_of_rule_number)
9923 (item_number_of_rule_number, rule_number_of_item_number): New.
9924 * src/LR0.c, src/closure.c, src/derives.c, src/derives.h,
9925 * src/gram.c, src/lalr.c, src/nullable.c, src/output.c, src/print.c,
9926 * src/print_graph.c, src/reader.c, src/reduce.c, src/reduce.h:
9927 Propagate their use.
9928 Much remains to be done, in particular wrt `shorts' from types.h.
9929
260008e5
AD
99302002-06-30 Akim Demaille <akim@epita.fr>
9931
9932 * src/symtab.c (symbol_new): Initialize the `printer' member.
9933
8a731ca8
AD
99342002-06-30 Akim Demaille <akim@epita.fr>
9935
9936 * src/LR0.c (save_reductions): Remove, replaced by...
9937 * src/state.h, src/state.c (state_reductions_set): New.
9938 (reductions, errs): Rename as...
9939 (reductions_t, errs_t): these.
9940 Adjust all dependencies.
9941
32e1e0a4
AD
99422002-06-30 Akim Demaille <akim@epita.fr>
9943
9944 * src/LR0.c (state_list_t, state_list_append): New.
9945 (first_state, last_state): Now symbol_list_t.
9946 (this_state): Remove.
9947 (new_itemsets, append_states, save_reductions): Take a state_t as
9948 argument.
9949 (set_states, generate_states): Adjust.
9950 (save_shifts): Remove, replaced by...
9951 * src/state.h, src/state.c (state_shifts_set): New.
9952 (shifts): Rename as...
9953 (shifts_t): this.
9954 Adjust all dependencies.
9955 * src/state.h (state_t): Remove the `next' member.
9956
e5fb6710
AD
99572002-06-30 Akim Demaille <akim@epita.fr>
9958
9959 * src/vcg.c (quote): Use slot 2, since we often pass symbol tag
9960 escaped in slot 0.
9961
c7ca99d4
AD
99622002-06-30 Akim Demaille <akim@epita.fr>
9963
9964 Use hash.h for the state hash table.
9965
9966 * src/LR0.c (STATE_HASH_SIZE, state_hash): Remove.
9967 (allocate_storage): Use state_hash_new.
9968 (free_storage): Use state_hash_free.
9969 (new_state, get_state): Adjust.
9970 * src/lalr.h, src/lalr.c (states): Move to...
9971 * src/states.h (state_t): Remove the `link' member, no longer
9972 used.
9973 * src/states.h, src/states.c: here.
9974 (state_hash_new, state_hash_free, state_hash_lookup)
9975 (state_hash_insert, states_free): New.
9976 * src/states.c (state_table, state_compare, state_hash): New.
9977 * src/output.c (output_actions): Do not free states now, since we
9978 still need to know the final_state number in `prepare', called
9979 afterwards. Do it...
9980 * src/main.c (main): here: call states_free after `output'.
9981
df0e7316
AD
99822002-06-30 Akim Demaille <akim@epita.fr>
9983
9984 * src/state.h, src/state.c (state_new): New, extracted from...
9985 * src/LR0.c (new_state): here.
9986 * src/state.h (STATE_ALLOC): Move to...
9987 * src/state.c: here.
9988 * src/LR0.h, src/LR0.c (nstates, final_state): Move to...
9989 * src/state.h, src/state.c: here.
9990
39f41916
AD
99912002-06-30 Akim Demaille <akim@epita.fr>
9992
9993 * src/reader.c (gensym): Rename as...
9994 * src/symtab.h, src/symtab.c (dummy_symbol_get): this.
9995 (getsym): Rename as...
9996 (symbol_get): this.
9997
d57650a5
AD
99982002-06-30 Akim Demaille <akim@epita.fr>
9999
10000 * src/state.h (state_number_t, STATE_NUMBER_MAX): New.
10001 * src/LR0.c, src/LR0.h, src/conflicts.c, src/lalr.c, src/lalr.h,
10002 * src/output.c, src/print.c, src/print_graph.c: Propagate.
10003 * src/LR0.h, src/LR0.h (final_state): Is a state_t*.
10004
5a08f1ce
AD
100052002-06-30 Akim Demaille <akim@epita.fr>
10006
10007 Make the test suite pass with warnings checked.
10008
10009 * tests/actions.at (Printers and Destructors): Improve.
10010 Avoid unsigned vs. signed issues.
10011 * tests/calc.at: Don't exercise the scanner here, do it...
10012 * tests/input.at (Torturing the Scanner): here.
10013
720623af
PH
100142002-06-28 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10015
88e7e941 10016 * data/glr.c: Correct typo in Emacs-mode directive. Slightly
720623af
PH
10017 reorganize first lines parallel to yacc.c.
10018
fb8135fa
AD
100192002-06-28 Akim Demaille <akim@epita.fr>
10020
10021 * data/c.m4 (b4_copyright, b4_sint_type, b4_uint_type, b4_token_define)
10022 (b4_token_enum, b4_token_defines): New, factored from...
10023 * data/lalr1.cc, data/yacc.c, glr.c: here.
10024
41442480
AD
100252002-06-28 Akim Demaille <akim@epita.fr>
10026
10027 * data/yacc.c (yydestruct, yysymprint): Pacify GCC warnings for
10028 unused variables.
10029 * src/output.c (merger_output): static.
10030
e0e5bf84
AD
100312002-06-28 Akim Demaille <akim@epita.fr>
10032
ba0fe3c7 10033 * src/reader.h: s/grammer_current_rule_merge_set/grammar_.../.
e0e5bf84
AD
10034 * src/conflicts.c (conflicts_total_count): `i' is unsigned, to
10035 pacify GCC.
10036 * src/output.c (save_row): Initialize all the variables to pacify GCC.
e0e5bf84 10037
676385e2
PH
100382002-06-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10039
10040 Accumulated changelog for new GLR parsing features.
10041
6a254321 10042 * src/conflicts.c (count_total_conflicts): Change name to
676385e2
PH
10043 conflicts_total_count.
10044 * src/conflicts.h: Ditto.
10045 * src/output.c (token_actions): Use the new name.
10046 (output_conflicts): Change conflp => conflict_list_heads, and
10047 confl => conflict_list for better readability.
10048 * data/glr.c: Use the new names.
10049 * NEWS: Add self to GLR announcement.
e0e5bf84 10050
676385e2
PH
10051 * src/reader.c (free_merger_functions): Cleanup: XFREE->free.
10052
10053 * doc/bison.texinfo (GLR Parsers): Make corrections suggested by
10054 Akim Demaille.
10055
10056 * data/bison.glr: Change name to glr.c
10057 * data/glr.c: Renamed from bison.glr.
10058 * data/Makefile.am: Add glr.c
e0e5bf84
AD
10059
10060 * src/getargs.c:
10061
676385e2 10062 * src/symlist.h: Add dprec and merger fields to symbol_list_s.
ba0fe3c7 10063 * src/symlist.c (symbol_list_new): Initialize dprec and merger fields.
e0e5bf84 10064
676385e2
PH
10065 Originally 2002-06-16 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10066
10067 * data/bison.glr: Be sure to restore the
10068 current #line when returning to the skeleton contents after having
10069 exposed the input file's #line.
10070
10071 Originally 2002-06-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10072
10073 * data/bison.glr: Bring up to date with changes to bison.simple.
10074
10075 Originally 2002-06-03 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10076
10077 * data/bison.glr: Correct definitions that use b4_prefix.
10078 Various reformatting.
10079 (GLRStack): Make yychar (in YYPURE case) and yytokenp as part of stack.
10080 (yyreportParseError, yyrecoverParseError, yyprocessOneStack): remove
10081 yytokenp argument; now part of stack.
10082 (yychar): Define to behave as documented.
10083 (yyclearin): Ditto.
e0e5bf84 10084
676385e2
PH
10085 Originally 2002-05-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10086
10087 * src/reader.h: Add declaration for free_merger_functions.
10088
10089 * src/reader.c (merge_functions): New variable.
10090 (get_merge_function): New function.
10091 (free_merger_functions): New function.
10092 (readgram): Check for %prec that is not followed by a symbol.
10093 Handle %dprec and %merge declarations.
10094 (packgram): Initialize dprec and merger fields in rules array.
10095
10096 * src/output.c (conflict_tos, conflrow, conflict_table, conflict_list,
10097 conflict_list_cnt, conflict_list_free): New variables.
10098 (table_grow): Also grow conflict_table.
e0e5bf84 10099 (prepare_rules): Output dprec and merger tables.
676385e2 10100 (conflict_row): New function.
e0e5bf84 10101 (action_row): Output conflict lists for GLR parser. Don't use
676385e2
PH
10102 default reduction in conflicted states for GLR parser so that there
10103 are spaces for the conflict lists.
10104 (save_row): Also save conflict information.
10105 (token_actions): Allocate conflict list.
10106 (merger_output): New function.
10107 (pack_vector): Pack conflict table, too.
10108 (output_conflicts): New function to output yyconflp and yyconfl.
10109 (output_check): Allocate conflict_tos.
10110 (output_actions): Output conflict tables, also.
10111 (output_skeleton): Output b4_mergers definition.
10112 (prepare): Output b4_max_rhs_length definition.
10113 Use 'bison.glr' as default skeleton for GLR parsers.
10114
10115 * src/gram.c (glr_parser): New flag.
10116 (grammar_free): Call free_merger_functions.
10117
10118 * src/conflicts.c (count_rr_conflicts): Augment to optionally count
10119 all pairs of conflicting reductions, rather than just all tokens
10120 causing conflicts. Needed to size conflict tables.
e0e5bf84 10121 (conflicts_output): Modify call to count_rr_conflicts for new
676385e2
PH
10122 interface.
10123 (conflicts_print): Ditto.
10124 (count_total_conflicts): New function.
10125
10126 * src/reader.h (merger_list): New type.
10127 (merge_functions): New variable.
10128
10129 * src/lex.h (tok_dprec, tok_merge): New token types.
10130
10131 * src/gram.h (rule_s): Add dprec and merger fields.
10132 (glr_parser): New flag.
10133
10134 * src/conflicts.h (count_total_conflicts): New function.
10135
10136 * src/options.c (option_table): Add %dprec, %merge, and %glr-parser.
10137
10138 * doc/bison.texinfo (Generalized LR Parsing): New section.
10139 (GLR Parsers): New section.
10140 (Language and Grammar): Mention GLR parsing.
10141 (Table of Symbols): Add %dprec, %glr-parser, %merge, GLR
10142 Correct typo ("tge" -> "the").
10143
10144 * data/bison.glr: New skeleton for GLR parsing.
10145
10146 * tests/cxx-gram.at: New tests for GLR parsing.
10147
10148 * tests/testsuite.at: Include cxx-gram.at.
10149
10150 * tests/Makefile.am: Add cxx-gram.at.
e0e5bf84 10151
676385e2
PH
10152 * src/parse-gram.y:
10153
10154 * src/scan-gram.l: Add %dprec, %glr-parser, %merge.
10155
10156 * src/parse-gram.y: Grammar for %dprec, %merge, %glr-parser.
e0e5bf84 10157
b5480d74 101582002-06-27 Akim Demaille <akim@epita.fr>
e2aaf4c4
AD
10159
10160 * src/options.h, src/options.c: Remove.
10161 * src/getargs.c (short_options, long_options): New.
10162
60491a94
AD
101632002-06-27 Akim Demaille <akim@epita.fr>
10164
10165 * data/bison.simple, data/bison.c++: Rename as...
10166 * data/yacc.c, data/lalr1.cc: these.
10167 * doc/bison.texinfo (Environment Variables): Remove.
10168
9be0c25b
AD
101692002-06-25 Raja R Harinath <harinath@cs.umn.edu>
10170
10171 * src/getargs.c (report_argmatch): Initialize strtok().
10172
1ae72863
AD
101732002-06-20 Akim Demaille <akim@epita.fr>
10174
10175 * data/bison.simple (b4_symbol_actions): New, replaces...
10176 (b4_symbol_destructor, b4_symbol_printer): these.
10177 (yysymprint): Be sure to call YYPRINT only for tokens, and using
10178 user token numbers.
10179
87542d29
AD
101802002-06-20 Akim Demaille <akim@epita.fr>
10181
10182 * data/bison.simple (yydestructor): Rename as...
10183 (yydestruct): this.
10184
1a31ed21
AD
101852002-06-20 Akim Demaille <akim@epita.fr>
10186
10187 * src/symtab.h, src/symtab.c (symbol_type_set)
10188 (symbol_destructor_set, symbol_precedence_set): The location is
10189 the last argument.
10190 Adjust all callers.
10191
e776192e
AD
101922002-06-20 Akim Demaille <akim@epita.fr>
10193
10194 * src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parser
10195 internals.
10196 * src/reader.h, src/reader.c (grammar_current_rule_prec_set):
10197 Takes a location.
10198 * src/symtab.h, src/symtab.c (symbol_class_set)
10199 (symbol_user_token_number_set): Likewise.
10200 Adjust all callers.
10201 Promote complain_at.
10202 * tests/input.at (Type Clashes): Adjust.
10203
5c1180b3
AD
102042002-06-20 Akim Demaille <akim@epita.fr>
10205
10206 * data/bison.simple (YYLEX): Fix the declaration when
10207 %pure-parser.
10208
e3170060
AD
102092002-06-20 Akim Demaille <akim@epita.fr>
10210
10211 * data/bison.simple (yysymprint): Don't print the token number,
10212 just its name.
10213 * tests/actions.at (Destructors): Rename as...
10214 (Printers and Destructors): this.
10215 Also exercise %printer.
10216
253862fd
AD
102172002-06-20 Akim Demaille <akim@epita.fr>
10218
10219 * data/bison.simple (YYDSYMPRINT): New.
10220 Use it to remove many of the #if YYDEBUG/if (yydebug).
10221
366eea36
AD
102222002-06-20 Akim Demaille <akim@epita.fr>
10223
10224 * src/symtab.h, src/symtab.c (symbol_t): printer and
10225 printer_location are new members.
10226 (symbol_printer_set): New.
10227 * src/parse-gram.y (PERCENT_PRINTER): New token.
10228 Handle its associated rule.
10229 * src/scan-gram.l: Adjust.
10230 (handle_destructor_at, handle_destructor_dollar): Rename as...
10231 (handle_symbol_code_at, handle_symbol_code_dollar): these.
10232 * src/output.c (symbol_printers_output): New.
10233 (output_skeleton): Call it.
10234 * data/bison.simple (yysymprint): New. Cannot be named yyprint
10235 since there are already many grammar files with a user `yyprint'.
10236 Replace the calls to YYPRINT to calls to yysymprint.
10237 * tests/calc.at: Adjust.
10238 * tests/torture.at (AT_DATA_STACK_TORTURE): Remove YYPRINT: it was
10239 taking advantage of parser very internal details (stack size!).
10240
4f25ebb0
AD
102412002-06-20 Akim Demaille <akim@epita.fr>
10242
10243 * src/scan-gram.l: Complete the scanner with the missing patterns
10244 to pacify Flex.
10245 Use `quote' and `symbol_tag_get' where appropriate.
10246
93b68a0e
AD
102472002-06-19 Akim Demaille <akim@epita.fr>
10248
10249 * tests/actions.at (Destructors): Augment to test locations.
10250 * data/bison.simple (yydestructor): Pass it the current location
10251 if locations are enabled.
10252 Prototype only when __STDC__ or C++.
10253 Change the argument names to move into the yy name space: there is
10254 user code here.
10255
58612f1d
AD
102562002-06-19 Akim Demaille <akim@epita.fr>
10257
74310291
AD
10258 * data/bison.simple (b4_pure_if): New.
10259 Use it instead of #ifdef YYPURE.
10260
102612002-06-19 Akim Demaille <akim@epita.fr>
10262
10263 * data/bison.simple (b4_location_if): New.
58612f1d
AD
10264 Use it instead of #ifdef YYLSP_NEEDED.
10265
f25bfb75
AD
102662002-06-19 Akim Demaille <akim@epita.fr>
10267
10268 Prepare @$ in %destructor, but currently don't bind it in the
10269 skeleton, as %location use is not cleaned up yet.
10270
10271 * src/scan-gram.l (handle_dollar, handle_destructor_at)
10272 (handle_action_at): New.
10273 (handle_at, handle_action_dollar, handle_destructor_dollar): Take
10274 a braced_code_t and a location as additional arguments.
10275 (handle_destructor_dollar): Instead of requiring `b4_eval', just
10276 unquote one when outputting `b4_dollar_dollar'.
10277 Adjust callers.
10278 * data/bison.simple (b4_eval): Remove.
10279 (b4_symbol_destructor): Adjust.
10280 * tests/input.at (Invalid @n): Adjust.
10281
c732d2c6
AD
102822002-06-19 Zack Weinberg <zack@codesourcery.com>
10283
10284 * doc/bison.texinfo: Document ability to have multiple
10285 prologue sections.
10286
8c165d89
AD
102872002-06-18 Akim Demaille <akim@epita.fr>
10288
10289 * src/files.c (compute_base_names): When computing the output file
10290 names from the input file name, strip the directory part.
10291
ca98bf57
AD
102922002-06-18 Akim Demaille <akim@epita.fr>
10293
10294 * data/bison.simple.new: Comment changes.
10295 Reported by Andreas Schwab.
10296
0bfb02ff
AD
102972002-06-18 Matt Kraai <kraai@alumni.cmu.edu>
10298
10299 * data/bison.simple (yyoverflowlab): #ifndef yyoverflow, so that
10300 there are no `label `yyoverflowlab' defined but not used' warnings
10301 when yyoverflow is defined.
10302
24c0aad7
AD
103032002-06-18 Akim Demaille <akim@epita.fr>
10304
10305 * src/symtab.h, src/symtab.c (symbol_t): destructor_location is a
10306 new member.
10307 (symbol_destructor_set): Adjust.
10308 * src/output.c (symbol_destructors_output): Output the destructor
10309 locations.
10310 Output the symbol name.
10311 * data/bison.simple (b4_symbol_destructor): Adjust.
10312
5719c109
AD
103132002-06-18 Cris Bailiff <c.bailiff@awayweb.com>
10314 and Akim Demaille <akim@epita.fr>
10315
10316 * data/bison.simple.new (yyerrlab1): Be sure to pop and destroy
10317 what's left on the stack when the error recovery hits EOF.
10318 * tests/actions.at (Destructors): Complete to exercise this case.
10319
9280d3ef
AD
103202002-06-17 Akim Demaille <akim@epita.fr>
10321
10322 * data/m4sugar/m4sugar.m4 (m4_map): Recognize when the list of
10323 arguments is really empty, not only equal to `[]'.
10324 * src/symtab.h, src/symtab.c (symbol_t): `destructor' is a new
10325 member.
10326 (symbol_destructor_set): New.
10327 * src/output.c (symbol_destructors_output): New.
10328 * src/reader.h (brace_code_t, current_braced_code): New.
10329 * src/scan-gram.l (BRACED_CODE): Use it to branch on...
10330 (handle_dollar): Rename as...
10331 (handle_action_dollar): this.
10332 (handle_destructor_dollar): New.
10333 * src/parse-gram.y (PERCENT_DESTRUCTOR): New.
10334 (grammar_declaration): Use it.
10335 * data/bison.simple (yystos): Is always defined.
10336 (yydestructor): New.
10337 * tests/actions.at (Destructors): New.
10338 * tests/calc.at (_AT_CHECK_CALC_ERROR): Don't rely on egrep.
10339
dafdc66f
AD
103402002-06-17 Akim Demaille <akim@epita.fr>
10341
10342 * src/symlist.h, src/symlist.c (symbol_list_length): New.
10343 * src/scan-gram.l (handle_dollar, handle_at): Compute the
10344 rule_length only when needed.
10345 * src/output.c (actions_output, token_definitions_output): Output
10346 the full M4 block.
10347 * src/symtab.c: Don't access directly to the symbol tag, use
10348 symbol_tag_get.
10349 * src/parse-gram.y: Use symbol_list_free.
10350
56c47203
AD
103512002-06-17 Akim Demaille <akim@epita.fr>
10352
10353 * src/reader.h, src/reader.c (symbol_list, symbol_list_new)
10354 (symbol_list_prepend, get_type_name): Move to...
10355 * src/symlist.h, src/symlist.c (symbol_list_t, symbol_list_new)
10356 (symbol_list_prepend, symbol_list_n_type_name_get): here.
10357 Adjust all callers.
10358 (symbol_list_free): New.
10359 * src/scan-gram.l (handle_dollar): Takes a location.
10360 * tests/input.at (Invalid $n): Adjust.
10361
1e0bab92
AD
103622002-06-17 Akim Demaille <akim@epita.fr>
10363
10364 * src/reader.h, src/reader.c (symbol_list_new): Export it.
10365 (symbol_list_prepend): New.
10366 * src/parse-gram.y (%union): `list' is a new member.
10367 (symbols.1): New, replaces...
10368 (terms_to_prec.1, nterms_to_type.1): these.
10369 * src/symtab.h, src/symtab.c (symbol_type_set, symbol_precedence_set)
10370 Take a location as additional argument.
10371 Adjust all callers.
10372
04e60654
AD
103732002-06-15 Akim Demaille <akim@epita.fr>
10374
10375 * src/parse-gram.y: Move %token in the declaration section so that
10376 we don't depend upon CVS Bison.
10377
10e5b8bd
AD
103782002-06-15 Akim Demaille <akim@epita.fr>
10379
10380 * src/state.h, src/state.c (state_rule_lookaheads_print): New.
10381 * src/print.c (print_core): Use it.
10382
9801d40c
AD
103832002-06-15 Akim Demaille <akim@epita.fr>
10384
10385 * src/conflicts.c (log_resolution): Accept the rule involved in
10386 the sr conflicts instead of the lookahead number that points to
10387 that rule.
10388 (flush_reduce): Accept the current lookahead vector as argument,
10389 instead of the index in LA.
10390 (resolve_sr_conflict): Accept the current number of lookahead
10391 bitset to consider for the STATE, instead of the index in LA.
10392 (set_conflicts): Adjust.
10393 * src/lalr.c, src/lalr.h, src/state.h: Comment changes.
10394
c0263492
AD
103952002-06-15 Akim Demaille <akim@epita.fr>
10396
10397 * src/state.h (state_t): Replace the `lookaheadsp' member, a
10398 short, with `lookaheads' (bitsetv), `lookaheads_rule' (rule_t**).
10399 Adjust all dependencies.
10400 * src/lalr.c (initialize_lookaheads): Split into...
10401 (states_lookaheads_count, states_lookaheads_initialize): these.
10402 (lalr): Adjust.
10403
9757c359
AD
104042002-06-15 Akim Demaille <akim@epita.fr>
10405
10406 * src/gram.h, src/gram.c (grammar_rules_partial_print): New, eved
10407 out of...
10408 (grammar_rules_print): here.
10409 * src/reduce.c (reduce_output): Use it.
10410 * tests/reduce.at (Useless Rules, Reduced Automaton)
10411 (Underivable Rules): Adjust.
10412
6b98e4b5
AD
104132002-06-15 Akim Demaille <akim@epita.fr>
10414
10415 Copy BYacc's nice way to report the grammar.
10416
10417 * src/gram.h, src/gram.c (grammar_rhs_print, grammar_rules_print):
10418 New.
10419 Don't print the rules' location, it is confusing and useless.
10420 (rule_print): Use grammar_rhs_print.
10421 * src/print.c (print_grammar): Use grammar_rules_print.
10422
6b98e4b5
AD
104232002-06-15 Akim Demaille <akim@epita.fr>
10424
10425 Complete and rationalize `useless thing' warnings.
10426
10427 * src/symtab.h, src/symtab.c (symbol_tag_get, symbol_tag_get_n)
10428 (symbol_tag_print): New.
10429 Use them everywhere in place of accessing directly the tag member.
10430 * src/gram.h, src/gram.c (rule_print): New.
10431 Use it where a rule used to be printed `by hand'.
10432 * src/reduce.c (nonterminals_reduce): Report the use nonterminals.
10433 (reduce_grammar_tables): Report the useless rules.
10434 (reduce_print): Useless things are a warning, not an error.
10435 Report it as such.
10436 * tests/reduce.at (Useless Nonterminals, Useless Rules):
10437 (Reduced Automaton, Underivable Rules): Adjust.
10438 * tests/regression.at (Web2c Report, Web2c Report): Adjust.
10439 * tests/conflicts.at (Unresolved SR Conflicts)
10440 (Solved SR Conflicts): Adjust.
10441
ee000ba4
AD
104422002-06-15 Akim Demaille <akim@epita.fr>
10443
10444 Let symbols have a location.
10445
10446 * src/symtab.h, src/symtab.c (symbol_t): Location is a new member.
10447 (getsym): Adjust.
10448 Adjust all callers.
10449 * src/complain.h, src/complain.c (complain_at, fatal_at, warn_at):
10450 Use location_t, not int.
10451 * src/symtab.c (symbol_check_defined): Take advantage of the
10452 location.
10453 * tests/regression.at (Invalid inputs): Adjust.
10454
8efe435c
AD
104552002-06-15 Akim Demaille <akim@epita.fr>
10456
10457 * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.
10458 (input): Don't try to initialize yylloc here, do it in the
10459 scanner.
10460 * src/scan-gram.l (YY_USER_INIT): Initialize yylloc.
10461 * src/gram.h (rule_t): Change line and action_line into location
10462 and action_location, of location_t type.
10463 Adjust all dependencies.
10464 * src/location.h, src/location.c (empty_location): New.
10465 * src/reader.h, src/reader.c (grammar_start_symbol_set)
10466 (grammar_symbol_append, grammar_rule_begin, grammar_rule_end)
10467 (grammar_current_rule_symbol_append)
10468 (grammar_current_rule_action_append): Expect a location as argument.
10469 * src/reader.c (grammar_midrule_action): Adjust to attach an
10470 action's location as dummy symbol location.
10471 * src/symtab.h, src/symtab.c (startsymbol_location): New.
10472 * tests/regression.at (Web2c Report, Rule Line Numbers): Adjust
10473 the line numbers.
10474
1921f1d7
AD
104752002-06-14 Akim Demaille <akim@epita.fr>
10476
10477 Grammar declarations may be found in the grammar section.
10478
10479 * src/parse-gram.y (rules_or_grammar_declaration): New.
10480 (declarations): Each declaration may end with a semicolon, not
10481 just...
10482 (grammar_declaration): `"%union"'.
10483 (grammar): Branch to rules_or_grammar_declaration.
10484
4515534c
AD
104852002-06-14 Akim Demaille <akim@epita.fr>
10486
10487 * src/main.c (main): Invoke scanner_free.
10488
f958596b
AD
104892002-06-14 Akim Demaille <akim@epita.fr>
10490
10491 * src/output.c (m4_invoke): Extracted from...
10492 (output_skeleton): here.
10493 Free tempfile.
10494
2c569025
AD
104952002-06-14 Akim Demaille <akim@epita.fr>
10496
10497 * src/parse-gram.y (directives, directive, gram)
10498 (grammar_directives, precedence_directives, precedence_directive):
10499 Rename as...
10500 (declarations, declaration, grammar, grammar_declaration)
10501 (precedence_declaration, precedence_declarator): these.
10502 (symbol_declaration): New.
10503
592e8d4d
AD
105042002-06-14 Akim Demaille <akim@epita.fr>
10505
10506 * src/files.c (action_obstack): Remove, unused.
10507 (output_obstack): Remove it, and all its dependencies, as it is no
10508 longer needed.
10509 * src/reader.c (epilogue_set): Build the epilogue in the
10510 muscle_obstack.
10511 * src/output.h, src/output.c (muscle_obstack): Move to...
10512 * src/muscle_tab.h, src/muscle_tab.h: here.
10513 (muscle_init): Initialize muscle_obstack.
10514 (muscle_free): New.
10515 * src/main.c (main): Call it.
10516
0c15323d
AD
105172002-06-14 Akim Demaille <akim@epita.fr>
10518
10519 * src/location.h: New, extracted from...
10520 * src/reader.h: here.
10521 * src/Makefile.am (noinst_HEADERS): Merge into
10522 (bison_SOURCES): this.
10523 Add location.h.
10524 * src/parse-gram.y: Use location_t instead of Bison's.
10525 * src/reader.h, src/reader.c (prologue_augment, epilogue_set):
10526 Use location_t instead of ints.
10527
e96c9728
AD
105282002-06-14 Akim Demaille <akim@epita.fr>
10529
10530 * data/bison.simple, data/bison.c++: Be sure to restore the
10531 current #line when returning to the skeleton contents after having
10532 exposed the input file's #line.
10533
75d1fe16
AD
105342002-06-12 Akim Demaille <akim@epita.fr>
10535
10536 * src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*>', it is too
10537 eager.
10538 * tests/actions.at (Exotic Dollars): New.
10539
6c35d22c
AD
105402002-06-12 Akim Demaille <akim@epita.fr>
10541
10542 * src/scan-gram.l (SC_PROLOGUE): Don't eat characters amongst
10543 ['"/] too eagerly.
10544 * tests/input.at (Torturing the Scanner): New.
10545
1d6412ad
AD
105462002-06-11 Akim Demaille <akim@epita.fr>
10547
10548 * src/scan-gram.l (YY_OBS_INIT): Remove, replace with...
10549 [SC_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,SC_PROLOGUE]
10550 [SC_EPILOGUE]: Output the quadrigraphs only when not in a comment.
10551 * src/reader.h, src/scan-gram.l (scanner_initialize): this.
10552 * src/reader.c (reader): Use it.
10553
4cdb01db
AD
105542002-06-11 Akim Demaille <akim@epita.fr>
10555
10556 * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval.
10557 Adjust all callers.
10558 (scanner_last_string_free): New.
10559
44995b2e
AD
105602002-06-11 Akim Demaille <akim@epita.fr>
10561
10562 * src/scan-gram.l (YY_INIT, YY_GROW, YY_FINISH): Rename as...
10563 (YY_OBS_INIT, YY_OBS_GROW, YY_OBS_FINISH): these.
10564 (last_string, YY_OBS_FREE): New.
10565 Use them when returning an ID.
10566
e9955c83
AD
105672002-06-11 Akim Demaille <akim@epita.fr>
10568
10569 Have Bison grammars parsed by a Bison grammar.
10570
10571 * src/reader.c, src/reader.h (prologue_augment): New.
10572 * src/reader.c (copy_definition): Remove.
10573
10574 * src/reader.h, src/reader.c (gram_start_symbol_set, prologue_augment)
10575 (grammar_symbol_append, grammar_rule_begin, grammar_midrule_action)
10576 (grammar_current_rule_prec_set, grammar_current_rule_check)
10577 (grammar_current_rule_symbol_append)
10578 (grammar_current_rule_action_append): Export.
10579 * src/parse-gram.y (symbol_list_new, symbol_list_symbol_append_
10580 (symbol_list_action_append): Remove.
10581 Hook the routines from reader.
10582 * src/scan-gram.l: In INITIAL, characters and strings are tokens.
10583 * src/system.h (ATTRIBUTE_NORETURN, ATTRIBUTE_UNUSED): Now.
10584
10585 * src/reader.c (read_declarations): Remove, unused.
10586
10587 * src/parse-gram.y: Handle the epilogue.
10588 * src/reader.h, src/reader.c (gram_start_symbol_set): Rename as...
10589 (grammar_start_symbol_set): this.
10590 * src/scan-gram.l: Be sure to ``use'' yycontrol to keep GCC quiet.
10591 * src/reader.c (readgram): Remove, unused.
10592 (reader): Adjust to insert eoftoken and axiom where appropriate.
10593
10594 * src/reader.c (copy_dollar): Replace with...
10595 * src/scan-gram.h (handle_dollar): this.
10596 * src/parse-gram.y: Remove `%thong'.
10597
10598 * src/reader.c (copy_at): Replace with...
10599 * src/scan-gram.h (handle_at): this.
10600
10601 * src/complain.h, src/complain.c (warn_at, complain_at, fatal_at):
10602 New.
10603
10604 * src/scan-gram.l (YY_LINES): Keep lineno synchronized for the
10605 time being.
10606
10607 * src/reader.h, src/reader.c (grammar_rule_end): New.
10608
10609 * src/parse.y (current_type, current_class): New.
10610 Implement `%nterm', `%token' support.
10611 Merge `%term' into `%token'.
10612 (string_as_id): New.
10613 * src/symtab.h, src/symtab.c (symbol_make_alias): Don't pass the
10614 type name.
10615
10616 * src/parse-gram.y: Be sure to handle properly the beginning of
10617 rules.
10618
10619 * src/parse-gram.y: Handle %type.
10620 * src/reader.c (grammar_rule_end): Call grammar_current_rule_check.
10621
10622 * src/parse-gram.y: More directives support.
10623 * src/options.c: No longer handle source directives.
10624
10625 * src/parse-gram.y: Fix %output.
10626
10627 * src/parse-gram.y: Handle %union.
10628 Use the prologue locations.
10629 * src/reader.c (parse_union_decl): Remove.
10630
10631 * src/reader.h, src/reader.c (epilogue_set): New.
10632 * src/parse-gram.y: Use it.
10633
10634 * data/bison.simple, data/bison.c++: b4_stype is now either not
10635 defined, then default to int, or to the contents of %union,
10636 without `union' itself.
10637 Adjust.
10638 * src/muscle_tab.c (muscle_init): Don't predefine `stype'.
10639
10640 * src/output.c (actions_output): Don't output braces, as they are
10641 already handled by the scanner.
10642
10643 * src/scan-gram.l (SC_CHARACTER): Set the user_token_number of
10644 characters to themselves.
10645
10646 * tests/reduce.at (Reduced Automaton): End the grammars with %% so
10647 that the epilogue has a proper #line.
10648
10649 * src/parse-gram.y: Handle precedence/associativity.
10650
10651 * src/symtab.c (symbol_precedence_set): Requires the symbol to be
10652 a terminal.
10653 * src/scan-gram.l (SC_BRACED_CODE): Catch strings and characters.
10654 * tests/calc.at: Do not use `%token "foo"' as it makes not sense
10655 at all to define terminals that cannot be emitted.
10656
10657 * src/scan-gram.l: Escape M4 characters.
10658
10659 * src/scan-gram.l: Working properly with escapes in user
10660 strings/characters.
10661
10662 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR)
10663 (AT_DATA_HORIZONTAL_GRAMMAR): Respect the `%token ID NUM STRING'
10664 grammar.
10665 Use more modest sizes, as for the time being the parser does not
10666 release memory, and therefore the process swallows a huge amount
10667 of memory.
10668
10669 * tests/torture.at (AT_DATA_LOOKAHEADS_GRAMMAR): Adjust to the
10670 stricter %token grammar.
10671
10672 * src/symtab.h (associativity): Add `undef_assoc'.
10673 (symbol_precedence_set): Do nothing when passed an undef_assoc.
10674 * src/symtab.c (symbol_check_alias_consistence): Adjust.
10675
10676 * tests/regression.at (Invalid %directive): Remove, as it is now
10677 meaningless.
10678 (Invalid inputs): Adjust to the new error messages.
10679 (Token definitions): The new grammar doesn't allow too many
10680 eccentricities.
10681
10682 * src/lex.h, src/lex.c: Remove.
10683 * src/reader.c (lastprec, skip_to_char, read_signed_integer)
10684 (copy_character, copy_string2, copy_string, copy_identifier)
10685 (copy_comment, parse_token_decl, parse_type_decl, parse_assoc_decl)
10686 (parse_muscle_decl, parse_dquoted_param, parse_skel_decl)
10687 (parse_action): Remove.
10688 * po/POTFILES.in: Adjust.
10689
2e047461
AD
106902002-06-11 Akim Demaille <akim@epita.fr>
10691
cd05d13c 10692 * src/reader.c (parse_action): Don't store directly into the
2e047461
AD
10693 rule's action member: return the action as a string.
10694 Don't require `rule_length' as an argument: compute it.
10695 (grammar_current_rule_symbol_append)
10696 (grammar_current_rule_action_append): New, eved out from
10697 (readgram): here.
10698 Remove `action_flag', `rulelength', unused now.
10699
9af3fbce
AD
107002002-06-11 Akim Demaille <akim@epita.fr>
10701
10702 * src/reader.c (grammar_current_rule_prec_set).
10703 (grammar_current_rule_check): New, eved out from...
10704 (readgram): here.
10705 Remove `xaction', `first_rhs': useless.
10706 * tests/input.at (Type clashes): New.
10707 * tests/existing.at (GNU Cim Grammar): Adjust.
10708
1485e106
AD
107092002-06-11 Akim Demaille <akim@epita.fr>
10710
10711 * src/reader.c (grammar_midrule_action): New, Eved out from
10712 (readgram): here.
10713
da4160c3
AD
107142002-06-11 Akim Demaille <akim@epita.fr>
10715
10716 * src/reader.c (grammar_rule_begin, previous_rule, current_rule):
10717 New.
10718 (readgram): Use them as replacement of inlined code, crule and
10719 crule1.
10720
f6d0f937
AD
107212002-06-11 Akim Demaille <akim@epita.fr>
10722
10723 * src/reader.c (grammar_end, grammar_symbol_append): New.
10724 (readgram): Use them.
10725 Make the use of `p' as local as possible.
10726
69078d4b
AD
107272002-06-10 Akim Demaille <akim@epita.fr>
10728
10729 GCJ's parser requires the tokens to be defined before the prologue.
10730
10731 * data/bison.simple: Output the token definition before the user's
10732 prologue.
10733 * tests/regression.at (Braces parsing, Duplicate string)
10734 (Mixing %token styles): Check the output from bison.
10735 (Early token definitions): New.
10736
5e424082
AD
107372002-06-10 Akim Demaille <akim@epita.fr>
10738
10739 * src/symtab.c (symbol_user_token_number_set): Don't complain when
10740 assigning twice the same user number to a token, so that we can
10741 use it in...
10742 * src/lex.c (lex): here.
10743 Also use `symbol_class_set' instead of hand written code.
10744 * src/reader.c (parse_assoc_decl): Likewise.
10745
44536b35
AD
107462002-06-10 Akim Demaille <akim@epita.fr>
10747
10748 * src/symtab.c, src/symtab.c (symbol_class_set)
10749 (symbol_user_token_number_set): New.
10750 * src/reader.c (parse_token_decl): Use them.
10751 Use a switch instead of ifs.
10752 Use a single argument.
10753
8b9f2372
AD
107542002-06-10 Akim Demaille <akim@epita.fr>
10755
10756 Remove `%thong' support as it is undocumented, unused, duplicates
10757 `%token's job, and creates useless e-mail traffic with people who
10758 want to know what it is, why it is undocumented, unused, and
10759 duplicates `%token's job.
10760
10761 * src/reader.c (parse_thong_decl): Remove.
10762 * src/options.c (option_table): Remove "thong".
10763 * src/lex.h (tok_thong): Remove.
10764
3ae2b51f
AD
107652002-06-10 Akim Demaille <akim@epita.fr>
10766
10767 * src/symtab.c, src/symtab.c (symbol_type_set)
10768 (symbol_precedence_set): New.
10769 * src/reader.c (parse_type_decl, parse_assoc_decl): Use them.
10770 (value_components_used): Remove, unused.
10771
2f1afb73
AD
107722002-06-09 Akim Demaille <akim@epita.fr>
10773
10774 Move symbols handling code out of the reader.
10775
10776 * src/reader.h, src/reader.c (errtoken, undeftoken, eoftoken)
10777 (axiom): Move to...
10778 * src/symtab.h, src/symtab.c: here.
10779
10780 * src/gram.c (start_symbol): Remove: use startsymbol->number.
10781 * src/reader.c (startval): Rename as...
10782 * src/symtab.h, src/symtab.c (startsymbol): this.
10783 * src/reader.c: Adjust.
10784
10785 * src/reader.c (symbol_check_defined, symbol_make_alias)
10786 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
10787 (token_translations_init)
10788 Move to...
10789 * src/symtab.c: here.
10790 * src/reader.c (packsymbols): Move to...
10791 * src/symtab.h, src/symtab.c (symbols_pack): here.
10792 * src/symtab.h, src/symtab.c (symbol_make_alias): Takes SYMVAL as
10793 argument.
10794
e9bca3ad
AD
107952002-06-03 Akim Demaille <akim@epita.fr>
10796
10797 * src/muscle_tab.c (muscle_insert, muscle_find): Declarations,
10798 then statements.
10799
86eff183
AD
108002002-06-03 Akim Demaille <akim@epita.fr>
10801
10802 * src/muscle_tab.c (muscle_find, muscle_insert): Don't initialize
10803 structs with non literals.
10804 * src/scan-skel.l: never-interactive.
10805 * src/conflicts.c (enum conflict_resolution_e): No trailing
10806 comma.
10807 * src/getargs.c (usage): Split long literal strings.
10808 Reported by Hans Aberg.
10809
717be197
AD
108102002-05-28 Akim Demaille <akim@epita.fr>
10811
10812 * data/bison.c++: Use C++ ostreams.
10813 (cdebug_): New member.
10814
670ddffd
AD
108152002-05-28 Akim Demaille <akim@epita.fr>
10816
10817 * src/output.c (output_skeleton): Be sure to allocate enough room
10818 for `/' _and_ for `\0' in full_skeleton.
10819
769b430f
AD
108202002-05-28 Akim Demaille <akim@epita.fr>
10821
10822 * data/bison.c++: Catch up with bison.simple:
10823 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10824 and Paul Eggert <eggert@twinsun.com>: `error' handing.
10825 2002-05-26 Akim Demaille <akim@epita.fr>: stos_, token_number_,
10826 and popping traces.
10827
7067cb36
PH
108282002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10829
10830 * src/output.c (output_skeleton): Put an explicit path in front of
10831 the skeleton file name, rather than relying on the -I directory,
10832 to partially alleviate effects of having a skeleton file lying around
10833 in the current directory.
769b430f 10834
4a713ec2
PH
108352002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10836
769b430f 10837 * src/conflicts.c (log_resolution): Correct typo:
4a713ec2
PH
10838 obstack_printf should be obstack_fgrow1.
10839
b408954b
AD
108402002-05-26 Akim Demaille <akim@epita.fr>
10841
10842 * src/state.h (state_t): `solved_conflicts' is a new member.
10843 * src/LR0.c (new_state): Set it to 0.
10844 * src/conflicts.h, src/conflicts.c (print_conflicts)
10845 (free_conflicts, solve_conflicts): Rename as...
10846 (conflicts_print, conflicts_free, conflicts_solve): these.
10847 Adjust callers.
10848 * src/conflicts.c (enum conflict_resolution_e)
10849 (solved_conflicts_obstack): New, used by...
10850 (log_resolution): this.
10851 Adjust to attach the conflict resolution to each state.
10852 Complete the description with the precedence/associativity
10853 information.
10854 (resolve_sr_conflict): Adjust.
10855 * src/print.c (print_state): Output its solved_conflicts.
10856 * tests/conflicts.at (Unresolved SR Conflicts)
10857 (Solved SR Conflicts): Exercise --report=all.
10858
a49aecd5
AD
108592002-05-26 Akim Demaille <akim@epita.fr>
10860
10861 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
10862 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
10863 * src/reader.c, src/reduce.c, src/state.h, src/symtab.h
10864 (token_number_t, item_number_as_token_number)
10865 (token_number_as_item_number, muscle_insert_token_number_table):
10866 Rename as...
10867 (symbol_number_t, item_number_as_symbol_number)
10868 (symbol_number_as_item_number, muscle_insert_symbol_number_table):
10869 these, since it is more appropriate.
10870
5504898e
AD
108712002-05-26 Akim Demaille <akim@epita.fr>
10872
10873 * tests/calc.at (AT_CHECK_CALC): Adjust: there are now additional
10874 `Error:' lines.
10875 * data/bison.simple (yystos) [YYDEBUG]: New.
10876 (yyparse) [YYDEBUG]: Display the symbols which are popped during
10877 error recovery.
10878 * tests/regression.at (Web2c Actions): Adjust: yystos is output now.
10879
ec3bc396
AD
108802002-05-25 Akim Demaille <akim@epita.fr>
10881
10882 * doc/bison.texinfo (Debugging): Split into...
10883 (Tracing): this new section, its former contents, and...
10884 (Understanding): this new section.
10885 * src/getargs.h, src/getargs.c (verbose_flag): Remove, replaced
10886 by...
10887 (report_flag): this.
10888 Adjust all dependencies.
10889 (report_args, report_types, report_argmatch): New.
10890 (usage, getargs): Report/support -r, --report.
10891 * src/options.h
10892 (struct option_table_struct): Rename as..,
10893 (struct option_table_s): this.
10894 Rename the `set_flag' member to `flag' to match with getopt_long's
10895 struct.
10896 * src/options.c (option_table): Split verbose into an entry for
10897 %verbose, and another for --verbose.
10898 Support --report/-r, so remove -r from the obsolete --raw.
10899 * src/print.c: Attach full item sets and lookaheads reports to
10900 report_flag instead of trace_flag.
10901 * lib/argmatch.h, lib/argmatch.c: New, from Fileutils 4.1.
10902
78df8250
PE
109032002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10904 and Paul Eggert <eggert@twinsun.com>
769b430f 10905
78df8250
PE
10906 * data/bison.simple (yyparse): Correct error handling to conform to
10907 POSIX and yacc. Specifically, after syntax error is discovered,
10908 do not reduce further before shifting the error token.
10909 Clean up the code a bit by removing the labels yyerrdefault,
10910 yyerrhandle, yyerrpop.
10911 * NEWS: Document the above.
10912
c0c9ea05
PH
109132002-05-20 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10914
10915 * data/bison.simple (yyr1): Don't use yy_token_number_type as element
10916 type; it isn't always big enough, since it doesn't necessarily
10917 include non-terminals.
769b430f 10918 (yytranslate): Expand definition of yy_token_number_type, so that
c0c9ea05
PH
10919 the latter can be removed.
10920 (yy_token_number_type): Remove, only one use.
10921 * data/bison.c++ (r1_): Parallel change to yyr1 in bison.simple---
10922 don't use TokenNumberType as element type.
769b430f 10923
c0c9ea05
PH
10924 * tests/regression.at: Modify expected output to agree with change
10925 to yyr1 and yytranslate.
769b430f 10926
6390a83f
FK
109272002-05-13 Florian Krohm <florian@edamail.fishkill.ibm.com>
10928
10929 * src/reader.c (parse_action): Use copy_character instead of
10930 obstack_1grow.
10931
db7c8e9a
AD
109322002-05-13 Akim Demaille <akim@epita.fr>
10933
10934 * tests/regression.at (Token definitions): Prototype yylex and
10935 yyerror.
10936
fcc61800
PH
109372002-05-12 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
10938
158c687b 10939 * src/scan-skel.l: Correct off-by-one error in handling of __oline__.
fcc61800
PH
10940 * data/bison.simple (b4_sint_type, b4_uint_type): Correct to reflect
10941 32-bit arithmetic.
10942 * data/bison.c++ (b4_sint_type, b4_uint_type): Ditto.
10943
5683e9b2
AD
109442002-05-07 Akim Demaille <akim@epita.fr>
10945
10946 * tests/synclines.at: Be sure to prototype yylex and yyerror to
10947 avoid GCC warnings.
10948
0c2d3f4c
AD
109492002-05-07 Akim Demaille <akim@epita.fr>
10950
10951 Kill GCC warnings.
10952
10953 * src/reduce.c (nonterminals_reduce): Don't loop over RITEM: loop
10954 over the RHS of each rule.
10955 * src/gram.h, src/gram.c (nritems): Is `unsigned int', not int.
10956 * src/state.h (state_t): Member `nitems' is unsigned short.
10957 * src/LR0.c (get_state): Adjust.
10958 * src/reader.c (packgram): Likewise.
10959 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): `max' is of type
10960 `Type'.
10961 (muscle_insert_int_table): Remove, unused.
10962 (prepare_rules): Remove `max'.
10963
1565b720
AD
109642002-05-06 Akim Demaille <akim@epita.fr>
10965
10966 * src/closure.c (print_firsts): Display of the symbol tags.
10967 (bitmatrix_print): Move to...
10968 * lib/bitsetv-print.h, lib/bitsetv-print.c (bitsetv_matrix_dump):
10969 here.
10970 * tests/sets.at (Nullable, Broken Closure, Firsts): Adjust.
10971
cfaee611
AD
109722002-05-06 Akim Demaille <akim@epita.fr>
10973
10974 * src/muscle_tab.c (muscle_m4_output): Must return TRUE for
10975 hash_do_for_each.
10976
458be8e0
AD
109772002-05-06 Akim Demaille <akim@epita.fr>
10978
10979 * src/LR0.c (new_state, get_state): Instead of using the global
10980 `kernel_size' and `kernel_base', have two new arguments:
10981 `core_size' and `core'.
10982 Adjust callers.
10983
a900a624
AD
109842002-05-06 Akim Demaille <akim@epita.fr>
10985
10986 * src/reader.c (packgram): No longer end `ritem' with a 0
10987 sentinel: it is not used.
10988
d4e7d3a1
AD
109892002-05-05 Akim Demaille <akim@epita.fr>
10990
10991 New experimental feature: display the lookaheads in the report and
10992 graph.
10993
10994 * src/print (print_core): When --trace-flag, display the rules
10995 lookaheads.
10996 * src/print_graph.c (print_core): Likewise.
10997 Swap the arguments.
10998 Adjust caller.
10999
39ceb25b
AD
110002002-05-05 Akim Demaille <akim@epita.fr>
11001
11002 * tests/torture.at (Many lookaheads): New test.
11003
5372019f
AD
110042002-05-05 Akim Demaille <akim@epita.fr>
11005
11006 * src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
11007 (GENERATE_MUSCLE_INSERT_TABLE): this.
11008 (output_int_table, output_unsigned_int_table, output_short_table)
11009 (output_token_number_table, output_item_number_table): Replace with...
11010 (muscle_insert_int_table, muscle_insert_unsigned_int_table)
11011 (muscle_insert_short_table, muscle_insert_token_number_table)
11012 (muscle_insert_item_number_table): these.
11013 Adjust all callers.
11014 (prepare_tokens): Don't free `translations', since...
11015 * src/reader.h, src/reader.c (grammar_free): do it.
11016 Move to...
11017 * src/gram.h, src/gram.c (grammar_free): here.
11018 * data/bison.simple, data/bison.c++: b4_token_number_max is now
11019 b4_translate_max.
11020
5df5f6d5
AD
110212002-05-05 Akim Demaille <akim@epita.fr>
11022
11023 * src/output.c (output_unsigned_int_table): New.
11024 (prepare_rules): `i' is unsigned.
11025 `prhs', `rline', `r2' are unsigned int.
11026 Rename muscle `rhs_number_max' as `rhs_max'.
11027 Output muscles `prhs_max', `rline_max', and `r2_max'.
11028 Free rline and r1.
11029 * data/bison.simple, data/bison.c++: Adjust to use these muscles
11030 to compute types instead of constant types.
11031 * tests/regression.at (Web2c Actions): Adjust.
11032
b87f8b21
AD
110332002-05-04 Akim Demaille <akim@epita.fr>
11034
11035 * src/symtab.h (SALIAS, SUNDEF): Rename as...
11036 (USER_NUMBER_ALIAS, USER_NUMBER_UNDEFINED): these.
11037 Adjust dependencies.
11038 * src/output.c (token_definitions_output): Be sure not to output a
11039 `#define 'a'' when fed with `%token 'a' "a"'.
11040 * tests/regression.at (Token definitions): New.
11041
8bb936e4
PE
110422002-05-03 Paul Eggert <eggert@twinsun.com>
11043
11044 * data/bison.simple (b4_token_defines): Also define YYTOKENTYPE
11045 for K&R C.
11046
110472002-05-03 gettextize <bug-gnu-gettext@gnu.org>
11048
11049 * Makefile.am (SUBDIRS): Remove intl.
11050 (EXTRA_DIST): Add config/config.rpath.
11051
53c71a12
AD
110522002-05-03 Akim Demaille <akim@epita.fr>
11053
11054 * data/bison.simple (m4_if): Don't output empty enums.
11055 And actually, output valid enum definitions :(.
11056
289dd0cf
AD
110572002-05-03 Akim Demaille <akim@epita.fr>
11058
11059 * configure.bat: Remove, completely obsolete.
11060 * Makefile.am (EXTRA_DIST): Adjust.
11061 Don't distribute config.rpath...
11062 * config/Makefile.am (EXTRA_DIST): Do it.
11063
db85e524
AD
110642002-05-03 Akim Demaille <akim@epita.fr>
11065
11066 * configure.in (GETTEXT_VERSION): New.
11067 Suggested by Bruno Haible for the forthcoming Gettext 0.10.3.
11068
83ccf991
AD
110692002-05-03 Akim Demaille <akim@epita.fr>
11070
11071 * data/bison.simple (b4_token_enum): New.
11072 (b4_token_defines): Use it to output tokens both as #define and
11073 enums.
11074 Suggested by Paul Eggert.
11075 * src/output.c (token_definitions_output): Don't output spurious
11076 white spaces.
11077
1f418995
AD
110782002-05-03 Akim Demaille <akim@epita.fr>
11079
11080 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
11081
45119f04
RA
110822002-05-02 Robert Anisko <robert@lrde.epita.fr>
11083
11084 * data/bison.c++: Adapt expansion of $s and @s to the C++ parser.
11085 Update the stack class, give a try to deque as the default container.
11086
b2d52318
AD
110872002-05-02 Akim Demaille <akim@epita.fr>
11088
11089 * data/bison.simple (yyparse): Do not implement @$ = @1.
11090 (YYLLOC_DEFAULT): Adjust to do it.
11091 * doc/bison.texinfo (Location Default Action): Fix.
11092
3a8b4109
AD
110932002-05-02 Akim Demaille <akim@epita.fr>
11094
11095 * src/reader.c (parse_braces): Merge into...
11096 (parse_action): this.
11097
84614e13
AD
110982002-05-02 Akim Demaille <akim@epita.fr>
11099
11100 * configure.in (ALL_LINGUAS): Remove.
11101 * po/LINGUAS, hr.po: New.
11102
fdbcd8e2
AD
111032002-05-02 Akim Demaille <akim@epita.fr>
11104
11105 Remove the so called hairy (semantic) parsers.
11106
11107 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove.
11108 * src/gram.h, src/gram.c (semantic_parser): Remove.
11109 (rule_t): Remove the guard and guard_line members.
11110 * src/lex.h (token_t): remove tok_guard.
11111 * src/options.c (option_table): Remove %guard and %semantic_parser
11112 support.
11113 * src/output.c, src/output.h (guards_output): Remove.
11114 (prepare): Adjust.
11115 (token_definitions_output): Don't output the `T'
11116 tokens (???).
11117 (output_skeleton): Don't output the guards.
11118 * src/files.c, src/files.c (attrsfile): Remove.
11119 * src/reader.c (symbol_list): Remove the guard and guard_line
11120 members.
11121 Adjust dependencies.
11122 (parse_guard): Remove.
11123 * data/bison.hairy: Remove.
11124 * doc/bison.texinfo (Environment Variables): Remove occurrences of
11125 BISON_HAIRY.
11126
82b6cb3f
AD
111272002-05-02 Akim Demaille <akim@epita.fr>
11128
11129 * src/reader.c (copy_at, copy_dollarm parse_braces, parse_action)
11130 (parse_guard): Rename the formal argument `stack_offset' as
11131 `rule_length', which is more readable.
11132 Adjust callers.
11133 (copy_at, copy_dollar): Instead of outputting the hard coded
11134 values of $$, $n and so forth, output invocation to b4_lhs_value,
11135 b4_lhs_location, b4_rhs_value, and b4_rhs_location.
900c877b
AD
11136 Note: this patch partially drops `semantic-parser' support: it
11137 always does `rule_length - n', where semantic parsers ought to
11138 always use `-n'.
82b6cb3f
AD
11139 * data/bison.simple, data/bison.c++ (b4_lhs_value)
11140 (b4_lhs_location, b4_rhs_value, and b4_rhs_location: New.
11141
6cbfbcc5
AD
111422002-05-02 Akim Demaille <akim@epita.fr>
11143
11144 * configure.in (AC_INIT): Bump to 1.49b.
11145 (AM_INIT_AUTOMAKE): Short invocation.
11146
b8548114
AD
111472002-05-02 Akim Demaille <akim@epita.fr>
11148
11149 Version 1.49a.
11150
c20cd1fa
AD
111512002-05-01 Akim Demaille <akim@epita.fr>
11152
11153 * src/skeleton.h: Remove.
11154
8a9566d4
AD
111552002-05-01 Akim Demaille <akim@epita.fr>
11156
11157 * src/skeleton.h: Fix the #endif.
11158 Reported by Magnus Fromreide.
11159
8c6d399a
PE
111602002-04-26 Paul Eggert <eggert@twinsun.com>
11161
11162 * data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
11163 Define if we define YYSTYPE and YYLTYPE, respectively.
b756bb75 11164 (YYCOPY): Fix [] quoting problem in the non-GCC case.
8a9566d4 11165
2b7ed18a
RA
111662002-04-25 Robert Anisko <robert@lrde.epita.fr>
11167
11168 * src/scan-skel.l: Postprocess quadrigraphs.
11169
11170 * src/reader.c (copy_character): New function, used to output
11171 single characters while replacing `[' and `]' with quadrigraphs, to
11172 avoid troubles with M4 quotes.
11173 (copy_comment): Output characters with copy_character.
11174 (read_additionnal_code): Likewise.
11175 (copy_string2): Likewise.
11176 (copy_definition): Likewise.
11177
11178 * tests/calc.at: Exercise M4 quoting.
11179
34a89c50
AD
111802002-04-25 Akim Demaille <akim@epita.fr>
11181
11182 * tests/sets.at (AT_EXTRACT_SETS): Sed portability issue: no space
11183 between `!' and the command.
11184 Reported by Paul Eggert.
11185
0dd1580a
RA
111862002-04-24 Robert Anisko <robert@lrde.epita.fr>
11187
11188 * tests/calc.at: Exercise prologue splitting.
11189
11190 * data/bison.simple, data/bison.c++: Use `b4_pre_prologue' and
11191 `b4_post_prologue' instead of `b4_prologue'.
11192
11193 * src/output.c (prepare): Add the `pre_prologue' and `post_prologue'
11194 muscles.
11195 (output): Free pre_prologue_obstack and post_prologue_obstack.
11196 * src/files.h, src/files.c (attrs_obstack): Remove.
11197 (pre_prologue_obstack, post_prologue_obstack): New.
11198 * src/reader.c (copy_definition): Add a parameter to specify the
11199 obstack to fill, instead of using attrs_obstack unconditionally.
11200 (read_declarations): Pass pre_prologue_obstack to copy_definition if
11201 `%union' has not yet been seen, pass post_prologue_obstack otherwise.
11202
83c1796f
PE
112032002-04-23 Paul Eggert <eggert@twinsun.com>
11204
11205 * data/bison.simple: Remove unnecessary commentary and white
11206 space differences from 1_29-branch.
11207 Depend on YYERROR_VERBOSE, not defined (YYERROR_VERBOSE).
11208
11209 (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY,
11210 YYSTACK_RELOCATE): Do not define if yyoverflow is defined, or
11211 if this is a C++ parser and YYSTYPE or YYLTYPE has nontrivial
11212 constructors or destructors.
11213
11214 (yyparse) [! defined YYSTACK_RELOCATE]: Do not relocate the stack.
11215
1207eeac
AD
112162002-04-23 Akim Demaille <akim@epita.fr>
11217
11218 * tests/sets.at (AT_EXTRACT_SETS): Don't use 8 char long sed labels.
11219 * tests/synclines.at (AT_TEST_SYNCLINE): Be robust to GCC's
11220 location with columns.
11221 * tests/conflicts.at (%nonassoc and eof): Don't use `error.h'.
11222 All reported by Paul Eggert.
11223
78ab8f67
AD
112242002-04-22 Akim Demaille <akim@epita.fr>
11225
11226 * src/reduce.c (dump_grammar): Move to...
11227 * src/gram.h, src/gram.c (grammar_dump): here.
11228 Be sure to separate long item numbers.
11229 Don't read the members of a rule's prec if its nil.
11230
133c20e2
AD
112312002-04-22 Akim Demaille <akim@epita.fr>
11232
11233 * src/output.c (table_size, table_grow): New.
11234 (MAXTABLE): Remove, replace uses with table_size.
11235 (pack_vector): Instead of dying when the table is too big, grow it.
11236
9515e8a7
AD
112372002-04-22 Akim Demaille <akim@epita.fr>
11238
11239 * data/bison.simple (yyr1): Its type is that of a token number.
11240 * data/bison.c++ (r1_): Likewise.
11241 * tests/regression.at (Web2c Actions): Adjust.
11242
23c5a174
AD
112432002-04-22 Akim Demaille <akim@epita.fr>
11244
11245 * src/reader.c (token_translations_init): 256 is now the default
11246 value for the error token, i.e., it will be assigned another
11247 number if the user assigned 256 to one of her tokens.
11248 (reader): Don't force 256 to error.
11249 * doc/bison.texinfo (Symbols): Adjust.
11250 * tests/torture.at (AT_DATA_HORIZONTAL_GRAMMAR)
11251 (AT_DATA_TRIANGULAR_GRAMMAR): Number the tokens as 1, 2, 3
11252 etc. instead of 10, 20, 30 (which was used to `jump' over error
11253 (256) and undefined (2)).
11254
5fbb0954
AD
112552002-04-22 Akim Demaille <akim@epita.fr>
11256
11257 Propagate more token_number_t.
11258
11259 * src/gram.h (token_number_as_item_number)
11260 (item_number_as_token_number): New.
11261 * src/output.c (GENERATE_OUTPUT_TABLE): New.
11262 Use it to create output_item_number_table and
11263 output_token_number_table.
11264 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
11265 * src/lex.c, src/nullable.c, src/output.c, src/print.c,
11266 * src/print_graph.c, src/reader.c, src/reduce.c, src/state.h,
11267 * src/symtab.c, src/symtab.h: Use token_number_t instead of shorts.
11268
4f940944
AD
112692002-04-22 Akim Demaille <akim@epita.fr>
11270
11271 * src/output.h, src/output.c (get_lines_number): Remove.
11272
3ded9a63
AD
112732002-04-19 Akim Demaille <akim@epita.fr>
11274
11275 * doc/bison.texinfo (Actions): Make clear that `|' is not the same
11276 as Lex/Flex'.
11277 (Debugging): More details about enabling the debugging features.
11278 (Table of Symbols): Describe $$, $n, @$, and @n.
11279 Suggested by Tim Josling.
11280
e0c471a9
AD
112812002-04-19 Akim Demaille <akim@epita.fr>
11282
11283 * doc/bison.texinfo: Remove the uses of the obsolete @refill.
11284
fecc10cd
AD
112852002-04-10 Akim Demaille <akim@epita.fr>
11286
11287 * src/system.h: Rely on HAVE_LIMITS_H.
11288 Suggested by Paul Eggert.
11289
51dec47b
AD
112902002-04-09 Akim Demaille <akim@epita.fr>
11291
11292 * tests/calc.at (_AT_CHECK_CALC_ERROR): Receive as argument the
11293 full stderr, and strip it according to the bison options, instead
11294 of composing the error message from different bits.
11295 This makes it easier to check for several error messages.
11296 Adjust all the invocations.
11297 Add an invocation exercising the error token.
11298 Add an invocation demonstrating a stupid error message.
11299 (_AT_DATA_CALC_Y): Follow the GCS: initial column is 1, not 0.
11300 Adjust the tests.
11301 Error message are for stderr, not stdout.
11302
007a50a4
AD
113032002-04-09 Akim Demaille <akim@epita.fr>
11304
11305 * src/gram.h, src/gram.c (error_token_number): Remove, use
11306 errtoken->number.
11307 * src/reader.c (reader): Don't specify the user token number (2)
11308 for $undefined, as it uselessly prevents using it.
11309 * src/gram.h (token_number_t): Move to...
11310 * src/symtab.h: here.
11311 (state_t.number): Is a token_number_t.
11312 * src/print.c, src/reader.c: Use undeftoken->number instead of
11313 hard coded 2.
11314 (Even though this 2 is not the same as above: the number of the
11315 undeftoken remains being 2, it is its user token number which
11316 might not be 2).
11317 * src/output.c (prepare_tokens): Rename the `maxtok' muscle with
11318 `user_token_number_max'.
11319 Output `undef_token_number'.
11320 * data/bison.simple, data/bison.c++: Use them.
11321 Be sure to map invalid yylex return values to
11322 `undef_token_number'. This saves us from gratuitous SEGV.
11323
11324 * tests/conflicts.at (Solved SR Conflicts)
11325 (Unresolved SR Conflicts): Adjust.
11326 * tests/regression.at (Web2c Actions): Adjust.
11327
06446ccf
AD
113282002-04-08 Akim Demaille <akim@epita.fr>
11329
11330 * data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.
11331 Adding #line.
11332 Remove the duplicate `typedefs'.
11333 (RhsNumberType): Fix the declaration and various other typos.
11334 Use __ofile__.
11335 * data/bison.simple: Use __ofile__.
11336 * src/scan-skel.l: Handle __ofile__.
11337
62a3e4f0
AD
113382002-04-08 Akim Demaille <akim@epita.fr>
11339
11340 * src/gram.h (item_number_t): New, the type of item numbers in
11341 RITEM. Note that it must be able to code symbol numbers as
11342 positive number, and the negation of rule numbers as negative
11343 numbers.
11344 Adjust all dependencies (pretty many).
11345 * src/reduce.c (rule): Remove this `short *' pointer: use
11346 item_number_t.
11347 * src/system.h (MINSHORT, MAXSHORT): Remove.
11348 Include `limits.h'.
11349 Adjust dependencies to using SHRT_MAX and SHRT_MIN.
11350 (shortcpy): Remove.
11351 (MAXTABLE): Move to...
11352 * src/output.c (MAXTABLE): here.
11353 (prepare_rules): Use output_int_table to output rhs.
11354 * data/bison.simple, data/bison.c++: Adjust.
11355 * tests/torture.at (Big triangle): Move the limit from 254 to
11356 500.
11357 * tests/regression.at (Web2c Actions): Ajust.
11358
11359 Trying with bigger grammars shows various phenomena: at 3000 (28Mb
11360 of grammar file) bison is killed by my system, at 2000 (12Mb) bison
11361 passes, but produces negative #line number, once fixed, GCC is
11362 killed while compiling 14Mb, at 1500 (6.7 Mb of grammar, 8.2Mb of
11363 C), it passes.
11364 * src/state.h (state_h): Code input lines on ints, not shorts.
11365
bb88b0fc
AD
113662002-04-08 Akim Demaille <akim@epita.fr>
11367
11368 * src/reduce.c (reduce_grammar): First reduce the nonterminals,
11369 and then the grammar.
11370
9a636f47
AD
113712002-04-08 Akim Demaille <akim@epita.fr>
11372
11373 * src/system.h: No longer using strndup.
11374
680e8701
AD
113752002-04-07 Akim Demaille <akim@epita.fr>
11376
11377 * src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
11378 * src/output.c (output_table_data): Return the longest number.
11379 (prepare_tokens): Output `token_number_max').
11380 * data/bison.simple, data/bison.c++ (b4_sint_type, b4_uint_type):
11381 New.
11382 Use them to define yy_token_number_type/TokenNumberType.
11383 Use this type for yytranslate.
11384 * tests/torture.at (Big triangle): Push the limit from 124 to
11385 253.
11386 * tests/regression.at (Web2c Actions): Adjust.
11387
817e9f41
AD
113882002-04-07 Akim Demaille <akim@epita.fr>
11389
11390 * tests/torture.at (Big triangle): New.
11391 (GNU AWK Grammar, GNU Cim Grammar): Move to...
11392 * tests/existing.at: here.
11393
5123689b
AD
113942002-04-07 Akim Demaille <akim@epita.fr>
11395
11396 * src/gram.h, src/gram.c (nitems): Remove, it is an alias of
11397 nritems.
11398 Adjust dependencies.
11399
f3849179
AD
114002002-04-07 Akim Demaille <akim@epita.fr>
11401
11402 * src/reader.c: Normalize increments to prefix form.
11403
bd02036a
AD
114042002-04-07 Akim Demaille <akim@epita.fr>
11405
11406 * src/reader.c, symtab.c: Remove debugging code.
11407
db8837cb
AD
114082002-04-07 Akim Demaille <akim@epita.fr>
11409
11410 Rename all the `bucket's as `symbol_t'.
11411
11412 * src/gram.c, src/gram.h, src/lex.c, src/lex.h, src/output.c,
11413 * src/reader.c, src/reader.h, src/reduce.c, src/state.h,
11414 * src/symtab.c, src/symtab.h (bucket): Rename as...
11415 (symbol_t): this.
11416 (symbol_list_new, bucket_check_defined, bucket_make_alias)
11417 (bucket_check_alias_consistence, bucket_pack, bucket_translation)
11418 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
11419 (buckets_new, buckets_free, buckets_do): Rename as...
11420 (symbol_list_new, symbol_check_defined, symbol_make_alias)
11421 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
11422 (symbol_new, symbol_free, hash_compare_symbol_t, hash_symbol_t)
11423 (symbols_new, symbols_free, symbols_do): these.
11424
72a23c97
AD
114252002-04-07 Akim Demaille <akim@epita.fr>
11426
11427 Use lib/hash for the symbol table.
11428
11429 * src/gram.c (ntokens): Initialize to 1, to reserve a slot for
11430 EOF.
11431 * src/lex.c (lex): Set the `number' member of new terminals.
11432 * src/reader.c (bucket_check_defined, bucket_make_alias)
11433 (bucket_check_alias_consistence, bucket_translation): New.
11434 (reader, grammar_free, readgram, token_translations_init)
11435 (packsymbols): Adjust.
11436 (reader): Number the predefined tokens.
11437 * src/reduce.c (inaccessable_symbols): Just use hard coded numbers
11438 for predefined tokens.
11439 * src/symtab.h (bucket): Remove all the hash table related
11440 members.
11441 * src/symtab.c (symtab): Replace by...
11442 (bucket_table): this.
11443 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
11444 (buckets_new, buckets_do): New.
11445
280a38c3
AD
114462002-04-07 Akim Demaille <akim@epita.fr>
11447
11448 * src/gram.c (nitems, nrules, nsyms, ntokens, nvars, nritems)
11449 (start_symbol, max_user_token_number, semantic_parser)
11450 (error_token_number): Initialize.
11451 * src/reader.c (grammar, start_flag, startval, typed, lastprec):
11452 Initialize.
11453 (reader): Don't.
11454 (errtoken, eoftoken, undeftoken, axiom): Extern.
11455
03b31c0c
AD
114562002-04-07 Akim Demaille <akim@epita.fr>
11457
11458 * src/gram.h (rule_s): prec and precsym are now pointers
11459 to the bucket giving the priority/associativity.
11460 Member `associativity' removed: useless.
11461 * src/reduce.c, src/conflicts.c: Adjust.
11462
8b3df748
AD
114632002-04-07 Akim Demaille <akim@epita.fr>
11464
11465 * src/lalr.c, src/LR0.c, src/closure.c, src/gram.c, src/reduce.c:
11466 Properly escape the symbols' TAG when outputting them.
11467
e601aa1d
AD
114682002-04-07 Akim Demaille <akim@epita.fr>
11469
11470 * src/lalr.h (LA): Is a bitsetv, not bitset*.
11471
b0299a2e
AD
114722002-04-07 Akim Demaille <akim@epita.fr>
11473
11474 * src/lalr.h, src/lalr.c (LAruleno): Replace with...
11475 (LArule): this, which is an array to rule_t*.
11476 * src/print.c, src/conflicts.c: Adjust.
11477
d7e1f00c
AD
114782002-04-07 Akim Demaille <akim@epita.fr>
11479
11480 * src/gram.h (rule_t): Rename `number' as `user_number'.
11481 `number' is a new member.
11482 Adjust dependencies.
11483 * src/reduce.c (reduce_grammar_tables): Renumber rule_t.number.
11484
cc9305dd
AD
114852002-04-07 Akim Demaille <akim@epita.fr>
11486
11487 As a result of the previous patch, it is no longer needed
11488 to reorder ritem itself.
11489
11490 * src/reduce.c (reduce_grammar_tables): Don't sort RITEM.
11491
b0940840
AD
114922002-04-07 Akim Demaille <akim@epita.fr>
11493
11494 Be sure never to walk through RITEMS, but use only data related to
11495 the rules themselves. RITEMS should be banished.
11496
11497 * src/output.c (output_token_translations): Rename as...
11498 (prepare_tokens): this.
11499 In addition to `translate', prepare the muscles `tname' and
11500 `toknum', which were handled by...
11501 (output_rule_data): this.
11502 Remove, and move the remainder of its outputs into...
11503 (prepare_rules): this new routines, which also merges content from
11504 (output_gram): this.
11505 (prepare_rules): Be sure never to walk through RITEMS.
11506 (output_stos): Rename as...
11507 (prepare_stos): this.
11508 (output): Always invoke prepare_states, after all, just don't use it
11509 in the output if you don't need it.
11510
643a5994
AD
115112002-04-07 Akim Demaille <akim@epita.fr>
11512
11513 * src/LR0.c (new_state): Display `nstates' as the name of the
11514 newly created state.
11515 Adjust to initialize first_state and last_state if needed.
11516 Be sure to distinguish the initial from the final state.
11517 (new_states): Create the itemset of the initial state, and use
11518 new_state.
11519 * src/closure.c (closure): Now that the initial state has its
11520 items properly set, there is no need for a special case when
11521 creating `ruleset'.
11522
11523 As a result, now the rule 0, reducing to $axiom, is visible in the
11524 outputs. Adjust the test suite.
11525
11526 * tests/conflicts.at (Solved SR Conflicts)
11527 (Unresolved SR Conflicts): Adjust.
11528 * tests/regression.at (Web2c Report, Rule Line Numbers): Idem.
11529 * tests/conflicts.at (S/R in initial): New.
11530
b4c4ccc2
AD
115312002-04-07 Akim Demaille <akim@epita.fr>
11532
11533 * src/LR0.c (allocate_itemsets): Don't loop over ritem: loop over
11534 the RHS of the rules.
11535 * src/output.c (output_gram): Likewise.
11536
bba97eb2
AD
115372002-04-07 Akim Demaille <akim@epita.fr>
11538
11539 * src/gram.h (rule_t): `lhs' is now a pointer to the symbol's
11540 bucket.
11541 Adjust all dependencies.
11542 * src/reduce.c (nonterminals_reduce): Don't forget to renumber the
11543 `number' of the buckets too.
11544 * src/gram.h: Include `symtab.h'.
11545 (associativity): Move to...
11546 * src/symtab.h: here.
11547 No longer include `gram.h'.
11548
c3b407f4
AD
115492002-04-07 Akim Demaille <akim@epita.fr>
11550
11551 * src/gram.h, src/gram.c (rules_rhs_length): New.
11552 (ritem_longest_rhs): Use it.
11553 * src/gram.h (rule_t): `number' is a new member.
11554 * src/reader.c (packgram): Set it.
11555 * src/reduce.c (reduce_grammar_tables): Move the useless rules at
11556 the end of `rules', and count them out of `nrules'.
11557 (reduce_output, dump_grammar): Adjust.
11558 * src/print.c (print_grammar): It is no longer needed to check for
11559 the usefulness of a rule, as useless rules are beyond `nrules + 1'.
11560 * tests/reduce.at (Reduced Automaton): New test.
11561
11652ab3
AD
115622002-04-07 Akim Demaille <akim@epita.fr>
11563
11564 * src/reduce.c (inaccessable_symbols): Fix a buglet: because of a
11565 lacking `+ 1' to nrules, Bison reported as useless a token if it
11566 was used solely to set the precedence of the last rule...
11567
26b23c1a
AD
115682002-04-07 Akim Demaille <akim@epita.fr>
11569
11570 * data/bison.c++, data/bison.simple: Don't output the current file
11571 name in #line, to avoid useless diffs between two identical
11572 outputs under different names.
11573
18bcecb0
AD
115742002-04-07 Akim Demaille <akim@epita.fr>
11575
11576 * src/closure.c, src/print.c, src/reader.c, src/reduce.c:
11577 Normalize loops to using `< nrules + 1', not `<= nrules'.
11578
fa770c86
AD
115792002-04-07 Akim Demaille <akim@epita.fr>
11580
11581 * TODO: Update.
11582
d9b739c3
AD
115832002-04-07 Akim Demaille <akim@epita.fr>
11584
11585 * src/output.c, src/reader.c, src/symtab.c, src/symtab.h: Rename
11586 bucket.value as bucket.number.
11587
99013900
AD
115882002-04-07 Akim Demaille <akim@epita.fr>
11589
11590 * src/closure.c, src/derives.c, src/gram.h, src/lalr.c,
11591 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
11592 * src/reader.c, src/reduce.c: Let rule_t.rhs point directly to the
11593 RHS, instead of being an index in RITEMS.
11594
e966383b
PE
115952002-04-04 Paul Eggert <eggert@twinsun.com>
11596
11597 * doc/bison.texinfo: Update copyright date.
11598 (Rpcalc Lexer, Symbols, Token Decl): Don't assume ASCII.
11599 (Symbols): Warn about running Bison in one character set,
11600 but compiling and/or running in an incompatible one.
11601 Warn about character code 256, too.
11602
116032002-04-03 Paul Eggert <eggert@twinsun.com>
11604
11605 * src/bison.data (YYSTACK_ALLOC): Depend on whether
11606 YYERROR_VERBOSE is nonzero, not whether it is defined.
11607
11608 Merge changes from bison-1_29-branch.
c307773e 11609
8d6c48b9
PE
116102002-03-20 Paul Eggert <eggert@twinsun.com>
11611
11612 Merge fixes from Debian bison_1.34-1.diff.
11613
11614 * configure.in (AC_PREREQ): 2.53.
11615
e53c6322
AD
116162002-03-20 Akim Demaille <akim@epita.fr>
11617
11618 * src/conflicts.c (log_resolution): Argument `resolution' is const.
11619
9ffbeca7
PE
116202002-03-19 Paul Eggert <eggert@twinsun.com>
11621
21db0b2a
PE
11622 * src/bison.simple (YYCOPY): New macro.
11623 (YYSTACK_RELOCATE): Use it.
11624 Remove Type arg; no longer needed. All callers changed.
11625 (yymemcpy): Remove; no longer needed.
11626
9ffbeca7
PE
11627 * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
11628 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
11629
642cb8f8
AD
116302002-03-19 Akim Demaille <akim@epita.fr>
11631
11632 Test and fix the #line outputs.
11633
11634 * tests/atlocal.at (GCC): New.
11635 * tests/synclines.at (AT_TEST_SYNCLINE): New macro.
0ffd4fd1 11636 (Prologue synch line, %union synch line, Postprologue synch line)
642cb8f8
AD
11637 (Action synch line, Epilogue synch line): New tests.
11638 * src/reader.c (parse_union_decl): Define the muscle stype_line.
11639 * data/bison.simple, data/bison.c++: Use it.
11640
3c31a486
AD
116412002-03-19 Akim Demaille <akim@epita.fr>
11642
11643 * tests/regression.at (%nonassoc and eof, Unresolved SR Conflicts)
11644 (Solved SR Conflicts, %expect not enough, %expect right)
11645 (%expect too much): Move to...
11646 * tests/conflicts.at: this new file.
11647
0d8bed56
AD
116482002-03-19 Akim Demaille <akim@epita.fr>
11649
11650 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
11651 * data/bison.simple, data/bison.c++: Handle the `#define' part, so
11652 that we can move to enums for instance.
11653 * src/output.c (token_definitions_output): Output a list of
11654 `token-name, token-number' instead of the #define.
11655 (output_skeleton): Name this list `b4_tokens', not `b4_tokendefs'.
11656
9208d17f
AD
116572002-03-14 Akim Demaille <akim@epita.fr>
11658
11659 Use Gettext 0.11.1.
11660
af27eacb
RA
116612002-03-09 Robert Anisko <robert@lrde.epita.fr>
11662
11663 * data/bison.c++: Make the user able to add members to the generated
11664 parser by subclassing.
11665
9101a310
RA
116662002-03-05 Robert Anisko <robert@lrde.epita.fr>
11667
11668 * src/reader.c (read_additionnal_code): `c' should be an integer, not
11669 a character.
11670 Reported by Nicolas Tisserand and Nicolas Burrus.
11671
fff9bf0b
RA
116722002-03-04 Robert Anisko <robert@lrde.epita.fr>
11673
11674 * src/reader.c: Warn about lacking semi-colons, do not complain.
11675
64dba31e
RA
116762002-03-04 Robert Anisko <robert@lrde.epita.fr>
11677
11678 * data/bison.c++: Remove a debug line.
11679
374f5a14
RA
116802002-03-04 Robert Anisko <robert@lrde.epita.fr>
11681
11682 * data/bison.c++: Unmerge value as yylval and value as yyval. Unmerge
11683 location as yylloc and location as yyloc. Use YYLLOC_DEFAULT, and
11684 provide a default implementation.
11685
bfcf1f3a
AD
116862002-03-04 Akim Demaille <akim@epita.fr>
11687
11688 * tests/input.at (Invalid $n, Invalid @n): Add the ending `;'.
11689 * tests/output.at (AT_CHECK_OUTPUT): Likewise.
11690 * tests/headers.at (AT_TEST_CPP_GUARD_H): Ditto.
11691 * tests/semantic.at (Parsing Guards): Similarly.
11692 * src/reader.at (readgram): Complain if the last rule is not ended
11693 with a semi-colon.
11694
65ccf9fc
AD
116952002-03-04 Akim Demaille <akim@epita.fr>
11696
11697 * src/warshall.h, src/warshall.c (bitmatrix_print): Move to...
11698 * src/closure.c: here.
11699 (set_firsts): Use bitsetv_reflexive_transitive_closure instead of
11700 RTC.
11701 * src/warshall.h, src/warshall.c: Remove.
11702 * tests/sets.at (Broken Closure): Adjust.
11703
d0039cbc
AD
117042002-03-04 Akim Demaille <akim@epita.fr>
11705
11706 * src/output.c (output_skeleton): tempdir is const.
11707 bytes_read is unused.
11708
345cea78
AD
117092002-03-04 Akim Demaille <akim@epita.fr>
11710
11711 * lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
11712 * lib/bitsetv.h, lib/ebitset.c, lib/lbitset.c, lib/sbitset.c:
11713 Update.
11714 From Michael Hayes.
11715
564801f7
AD
117162002-03-04 Akim Demaille <akim@epita.fr>
11717
11718 * src/closure.c (closure): `r' is unused.
11719
e5352bc7
AD
117202002-03-04 Akim Demaille <akim@epita.fr>
11721
11722 * tests/sets.at (Broken Closure): Add the ending `;'.
11723 * src/reader.at (readgram): Complain if a rule is not ended with a
11724 semi-colon.
11725
914feea9
AD
117262002-03-04 Akim Demaille <akim@epita.fr>
11727
11728 * src/conflicts.c (set_conflicts): Use bitset_disjoint_p.
11729 (count_sr_conflicts): Use bitset_count.
11730 * src/reduce.c (inaccessable_symbols): Ditto.
11731 (bits_size): Remove.
11732 * src/warshall.h, src/warshall.c: Convert to bitsetv.
11733
f0250de6
AD
117342002-03-04 Akim Demaille <akim@epita.fr>
11735
11736 * src/closure.c, src/conflicts.c, src/lalr.c, src/print.c,
11737 * src/reduce.c: Remove the `bitset_zero's following the
11738 `bitset_create's, as now it is performed by the latter.
11739
ef017502
AD
117402002-03-04 Akim Demaille <akim@epita.fr>
11741
11742 * lib/bitset.c, lib/bitset.h, lib/bitsetv.c, lib/bitsetv.h,
11743 * lib/ebitset.c, lib/ebitset.h, lib/lbitset.c, lib/lbitset.h,
11744 * lib/sbitset.c, lib/sbitset.h, lib/bbitset.h: Update from the
11745 latest sources from Michael.
11746
76514394
AD
117472002-03-04 Akim Demaille <akim@epita.fr>
11748
11749 * src/output.c (output): Don't free the grammar.
11750 * src/reader.c (grammar_free): New.
11751 * src/main.c (main): Call it and don't free symtab here.
11752
55024580
AD
117532002-03-04 Akim Demaille <akim@epita.fr>
11754
11755 * src/lex.c (parse_percent_token): Be sure to 0-end token_buffer
11756 before returning.
11757 Reported by Benoit Perrot.
11758
f9abaa2c
AD
117592002-03-04 Akim Demaille <akim@epita.fr>
11760
11761 Use bitset operations when possible, not loops over bits.
11762
11763 * src/conflicts.c (set_conflicts, count_sr_conflicts): Use
11764 bitset_or.
11765 * src/print.c (print_reductions): Use bitset_and, bitset_andn.
11766 * src/reduce.c (useless_nonterminals): Formatting changes.
11767 * src/warshall.c (TC): Use bitset_or.
11768
0e721e75
AD
117692002-03-04 Akim Demaille <akim@epita.fr>
11770
11771 * src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
11772 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):
11773 Ditto.
11774
0fb1ffb1
AD
117752002-03-04 Akim Demaille <akim@epita.fr>
11776
11777 * src/lalr.c (F): Now a bitset*.
11778 Adjust all dependencies.
11779
b86796bf
AD
117802002-03-04 Akim Demaille <akim@epita.fr>
11781
11782 * src/conflicts.c (shiftset, lookaheadset): Now bitset.
11783 Adjust all dependencies.
11784
602bbf31
AD
117852002-03-04 Akim Demaille <akim@epita.fr>
11786
11787 * src/L0.c, src/LR0.h (nstates): Be size_t.
11788 Adjust comparisons (signed vs unsigned).
11789 * src/conflics.c, src/lalr.c, src/lalr.h, src/output.c (LA): Now a
11790 bitset*.
11791 Adjust all dependencies.
11792
d8a0245c
AD
117932002-03-04 Akim Demaille <akim@epita.fr>
11794
11795 * src/closure.c (firsts): Now, also a bitset.
11796 Adjust all dependencies.
11797 (varsetsize): Remove, now unused.
11798 * src/warshall.h, src/warshall.c: Now work on arrays of bitsets.
11799
34ba9743
AD
118002002-03-04 Akim Demaille <akim@epita.fr>
11801
11802 * src/print.c: Convert to use bitset.h, not hand coded iterations
11803 over ints.
11804
ed86e78c
AD
118052002-03-04 Akim Demaille <akim@epita.fr>
11806
11807 * src/reduce.c: Convert to use bitset.h, not hand coded BSet.
11808
dfdb1797
AD
118092002-03-04 Akim Demaille <akim@epita.fr>
11810
11811 * src/closure.c (ruleset): Be a bitset.
11812 (rulesetsize): Remove.
11813
7086e707
AD
118142002-03-04 Akim Demaille <akim@epita.fr>
11815
11816 * lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
11817 * lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/lbitset.c,
11818 * lib/lbitset.h, lib/sbitset.c, lib/sbitset.h: New.
11819 * src/closure.c (fderives): Be an array of bitsets.
11820
98254360
RA
118212002-02-28 Robert Anisko <robert@lrde.epita.fr>
11822
11823 * data/bison.c++: Merge the two generated headers. Insert a copyright
11824 notice in each output file.
11825
a75c057f
AD
118262002-02-28 Akim Demaille <akim@epita.fr>
11827
11828 * data/bison.c++: Copy the prologue of bison.simple to fetch
11829 useful M4 definitions, such as b4_header_guard.
11830
06b00abc
AD
118312002-02-25 Akim Demaille <akim@epita.fr>
11832
11833 * src/getargs.c (version): Give the name of the authors, and use a
a75c057f
AD
11834 translator friendly scheme for the bgr
11835 copyright notice.
06b00abc 11836
70e7d534
AD
118372002-02-25 Akim Demaille <akim@epita.fr>
11838
11839 * src/output.c (header_output): Remove, now handled completely via
11840 M4.
11841
abe017f6
AD
118422002-02-25 Akim Demaille <akim@epita.fr>
11843
11844 * m4/m4.m4: New, from CVS Autoconf.
11845 * configure.in: Invoke it.
11846 * src/output.c (output_skeleton): Use its result instead of the
11847 hard coded name.
11848
381fb12e
AD
118492002-02-25 Akim Demaille <akim@epita.fr>
11850
11851 * lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
11852 Fileutils 4.1.5.
11853 * configure.in: Invoke UTILS_FUNC_MKSTEMP.
11854 * src/output.c (output_skeleton): Use mkstemp to create a real
11855 temporary file.
11856 Move the filling of `skeleton' and its muscle to...
11857 (prepare): here.
11858 (output): Move the definition of the prologue muscle to...
11859 (prepare): here.
11860 * src/system.h (DEFAULT_TMPDIR): New.
11861
6f38107f
PE
118622002-02-14 Paul Eggert <eggert@twinsun.com>
11863
11864 Remove the support for C++ namespace cleanliness; it was
11865 causing more problems than it was curing, since it didn't work
11866 properly on some nonstandard C++ compilers. This can wait
11867 for a proper C++ parser.
11868
11869 * NEWS: Document this.
11870 * doc/bison.texinfo (Bison Parser, Debugging): Remove special mention
11871 of C++, as it's treated like C now.
11872 * src/bison.simple (YYSTD): Remove.
11873 (YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
11874 Treat C++ just like Standard C instead of trying to support
11875 namespace cleanliness.
11876
80cce3da
AD
118772002-02-14 Akim Demaille <akim@epita.fr>
11878
11879 * tests/regression.at (else): Adjust to Andreas' change.
11880
842e8679
AD
118812002-02-14 Akim Demaille <akim@epita.fr>
11882
11883 * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
11884
4bda3f10
AD
118852002-02-13 Andreas Schwab <schwab@suse.de>
11886
11887 * src/output.c (output_rule_data): Don't output NULL, it might
11888 not be defined yet.
11889
4162fa07 118902002-02-11 Robert Anisko <robert@lrde.epita.fr>
b418ecd8 11891
4162fa07
RA
11892 * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
11893 (Copyright notice): Update.
b418ecd8 11894
bd16a5dc
AD
118952002-02-11 Akim Demaille <akim@epita.fr>
11896
11897 * tests/regression.at (%nonassoc and eof): Don't include
11898 nonportable headers.
11899
8d69a1a3
RA
119002002-02-08 Robert Anisko <robert@lrde.epita.fr>
11901
11902 * data/bison.c++: Correct error recovery. Make the user able to
11903 initialize the starting location.
11904
9b2d0677
AD
119052002-02-07 Akim Demaille <akim@epita.fr>
11906
11907 * tests/input.at: New.
11908
69e2658b
RA
119092002-02-07 Robert Anisko <robert@lrde.epita.fr>
11910
11911 * data/bison.c++: Replace some direct m4 expansions by constants. Be
9b2d0677 11912 more consistent when naming methods and variables. Put preprocessor
69e2658b
RA
11913 directives around tables only needed for debugging.
11914
4aacc3a7
RA
119152002-02-07 Robert Anisko <robert@lrde.epita.fr>
11916
11917 * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
11918 C++ parsers.
11919 (yy::b4_name::parse): Use print_.
11920
762a801e
RA
119212002-02-07 Robert Anisko <robert@lrde.epita.fr>
11922
11923 * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
11924
4bb2bc3f
RA
119252002-02-07 Robert Anisko <robert@lrde.epita.fr>
11926
11927 * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in
11928 C++ parsers.
11929 (yy::b4_name::parse): Build verbose error messages, and use error_.
11930
6b45a3ca
RA
119312002-02-06 Robert Anisko <robert@lrde.epita.fr>
11932
11933 * data/bison.c++: Fix m4 quoting in comments.
11934
50997c6e
RA
119352002-02-06 Robert Anisko <robert@lrde.epita.fr>
11936
11937 * data/bison.c++: Adjust the parser code. Fix some muscles that were
11938 not expanded by m4.
11939
3f3eed27
AD
119402002-02-05 Akim Demaille <akim@epita.fr>
11941
11942 * data/bison.c++: Adjust to the M4 back end.
11943 More is certainly needed.
11944
be2a1a68
AD
119452002-02-05 Akim Demaille <akim@epita.fr>
11946
11947 Give a try to M4 as a back end.
11948
11949 * lib/readpipe.c: New, from wdiff.
11950 * src/Makefile.am (DEFS): Define PKGDATADIR, not BISON_SIMPLE and
11951 BISON_HAIRY.
11952 * src/system.h (BISON_HAIRY, BISON_SIMPLE): Remove the DOS and VMS
11953 specific values. Now it is m4 that performs the lookup.
11954 * src/parse-skel.y: Remove.
11955 * src/muscle_tab.c, src/muscle_tab.h (muscles_m4_output): New.
11956 * src/output.c (actions_output, guards_output)
11957 (token_definitions_output): No longer keeps track of the output
11958 line number, hence remove the second argument.
11959 (guards_output): Check against the guard member of a rule, not the
11960 action member.
11961 Adjust callers.
11962 (output_skeleton): Don't look for the skeleton location, let m4 do
11963 that.
11964 Create `/tmp/muscles.m4'. This is temporary, a proper temporary
11965 file will be used.
11966 Invoke `m4' on m4sugar.m4, muscles.m4, and the skeleton.
11967 (prepare): Given that for the time being changesyntax is not
11968 usable in M4, rename the muscles using `-' to `_'.
11969 Define `defines_flag', `output_parser_name' and `output_header_name'.
11970 * src/output.h (actions_output, guards_output)
11971 (token_definitions_output): Adjust prototypes.
11972 * src/scan-skel.l: Instead of scanning the skeletons, it now
11973 processes the output of m4: `__oline__' and `#output'.
11974 * data/bison.simple: Adjust to be used by M4(sugar).
11975 * tests/Makefile.am: Use check_SCRIPTS to make sure `bison' is up
11976 to date.
11977 * tests/bison.in: Use the secrete envvar `BISON_PKGDATADIR'
11978 instead of the dead `BISON_SIMPLE' and `BISON_HAIRY'.
11979 * data/m4sugar/m4sugar.m4, data/m4sugar/version.m4: New,
11980 shamelessly stolen from CVS Autoconf.
11981
beda758b
AD
119822002-02-05 Akim Demaille <akim@epita.fr>
11983
11984 * lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.
11985 * configure.in: Check for the declarations of free and malloc.
11986 * src/muscle_tab.c: Adjust.
11987
5ece6d43
AD
119882002-02-05 Akim Demaille <akim@epita.fr>
11989
11990 * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
11991 which have no values.
11992
5bb18f9a
AD
119932002-02-05 Akim Demaille <akim@epita.fr>
11994
11995 * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
11996 * data/: here.
11997
894dd62e
PE
119982002-01-29 Paul Eggert <eggert@twinsun.com>
11999
12000 * src/bison.simple (YYSIZE_T): Do not define merely because
12001 YYSTACK_USE_ALLOCA is nonzero or alloca or _ALLOCA_H are defined.
12002 On some platforms, <alloca.h> does not declare YYSTD (size_t).
12003
82841af7
AD
120042002-01-27 Akim Demaille <akim@epita.fr>
12005
12006 Fix `%nonassoc and eof'.
12007
12008 * src/state.c (errs_dup): Aaaah! The failure was due to bytes
12009 which were not properly copied! Replace
12010 memcpy (res->errs, src->errs, src->nerrs);
12011 with
12012 memcpy (res->errs, src->errs, src->nerrs * sizeof (src->errs[0]));
12013 !!!
12014 * tests/regression.at (%nonassoc and eof): Adjust to newest
12015 Autotest: `.' is not in the PATH.
12016
318b76e9
AD
120172002-01-27 Akim Demaille <akim@epita.fr>
12018
12019 * tests/sets.at (AT_EXTRACT_SETS): New.
12020 (Nullable): Use it.
12021 (Firsts): New.
12022
30d2f3d5
AD
120232002-01-26 Akim Demaille <akim@epita.fr>
12024
12025 * tests/actions.at, tests/calc.at, tests/headers.at,
12026 * tests/torture.at: Adjust to the newest Autotest which no longer
12027 forces `.' in the PATH.
12028
30f8c395
AD
120292002-01-25 Akim Demaille <akim@epita.fr>
12030
12031 * tests/regression.at (%nonassoc and eof): New.
12032 Suggested by Robert Anisko.
12033
29ae55f1
AD
120342002-01-24 Akim Demaille <akim@epita.fr>
12035
12036 Bison dumps core when trying to complain about broken input files.
12037 Reported by Cris van Pelt.
12038
12039 * src/lex.c (parse_percent_token): Be sure to set token_buffer.
12040 * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
12041 into...
12042 (Invalid inputs): Strengthen: exercise parse_percent_token.
12043
2b548aa6
RA
120442002-01-24 Robert Anisko <robert.anisko@epita.fr>
12045
12046 * src/Makefile.am: Add bison.c++.
12047 * src/bison.c++: New skeleton.
12048
bb0146c2
AD
120492002-01-21 Paolo Bonzini <bonzini@gnu.org>
12050
12051 * po/it.po: New.
12052
bec30531
AD
120532002-01-21 Kees Zeelenberg <kzlg@users.sourceforge.net>
12054
12055 * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
12056
fc6edc45
MA
120572002-01-20 Marc Autret <marc@gnu.org>
12058
12059 * src/files.c (compute_output_file_names): Fix
12060
5e5d5415
MA
120612002-01-20 Marc Autret <marc@gnu.org>
12062
12063 * tests/output.at: New test.
12064 * src/files.c (compute_base_names): Don't map extensions when
12065 the YACC flag is set, use defaults.
12066 Reported by Evgeny Stambulchik.
12067
44ea3fbd
MA
120682002-01-20 Marc Autret <marc@gnu.org>
12069
ba0fe3c7
PE
12070 * src/system.h: Need to define __attribute__ away for non-GCC
12071 compilers as well (i.e., the vendor C compiler).
44ea3fbd
MA
12072 Suggested by Albert Chin-A-Young.
12073
338963d1
TVH
120742002-01-11 Tim Van Holder <tim.van.holder@pandora.be>
12075
12076 * lib/hash.h, lib/hash.c: Renamed __P to PARAMS and used the
12077 canonical definition.
12078 * src/system.h: Use the canonical definition for PARAMS (avoids
12079 a conflict with the macro from lib/hash.h).
12080
c57b2479
AD
120812002-01-11 Akim Demaille <akim@epita.fr>
12082
12083 * configure.in: Use AC_FUNC_STRNLEN.
d9e9746c 12084 Fixes the failures observed on AIX 4.3 by H.Merijn Brand.
c57b2479 12085
b85810ae
AD
120862002-01-09 Akim Demaille <akim@epita.fr>
12087
12088 * src/files.c, src/files.h (output_infix): New.
12089 (tab_extension): Remove.
12090 (compute_base_names): Compute the former, drop the latter.
12091 * src/output.c (prepare): Insert the muscles `output-infix', and
12092 `output-suffix'.
12093 * src/parse-skel.y (string, string.1): New.
12094 (section.header): Use it.
12095 (section.yacc): Remove.
12096 (prefix): Remove too.
12097 * src/scan-skel.l: Adjust.
12098 * src/bison.simple, src/bison.hairy: Adjust.
12099
cae60122
AD
121002002-01-09 Akim Demaille <akim@epita.fr>
12101
12102 * configure.in (WERROR_CFLAGS): Compute it.
12103 * src/Makefile.am (CFLAGS): Pass it.
12104 * tests/atlocal.in (CFLAGS): Idem.
12105 * src/files.c: Fix a few warnings.
12106 (get_extension_index): Remove, unused.
12107
ae404801
AD
121082002-01-08 Akim Demaille <akim@epita.fr>
12109
12110 * src/getargs.c (AS_FILE_NAME): New.
12111 (getargs): Use it to convert DOSish file names.
12112 * src/files.c (base_name): Rename as full_base_name to avoid
12113 clashes with `base_name ()'.
12114 (filename_split): New.
12115 (compute_base_names): N-th rewrite, using filename_split.
12116
22312b71
AD
121172002-01-08 Akim Demaille <akim@epita.fr>
12118
12119 * lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c:
12120 New, stolen from the Fileutils 4.1.
12121 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
12122 * configure.in: Check for the presence of memrchr, and of its
12123 prototype.
12124
a67cef01
TVH
121252002-01-07 Tim Van Holder <tim.van.holder@pandora.be>
12126
12127 * lib/hash.h (__P): Added definition for this macro.
12128 * src/Makefile.am: Add parse-skel.c and scan-skel.c to
12129 BUILT_SOURCES, to ensure they are generated first.
12130 * src/parse-skel.y: Use YYERROR_VERBOSE instead of
12131 %error-verbose to allow bootstrapping with bison 1.30x.
12132
2b25d624
AD
121332002-01-06 Akim Demaille <akim@epita.fr>
12134
12135 * src/reader.c (parse_braces): Don't fetch the next char, the
12136 convention is to fetch on entry.
12137 * tests/torture.at (GNU Cim Grammar): Reintroduce their weird
12138 'switch' without a following semicolon.
12139 * tests/regression.at (braces parsing): New.
12140
3460813b
AD
121412002-01-06 Akim Demaille <akim@epita.fr>
12142
12143 Bison is dead wrong in its RR conflict reports.
12144
12145 * tests/torture.at (GNU Cim Grammar): New.
12146 * src/conflicts.c (count_rr_conflicts): Fix.
12147
73784c64
AD
121482002-01-06 Akim Demaille <akim@epita.fr>
12149
12150 Creating package.m4 from configure.ac causes too many problems.
12151
12152 * tests/Makefile.am (package.m4): Create it by hand,
12153 AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
12154
25d81090
AD
121552002-01-06 Akim Demaille <akim@epita.fr>
12156
12157 * src/Makefile.am (bison_SOURCES): Add parse-skel.h and
12158 skeleton.h.
12159
a9b8959e
PE
121602002-01-04 Paul Eggert <eggert@twinsun.com>
12161
12162 * doc/bison.texinfo (Debugging):
12163 Remove YYSTDERR; it's no longer defined or used.
12164 Also, s/cstdio.h/cstdio/.
12165
25d81090
AD
121662002-01-03 Akim Demaille <akim@epita.fr>
12167
12168 * tests/bison.in, tests/atlocal.in: Adjust to CVS Autoconf.
12169
1109455c
AD
121702002-01-03 Akim Demaille <akim@epita.fr>
12171
12172 * src/parse-skel.y (process_skeleton): Don't bind the parser's
12173 tracing code to --trace, wait for a better --trace option, with
12174 args.
12175
7ea5e977
AD
121762002-01-03 Akim Demaille <akim@epita.fr>
12177
12178 * src/bison.simple (YYSTDERR): Remove, replace `stderr'.
12179 The ISO C++ standard is extremely clear about it: stderr is
12180 considered a macro, not a regular symbol (see table 94 `Header
12181 <cstdio> synopsis', [lib.c.files] 27.8.2 C Library files).
12182 Therefore std:: does not apply to it. It still does with fprintf.
12183 Also, s/cstdio.h/cstdio/.
12184
fab5b110
AD
121852002-01-03 Akim Demaille <akim@epita.fr>
12186
12187 * lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
12188 for non system headers.
12189
aed7fd9b
AD
121902002-01-02 Akim Demaille <akim@epita.fr>
12191
12192 Equip the skeleton chain with location tracking, runtime trace,
12193 pure parser and scanner.
12194
12195 * src/parse-skel.y: Request a pure parser, locations, and prefix
12196 renaming.
12197 (%union): Having several members with the same type does not help
12198 type mismatches, simplify.
12199 (YYPRINT, yyprint): New.
12200 (yyerror): ``Rename'' (there is a #define yyerror skel_error) as...
12201 (skel_error): this.
12202 Handle locations.
12203 * src/scan-skel.l: Adjust to these changes.
12204 * src/skeleton.h (LOCATION_RESET, LOCATION_LINES, LOCATION_STEP)
12205 (LOCATION_PRINT, skel_control_t): New.
12206
24fad99e
AD
122072001-12-30 Akim Demaille <akim@epita.fr>
12208
12209 * src/parse-skel.y: Get rid of the shift/reduce conflict:
12210 replace `gb' with BLANKS.
12211 * src/scan-skel.l: Adjust.
12212
a4b36db4
AD
122132001-12-30 Akim Demaille <akim@epita.fr>
12214
12215 * src/system.h: We don't need nor want bcopy.
12216 Throw away MS-DOS crap: we don't need getpid.
12217 * configure.in: We don't need strndup. It was even causing
12218 problems: because Flex includes the headers *before* us,
12219 _GNU_SOURCE is not defined by config.h, and therefore strndup was
12220 not visible.
12221 * lib/xstrndup.c: New.
12222 * src/scan-skel.l: Use it.
12223 Be sure to initialize yylval.muscle member when scanning a MUSCLE.
12224 * src/parse-skel.y: Use %directives instead of #defines.
12225
1239777d
AD
122262001-12-30 Akim Demaille <akim@epita.fr>
12227
12228 * src/skeleton.h: New.
12229 * src/output.c (output_parser, output_master_parser): Remove, dead
12230 code.
12231 * src/output.h (get_lines_number, actions_output, guards_output)
12232 (token_definitions_output): Prototype them.
12233 * src/parse-skel.y: Add the license notice.
12234 Include output.h and skeleton.h.
12235 (process_skeleton): Returns void, and takes a single parameter.
12236 * src/scan-skel.l: Add the license notice.
12237 Include skeleton.h.
12238 Don't use %option yylineno: it seems that then Flex imagines
12239 REJECT has been used, and therefore it won't reallocate its
12240 buffers (which makes no other sense to me than a bug). It results
12241 in warnings for `unused: yy_flex_realloc'.
12242
9b3add5b
RA
122432001-12-30 Robert Anisko <robert.anisko@epita.fr>
12244
12245 * src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
12246 (MUSCLE_INSERT_PREFIX): ...to there.
12247 * src/output.c (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
12248 (MUSCLE_INSERT_PREFIX): Move from here...
12249
12250 * src/bison.hairy: Add a section directive. Put braces around muscle
12251 names. This parser skeleton is still broken, but Bison should not
12252 choke on a bad muscle 'syntax'.
12253 * src/bison.simple: Add a section directive. Put braces around muscle
12254 names.
12255
12256 * src/files.h (strsuffix, stringappend): Add declarations.
12257 (tab_extension): Add declaration.
12258 (short_base_name): Add declaration.
12259
12260 * src/files.c (strsuffix, stringappend): No longer static. These
12261 functions are used in the skeleton parser.
12262 (tab_extension): New.
12263 (compute_base_names): Use the computations done in this function
fab5b110 12264 to guess if the generated parsers should have '.tab' in their
9b3add5b
RA
12265 names.
12266 (short_base_name): No longer static.
12267
12268 * src/output.c (output_skeleton): New.
12269 (output): Disable call to output_master_parser, and give a try to
12270 a new skeleton handling system.
12271 (guards_output, actions_output): No longer static.
12272 (token_definitions_output, get_lines_number): No longer static.
12273
12274 * configure.in: Use AM_PROG_LEX and AC_PROG_YACC.
12275
fab5b110 12276 * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
9b3add5b
RA
12277 parse-skel.y.
12278
12279 * src/parse-skel.y: New file.
12280 * src/scan-skel.l: New file.
12281
b5b61c61
AD
122822001-12-29 Akim Demaille <akim@epita.fr>
12283
12284 %name-prefix is broken.
12285
12286 * src/files.c (spec_name_prefix): Initialize to NULL, not to "yy".
12287 Adjust all dependencies.
12288 * tests/headers.at (export YYLTYPE): Strengthen this test: use
12289 %name-prefix.
12290
12291 Renaming yylval but not yylloc is not consistent. Now we do.
12292
12293 * src/bison.simple: Prefix yylloc if used.
12294 * doc/bison.texinfo (Decl Summary): Document that.
12295
8c9a50be
AD
122962001-12-29 Akim Demaille <akim@epita.fr>
12297
12298 * doc/bison.texinfo: Promote `%long-directive' over
12299 `%long_directive'.
12300 Remove all references to fixed-output-files, yacc is enough.
12301
d99361e6
AD
123022001-12-29 Akim Demaille <akim@epita.fr>
12303
12304 * src/bison.simple: Define YYDEBUG and YYERROR_VERBOSE *after* the
12305 user prologue. These are defaults.
12306 * tests/actions.at (Mid-rule actions): Make sure the user can
12307 define YYDEBUG and YYERROR_VERBOSE.
12308
b9cecb91
AD
123092001-12-29 Akim Demaille <akim@epita.fr>
12310
12311 * src/output.c (header_output): Don't forget to export YYLTYPE and
12312 yylloc.
12313 * tests/headers.at (export YYLTYPE): New, make sure it does.
12314 * tests/regression.at (%union and --defines, Invalid CPP headers):
12315 Move to...
12316 * tests/headers.at: here.
12317
aea13e97
AD
123182001-12-29 Akim Demaille <akim@epita.fr>
12319
12320 * src/gram.h (rule_s): Member `assoc' is of type `associativity'.
12321
931394cb
AD
123222001-12-29 Akim Demaille <akim@epita.fr>
12323
12324 * tests/actions.at (Mid-rule actions): Output on a single line
12325 instead of several.
12326
704a47c4
AD
123272001-12-29 Akim Demaille <akim@epita.fr>
12328
12329 * doc/bison.texinfo: Formatting changes.
12330
091e20bb
AD
123312001-12-29 Akim Demaille <akim@epita.fr>
12332
12333 Don't store the token defs in a muscle, just be ready to output it
12334 on command. Now possible via `symbols'. Fixes a memory leak.
12335
12336 * src/output.c (token_definitions_output): New.
12337 (output_parser, header_output): Use it.
12338 * src/reader.c (symbols_save): Remove.
12339
cce71710
AD
123402001-12-29 Akim Demaille <akim@epita.fr>
12341
12342 * src/bison.simple: Do not provide a default for YYSTYPE and
12343 YYLTYPE before the user's prologue. Otherwise it's hardly... a
12344 default.
12345
82c035a8
AD
123462001-12-29 Akim Demaille <akim@epita.fr>
12347
12348 Mid-rule actions are simply... ignored!
12349
12350 * src/reader.c (readgram): Be sure to attach mid-rule actions to
12351 the empty-rule associated to the dummy symbol, not to the host
12352 rule.
12353 * tests/actions.at (Mid-rule actions): New.
12354
8419d367
AD
123552001-12-29 Akim Demaille <akim@epita.fr>
12356
12357 Memory leak.
12358
12359 * src/reader.c (reader): Free grammar.
12360
375d5806
AD
123612001-12-29 Akim Demaille <akim@epita.fr>
12362
12363 Memory leak.
12364
12365 * src/LR0.c (new_itemsets): Don't allocate `shift_symbol' here,
12366 since it allocates it for each state, although only one is needed.
12367 (allocate_storage): Do it here.
12368
f51cb8ff
AD
123692001-12-29 Akim Demaille <akim@epita.fr>
12370
12371 * src/options.h, src/options.c (create_long_option_table): Rename
12372 as...
12373 (long_option_table_new): this, with a clearer prototype.
12374 (percent_table): Remove, unused,
12375 * src/getargs.c (getargs): Adjust.
12376
29e88316
AD
123772001-12-29 Akim Demaille <akim@epita.fr>
12378
12379 * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c
12380 * src/print.c, src/print_graph.c, src/state.h: Rename state_table
12381 as states.
12382
b9f71f19
AD
123832001-12-29 Akim Demaille <akim@epita.fr>
12384
12385 * src/lalr.c (build_relations): Rename `states' as `states1'.
12386 Sorry, I don't understand exactly what it is, no better name...
12387
1a2b5d37
AD
123882001-12-29 Akim Demaille <akim@epita.fr>
12389
12390 * src/closure.c, src/conflicts.c, src/derives.c, src/gram.c
12391 * src/gram.h, src/lalr.c, src/nullable.c, src/output.c, src/print.c
12392 * src/print_graph.c, src/reader.c, src/reduce.c: Rename rule_table
12393 as rules.
12394
1cca533e
AD
123952001-12-29 Akim Demaille <akim@epita.fr>
12396
12397 * src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long
12398 ago.
12399
c03ae966
AD
124002001-12-29 Akim Demaille <akim@epita.fr>
12401
12402 * src/reader.c, src/reader.h (user_toknums): Remove.
12403 Adjust all users to use symbols[i]->user_token_number.
12404
5a670b1e
AD
124052001-12-29 Akim Demaille <akim@epita.fr>
12406
12407 * src/gram.c, src/gram.h (sprec, sassoc): Remove.
12408 Adjust all users to use symbols[i]->prec or ->assoc.
12409
ad949da9
AD
124102001-12-29 Akim Demaille <akim@epita.fr>
12411
12412 * src/reader.c, src/reader.h (tags): Remove.
12413 Adjust all users to use symbols[i]->tag.
12414
0e78e603
AD
124152001-12-29 Akim Demaille <akim@epita.fr>
12416
12417 * src/gram.h, src/gram.c (symbols): New, similar to state_table
12418 and rule_table.
12419 * src/reader.c (packsymbols): Fill this table.
12420 Drop sprec.
12421 * src/conflicts.c (resolve_sr_conflict): Adjust.
12422 * src/reduce.c (reduce_grammar): Adjust: just sort symbols, a
12423 single table.
12424 Use symbols[i]->tag instead of tags[i].
12425
213e640e
AD
124262001-12-29 Akim Demaille <akim@epita.fr>
12427
12428 * tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
12429 In addition, put a comment in there, to replace...
12430 * tests/regression.at (%union and C comments): Remove.
12431
e7b8bef1
AD
124322001-12-29 Akim Demaille <akim@epita.fr>
12433
12434 * tests/regression.at (Web2c Actions): Blindly move the actual
12435 output as expected output. The contents *seem* right to me, but I
12436 can't pretend reading perfectly parser tables... Nonetheless, all
12437 the other tests pass correctly, the table look OK, even though the
12438 presence of `$axiom' is to be noted: AFAICS it is useless (but
12439 harmless).
12440
b68e7744
AD
124412001-12-29 Akim Demaille <akim@epita.fr>
12442
12443 * src/reader.c (readgram): Don't add the rule 0 if there were no
12444 rules read. In other words, add it _after_ having performed
12445 grammar sanity checks.
12446 Fixes the `tests/regression.at (Invalid input: 1)' Failure.
12447
78d5bae9
AD
124482001-12-29 Akim Demaille <akim@epita.fr>
12449
12450 * tests/regression.at (Web2c Report): Catch up: the rule 0 is now
12451 visible, and some states have now a different number.
12452
ff442794
AD
124532001-12-29 Akim Demaille <akim@epita.fr>
12454
12455 * src/reader.c (readgram): Bind the initial rule's lineno to that
12456 of the first rule.
12457 * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts):
12458 (Solved SR Conflicts): Adjust rule 0's line number.
12459
610ab194
AD
124602001-12-29 Akim Demaille <akim@epita.fr>
12461
12462 Fix the `GAWK Grammar' failure.
12463
12464 * src/LR0.c (final_state): Initialize to -1 so that we do compute
12465 the reductions of the first state which was mistakenly confused
12466 with the final state because precisely final_state was initialized
12467 to 0.
12468 * tests/sets.at (Nullable): Adjust: state 0 does have lookaheads,
12469 now noticed by Bison.
12470 * tests/regression.at (Rule Line Numbers): Adjust: state 0 does
12471 have a reduction on $default.
12472
29d29c8f
AD
124732001-12-29 Akim Demaille <akim@epita.fr>
12474
12475 * src/gram.c (ritem_print): Be sure to subtract 1 when displaying
12476 rule line numbers.
12477 * src/closure.c (print_closure): Likewise.
12478 * src/derives.c (print_derives): Likewise.
12479 * tests/sets.at (Nullable): Adjust: the rule numbers are correct
12480 now.
12481
7c6b64d0
AD
124822001-12-29 Akim Demaille <akim@epita.fr>
12483
12484 * src/lalr.c (lookaheads_print): New.
12485 (lalr): Call it when --trace-flag.
12486 * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads
12487 are dumped.
12488
3d4daee3
AD
124892001-12-29 Akim Demaille <akim@epita.fr>
12490
12491 * src/derives.c (print_derives): Be sure to use `>= 0', not `> 0',
12492 when walking through ritem, even via rule->rhs.
12493 * src/reduce.c (dump_grammar, useful_production, reduce_output)
12494 (useful_production, useless_nonterminals): Likewise.
12495 (reduce_grammar_tables): Likewise, plus update nritems.
12496 * src/nullable.c (set_nullable): Likewise.
12497 * src/lalr.c (build_relations): Likewise.
12498 * tests/sets.at (Nullable): Adjust.
12499 Fortunately, now, the $axiom is no longer nullable.
12500
9e7f6bbd
AD
125012001-12-29 Akim Demaille <akim@epita.fr>
12502
12503 * src/LR0.c (generate_states): Use nritems, not nitems, nor using
12504 the 0-sentinel.
12505 * src/gram.c (ritem_longest_rhs): Likewise.
12506 * src/reduce.c (nonterminals_reduce): Likewise.
12507 * src/print_graph.c (print_graph): Likewise.
12508 * src/output.c (output_rule_data): Likewise.
12509 * src/nullable.c (set_nullable): Likewise.
12510
255ef638
AD
125112001-12-29 Akim Demaille <akim@epita.fr>
12512
12513 * src/output.c: Comment changes.
12514
0d8a7363
AD
125152001-12-27 Paul Eggert <eggert@twinsun.com>
12516
12517 * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
12518 cases for non-GNU systems like AIX, HP-UX, SGI, Sun, and
12519 Sparc, as they were causing more porting problems than the
12520 (minor) performance improvement was worth.
12521
12522 Also, catch up with 1.31's YYSTD.
12523
3db472b9
AD
125242001-12-27 Akim Demaille <akim@epita.fr>
12525
12526 * src/output.c (output_gram): Rely on nritems, not the
12527 0-sentinel. See below.
12528 Use -1 as separator, not 0.
12529 * src/bison.simple (yyparse): Subtract 1 to the rule numbers.
12530 Rely on -1 as separator in yyrhs, instead of 0.
12531 * tests/calc.at (AT_CHECK_CALC): Now, the parsers no longer issue
12532 twice `Now at end of input', therefore there are two lines less to
12533 expect.
12534
b365aa05
AD
125352001-12-27 Akim Demaille <akim@epita.fr>
12536
12537 * tests/regression.at (Unresolved SR Conflicts):
12538 (Solved SR Conflicts, Rule Line Numbers): Adjust to the changes
12539 below.
12540
30171f79
AD
125412001-12-27 Akim Demaille <akim@epita.fr>
12542
12543 * src/LR0.c (new_state): Recognize the final state by the fact it
12544 is reached by eoftoken.
12545 (insert_start_shifting_state, insert_eof_shifting_state)
12546 (insert_accepting_state, augment_automaton): Remove, since now
12547 these states are automatically computed from the initial state.
12548 (generate_states): Adjust.
12549 * src/print.c: When reporting a rule number to the user, substract
12550 1, so that the axiom rule is rule 0, and the first user rule is 1.
12551 * src/reduce.c: Likewise.
12552 * src/print_graph.c (print_core): For the time being, just as for
12553 the report, depend upon --trace-flags to dump the full set of
12554 items.
12555 * src/reader.c (readgram): Once the grammar read, insert the rule
12556 0: `$axiom: START-SYMBOL $'.
12557 * tests/set.at: Adjust: rule 0 is now displayed, and since the
12558 number of the states has changed (the final state is no longer
12559 necessarily the last), catch up.
12560
75142d45
AD
125612001-12-27 Akim Demaille <akim@epita.fr>
12562
12563 Try to make the use of the eoftoken valid. Given that its value
12564 is 0 which was also used as a sentinel in ritem, (i) make sure >= 0
12565 is used instead of > 0 where appropriate, (ii), depend upon nritems
12566 instead of the 0-sentinel.
12567
12568 * src/gram.h, src/gram.c (nritems): New.
12569 Expected to be duplication of nitems, but for the time being...
12570 * src/reader.c (packgram): Assert nritems and nitems are equal.
12571 * src/LR0.c (allocate_itemsets, new_itemsets): Adjust.
12572 * src/closure.c (print_closure, print_fderives): Likewise.
12573 * src/gram.c (ritem_print): Likewise.
12574 * src/print.c (print_core, print_grammar): Likewise.
12575 * src/print_graph.c: Likewise.
12576
b7c49edf
AD
125772001-12-27 Akim Demaille <akim@epita.fr>
12578
12579 * src/main.c (main): If there are complains after grammar
12580 reductions, then output the report anyway if requested, then die.
12581 * src/symtab.c (bucket_new): Initialize `value' to -1, not 0.
12582 * src/reader.c (eoftoken): New.
12583 (parse_token_decl): If the token being defined has value `0', it
12584 is the eoftoken.
12585 (packsymbols): No longer hack `tags' to insert `$' by hand.
12586 Be sure to preserve the value of the eoftoken.
12587 (reader): Make sure eoftoken is defined.
12588 Initialize nsyms to 0: now eoftoken is created just like the others.
12589 * src/print.c (print_grammar): Don't special case the eof token.
12590 * src/regression.at: Adjust: `$' has value 0, not -1, which was a
12591 lie anyway, albeit pleasant.
12592 * tests/calc.at: Exercise error messages with eoftoken.
12593 Change the grammar so that empty input is invalid.
12594 Adjust expectations.
12595 When yyungeting, be sure to use a valid yylloc: use last_yylloc.
12596
ec2da99f
AD
125972001-12-27 Akim Demaille <akim@epita.fr>
12598
12599 * configure.in: Check the protos of strchr ans strspn.
12600 Replace strchr if needed.
12601 * src/system.h: Provide the protos of strchr, strspn and memchr if
12602 missing.
12603 * lib/strchr.c: New.
12604 * src/reader.c (symbols_save): Use strchr.
12605
8adfa272
AD
126062001-12-27 Akim Demaille <akim@epita.fr>
12607
12608 * src/print.c, src/print_graph.c (escape): New.
12609 Use it to quote the TAGS outputs.
12610 * src/print_graph.c (print_state): Now errors are in red, and
12611 reductions in green.
12612 Prefer high to wide: output the state number on a line of its own.
12613
80dac38c
AD
126142001-12-27 Akim Demaille <akim@epita.fr>
12615
12616 * src/state.h, src/state.c (reductions_new): New.
12617 * src/LR0.c (set_state_table): Let all the states have a
12618 `reductions', even if reduced to 0.
12619 (save_reductions): Adjust.
12620 * src/lalr.c (initialize_LA, initialize_lookaheads): Adjust.
12621 * src/print.c (print_reductions, print_actions): Adjust.
12622 * src/output.c (action_row): Adjust.
12623
2cec70b9
AD
126242001-12-27 Akim Demaille <akim@epita.fr>
12625
12626 * src/state.h, src/state.c (errs_new, errs_dup): New.
12627 * src/LR0.c (set_state_table): Let all the states have an errs,
12628 even if reduced to 0.
12629 * src/print.c (print_errs, print_reductions): Adjust.
12630 * src/output.c (output_actions, action_row): Adjust.
12631 * src/conflicts.c (resolve_sr_conflict): Adjust.
12632
13ca549a
AD
126332001-12-27 Akim Demaille <akim@epita.fr>
12634
12635 * src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SYMBOL.
12636
5092aba5
AD
126372001-12-27 Akim Demaille <akim@epita.fr>
12638
12639 * src/conflicts.c, src/conflicts.h (print_reductions): Move to...
12640 * src/print.c: here.
12641 (lookaheadset, shiftset): New, used as additional storage by
12642 print_reductions.
12643 (print_results): Adjust.
12644 (print_shifts, print_gotos, print_errs): New, extracted from...
12645 (print_actions): here.
12646 * src/print_graph.c (print_actions): Remove dead code.
12647
11e2beca
AD
126482001-12-27 Akim Demaille <akim@epita.fr>
12649
12650 * src/reader.c (copy_dollar, copy_at): Better checking of `n' in
12651 `$n' and `@n'.
12652
dac3c910
AD
126532001-12-27 Akim Demaille <akim@epita.fr>
12654
12655 * src/lalr.c (add_lookback_edge): Use state_t instead of ints.
12656 (build_relations): Adjust.
12657
d0b0fefa
AD
126582001-12-27 Akim Demaille <akim@epita.fr>
12659
12660 * src/lalr.c (set_goto_map): Remove a wrong but benign loop
12661 duplication.
12662
adc8c848
AD
126632001-12-27 Akim Demaille <akim@epita.fr>
12664
12665 * src/reader.c (packgram): Catch nitems overflows.
12666
14d293ac
AD
126672001-12-27 Akim Demaille <akim@epita.fr>
12668
12669 * src/files.c, src/files.h (guard_obstack): Remove.
12670 * src/output.c (output): Adjust.
12671 * src/reader.c (parse_braces): New, factoring...
12672 (copy_action, copy_guard): these two which are renamed as...
12673 (parse_action, parse_guard): these.
12674 As a voluntary consequence, using braces around guards is now
12675 mandatory.
12676
f499b062
AD
126772001-12-27 Akim Demaille <akim@epita.fr>
12678
12679 * src/gram.h (rule_t): `guard' and `guard_line' are new members.
12680 * src/reader.c (symbol_list): `guard' and `guard_line' are new
12681 members.
12682 (symbol_list_new): Adjust.
12683 (copy_action): action_line is the first line, not the last.
12684 (copy_guard): Just as for actions, store the `action' only, not
12685 the switch/case/break flesh.
12686 Don't parse the user action that might follow the guard, let...
12687 (readgram): do it, i.e., now, there can be an action after a
12688 guard.
12689 In other words the guard is just explicitly optional.
12690 (packgram): Adjust.
12691 * src/output.c (guards_output): New.
12692 (output_parser): Call it when needed.
12693 (output): Also free the guard and attrs obstacks.
12694 * src/files.c, src/files.h (obstack_save): Remove.
12695 (output_files): Remove.
12696 As a result, if one needs the former `.act' file, using an
12697 appropriate skeleton which requires actions and guards is now
12698 required.
12699 * src/main.c (main): Adjust.
12700 * tests/semantic.at: New.
12701 * tests/regression.at: Use `input.y' as input file name.
12702 Avoid 8+3 problems by requiring input.c when the test needs the
12703 parser.
12704
d945f5cd
AD
127052001-12-27 Akim Demaille <akim@epita.fr>
12706
12707 * src/reader.c (symbol_list_new): Be sure to initialize all the
12708 fields.
12709
d200e455
AD
127102001-12-27 Akim Demaille <akim@epita.fr>
12711
12712 All the hacks using a final pseudo state are now useless.
12713
12714 * src/LR0.c (set_state_table): state_table holds exactly nstates.
12715 * src/lalr.c (nLA): New.
12716 (initialize_LA, compute_lookaheads, initialize_lookaheads): Use it
12717 instead of lookaheadsp from the pseudo state (nstate + 1).
12718
f9507c28
AD
127192001-12-27 Akim Demaille <akim@epita.fr>
12720
12721 * src/output.c (action_row, token_actions): Use a state_t instead
12722 of a integer, and nlookaheads instead of the following state's
12723 lookaheadsp.
12724
065fbd27
AD
127252001-12-27 Akim Demaille <akim@epita.fr>
12726
12727 * src/conflicts.c (log_resolution, flush_shift)
12728 (resolve_sr_conflict, set_conflicts, solve_conflicts)
12729 (count_sr_conflicts, count_rr_conflicts, conflicts_output)
12730 (conflicts_print, print_reductions): Use a state_t instead of an
12731 integer when referring to a state.
12732 As much as possible, depend upon nlookaheads, instead of the
12733 `lookaheadsp' member of the following state (since lookaheads of
12734 successive states are successive, the difference between state n + 1
12735 and n served as the number of lookaheads for state n).
12736 * src/lalr.c (add_lookback_edge): Likewise.
12737 * src/print.c (print_core, print_actions, print_state)
12738 (print_results): Likewise.
12739 * src/print_graph.c (print_core, print_actions, print_state)
12740 (print_graph): Likewise.
12741 * src/conflicts.h: Adjust.
12742
1b177bd7
AD
127432001-12-27 Akim Demaille <akim@epita.fr>
12744
12745 * src/bison.hairy: Formatting/comment changes.
12746 ANSIfy.
12747 Remove `register' indications.
12748 Add plenty of `static'.
12749
7742ddeb
AD
127502001-12-27 Akim Demaille <akim@epita.fr>
12751
12752 * src/output.c (prepare): Drop the muscle `ntbase' which
12753 duplicates ntokens.
12754 * src/bison.simple: Formatting/comment changes.
12755 Use YYNTOKENS only, which is documented, but not YYNTBASE, which
12756 is an undocumented synonym.
12757
1fa14068
AD
127582001-12-22 Akim Demaille <akim@epita.fr>
12759
12760 * src/output.c (output_table_data): Change the prototype to use
12761 `int' for array ranges: some invocations do pass an int, not a
12762 short.
12763 Reported by Wayne Green.
12764
b9752825
AD
127652001-12-22 Akim Demaille <akim@epita.fr>
12766
12767 Some actions of web2c.y are improperly triggered.
12768 Reported by Mike Castle.
12769
12770 * src/lalr.c (traverse): s/F (i)[k] = F (j)[k]/F (j)[k] = F (i)[k]/.
12771 * tests/regression.at (Web2c): Rename as...
12772 (Web2c Report): this.
12773 (Web2c Actions): New.
12774
776209d6
AD
127752001-12-22 Akim Demaille <akim@epita.fr>
12776
12777 Reductions in web2c.y are improperly reported.
12778 Reported by Mike Castle.
12779
12780 * src/conflicts.c (print_reductions): Fix.
12781 * tests/regression.at (Web2c): New.
12782
275fc3ad
AD
127832001-12-18 Akim Demaille <akim@epita.fr>
12784
12785 Some host fail on `assert (!"foo")', which expands to
12786 ((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
12787 Reported by Nelson Beebee.
12788
12789 * src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
12790 `#define it_succeeded 0' and `assert (it_succeeded)'.
12791
897668ee
MA
127922001-12-17 Marc Autret <autret_m@epita.fr>
12793
12794 * src/bison.simple: Don't hard code the skeleton line and filename.
12795 * src/output.c (output_parser): Rename 'line' as 'output_line'.
12796 New line counter 'skeleton_line' (skeleton-line muscle).
12797
ab3399e0
PE
127982001-12-17 Paul Eggert <eggert@twinsun.com>
12799
12800 * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
12801 YYDEBUG must be defined to a nonzero value.
12802
12803 * src/bison.simple (yytname): Do not assume that the user defines
12804 YYDEBUG to a properly parenthesized expression.
12805
3877f72b
AD
128062001-12-17 Akim Demaille <akim@epita.fr>
12807
12808 * src/state.h (state_t): Rename lookaheads as lookaheadsp.
12809 nlookaheads is a new member.
12810 Adjust all users.
12811 * src/lalr.h (nlookaheads): Remove this orphan declaration.
12812 * src/lalr.c (initialize_lookaheads): Set nlookaheads for each
12813 state.
776209d6 12814
331dbc1b
AD
128152001-12-17 Akim Demaille <akim@epita.fr>
12816
12817 * src/files.h, src/files.c (open_files, close_files): Remove.
12818 * src/main.c (main): Don't open/close files, nor invoke lex_free,
12819 let...
12820 * src/reader.c (reader): Do it.
776209d6 12821
be750e4c
AD
128222001-12-17 Akim Demaille <akim@epita.fr>
12823
12824 * src/conflicts.c (print_reductions): Formatting changes.
776209d6 12825
709ae8c6
AD
128262001-12-17 Akim Demaille <akim@epita.fr>
12827
12828 * src/conflicts.c (flush_shift): Also adjust lookaheadset.
12829 (flush_reduce): New.
12830 (resolve_sr_conflict): Adjust.
776209d6 12831
f87685c3
AD
128322001-12-17 Akim Demaille <akim@epita.fr>
12833
12834 * src/output.c (output_obstack): Be static and rename as...
12835 (format_obstack): this, to avoid any confusion with files.c's
12836 output_obstack.
12837 * src/reader.h (muscle_obstack): Move to...
12838 * src/output.h: here, since it's defined in output.c.
12839
837491d8
AD
128402001-12-17 Akim Demaille <akim@epita.fr>
12841
12842 * src/output.c (action_row, save_column, default_goto)
12843 (sort_actions, matching_state, pack_vector): Better variable
12844 locality.
12845
796d61fb
AD
128462001-12-17 Akim Demaille <akim@epita.fr>
12847
12848 * src/output.c: Various formatting changes.
776209d6 12849
64d15509
AD
128502001-12-17 Akim Demaille <akim@epita.fr>
12851
12852 * src/files.c (output_files): Free the output_obstack.
12853 * src/main.c (main): Call print and print_graph conditionally.
12854 * src/print.c (print): Work unconditionally.
12855 * src/print_graph.c (print_graph): Work unconditionally.
12856 * src/conflicts.c (log_resolution): Output only if verbose_flag.
12857
fbc8ecb7
MA
128582001-12-16 Marc Autret <autret_m@epita.fr>
12859
12860 * src/output.c (actions_output): Fix. When we use %no-lines,
12861 there is one less line per action.
12862
f0440388
MA
128632001-12-16 Marc Autret <autret_m@epita.fr>
12864
12865 * src/bison.simple: Remove a useless #line directive.
12866 s/#line %%line %%skeleton/#line %%line "%%parser-file-name"/'.
12867 * src/output.c (get_lines_number): New.
776209d6 12868 (output_parser): Adjust, now takes care about the lines of a
f0440388
MA
12869 output muscles.
12870 Fix line numbering.
12871 (actions_output): Computes the number of lines taken by actions.
12872 (output_master_parser): Insert new skeleton which is the name of
12873 the output parser file name.
12874
a79986b8
MA
128752001-12-15 Marc Autret <autret_m@epita.fr>
12876
12877 * src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
12878
4ec8e00f
MA
128792001-12-15 Marc Autret <autret_m@epita.fr>
12880
12881 * src/output.c (output_gram): Keep track of the hairy one.
12882
1a4648ff
AD
128832001-12-15 Akim Demaille <akim@epita.fr>
12884
12885 Make `make distcheck' work.
12886
12887 * lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses
12888 system.h which uses libgettext.h.
12889
9c2c67e6
AD
128902001-12-15 Akim Demaille <akim@epita.fr>
12891
12892 * src/nullable.c (set_nullable): Useless rules must be skipped,
12893 otherwise, since we range over their symbols, we might look at a
12894 nonterminal which no longer ``exists'', i.e., it is not counted in
12895 `nvars', hence we overflow our arrays.
12896
93ede233
AD
128972001-12-15 Akim Demaille <akim@epita.fr>
12898
12899 The header can also be produced directly, without any obstack!
12900 Yahoo!
12901
12902 * src/files.c, src/files.h (defines_obstack): Remove.
12903 (compute_header_macro): Global.
12904 (defines_obstack_save): Remove.
12905 * src/reader.c (parse_union_decl): No longer output to
12906 defines_obstack: its content can be found in the `stype' muscle
12907 anyway.
12908 (output_token_translations): Merge into...
12909 (symbols_output): this.
12910 Rename as...
12911 (symbols_save): this.
12912 (reader): Adjust.
12913 * src/output.c (header_output): New.
12914 (output): Call it.
12915
2666f928
AD
129162001-12-15 Akim Demaille <akim@epita.fr>
12917
12918 * src/reader.c (parse_union_decl): Instead of handling two obstack
12919 simultaneously, use one to define the `stype' muscle, and use the
12920 value of the latter to fill defines_obstack.
12921 (copy_comment): Remove.
12922 (copy_comment2): Work for a single obstack.
12923 Rename as...
12924 (copy_comment): this.
12925
428046f8
AD
129262001-12-15 Akim Demaille <akim@epita.fr>
12927
12928 * src/lex.c, src/lex.h (xgetc): No longer static.
12929 * src/reader.c (parse_union_decl): Revamp.
12930
ea52d706
AD
129312001-12-15 Akim Demaille <akim@epita.fr>
12932
12933 Still making progress in separating Bison into (i) input, (ii)
12934 process, (iii) output: now we can directly output the parser file
12935 without using table_obstack at all.
12936
12937 * src/files.c, src/files.h (table_obstack): Bye bye.
12938 (parser_file_name): New.
12939 * src/files.c (compute_output_file_names): Compute it.
12940 * src/output.c (actions_output, output_parser)
12941 (output_master_parser): To a file instead of an obstack.
12942
3f96f4dc
AD
129432001-12-15 Akim Demaille <akim@epita.fr>
12944
12945 Attach actions to rules, instead of pre-outputting them to
12946 actions_obstack.
12947
12948 * src/gram.h (rule_t): action and action_line are new members.
12949 * src/reader.c (symbol_list): Likewise.
12950 (copy_action): Save the actions within the rule.
12951 (packgram): Save them in rule_table.
12952 * src/output.c (actions_output): New.
12953 (output_parser): Use it on `%%actions'.
12954 (output_rule_data): Don't free rule_table.
12955 (output): Do it.
12956 (prepare): Don't save the `action' muscle.
12957 * src/bison.simple: s/%%action/%%actions/.
12958
51576fb3
AD
129592001-12-15 Akim Demaille <akim@epita.fr>
12960
12961 * src/reader.c (copy_action): When --yacc, don't append a `;'
12962 to the user action: let it fail if lacking.
dee049eb 12963 Suggested by Arnold Robbins and Tom Tromey.
51576fb3 12964
2648a72d
AD
129652001-12-14 Akim Demaille <akim@epita.fr>
12966
12967 * src/lex.c (literalchar): Simply return the char you decoded, non
12968 longer mess around with obstacks and int pointers.
12969 Adjust all callers.
12970
92790e5b
AD
129712001-12-14 Akim Demaille <akim@epita.fr>
12972
12973 * src/lex.c (literalchar): Don't escape the special characters,
12974 just decode them, and keep them as char (before, eol was output as
12975 the 2 char string `\n' etc.).
12976 * src/output.c (output_rule_data): Use quotearg to output the
12977 token strings.
12978
927c1557
PE
129792001-12-13 Paul Eggert <eggert@twinsun.com>
12980
12981 * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
12982 Do not infringe on the global user namespace when using C++.
12983 (YYFPRINTF, YYSTDERR): New macros, needed for the above.
12984 All uses of `fprintf' and `stderr' changed.
12985
12986 * doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
12987
ed8e1f68
AD
129882001-12-13 Akim Demaille <akim@epita.fr>
12989
12990 The computation of nullable is broken: it doesn't handle empty
12991 RHS's properly.
12992
12993 * tests/torture.at (GNU AWK Grammar): New.
12994 * tests/sets.at (Nullable): New.
12995 * src/nullable.c (set_nullable): Instead of blindly looping over
12996 `ritems', loop over the rules, and then over their rhs's.
12997
12998 Work around Autotest bugs.
12999
13000 * src/warshall.c (bitmatrix_print): Don't use `+--+' as table
13001 frame, because Autotest understand lines starting with a `+' as
13002 traces from the shell. Then, they are not processed properly.
13003 Admittedly an Autotest bug, but we don't have time to wait for
13004 Autotest to catch up.
13005 * tests/regression.at (Broken Closure): Adjust to the new table
13006 frames.
13007 Move to...
13008 * tests/sets.at: here.
13009
cb581495
AD
130102001-12-13 Akim Demaille <akim@epita.fr>
13011
13012 * src/closure.c (closure): Use nrules instead of playing tricks
13013 with BITS_PER_WORD.
13014
2e729273
AD
130152001-12-13 Akim Demaille <akim@epita.fr>
13016
13017 * src/print.c (print_actions): Output the handling of `$' as the
13018 traces do: shifting the token EOF. Before EOF was treated as a
13019 nonterminal.
13020 * tests/regression.at: Adjust some tests.
13021 * src/print_graph.c (print_core): Complete the set of items via
13022 closure. The next-to-final and final states are still unsatisfying,
13023 but that's to be addressed elsewhere.
13024 No longer output the rule numbers, but do output the state number.
13025 A single loop for the shifts + gotos is enough, but picked a
13026 distinct color for each.
13027 (print_graph): Initialize and finalize closure.
13028
107f7dfb
AD
130292001-12-13 Akim Demaille <akim@epita.fr>
13030
13031 * src/reader.c (readgram): Remove dead code, an strip useless
13032 braces.
13033 (get_type): Remove, unused.
13034
9b53a24f
AD
130352001-12-12 Akim Demaille <akim@epita.fr>
13036
13037 * src/complain.h, src/complain.c: Remove error_one_per_line, rely
13038 on that of lib/error.c.
13039
dbfb6dcd
AD
130402001-12-12 Akim Demaille <akim@epita.fr>
13041
13042 Some hosts don't like `/' in includes.
13043
13044 * src/system.h: Include libgettext.h without qualifying the path.
13045 * src/Makefile.am (INCLUDES): Add $(top_srcdir)/intl, remove
13046 $(top_srcdir).
13047
c25fb648
MA
130482001-12-11 Marc Autret <autret_m@epita.fr>
13049
13050 * src/output.c (output_parser): Remove useless muscle.
13051
710ddc4f
MA
130522001-12-11 Marc Autret <autret_m@epita.fr>
13053
13054 * src/bison.simple: Remove #line just before %%epilogue. It
13055 is now handled in ...
13056 * src/reader.c (read_additionnal_code): Add the output of a
13057 #line for the epilogue.
13058
e83d80b8
MA
130592001-12-10 Marc Autret <autret_m@epita.fr>
13060
927c1557 13061 * src/reader.c (copy_definition): Re-use CPP-outed code which
e83d80b8
MA
13062 replace precedent remove.
13063 * src/bison.simple: Remove #line before %%prologue because
13064 %%input-line is wrong at this time.
13065
971d5158
MA
130662001-12-10 Marc Autret <autret_m@epita.fr>
13067
13068 * src/reader.c (symbols_output): Clean up.
927c1557 13069 * src/output.c (output_gram, output): Clean up.
971d5158 13070
5edafffd
AD
130712001-12-10 Akim Demaille <akim@epita.fr>
13072
13073 * src/lalr.c (initialize_lookaheads): New. Extracted from...
13074 * src/LR0.c (set_state_table): here.
13075 * src/lalr.c (lalr): Call it.
13076
0279f8e9
AD
130772001-12-10 Akim Demaille <akim@epita.fr>
13078
13079 * src/state.h (shifts): Remove the `number' member: shifts are
13080 attached to state, hence no longer need to be labelled with a
13081 state number.
13082
190c4f5f
AD
130832001-12-10 Akim Demaille <akim@epita.fr>
13084
13085 Now that states have a complete set of members, the linked list of
13086 shifts is useless: just fill directly the state's shifts member.
13087
13088 * src/state.h (shifts): Remove the `next' member.
13089 * src/LR0.c (first_state, last_state): Remove.
13090 Adjust the callers.
13091 (augment_automaton): Don't look for the shifts that must be added
13092 a shift on EOF: it is those of the state we looked for! But now,
13093 since shifts are attached, it is no longer needed to looking
13094 merely by its id: its number.
13095
2a73b93d
AD
130962001-12-10 Akim Demaille <akim@epita.fr>
13097
13098 * src/LR0.c (augment_automaton): Better variable locality.
13099 Remove an impossible branch: if there is a state corresponding to
13100 the start symbol being shifted, then there is shift for the start
13101 symbol from the initial state.
13102
74392f6a
AD
131032001-12-10 Akim Demaille <akim@epita.fr>
13104
13105 * src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
13106 only when appropriate: when insert_start_shifting_state' is not
13107 invoked.
13108 * tests/regression.at (Rule Line Numbers): Adjust.
13109
37c82725
AD
131102001-12-10 Akim Demaille <akim@epita.fr>
13111
13112 * src/LR0.c (augment_automaton): Now that all states have shifts,
13113 merge the two cases addition shifts to the initial state.
13114
6a164e0c
AD
131152001-12-10 Akim Demaille <akim@epita.fr>
13116
13117 * src/lalr.c (set_state_table): Move to...
13118 * src/LR0.c: here.
13119 * src/lalr.c (lalr): Don't call it...
13120 * src/LR0.c (generate_states): do it.
13121 * src/LR0.h (first_state): Remove, only the table is used.
13122
7215de24
AD
131232001-12-10 Akim Demaille <akim@epita.fr>
13124
13125 * src/LR0.h (first_shift, first_reduction): Remove.
13126 * src/lalr.c: Don't use first_shift: find shifts through the
13127 states.
13128
80e25d4d
AD
131292001-12-10 Akim Demaille <akim@epita.fr>
13130
13131 * src/LR0.c: Attach shifts to states as soon as they are
13132 computed.
13133 * src/lalr.c (set_state_table): Instead of assigning shifts to
13134 state, just assert that the mapping was properly done.
13135
0ab3728b
AD
131362001-12-10 Akim Demaille <akim@epita.fr>
13137
13138 * src/LR0.c (insert_start_shift): Rename as...
13139 (insert_start_shifting_state): this.
13140 (insert_eof_shifting_state, insert_accepting_state): New.
13141 (augment_automaton): Adjust.
13142 Better locality of the variables.
13143 When looking if the start_symbol is shifted from the initial
13144 state, using `while (... symbol != start_symbol ...)' sounds
13145 better than `while (... symbol < start_symbol ...)': If fail
13146 to see how the order between symbols could be relevant!
13147
78af9bbc
AD
131482001-12-10 Akim Demaille <akim@epita.fr>
13149
13150 * src/getargs.h: Don't declare `spec_name_prefix' and
13151 `spec_file_prefix', declared by src/files.h.
13152 * src/files.c, src/files.h: Default for spec_name_prefix is "yy".
13153 * src/muscle_tab.c (muscle_init): Default prefix to NULL.
13154 * src/output.c (prepare): Adjust.
13155 * src/reader.c (symbols_output): Likewise.
13156 * src/vmsgetargs.c: Vaguely adjust, but who cares?
13157
bdef2a41
AD
131582001-12-10 Akim Demaille <akim@epita.fr>
13159
13160 * src/muscle_tab.c (muscle_init): NULL is a better default than
13161 `"0"'.
13162
3735969c
AD
131632001-12-10 Akim Demaille <akim@epita.fr>
13164
13165 * src/reader.c (reader): Calling symbols_output once is enough.
13166
49701457
AD
131672001-12-10 Akim Demaille <akim@epita.fr>
13168
13169 Now that states have a complete set of members, the linked list of
13170 reductions is useless: just fill directly the state's reductions
13171 member.
13172
13173 * src/state.h (struct reductions): Remove member `number' and
13174 `next'.
13175 * src/LR0.c (first_reduction, last_reduction): Remove.
13176 (save_reductions): Don't link the new reductions, store them in
13177 this_state.
13178 * src/lalr.c (set_state_table): No need to attach reductions to
13179 states, it's already done.
13180 * src/output.c (output_actions): No longer free the shifts, then
13181 the reductions, then the states: free all the states and their
13182 members.
13183
0edad749
AD
131842001-12-10 Akim Demaille <akim@epita.fr>
13185
13186 * src/options.c (OPTN, DRTV, BOTH): New.
13187 (option_table): Use them.
13188
0edad749
AD
13189 * src/muscle_tab.c: Don't include xalloc.h and string.h: that's
13190 the job of system.h.
13191 * src/options.c: Don't include stdio.h and xalloc.h for the same
13192 reasons.
13193
5449dd0f
AD
131942001-12-10 Akim Demaille <akim@epita.fr>
13195
13196 * src/output.c (output, prepare): Make sure the values of the
13197 muscles `action' and `prologue' are 0-terminated.
13198
a870c567
AD
131992001-12-10 Akim Demaille <akim@epita.fr>
13200
13201 Clean up GCC warnings.
13202
13203 * src/reader.c (copy_action): `buf' is not used.
13204 (parse_skel_decl): Be static.
13205 * src/muscle_tab.c (mhash1, mhash2, muscle_insert): Preserve `const'.
13206 * src/options.h (create_long_option_table): Have a real prototype.
13207 * lib/hash.c, lib/hash.h (hash_insert, hash_insert_at, hash_delete)
13208 (hash_delete_at): Return const void *.
13209 Adjust casts to preserve the const.
13210
80df8768
AD
132112001-12-10 Akim Demaille <akim@epita.fr>
13212
13213 * configure.in: Require 2.52g.
13214 M4 is not needed, but AUTOM4TE is.
13215 * m4/m4.m4: Remove.
13216 * tests/Makefile.am: Adjust.
13217
f693ad14
AD
132182001-12-10 Akim Demaille <akim@epita.fr>
13219
13220 One structure for states is enough, even though theoretically
13221 there are LR(0) states and LALR(1) states.
13222
13223 * src/lalr.h (state_t): Remove.
13224 (state_table): Be state_t **, not state_t *.
13225 * src/state.h (core, CORE_ALLOC): Rename as...
13226 (state_t, STATE_ALLOC): this.
13227 Add the LALR(1) members: shifts, reductions, errs.
13228 * src/LR0.c (state_table): Rename as...
13229 (state_hash): this, to avoid name clashes with the global
13230 `state_table'.
13231 * src/print_graph.c, src/LR0.c, src/LR0.h, src/conflicts.c
13232 * src/lalr.c, src/lalr.h, src/output.c, src/print.c: Adjust.
13233
74ffbcb6
AD
132342001-12-10 Akim Demaille <akim@epita.fr>
13235
13236 Bison dumps core on bash.y.
13237 Reported by Pascal Bart.
13238
13239 * src/warshall.c (bitmatrix_print): New.
13240 (TC): Use it.
ba0fe3c7 13241 When performing a transitive closure R(i, j) && R(j, k) => R(i, k),
74ffbcb6
AD
13242 j must be the outer loop.
13243 * tests/regression.at (Broken Closure): New.
13244
07708e19
AD
132452001-12-05 Akim Demaille <akim@epita.fr>
13246
13247 * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
13248 its argument.
ba1ecc07 13249 Reported by Peter Hamorsky.
07708e19 13250
92b16366
AD
132512001-12-05 Akim Demaille <akim@epita.fr>
13252
13253 * src/conflicts.c (err_table): Remove.
13254 (resolve_sr_conflict): Adjust.
13255 * src/lalr.h (state_t.reduction_table, state_t.shift_table):
13256 Rename as...
13257 (state_t.reductions, state_t.shifts): this.
13258
076ab033
AD
132592001-12-05 Akim Demaille <akim@epita.fr>
13260
13261 * src/reduce.c (reduce_grammar_tables): No longer disable the
13262 removal of useless rules via CPP but via `if (0)', so that the
13263 compiler still check the code is valid.
13264 For instance, it should have noticed `rline' no longer exists: use
13265 the `line' member of rule_t.
13266 * src/gram.c (dummy, rline): Remove, unused.
13267
3843c413
AD
132682001-12-05 Akim Demaille <akim@epita.fr>
13269
13270 * src/output.c (pack_vector): Use assert, not berror.
13271 * src/main.c (berror): Remove, unused.
13272
43168960
AD
132732001-12-05 Akim Demaille <akim@epita.fr>
13274
13275 New experimental feature: if --verbose --trace output all the
13276 items of a state, not only its kernel.
13277
13278 * src/print.c (print_core): If `trace_flag', then invoke closure
13279 before outputting the items of the state (print_core is no longer
13280 a correct name them).
13281 (print_results): Invoke new_closure/free_closure if needed.
13282
b2872512
AD
132832001-12-05 Akim Demaille <akim@epita.fr>
13284
13285 * src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.
13286 * src/closure.c, src/closure.h (itemsetsize): Rename as...
13287 (nitemset): for consistency with the rest of the project.
13288
23cbcc6c
AD
132892001-12-05 Akim Demaille <akim@epita.fr>
13290
13291 * src/closure.c (print_closure): Improve.
13292 (closure): Use it for printing input and output.
13293
03ec521c
AD
132942001-12-05 Akim Demaille <akim@epita.fr>
13295
13296 * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are
13297 indexed by nonterminals.
13298
3a7456dd
AD
132992001-12-05 Akim Demaille <akim@epita.fr>
13300
13301 * src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of
13302 what it was!).
13303 * src/warshall.h: Remove accidental duplication of the content.
13304
1cbcf2e7
AD
133052001-12-05 Akim Demaille <akim@epita.fr>
13306
13307 * src/closure.c (set_fderives): De-obfuscate.
13308
84182270
AD
133092001-12-05 Akim Demaille <akim@epita.fr>
13310
13311 * src/closure.c (print_firsts, print_fderives): De-obfuscate.
13312
3f6f053c
AD
133132001-12-05 Akim Demaille <akim@epita.fr>
13314
13315 * src/closure.c (set_firsts): De-obfuscate.
13316
7a5350ba
AD
133172001-12-05 Akim Demaille <akim@epita.fr>
13318
13319 * src/output.c (action_row): De-obfuscate
13320 using the good o' techniques: arrays not pointers, variable
13321 locality, BITISSET, RESETBIT etc.
13322
d954473d
AD
133232001-12-05 Akim Demaille <akim@epita.fr>
13324
13325 Pessimize the code to simplify it: from now on, all the states
13326 have a valid SHIFTS, which NSHIFTS is possibly 0.
13327
13328 * src/LR0.c (shifts_new): Be global and move to..
13329 * src/state.c, src/state.h: here.
13330 * src/conflicts, src/lalr.c, src/output.c, src/print.c,
13331 * src/print_graph: Adjust.
13332
9839bbe5
AD
133332001-12-05 Akim Demaille <akim@epita.fr>
13334
13335 * src/state.h (SHIFT_DISABLE, SHIFT_IS_DISABLED): New.
13336 * src/conflicts.c: Use it.
13337 Restore a few missing `if (!SHIFT_IS_DISABLED)' which were
13338 incorrectly ``simplified''.
13339
9f136c07
AD
133402001-12-05 Akim Demaille <akim@epita.fr>
13341
13342 * src/conflicts.c (flush_shift, resolve_sr_conflict): De-obfuscate
13343 using the good o' techniques: arrays not pointers, variable
13344 locality, BITISSET, RESETBIT etc.
13345
b608206e
AD
133462001-12-05 Akim Demaille <akim@epita.fr>
13347
13348 * src/state.h (SHIFT_SYMBOL): New.
13349 * src/conflicts.c: Use it to deobfuscate.
13350
52afa962
AD
133512001-12-05 Akim Demaille <akim@epita.fr>
13352
13353 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts)
13354 (print_reductions): De-obfuscate using the good o' techniques:
13355 arrays not pointers, variable locality, BITISSET.
13356
e74dc321
AD
133572001-12-05 Akim Demaille <akim@epita.fr>
13358
13359 * src/conflicts.c (print_reductions): Arrays, not pointers.
13360 Use BITISSET.
13361
768fca83
AD
133622001-12-05 Akim Demaille <akim@epita.fr>
13363
13364 * src/conflicts.c (print_reductions): Pessimize, but clarify.
13365
a17e599f
AD
133662001-12-05 Akim Demaille <akim@epita.fr>
13367
13368 * src/conflicts.c (print_reductions): Improve variable locality.
13369
a04bc341
AD
133702001-12-05 Akim Demaille <akim@epita.fr>
13371
13372 * src/conflicts.c (print_reductions): Pessimize, but clarify.
13373
c8ea038e
AD
133742001-12-05 Akim Demaille <akim@epita.fr>
13375
13376 * src/conflicts.c (print_reductions): Improve variable locality.
13377
aa2aab3c
AD
133782001-12-05 Akim Demaille <akim@epita.fr>
13379
13380 * src/state.h (SHIFT_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_SHIFT): New.
13381 * src/lalr.c: Use them.
13382
b178c8cc
AD
133832001-12-05 Akim Demaille <akim@epita.fr>
13384
13385 * src/LR0.c (augment_automaton): Formatting changes.
13386 Better variable locality.
13387
f67d13aa
AD
133882001-12-05 Akim Demaille <akim@epita.fr>
13389
13390 * src/lalr.c (matrix_print): New.
13391 (transpose): Use it.
13392 Use arrays instead of pointers.
13393
c2713865
AD
133942001-12-05 Akim Demaille <akim@epita.fr>
13395
13396 * src/lalr.c (maxrhs): Move to...
13397 * src/gram.c, src/gram.h (ritem_longest_rhs): here.
13398 * src/lalr.c (build_relations): Adjust.
13399
9887c18a
AD
134002001-12-05 Akim Demaille <akim@epita.fr>
13401
13402 * src/lalr.c (transpose): Free the memory allocated to the
13403 argument, as it is replaced by the results by the unique caller.
13404 (build_relations): Merely invoke transpose: it handles the memory
13405 deallocation.
13406 Improve variable locality.
13407 Avoid variables used as mere abbreviations.
13408 (compute_lookaheads): Use arrays instead of pointers.
13409
4d4f699c
AD
134102001-12-05 Akim Demaille <akim@epita.fr>
13411
13412 * src/lalr.c (initialize_F): Improve variable locality.
13413 Avoid variables used as mere abbreviations.
13414
80a69750
AD
134152001-12-05 Akim Demaille <akim@epita.fr>
13416
13417 * src/derives.c (print_derives): Display the ruleno.
13418 * src/lalr.c (initialize_F, transpose): Better variable locality
13419 to improve readability.
13420 Avoid variables used as mere abbreviations.
13421
fe961097
AD
134222001-12-05 Akim Demaille <akim@epita.fr>
13423
13424 * src/lalr.c (traverse): Use arrays instead of pointers.
13425
e3e4e814
AD
134262001-12-05 Akim Demaille <akim@epita.fr>
13427
13428 * src/nullable.c (set_nullable): Use a for loop to de-obfuscate
13429 the handling of squeue.
13430 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
13431
630e182b
AD
134322001-12-05 Akim Demaille <akim@epita.fr>
13433
13434 Because useless nonterminals are now kept alive (instead of being
13435 `destroyed'), we now sometimes examine them, and store information
13436 related to them. Hence we need to know their number, and adjust
13437 memory allocations.
13438
13439 * src/reduce.c, src/reduce.h (nuseless_nonterminals): No longer
13440 static.
13441 * src/LR0.c (allocate_itemsets): The memory allocated to
13442 `symbol_count' was used for two different purpose: once to count
13443 the number of occurrences of each symbol, and later reassigned to
13444 `shift_symbol', containing the symbol that can be shifted from a
13445 given state.
13446 Deobfuscate, i.e., allocate, use and free `symbol_count' here
13447 only, and...
13448 (new_itemsets): Allocate `shift_symbol' here.
13449 (allocate_itemsets): symbol_count includes useless nonterminals.
13450 Make room for them.
13451 (free_storage): Use `free', not `XFREE', for pointers that cannot
13452 be null.
13453
81b51460
AD
134542001-12-05 Akim Demaille <akim@epita.fr>
13455
13456 * src/nullable.c (set_nullable): Deobfuscate the handling of
13457 ritem.
13458 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
13459
3067fbef
AD
134602001-12-05 Akim Demaille <akim@epita.fr>
13461
13462 * src/gram.c, src/gram.h (ritem_print): New.
13463 * src/gram.c (dummy): Remove, now there is actual code in gram.c.
13464 (This useless function was defined only to work around VMS linkers
13465 that can't handle compilation units with variables only).
13466 * src/reduce.c (dump_grammar): Use it to trace the construction of
13467 ritem.
13468
c2bea5f9
PE
134692001-12-04 Paul Eggert <eggert@twinsun.com>
13470
7d27c823
PE
13471 * src/bison.simple (union yyalloc): Change member names
13472 to be the same as the stack names.
13473 (yyparse): yyptr is now union yyalloc *, not char *.
13474 (YYSTACK_RELOCATE): Likewise. This avoids a GCC warning,
13475 and may generate better code on some machines.
c2bea5f9
PE
13476 (yystpcpy): Use prototype if __STDC__ is defined, not just
13477 if __cplusplus is defined.
35687a9d 13478
2c8a9dfa
AD
134792001-11-30 Akim Demaille <akim@epita.fr>
13480
13481 * configure.in (WARNING_CFLAGS): Add -Werror when possible.
13482 (CFLAGS): Do not include the WARNING_CFLAGS here, since GNU
13483 Gettext doesn't compile cleanly, and dies with -Werror.
13484 * src/Makefile.am, lib/Makefile.am, tests/atlocal.in (CFLAGS):
13485 Include WARNING_CFLAGS here.
13486 * lib/xstrdup.c: Include xalloc.h, so that xstrdup be declared
13487 before being defined.
13488
f4e421e6
AD
134892001-11-27 Paul Eggert <eggert@twinsun.com>
13490
13491 * lib/quotearg.h (quotearg_n, quotearg_n_style):
13492 First arg is int, not unsigned.
13493 * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
13494 (SIZE_MAX, UINT_MAX): New macros.
13495 (quotearg_n_options): Abort if N is negative.
13496 Avoid overflow check on hosts where size_t is 64 bits and int
13497 is 32 bits, as overflow is impossible there.
13498 Fix off-by-one typo that caused unnecessary reallocation.
13499
7093d0f5
AD
135002001-11-29 Paul Eggert <eggert@twinsun.com>
13501
13502 Name space cleanup in generated parser.
13503
13504 * doc/bison.texinfo (Bison Parser): Discuss system headers
13505 and their effect on the user name space.
13506
13507 * src/bison.simple:
13508 (YYSTACK_ALLOC, YYSTACK_FREE, union yyalloc, YYSTACK_GAP_MAX,
13509 YYSTACK_BYTES, YYSTACK_RELOCATE): Do not define unless necessary,
13510 i.e. unless ! defined (yyoverflow) || defined (YYERROR_VERBOSE).
13511
13512 (YYSIZE_T): New macro. Use it instead of size_t, to avoid infringing
13513 on user names when possible.
13514
13515 (YYSTACK_USE_ALLOCA): Do not define; just use any existing defn.
13516 Simplify test for whather <alloca.h> exists.
13517
13518 (<stdlib.h>): Include if we will use malloc, and if standard C or C++.
13519
13520 (<stdio.h>): Include if YYDEBUG.
13521
13522 (yymemcpy): Renamed from __yy_memcpy. Do not define unless
13523 ! defined (yyoverflow) && ! defined (yymemcpy).
13524
13525 (yymemcpy, yyparse): Rename local variables as needed so that
13526 they all begin with 'yy'.
13527
13528 (yystrlen, yystpcpy): New functions.
13529
13530 (YY_DECL_NON_LSP_VARIABLES): Renamed from _YY_DECL_VARIABLES.
13531 All uses changed.
13532
13533 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy
13534 instead of relying on string.h functions. Use YYSTACK_ALLOC
13535 and YYSTACK_FREE instead of malloc and free.
13536
fd51e5ff
AD
135372001-11-30 Akim Demaille <akim@epita.fr>
13538
13539 * src/bison.simple (YYSTYPE, YYLTYPE): Move their definitions
13540 before their first uses.
13541 (YYBISON, YYPURE): Move to the top of the output.
13542
7d13ff5f
AD
135432001-11-30 Akim Demaille <akim@epita.fr>
13544
13545 * tests/reduce.at (Useless Nonterminals): Fix.
13546
892a3995
AD
135472001-11-30 Akim Demaille <akim@epita.fr>
13548
13549 * src/bison.simple (YYSTACK_FREE): Use `do {;} while (0)' as empty
13550 if body instead of `;' to pacify GCC's warnings.
13551
68f1e3ed
AD
135522001-11-30 Akim Demaille <akim@epita.fr>
13553
13554 Instead of mapping the LHS of unused rules to -1, keep the LHS
13555 valid, but flag the rules as invalid.
13556
13557 * src/gram.h (rule_t): `useful' is a new member.
13558 * src/print.c (print_grammar): Adjust.
13559 * src/derives.c (set_derives): Likewise.
13560 * src/reader.c (packgram, reduce_output): Likewise.
13561 * src/reduce.c (reduce_grammar_tables): Likewise.
13562 * tests/reduce.at (Underivable Rules, Useless Rules): New.
13563
d2d1b42b
AD
135642001-11-30 Akim Demaille <akim@epita.fr>
13565
13566 * src/reduce.c (reduce_output): Formatting changes.
13567 * src/print.c (print_results, print_grammar): Likewise.
13568 * tests/regression.at (Rule Line Numbers)
13569 (Solved SR Conflicts, Unresolved SR Conflicts): Adjust.
13570
760b53a8
AD
135712001-11-30 Akim Demaille <akim@epita.fr>
13572
13573 * src/reduce.c (nonterminals_reduce): Instead of throwing away
13574 useless nonterminals, move them at the end of the symbol arrays.
13575 (reduce_output): Adjust.
13576 * tests/reduce.at (Useless Nonterminals): Adjust.
13577
00238958
AD
135782001-11-30 Akim Demaille <akim@epita.fr>
13579
13580 * src/reduce.c: Various comment/formatting changes.
13581 (nonterminals_reduce): New, extracted from...
13582 (reduce_grammar_tables): here.
13583 (reduce_grammar): Call nonterminals_reduce.
13584
396452de
PE
135852001-11-29 Paul Eggert <eggert@twinsun.com>
13586
13587 * src/bison.simple (YYSTACK_REALLOC): Remove.
13588 (YYSTACK_ALLOC): Resurrect this macro, with its old meaning.
13589 (YYSTACK_FREE, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYSTACK_RELOCATE):
13590 New macros.
13591 (union yyalloc): New type.
13592 (__yy_memcpy): Last arg is size_t, not unsigned int, to remove
13593 an arbitrary restriction on hosts where size_t is wider than int.
13594
13595 (yyparse): Don't dump core if alloca or malloc fails; instead, report
13596 a parser stack overflow. Allocate just one block of memory for all
13597 three stacks, instead of allocating three blocks; this typically is
13598 faster and reduces fragmentation.
13599
13600 Do not limit the number of items in the stack to a value that fits
13601 in 'int', as this is an arbitrary limit on hosts with 64-bit
13602 size_t and 32-bit int.
13603
147e184c
MA
136042001-11-29 Marc Autret <autret_m@epita.fr>
13605
13606 * tests/calc.at [AT_DATA_CALC_Y]: Use %error-verbose instead
13607 of defining YYERROR_VERBOSE.
13608 [AT_DATA]: $4 is now out of C declarations in the prologue.
13609
426cf563
MA
136102001-11-28 Marc Autret <autret_m@epita.fr>
13611
13612 * src/reader.c (parse_dquoted_param): New.
13613 (parse_skel_decl): Use it.
13614 * src/lex.h: Add its prototype.
13615 * src/lex.c (literalchar): Become not static.
13616
c7925b99
MA
136172001-11-28 Marc Autret <autret_m@epita.fr>
13618
13619 * src/output.h: And put its extern declaration here.
13620 * src/output.c (error_verbose): Define here.
13621 (prepare): Echo name modification.
13622 * src/getargs.h: Clean its extern declaration.
13623 * src/getargs.c (error_verbose_flag): Remove.
13624 (getargs): Remove case 'e'.
13625 * src/options.c (option_table): 'error-verbose' is now seen as simple
13626 percent option.
13627 Include output.h.
13628
13629 * src/reader.c (read_declarations): Remove case tok_include.
13630 (parse_include_decl): Remove.
13631 * src/lex.h (token_t): Remove tok_include.
13632 * src/options.c (option_table): 'include' is now a simple command line
13633 option.
13634
5b5d1929
MA
136352001-11-28 Marc Autret <autret_m@epita.fr>
13636
13637 * src/bison.simple: Adjust muscle names.
13638 * src/muscle_tab.c (muscle_init): Also rename the muscles.
13639 * src/output.c (prepare): s/_/-/ for the muscles names.
13640 (output_parser): When scanning for a muscle, allow '-' instead of '_'.
13641
8850be4b
MA
136422001-11-28 Marc Autret <autret_m@epita.fr>
13643
13644 * src/bison.simple: Fix debug.
13645 [YYERROR_VERBOSE]: Re-integrate as an internal macro.
13646
4a38e613
AD
136472001-11-28 Akim Demaille <akim@epita.fr>
13648
13649 * src/LR0.c (shifts_new): New.
13650 (save_shifts, insert_start_shift, augment_automaton): Use it.
13651
4b35e1c1
AD
136522001-11-28 Akim Demaille <akim@epita.fr>
13653
13654 * src/closure.c (closure): `b' and `ruleno' denote the same value:
13655 keep ruleno only.
13656
d2b04478
AD
136572001-11-28 Akim Demaille <akim@epita.fr>
13658
13659 * src/closure.c (closure): Instead of looping over word in array
13660 then bits in words, loop over bits in array.
13661
2c4c30aa
AD
136622001-11-28 Akim Demaille <akim@epita.fr>
13663
13664 * src/closure.c (closure): No longer optimize the special case
13665 where all the bits of `ruleset[r]' are set to 0, to make the code
13666 clearer.
13667
576890b7
AD
136682001-11-28 Akim Demaille <akim@epita.fr>
13669
13670 * src/closure.c (closure): `r' and `c' are new variables, used to
13671 de-obfuscate accesses to RULESET and CORE.
13672
cb487d7d
AD
136732001-11-28 Akim Demaille <akim@epita.fr>
13674
13675 * src/reduce.c (reduce_print): Use ngettext.
13676 (dump_grammar): Improve the trace accuracy.
13677
6013d43f
AD
136782001-11-28 Akim Demaille <akim@epita.fr>
13679
13680 * src/reduce.c (dump_grammar): Don't translate trace messages.
13681
cb4956ee
AD
136822001-11-28 Akim Demaille <akim@epita.fr>
13683
13684 * tests/reduce.at (Useless Terminals, Useless Nonterminals): New.
13685 * src/reduce.c (reduce_grammar_tables): Do not free useless tags,
13686 as all tags are free'ed afterwards.
13687 From Enrico Scholz.
13688
648185ab
PE
136892001-11-27 Paul Eggert <eggert@twinsun.com>
13690
13691 * src/bison.simple (YYSTACK_REALLOC): Fix typo that caused us to
13692 use alloca when we didn't want to, and vice versa.
13693
68254a03
MA
136942001-11-27 Marc Autret <autret_m@epita.fr>
13695
9113b58f
AD
13696 * src/muscle_tab.c (muscle_init): Remove 'verbose' muscle
13697 initialization.
68254a03
MA
13698 * src/output.c (prepare): Remove its update.
13699
04d843a2
MA
137002001-11-27 Marc Autret <autret_m@epita.fr>
13701
13702 * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
13703 Use %error-verbose.
13704
d2079671 137052001-11-27 Marc Autret <autret_m@epita.fr>
eeeb962b
MA
13706
13707 * src/bison.simple: Remove YYERROR_VERBOSE using.
13708 Use %%error_verbose.
13709 (yyparse): Likewise.
13710 * src/output.c (prepare): Give its final value.
13711 * src/muscle_tab.c (muscle_init): Init new muscle 'error_verbose'.
13712 * src/getargs.h: Add its extern declaration.
13713 * src/getargs.c (error_verbose_flag): New int.
13714 (getargs): Update to catch new case.
13715 * src/options.c (option_table): 'error-verbose' is a new option.
13716 (shortopts): Update.
13717
e0327bc8
AD
137182001-11-27 Akim Demaille <akim@epita.fr>
13719
13720 * src/system.h: Use intl/libgettext.h.
13721 * src/Makefile.am (INCLUDES): Add -I $(top_srcdir).
13722
000f1a3c
AD
137232001-11-27 Akim Demaille <akim@epita.fr>
13724
13725 * tests/torture.at (Exploding the Stack Size with Malloc):
13726 s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
13727
26cfe0be
AD
137282001-11-27 Akim Demaille <akim@epita.fr>
13729
13730 * src/files.c: Include error.h.
13731 Reported by Hans Aberg.
13732
f6bd5427
MA
137332001-11-26 Marc Autret <autret_m@epita.fr>
13734
d2079671 13735 * src/reader.c (parse_include_decl): New, not yet implemented.
f6bd5427
MA
13736 (read_declarations): Add case tok_include.
13737 * src/getargs.h (include): Add its extern definition.
13738 * src/getargs.c (include): New const char *.
13739 (getargs): Add case '-I'.
13740 * src/options.c (option_table): Add include as command line and
13741 percent option.
13742 * src/lex.h (token_t): Add tok_include.
13743
2ca209c1
AD
137442001-11-26 Akim Demaille <akim@epita.fr>
13745
13746 * src/reader.c (readgram): Make sure rules for mid-rule actions
13747 have a lineno equal to that of their host rule.
13748 Reported by Hans Aberg.
13749 * tests/regression.at (Rule Line Numbers): New.
13750
0e41b407
AD
137512001-11-26 Akim Demaille <akim@epita.fr>
13752
13753 * src/LR0.c (allocate_itemsets): kernel_size contains ints, not
13754 size_ts.
13755
137562001-11-26 Akim Demaille <akim@epita.fr>
13757
13758 * src/complain.c, src/complain.h (error): Remove, provided by
13759 lib/error.[ch].
13760
e0c40012
AD
137612001-11-26 Akim Demaille <akim@epita.fr>
13762
13763 * src/reader.c (read_declarations): Don't abort on tok_illegal,
13764 issue an error message.
13765 * tests/regression.at (Invalid %directive): New.
13766 Reported by Hans Aberg.
13767
5e147124
AD
137682001-11-26 Akim Demaille <akim@epita.fr>
13769
13770 * configure.in: Invoke AC_FUNC_OBSTACK and AC_FUNC_ERROR_AT_LINE.
13771 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
13772
a034c8b8
AD
137732001-11-26 Akim Demaille <akim@epita.fr>
13774
13775 * src/conflicts.c (conflicts_print): Don't complain at all when
13776 there are no reduce/reduce conflicts, and as many shift/reduce
13777 conflicts as expected.
13778 * tests/regression.at (%expect right): Adjust.
13779
c64a20f3
AD
137802001-11-23 Akim Demaille <akim@epita.fr>
13781
13782 * lib/alloca.c: Update, from fileutils.
13783
5b0d29bb
AD
137842001-11-23 Akim Demaille <akim@epita.fr>
13785
13786 * lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@.
13787
722c4bfe
AD
137882001-11-23 Akim Demaille <akim@epita.fr>
13789
13790 * src/system.h: Include alloca.h.
13791 * src/main.c (main) [C_ALLOCA]: Call alloca (0).
13792
6255b435
AD
137932001-11-23 Akim Demaille <akim@epita.fr>
13794
13795 * src/print_graph.c (print_actions): Remove `rule', unused.
13796 * src/LR0.c (kernel_size): Contain `int' instead of `size_t' to
13797 pacify GCC's signed < unsigned warnings.
13798 * src/closure.c (itemsetsize): Likewise.
13799 * src/reader.c (symbol_list_new): Static.
13800
b29b2ed5
AD
138012001-11-23 Akim Demaille <akim@epita.fr>
13802
13803 Attaching lineno to buckets is stupid, since only one copy of each
13804 symbol is kept, only the line of the first occurrence is kept too.
13805
13806 * src/symtab.h, src/symtab.c (bucket): Remove the line member.
13807 * src/reader.c (rline_allocated): Remove, unused.
13808 (symbol_list): Have a `line' member.
13809 (symbol_list_new): New.
13810 (readgram): Use it.
13811 * src/print.c (print_grammar): Output the rule line numbers.
13812 * tests/regression.at (Solved SR Conflicts)
13813 (Unresolved SR Conflicts): Adjust.
13814 Reported by Hans Aberg.
13815
a81b1d4a
MA
138162001-11-22 Marc Autret <autret_m@epita.fr>
13817
13818 * src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
13819
c1ecb3c1
MA
138202001-11-22 Marc Autret <autret_m@epita.fr>
13821
13822 * src/muscle_tab.c (muscle_init): Remove initialization of
13823 skeleton muscle.
13824 * src/output.c (output_master_parser): Do it here.
13825
fbe01355
AD
138262001-11-20 Akim Demaille <akim@epita.fr>
13827
13828 * po/sv.po: New.
13829 * configure.in (ALL_LINGUAS): Adjust.
13830 * po/POTFILE.in: Remove `nullable.c' and `derives.c' which no
13831 longer contains strings to translate.
13832
81e895c0
AD
138332001-11-19 Akim Demaille <akim@epita.fr>
13834
13835 * src/conflicts.c (conflicts_print): Add a missing \n.
13836
6bb1878b
AD
138372001-11-19 Akim Demaille <akim@epita.fr>
13838
13839 * src/nullable.c (nullable_print): New.
13840 (set_nullable): Call it when tracing.
13841 Better locality of variables.
13842
d9ec2d07
AD
138432001-11-19 Akim Demaille <akim@epita.fr>
13844
13845 * src/print.c (print_actions): Better locality of variables.
13846
720e5c1b
AD
138472001-11-19 Akim Demaille <akim@epita.fr>
13848
13849 * src/derives.c (print_derives): Fix and enrich.
13850 * src/closure.c (print_fderives): Likewise.
13851
fb908786
AD
138522001-11-19 Akim Demaille <akim@epita.fr>
13853
13854 * src/closure.c (itemsetend): Remove, replaced with...
13855 (itemsetsize): new.
13856
125ecb56
AD
138572001-11-19 Akim Demaille <akim@epita.fr>
13858
13859 * src/LR0.c (kernel_end): Remove, replaced with...
13860 (kernel_size): new.
13861
d8cf039f
AD
138622001-11-19 Akim Demaille <akim@epita.fr>
13863
13864 * src/conflicts.c (set_conflicts): Use arrays instead of pointers
13865 to clarify.
13866
7bec0760
AD
138672001-11-19 Akim Demaille <akim@epita.fr>
13868
13869 * src/closure.c (closure): Use arrays instead of pointers to clarify.
13870
c87d4863
AD
138712001-11-19 Akim Demaille <akim@epita.fr>
13872
13873 * src/closure.c, src/derives.c, src/nullable.c: Adjust various
13874 trace messages.
13875 * src/LR0.c: Likewise.
13876 (allocate_itemsets): Use arrays instead of pointers to clarify.
13877
9bfe901c
AD
138782001-11-19 Akim Demaille <akim@epita.fr>
13879
13880 * src/getargs.c (statistics_flag): Replace with...
13881 (trace_flag): New.
13882 (longopts): Accept --trace instead of --statistics.
13883 * src/getargs.h, src/options.c: Adjust.
13884 * src/LR0.c, src/closure.c, src/derives.c, src/nullable.c,
13885 * src/reduce.c: Use trace_flags instead of the CPP conditional TRACE.
13886
97db7bd4
AD
138872001-11-19 Akim Demaille <akim@epita.fr>
13888
cc72668c 13889 * src/LR0.c (new_itemsets, get_state): Use more arrays and fewer
97db7bd4
AD
13890 pointers to clarify the code.
13891 (save_reductions, save_shifts): Factor common parts of alternatives.
13892
2c5f66ed
AD
138932001-11-19 Akim Demaille <akim@epita.fr>
13894
13895 * src/LR0.c (new_state, get_state): Complete TRACE code.
13896 * src/closure.c: Include `reader.h' to get `tags', needed by the
13897 trace code.
13898 Rename the conditional DEBUG as TRACE.
13899 Output consistently TRACEs to stderr, not stdout.
13900 * src/derives.c: Likewise.
13901 * src/reduce.c: (inaccessable_symbols): Using if is better style
13902 than goto.
13903 Use `#if TRACE' instead of `#if 0' for tracing code.
13904
300f275f
AD
139052001-11-19 Akim Demaille <akim@epita.fr>
13906
13907 * src/system.h (LIST_FREE, shortcpy): New.
13908 * src/LR0.c: Use them.
13909 * src/output.c (free_itemsets, free_reductions, free_shifts):
13910 Remove, replaced by LIST_FREE.
13911
f59c437a
AD
139122001-11-19 Akim Demaille <akim@epita.fr>
13913
13914 * src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)
13915 (REDUCTIONS_ALLOC): New.
13916 * src/LR0.c, src/conflicts.c: Use them to de-obfuscate memory
13917 allocation.
13918
6986fd9e
AD
139192001-11-19 Akim Demaille <akim@epita.fr>
13920
13921 * src/LR0.c (new_state): Complete trace code.
13922 * src/nullable.c (set_nullable): Don't translate traces.
13923
4bc30f78
AD
139242001-11-19 Akim Demaille <akim@epita.fr>
13925
13926 * src/print_graph.c (print_core): Better locality of variables.
13927 * src/print.c (print_core): Likewise.
13928
08a946e0
AD
139292001-11-19 Akim Demaille <akim@epita.fr>
13930
13931 * src/vcg.c: You do the output, so you are responsible of the
13932 handling of VCG syntax, in particular: use quotearg.
13933 * src/print_graph.c: Don't.
13934 (print_actions): Don't output the actions as part of the nodes,
13935 since that's the job of the edges.
13936 (print_state): Don't output by hand: fill the node description,
9bfe901c 13937 and ask for its output.
08a946e0 13938
f0473484
AD
139392001-11-19 Akim Demaille <akim@epita.fr>
13940
cc72668c
AD
13941 * src/bison.simple (yyparse): When verbosely reporting an error,
13942 no longer put additional quotes around token names.
f0473484
AD
13943 * tests/calc.at: Adjust.
13944
e41dc700
AD
139452001-11-19 Akim Demaille <akim@epita.fr>
13946
13947 * src/symtab.h, src/symtab.c: `line' is a new member of `bucket'.
13948 * src/reader.c (record_rule_lines, rline, rline_allocated): Remove.
13949 * src/output.c: Adjust.
13950
652a871c
AD
139512001-11-19 Akim Demaille <akim@epita.fr>
13952
13953 * src/gram.h (rprec, rprecsym, rassoc): Remove, now part of...
13954 (rule_t): this.
13955 * src/conflicts.c, src/reader.c, src/reduce.c: Adjust.
13956
b2ed6e58
AD
139572001-11-19 Akim Demaille <akim@epita.fr>
13958
13959 * src/gram.h (rule_t): New.
13960 (rule_table): New.
13961 (rrhs, rlhs): Remove, part of state_t.
13962 * src/print_graph.c, src/closure.c, src/conflicts.c, src/derives.c,
13963 * src/lalr.c, src/nullable.c, src/output.c, src/print.c,
13964 * src/reader.c, src/reduce.c: Adjust.
13965
edad7067
AD
139662001-11-19 Akim Demaille <akim@epita.fr>
13967
13968 * src/reader.c (symbols_output): New, extracted from...
13969 (packsymbols): Here.
13970 (reader): Call it.
13971
3feec034
AD
139722001-11-19 Akim Demaille <akim@epita.fr>
13973
13974 * src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
13975 (maxrhs): this new function.
13976
ddcd5fdf
AD
139772001-11-19 Akim Demaille <akim@epita.fr>
13978
cc72668c 13979 * src/lalr.c (F): New macro to access the variable F.
ddcd5fdf
AD
13980 Adjust.
13981
bb527fc2
AD
139822001-11-19 Akim Demaille <akim@epita.fr>
13983
cc72668c 13984 * src/lalr.h (LA): New macro to access the variable LA.
bb527fc2
AD
13985 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
13986 * src/lalr.c: Adjust.
13987
a845a697
AD
139882001-11-19 Akim Demaille <akim@epita.fr>
13989
13990 * src/lalr.c (initialize_LA): Only initialize LA. Let...
13991 (set_state_table): handle the `lookaheads' members.
13992
f004bf6a
AD
139932001-11-19 Akim Demaille <akim@epita.fr>
13994
cc72668c
AD
13995 * src/lalr.h (lookaheads): Removed array, whose contents is now
13996 a member of...
f004bf6a
AD
13997 (state_t): this structure.
13998 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
13999 Adjust.
14000
de326cc0
AD
140012001-11-19 Akim Demaille <akim@epita.fr>
14002
cc72668c
AD
14003 * src/lalr.h (consistent): Removed array, whose contents is now
14004 a member of...
de326cc0
AD
14005 (state_t): this structure.
14006 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
14007 Adjust.
14008
90b4416b
AD
140092001-11-19 Akim Demaille <akim@epita.fr>
14010
cc72668c
AD
14011 * src/lalr.h (reduction_table, shift_table): Removed arrays, whose
14012 contents are now members of...
90b4416b
AD
14013 (state_t): this structure.
14014 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
14015 Adjust.
14016
9703cc49
AD
140172001-11-19 Akim Demaille <akim@epita.fr>
14018
14019 * src/lalr.h (state_t): New.
14020 (state_table): Be a state_t * instead of a core **.
14021 (accessing_symbol): Remove, part of state_t.
14022 * src/lalr.c: Adjust.
14023 (set_accessing_symbol): Merge into...
14024 (set_state_table): this.
14025 * src/print_graph.c, src/conflicts.c: Adjust.
14026
d803322e
AD
140272001-11-14 Akim Demaille <akim@epita.fr>
14028
14029 * tests/calc.at, tests/output.at, tests/regression.at,
14030 * tests/testsuite.at, tests/torture.at: Rely on Autotest 2.52g:
14031 now the tests are run in private dirs, therefore AC_CLEANUP and
14032 family can be simplified to 0-ary.
14033 * tests/atlocal.in: Now that we run `elsewhere' than in tests/,
14034 use abs. path to find config.h.
14035 * tests/calc.at (AT_CHECK_CALC): Don't try to check the compiler's
14036 stderr, there can be way too much random noise.
14037 Instead pass -Werror to GCC and rely on the exit status.
14038 Reported by Wolfram Wagner.
14039
3d76b07d
AD
140402001-11-14 Akim Demaille <akim@epita.fr>
14041
14042 * src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
14043 defined only if yyoverflow is defined, to avoid `warning: unused
14044 variable `yyvs1''.
14045 Reported by The Test Suite.
14046
09b503c8
AD
140472001-11-14 Akim Demaille <akim@epita.fr>
14048
14049 * src/print.c: Include reduce.h.
14050 Reported by Hans Aberg.
14051
140522001-11-14 Akim Demaille <akim@epita.fr>
14053
14054 * src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
14055 Revert a previous patch: these are really const.
14056 * src/conflicts.c (conflict_report): Additional useless pair of
14057 braces to pacify GCC's warnings for `if () if () {} else {}'.
14058 * src/lex.c (parse_percent_token): Replace equal_offset with
14059 arg_offset.
14060 arg is const.
14061 Be sure to strdup `arg' when used, since there is no reason for
14062 token_buffer not to change.
14063
0f37a994
AD
140642001-11-14 Akim Demaille <akim@epita.fr>
14065
14066 * src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure a proper
14067 definition.
14068 * src/main.c (main): Use them.
14069 Suggested by Hans Aberg.
14070
d39d93b8
AD
140712001-11-12 Akim Demaille <akim@epita.fr>
14072
14073 * src/system.h (ngettext): Now that we use ngettext, be sure to
14074 provide a default definition when NLS are not used.
14075
9edcd895
AD
140762001-11-12 Akim Demaille <akim@epita.fr>
14077
14078 * doc/bison.texinfo: Use `$' as shell prompt, not `%'.
14079 Use @kbd to denote user input.
14080 (Language and Grammar): ANSIfy the example.
14081 Adjust its layout for info/notinfo.
14082 (Location Tracking Calc): Output error messages to stderr.
14083 Output locations in a more GNUtically correct way.
14084 Fix a couple of Englishos.
14085 Adjust @group/@end group pairs.
14086
7da99ede
AD
140872001-11-12 Akim Demaille <akim@epita.fr>
14088
e3aa65c5 14089 %expect was not functioning at all.
7da99ede
AD
14090
14091 * src/conflicts.c (expected_conflicts): Set to -1.
14092 (conflict_report): Use ngettext.
14093 (conflicts_print): Check %expect and make its violation an error.
14094 * doc/bison.texinfo (Expect Decl): Adjust.
14095 * configure.in (AM_GNU_GETTEXT): Ask for ngettext.
14096 * tests/regression.at (%expect not enough, %expect right)
14097 (%expect too much): New.
14098
ba9dda1a
AD
140992001-11-12 Akim Demaille <akim@epita.fr>
14100
14101 * tests/regression.at (Conflicts): Rename as...
14102 (Unresolved SR Conflicts): this.
14103 (Solved SR Conflicts): New.
14104
337c5bd1
AD
141052001-11-12 Akim Demaille <akim@epita.fr>
14106
14107 * src/reduce.c (print_results): Rename as...
14108 (reduce_output): This.
14109 Output to OUT, passed as argument, instead of output_obstack.
14110 (dump_grammar): Likewise.
14111 (reduce_free): New.
14112 Also free V1.
14113 (reduce_grammar): No longer call reduce_output, since...
14114 * src/print.c (print_results): do it.
14115 * src/main.c (main): Call reduce_free;
14116
c73a41af
AD
141172001-11-12 Akim Demaille <akim@epita.fr>
14118
14119 * src/conflicts.c (print_reductions): Accept OUT as argument.
14120 Output to it, not to output_obstack.
14121 * src/print.c (print_actions): Adjust.
14122
0df87bb6
AD
141232001-11-12 Akim Demaille <akim@epita.fr>
14124
14125 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts): Return
14126 the result instead of using...
14127 (src_total, rrc_total, src_count, rrc_count): Remove.
14128 (any_conflicts): Remove.
14129 (print_conflicts): Split into...
14130 (conflicts_print, conflicts_output): New.
14131 * src/conflicts.h: Adjust.
14132 * src/main.c (main): Invoke both conflicts_output and conflicts_print.
0f37a994 14133 * src/print.c (print_grammar): Issue `\n' between two rules.
0df87bb6
AD
14134 * tests/regression.at (Conflicts): New.
14135 Reported by Tom Lane.
14136
e4d3d4de
AD
141372001-11-12 Akim Demaille <akim@epita.fr>
14138
14139 * tests/regression.at (Invalid input): Remove, duplicate with
14140 ``Invalid input: 1''.
14141
6d7d248e
AD
141422001-11-12 Akim Demaille <akim@epita.fr>
14143
14144 * tests/torture.at (AT_DATA_STACK_TORTURE)
14145 (Exploding the Stack Size with Alloca)
14146 (Exploding the Stack Size with Malloc): New.
14147
e9e4c321
AD
141482001-11-12 Akim Demaille <akim@epita.fr>
14149
14150 * src/bison.simple (YYSTACK_REALLOC): New.
14151 (yyparse) [!yyoverflow]: Use it and free the old stack.
0f37a994 14152 Reported by Per Allansson.
e9e4c321 14153
5f7e0832
AD
141542001-11-12 Pascal Bart <pascal.bart@epita.fr>
14155
14156 * src/bison.simple: Define type yystype instead of YYSTYPE, and
14157 define CPP macro, which substitute YYSTYPE by yystype.
14158 * src/reader.c (parse_union_decl): Output yystype/YYSTYPE as we do
14159 with yyltype/YYLTYPE. This allows inclusion of the generated
14160 header within the parser if the compiler, such as GGC, accepts
14161 multiple equivalent #defines.
14162 From Akim.
14163
e3f1699f
AD
141642001-11-05 Akim Demaille <akim@epita.fr>
14165
14166 * src/reader.c (symbols_output): New, extracted from...
14167 (packsymbols): here.
14168 (reader): Adjust.
14169
65be0866
AD
141702001-11-05 Akim Demaille <akim@epita.fr>
14171
14172 * src/lex.c (parse_percent_token): s/quotearg/quote/.
14173
e4d910bf
AD
141742001-11-05 Akim Demaille <akim@epita.fr>
14175
14176 * tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
14177 pattern.
14178
951366c1
AD
141792001-11-05 Akim Demaille <akim@epita.fr>
14180
14181 * src/options.h (struct option_table_struct): set_flags is void*.
14182 * src/options.c (longopts): Support `--output' and `%output'.
14183 (usage): Adjust.
14184 * src/lex.h (tok_setopt): Remove, replaced with...
14185 (tok_intopt, tok_stropt): these new guys.
14186 * src/lex.c (getopt.h): Not needed.
14187 (token_buffer, unlexed_token_buffer): Not const.
14188 (percent_table): Promote `-' over `_' in directive names.
14189 Active `%name-prefix', `file-prefix', and `output'.
14190 (parse_percent_token): Accept possible arguments to directives.
14191 Promote `-' over `_' in directive names.
14192
d8988b2f
AD
141932001-11-04 Akim Demaille <akim@epita.fr>
14194
14195 * doc/bison.texinfo (Decl Summary): Split the list into
14196 `directives for grammars' and `directives for bison'.
14197 Sort'em.
14198 Add description of `%name-prefix', `file-prefix', and `output'.
14199 Promote `-' over `_' in directive names.
14200 (Bison Options): s/%locactions/%locations/. Nice Freudian slip.
14201 Simplify the description of `--name-prefix'.
14202 Promote `-' over `_' in directive names.
14203 Promote `--output' over `--output-file'.
14204 Fix the description of `--defines'.
14205 * tests/output.at: Exercise %file-prefix and %output.
14206
6468d18e
AD
142072001-11-02 Akim Demaille <akim@epita.fr>
14208
14209 * doc/refcard.tex: Update.
14210
6b7e85b9
AD
142112001-11-02 Akim Demaille <akim@epita.fr>
14212
14213 * src/symtab.h (SUNDEF): New.
14214 * src/symtab.c (bucket_new): Init user_token_number to SUNDEF to
14215 stand for `uninitialized', instead of 0.
14216 * src/reader.c (packsymbols, parse_thong_decl): Adjust.
14217 * src/lex.c (lex): Adjust.
14218
14219 * tests/calc.at (_AT_DATA_CALC_Y): Declare a token for EOF.
14220 Number it 0.
14221 Let yylex return it instead of a plain 0.
14222 Reported by Dick Streefland.
14223
cd5aafcf
AD
142242001-11-02 Akim Demaille <akim@epita.fr>
14225
14226 * tests/regression.at (Mixing %token styles): New test.
14227
037ca2f1
AD
142282001-11-02 Akim Demaille <akim@epita.fr>
14229
14230 * src/reader.c (parse_thong_decl): Formatting changes.
14231 (token_translations_init): New, extracted from...
14232 (packsymbols): Here.
14233 Adjust.
14234
270a173c
AD
142352001-11-01 Akim Demaille <akim@epita.fr>
14236
14237 * tests/regression.at (AT_TEST_CPP_GUARD_H): New.
14238 Check that `9foo.y' produces correct cpp guards.
14239 * src/files.c (compute_header_macro): Prepend `BISON_' to CPP
14240 guards.
14241 Reported by Wwp.
14242
561f9a30
AD
142432001-11-01 Akim Demaille <akim@epita.fr>
14244
14245 * tests/regression.at (Invalid input: 2): New.
14246 * src/lex.c (unlexed_token_buffer): New.
14247 (lex, unlex): Adjust: when unlexing, be sure to save token_buffer
14248 too.
14249 Reported by Wwp.
14250
f987e9d2
AD
142512001-11-01 Akim Demaille <akim@epita.fr>
14252
14253 * tests/calc.at: Catch up with 1.30.
14254 * configure.in: Bump to 1.49a.
14255 Adjust to newer Autotest.
14256
0846f581
PB
142572001-10-19 Pascal Bart <pascal.bart@epita.fr>
14258
14259 * src/conflicts.c: Move global variables rrc_total and src_total ...
14260 (print_conflicts): here.
14261 * src/output.c (output): Free global variable user_toknums.
14262 * src/lex.c (token_obstack): Become static.
14263
3c1a79b3
AD
142642001-10-18 Akim Demaille <akim@epita.fr>
14265
14266 * tests/atlocal.in (GCC): Add.
14267 * tests/calc.at: s/m4_match/m4_bmatch/.
14268 s/m4_patsubst/m4_bpatsubst/.
14269 (AT_CHECK_CALC): Check the compiler's stderr only if it's GCC.
14270 * configure.in: AC_SUBST(GCC).
14271
5d52e7d0
MA
142722001-10-14 Marc Autret <autret_m@epita.fr>
14273
14274 * src/options.c (create_long_option_table): Fix.
14275
631aa1d3
AD
142762001-10-10 Akim Demaille <akim@epita.fr>
14277
14278 * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
14279
f6ec6d13
AD
142802001-10-04 Akim Demaille <akim@epita.fr>
14281
14282 * src/reader.c (parse_union_decl): Push the caracters in
14283 union_obstack, not attrs_obstack.
14284
342b8b6e
AD
142852001-10-04 Akim Demaille <akim@epita.fr>
14286
14287 Merge in the branch 1.29.
14288
14289 * src/reader.c (packsymbols): Use a temporary obstack for
14290 `%%tokendef', since output_stack is already used elsewhere.
14291
14292 2001-10-02 Akim Demaille <akim@epita.fr>
14293
14294 Bump 1.29d.
14295
14296 2001-10-02 Akim Demaille <akim@epita.fr>
14297
14298 Version 1.29c.
14299
14300 2001-10-02 Akim Demaille <akim@epita.fr>
14301
14302 * tests/regression.at (Invalid CPP headers): New.
14303 From Alexander Belopolsky.
14304 * src/files.c (compute_header_macro): Map non alnum chars to `_'.
14305
14306 2001-10-02 Akim Demaille <akim@epita.fr>
14307
14308 * tests/regression.at (Invalid input): New.
14309 * src/lex.c (lex): Be sure to set `token_buffer' in any case.
14310 Reported by Shura.
14311
14312 2001-10-02 Akim Demaille <akim@epita.fr>
14313
14314 * tests/calc.at: Now that --debug works, the tests must be adjusted.
14315
14316 2001-10-02 Akim Demaille <akim@epita.fr>
14317
14318 * src/output.c (output_parser): Assert `skeleton'.
14319 * src/files.c (skeleton_find): Look harder for skeletons on DOSish
14320 systems.
14321 From Shura.
14322
14323 2001-10-01 Marc Autret <autret_m@epita.fr>
14324
14325 * src/lex.h: Echo modifications.
14326 * src/lex.c (unlex): Parameter is now token_t.
14327 From Hans Aberg.
14328
14329 2001-10-01 Marc Autret <autret_m@epita.fr>
14330
14331 * src/main.c: Include lex.h.
14332 From Hans Aberg.
14333
14334 2001-09-29 Akim Demaille <akim@epita.fr>
14335
14336 * src/getargs.c (longopts): `--debug' is `-t', not `-d'.
14337
14338 2001-09-28 Akim Demaille <akim@epita.fr>
14339
14340 * tests/testsuite.at: Update to newer Autotest.
14341 * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
14342
14343 2001-09-27 Akim Demaille <akim@epita.fr>
14344
14345 Position independent wrapper.
14346
14347 * tests/bison: Remove.
14348 * tests/bison.in: New.
14349 * configure.in: Adjust.
14350
14351 2001-09-27 Paul Eggert <eggert@twinsun.com>
14352
14353 Port quotearg fixes from tar 1.13.24.
14354
14355 * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
14356 tm to be declared.
14357 (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
14358 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
14359
14360 * m4/Makefile.am (EXTRA_DIST): Add mbrtowc.m4.
14361 * m4/mbrtowc.m4: New file.
14362 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit and stddef.h.
14363 Use jm_FUNC_MBRTOWC instead of AC_CHECK_FUNCS(mbrtowc).
14364
14365 2001-09-27 Akim Demaille <akim@epita.fr>
14366
14367 Bump to 1.29c.
14368
14369 2001-09-27 Akim Demaille <akim@epita.fr>
14370
14371 Version 1.29b.
14372
14373 2001-09-25 Akim Demaille <akim@epita.fr>
14374
14375 * src/system.h: Include `xalloc.h'.
14376 Remove it from the C files.
14377 * src/files.c (output_files): Free the obstacks.
14378 * src/lex.c (init_lex): Rename as...
14379 (lex_init): this.
14380 (lex_free): New.
14381 * src/main.c (main): Use it.
14382
14383 2001-09-24 Marc Autret <autret_m@epita.fr>
14384
14385 * src/vcg.c (open_edge, close_edge, open_node, close_node): Change
14386 to output informations in fout (FILE*).
14387 (open_graph, close_graph): Likewise.
14388 (output_graph, output_edge, output_node): Likewise.
14389 * src/vcg.h: Update function prototypes.
14390 * src/print_graph.c (print_graph): Open output graph file.
14391 (print_actions): Adjust.
14392 * src/files.h: Remove extern declaration.
14393 * src/files.c: Remove graph_obstack declaration.
14394 (open_files): Remove graph_obstack initialization.
14395 (output_files): Remove graph_obstack saving.
14396
14397 2001-09-24 Marc Autret <autret_m@epita.fr>
14398
14399 * src/files.c (compute_output_file_names): Fix.
14400
14401 2001-09-24 Marc Autret <autret_m@epita.fr>,
14402 Akim Demaille <akim@epita.fr>
14403
14404 * src/reader.c (reader): Remove call to free_symtab ().
14405 * src/main.c (main): Call it here.
14406 Include symtab.h.
14407 * src/conflicts.c (initialize_conflicts): Rename as...
14408 (solve_conflicts): this.
14409 * src/print.c (print_core, print_actions, print_state)
14410 (print_grammar): Dump to a file instead a `output_obstack'.
14411 (print_results): Dump `output_obstack', and then proceed with the
14412 FILE *.
14413 * src/files.c (compute_output_file_names, close_files): New.
14414 (output_files): Adjust.
14415 * src/main.c (main): Adjust.
14416
14417 2001-09-23 Marc Autret <autret_m@epita.fr>
14418
14419 * src/files.c (compute_header_macro): Computes header macro name
14420 from spec_defines_file when given.
14421
14422 2001-09-23 Marc Autret <autret_m@epita.fr>
14423
14424 * src/files.c (output_files): Add default extensions.
14425
14426 2001-09-22 Akim Demaille <akim@epita.fr>
14427
14428 * src/conflicts.c (finalize_conflicts): Rename as...
14429 (free_conflicts): this.
14430
14431 2001-09-22 Akim Demaille <akim@epita.fr>
14432
14433 * src/gram.c (gram_free): Rename back as...
14434 (dummy): this.
14435 (output_token_translations): Free `token_translations'.
14436 * src/symtab.c (free_symtab): Free the tag field.
14437
14438 2001-09-22 Akim Demaille <akim@epita.fr>
14439
14440 Remove `translations' as it is always set to true.
14441
14442 * src/gram.h: Adjust.
14443 * src/reader.c (packsymbols, parse_token_decl): Adjust
14444 * src/print.c (print_grammar): Adjust.
14445 * src/output.c (output_token_translations): Adjust.
14446 * src/lex.c (lex): Adjust.
14447 * src/gram.c: Be sure the set pointers to NULL.
14448 (dummy): Rename as...
14449 (gram_free): this.
14450
14451 2001-09-22 Akim Demaille <akim@epita.fr>
14452
14453 * configure.in: Invoke AM_LIB_DMALLOC.
14454 * src/system.h: Use dmalloc.
14455 * src/LR0.c: Be sure to have pointers initialized to NULL.
14456 (allocate_itemsets): Allocate kernel_items only if needed.
14457
14458 2001-09-22 Akim Demaille <akim@epita.fr>
14459
14460 * configure.in: Bump to 1.29b.
14461 * tests/Makefile.am (DISTCLEANFILES): Add package.m4.
14462 * tests/calc.at (_AT_DATA_CALC_Y): #undef malloc so that we don't
14463 need xmalloc.c in calc.y.
14464 From Pascal Bart.
14465
14466 2001-09-21 Akim Demaille <akim@epita.fr>
14467
14468 Version 1.29a.
14469 * Makefile.maint, config/config.guess, config/config.sub,
14470 * config/missing: Update from masters.
14471 * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend
14472 upon package.m4.
14473 * configure.in (ALL_LINGUAS): Add `tr'.
14474
14475 2001-09-21 Akim Demaille <akim@epita.fr>
14476
14477 * tests/Makefile.am (package.m4): Move to...
14478 ($(srcdir)/$(TESTSUITE)): here.
14479
14480 2001-09-20 Akim Demaille <akim@epita.fr>
14481
14482 * src/complain.c: No longer try to be standalone: use system.h.
14483 Don't assume __STDC__ is defined to 1. Just test if it is defined.
14484 * src/complain.h: Likewise.
14485 * src/reduce.c (useless_nonterminals, inaccessable_symbols):
14486 Remove the unused variable `n'.
14487 From Albert Chin-A-Young.
14488
14489 2001-09-18 Marc Autret <autret_m@epita.fr>
14490
14491 * doc/bison.1: Update.
14492 * doc/bison.texinfo (Bison Options): Update --defines and --graph
14493 descriptions.
14494 (Option Cross Key): Update.
14495 Add --graph.
14496
14497 2001-09-18 Marc Autret <autret_m@epita.fr>
14498
14499 * tests/regression.at: New test (comment in %union).
14500
14501 2001-09-18 Marc Autret <autret_m@epita.fr>
14502
14503 * src/reader.c (parse_union_decl): Do not output '/'. Let copy_comment
14504 do that.
14505 Reported by Keith Browne.
14506
14507 2001-09-18 Marc Autret <autret_m@epita.fr>
14508
14509 * tests/output.at: Add tests for --defines and --graph.
14510
14511 2001-09-18 Marc Autret <autret_m@epita.fr>
14512
14513 * tests/output.at: Removes tests of %{header,src}_extension features.
14514
14515 2001-09-18 Akim Demaille <akim@epita.fr>
14516
14517 * tests/Makefile.am (package.m4): New.
14518 * tests/calc.at (_AT_CHECK_CALC): Just run `calc input'.
14519 (_AT_CHECK_CALC_ERROR): Likewise.
14520 Factor the `, ' part of verbose error messages.
14521
14522 2001-09-18 Marc Autret <autret_m@epita.fr>
14523
14524 * src/getargs.c (longopts): Declare --defines and --graph as options
14525 with optional arguments.
14526 * src/files.h: Add extern declarations.
14527 * src/files.c (spec_graph_file, spec_defines_file): New.
14528 (output_files): Update.
14529 Remove CPP-outed code.
14530
14531 2001-09-18 Marc Autret <autret_m@epita.fr>
14532
14533 Turn off %{source,header}_extension feature.
14534
14535 * src/files.c (compute_exts_from_gf): Update.
14536 (compute_exts_from_src): Update.
14537 (output_files): CPP-out useless code.
14538 * src/files.h: Remove {header,source}_extension extern declarations.
14539 * src/reader.c (parse_dquoted_param): CPP-out.
14540 (parse_header_extension_decl): Remove.
14541 (parse_source_extension_decl): Remove.
14542 (read_declarations): Remove cases tok_{hdrext,srcext}.
14543 * src/lex.c (percent_table): Remove {header,source}_extension entries.
14544 * src/lex.h (token_t): Remove tok_hdrext and tok_srcext.
14545
14546 2001-09-10 Akim Demaille <akim@epita.fr>
14547
14548 * tests/output.at (AT_CHECK_BISON_FLAGS, AT_CHECK_BISON_PERCENT):
14549 (AT_CHECK_BISON_PERCENT_FLAGS): Merge into...
14550 (AT_CHECK_OUTPUT): this.
14551 Merely check ls' exit status, its output is useless.
14552
14553 2001-09-10 Akim Demaille <akim@epita.fr>
14554
14555 * tests/calc.at: Use m4_match.
14556 (_AT_DATA_CALC_Y): Check `yyin != NULL', not `stdin != NULL'.
14557
14558 2001-09-10 Marc Autret <autret_m@epita.fr>,
14559 Akim Demaille <akim@epita.fr>
14560
14561 * src/vcg.h (graph_s): color, textcolor, bordercolor are now
14562 enum color_e.
14563 * src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
14564 to `normal'.
14565 * src/reader.c (parse_token_decl): Initialize token with tok_eof.
14566 * src/lex.h: Adjust prototype.
14567 (token_t): Add `tok_undef'.
14568 * src/lex.c (struct percent_table_struct): Retval is now a token_t.
14569 (parse_percent_token): Now returns token_t.
14570 Add default statement in switch.
14571 (lex): Separate `c' as an input variable, from the token_t result
14572 part.
14573 (unlexed): Is a token_t.
14574
14575 2001-09-10 Akim Demaille <akim@epita.fr>
14576
14577 * configure.in: Bump to 1.29a.
14578
14579 2001-09-07 Akim Demaille <akim@epita.fr>
14580
14581 Version 1.29.
14582
14583 2001-08-30 Akim Demaille <akim@epita.fr>
14584
14585 * tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
14586 * m4/atconfig.m4: Remove.
14587 * tests/testsuite.at, tests/atlocal.in, tests/output.at,
14588 * tests/bison: New.
14589 * tests/regression.at, tests/calc.at: Use m4_define, AT_BANNER,
14590 m4_if, m4_patsubst, and m4_regexp.
14591 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Use an
14592 `input' file instead of echo.
14593
14594 2001-08-29 Akim Demaille <akim@epita.fr>
14595
14596 Bump to 1.28e.
14597
14598 2001-08-29 Akim Demaille <akim@epita.fr>
14599
14600 Version 1.28d.
14601
14602 2001-08-29 Paul Eggert <eggert@twinsun.com>
14603
14604 * src/bison.simple (yyparse): Don't take the address of an
14605 item before the start of an array, as that doesn't conform to
14606 the C Standard.
14607
14608 2001-08-29 Robert Anisko <anisko_r@epita.fr>
14609
14610 * doc/bison.texinfo (Location Tracking Calc): New node.
14611
14612 2001-08-29 Paul Eggert <eggert@twinsun.com>
14613
14614 * src/output.c (output): Do not define const, as this now
14615 causes more problems than it cures.
14616
14617 2001-08-29 Akim Demaille <akim@epita.fr>
14618
14619 * doc/bison.texinfo: Modernize `@node' and `@top' use: just name
14620 the nodes.
14621 Be sure to tag the `detailmenu'.
14622
14623 2001-08-29 Akim Demaille <akim@epita.fr>
14624
14625 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
14626 download in a tmp dir.
14627
14628 2001-08-28 Marc Autret <autret_m@epita.fr>
14629
14630 * config/depcomp: New file.
14631
14632 2001-08-28 Marc Autret <autret_m@epita.fr>
14633
14634 * doc/bison.1 (mandoc): Adjust.
14635 From Juan Manuel Guerrero.
14636
14637 2001-08-28 Marc Autret <autret_m@epita.fr>
14638
14639 * src/print_graph.c (print_state): Fix.
14640
14641 2001-08-27 Marc Autret <autret_m@epita.fr>
14642
14643 * src/vcg.h (classname_s, infoname_s, node_s): Constify the
14644 char * members.
14645 Echo modifications to the functions prototypes.
14646 * src/vcg.c (add_classname, add_infoname): Adjust arguments.
14647
14648 2001-08-27 Marc Autret <autret_m@epita.fr>
14649
14650 * src/vcg.c: Include `xalloc.h'.
14651 (add_colorentry): New.
14652 (add_classname): New.
14653 (add_infoname): New.
14654 * src/vcg.h: Add new prototypes.
14655
14656 2001-08-27 Akim Demaille <akim@epita.fr>
14657
14658 * Makefile.maint: Sync. again with CVS Autoconf.
14659
14660 2001-08-27 Akim Demaille <akim@epita.fr>
14661
14662 * Makefile.maint: Formatting changes.
14663 (po-update, cvs-update, update): New targets.
14664 (AMTAR): Remove.
14665
14666 2001-08-27 Akim Demaille <akim@epita.fr>
14667
14668 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
14669 * Makefile.maint: Sync. with CVS Autoconf.
14670
14671 2001-08-27 Marc Autret <autret_m@epita.fr>
14672
14673 * src/vcg.h (struct infoname_s): New.
14674 (struct colorentry_s): New.
14675 (graph_s): New fields {vertical,horizontal}_order in structure.
14676 Add `infoname' field.
14677 Add `colorentry' field;
14678 * src/vcg_defaults.h (G_VERTICAL_ORDER): New.
14679 (G_HORIZONTAL_ORDER): New.
14680 (G_INFONAME): New.
14681 (G_COLORENTRY): New.
14682 * src/vcg.c (output_graph): Add output of {vertical,horizontal}_order.
14683 Add output of `infoname'.
14684 Add output of `colorentry'.
14685
14686 2001-08-27 Marc Autret <autret_m@epita.fr>
14687
14688 * src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
14689 This one shadowed a global parameter.
14690
14691 2001-08-24 Marc Autret <autret_m@epita.fr>
14692
14693 * src/print_graph.c (node_output_size): Declared POSIX `size_t' type,
14694 instead of `unsigned'.
14695 (print_state): Do not call obstack_object_size () in obstack_grow ()
14696 to avoid macro variables shadowing.
14697
14698 2001-08-23 Marc Autret <autret_m@epita.fr>
14699
14700 * src/lex.c (percent_table): Typo: s/naem/name/.
14701 Add graph option.
14702 Normalize new options declarations.
14703
14704 2001-08-20 Pascal Bart <pascal.bart@epita.fr>
14705
14706 * tests/suite.at: Exercise %header_extension and %source_extension.
14707
14708 2001-08-16 Marc Autret <autret_m@epita.fr>
14709
14710 * src/reader.c (parse_dquoted_param): New.
14711 (parse_header_extension_decl): Use it.
14712 (parse_source_extension_decl): Likewise.
14713
14714 2001-08-16 Marc Autret <autret_m@epita.fr>
14715
14716 * src/vcg.c: Remove includes of `complain.h' and `xalloc.h'.
14717 (get_xxxx_str): Use assert () instead of complain ().
14718 Remove return invokations in default cases.
14719 (get_decision_str): Modify default behaviour. Remove second argument.
14720 Echo modifications on calls.
14721 (output_graph): Fix.
14722
14723 2001-08-16 Marc Autret <autret_m@epita.fr>
14724
14725 * src/getargs.c (usage): Update with ``-g, --graph''.
14726
14727 2001-08-16 Marc Autret <autret_m@epita.fr>
14728
14729 * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
14730 (Option Cross Key): Likewise.
14731 * doc/bison.1: Update.
14732
1c8c2190
PB
147332001-09-25 Pascal Bart <pascal.bart@epita.fr>
14734
14735 * src/output.c (output_master_parser): Don't finish action_obstack.
14736 (output_parser): Don't care about the muscle action, here.
14737 (prepare): Copy the action_obstack in the action muscle.
14738 (output): Free action_obstack.
14739
180d45ba
PB
147402001-09-23 Pascal Bart <pascal.bart@epita.fr>
14741
14742 * src/reader.c (parse_union_decl): Add new obstack union_obstack. Which
14743 will contain `%union' declaration.
14744 (parse_union_decl): Delete #line directive output.
14745 (parse_union_decl): Substitute /attrs_obstack/union_obstack for all
14746 informations about %union.
14747 (parse_union_decl): Copy the union_obstack in the muscle stype.
14748 * src/bison.simple: Add new #line directive.
14749 Add typdef %%stype YYSTYPE.
14750
c51d1a19
PB
147512001-09-23 Pascal Bart <pascal.bart@epita.fr>
14752
14753 * src/bison.simple: Add new `#line' directive.
14754
6f9344da
PB
147552001-09-22 Pascal Bart <pascal.bart@epita.fr>
14756
14757 * src/bison.simple: New `#line' directive.
14758 * src/output.c (output_parser): Support new dynamic muscle input_line.
14759
652def80
MA
147602001-09-22 Marc Autret <autret_m@epita.fr>
14761
14762 * src/output.c (output_master_parser): New.
14763 (output_parser): Be more re-entrant.
14764
25b222fa
MA
147652001-09-21 Marc Autret <autret_m@epita.fr>
14766
14767 * src/reader.c (copy_definition, parse_union_decl): Update and use
14768 `linef' muscle.
14769 (copy_action): Likewise.
14770 Use obstack_1grow ().
14771 * src/muscle_tab.c (muscle_init): Add muscle `linef'.
14772
6bc35ae5
MA
147732001-09-21 Marc Autret <autret_m@epita.fr>
14774
14775 * src/options.c (option_table): Adjust.
14776 * src/lex.c (parse_percent_token): Fix.
14777
c0629aa1
PB
147782001-09-20 Pascal Bart <pascal.bart@epita.fr>
14779
14780 * src/options.c (symtab.h): Include it, need by lex.h.
342b8b6e 14781
82b6d266
PB
147822001-09-20 Pascal Bart <pascal.bart@epita.fr>
14783
14784 * src/lex.c (parse_percent_token): Change type of variable `tx', which
14785 is now an option_table_struct*.
14786 (option_strcmp): New function option_strcmp.
14787 (parse_percent_token): Call option_strcmp.
14788 * src/getargs.c (xalloc.h, options.h): Include it.
14789 (getargs): Call create_long_option_table.
14790 (getargs): Free longopts at the end of the function.
14791 (shortopts): Move in options.c.
14792 * src/options.c (create_long_option_table): New function. Convert
14793 information from option_table to option structure.
14794 * src/reader.c (options.h): Include it.
14795
14796 * src/Makefile.am: Adjust.
14797 * src/options.c (option_table): Create from longopts and percent_table.
14798 * src/getargs.c (longopts): Delete.
14799 * src/lex.c (struct percent_table_struct): Delete.
14800 (percent_table): Delete.
14801 (options.h): Include it.
14802 * src/options.c: Create.
14803 * src/options.h: Create.
14804 Declare enum opt_access_e.
14805 Define struct option_table_struct.
14806
75f5aaea
MA
148072001-09-20 Marc Autret <autret_m@epita.fr>
14808
14809 * doc/bison.texinfo: Adjust terminologies about prologue and epilogue
14810 sections of Bison.
14811
f508cb0a
PB
148122001-09-19 Pascal Bart <pascal.bart@epita.fr>
14813
14814 * src/bison.simple: s/%%filename/%%skeleton.
14815 * src/muscle_tab.c (getargs.h): Include it.
14816 (muscle_init): Insert new muscle skeleton.
14817
13105fc1
PB
148182001-09-18 Pascal Bart <pascal.bart@epita.fr>
14819
14820 * src/output.c (output_parser): Delete unused variable actions_dumped.
14821
b0c4483e
PB
148222001-09-07 Pascal Bart <pascal.bart@epita.fr>
14823
14824 * src/output.c (output): Delete call to reader_output_yylsp.
14825 * src/reader.c (reader): Likewise.
ba0fe3c7 14826 * src/reader.h: Delete declaration of reader_output_yylsp.
342b8b6e 14827
11d82f03
MA
148282001-09-02 Marc Autret <autret_m@epita.fr>
14829
14830 * src/reader.c: Include muscle_tab.h.
14831 (parse_union_decl): Update.
14832 (parse_macro_decl): Rename parse_muscle_decl.
14833 Update to use renamed functions and variable.
14834 (read_declarations, copy_action, read_additionnal_code, : Updated
14835 with correct variables and functions names.
14836 (packsymbols, reader): Likewise.
342b8b6e 14837
11d82f03 14838 * src/reader.h (muscle_obstack): Extern declaration update.
342b8b6e 14839
11d82f03
MA
14840 * src/output.c: Include muscle_tab.h
14841 In all functions using macro_insert, change by using muscle_insert ().
14842 (macro_obstack): Rename muscle_obstack.
14843 Echo modifications in the whole file.
14844 (MACRO_INSERT_INT): Rename MUSCLE_INSERT_INT.
14845 (MACRO_INSERT_STRING): Rename MUSCLE_INSERT_STRING.
14846 (MACRO_INSERT_PREFIX): Rename MUSCLE_INSERT_PREFIX.
14847
14848 * src/muscle_tab.h: Update double inclusion macros.
14849 (macro_entry_s): Rename muscle_entry_s.
14850 Update prototypes.
342b8b6e 14851
11d82f03
MA
14852 * src/muscle_tab.c: Include muscle_tab.h.
14853 Rename macro_tabble to muscle_table.
14854 (mhash1, mhash2, mcmp): Use muscle_entry.
14855 (macro_init): Rename muscle_init. Update.
14856 (macro_insert): Rename muscle_insert. Update.
14857 (macro_find): Rename muscle_find. Update.
14858
14859 * src/main.c: Include muscle_tab.h.
14860 (main): Call muscle_init ().
14861 * src/Makefile.am (bison_SOURCES): Echo modifications.
14862
93a37297
MA
148632001-09-02 Marc Autret <autret_m@epita.fr>
14864
f753cd62 14865 Now the files macro_tab.[ch] are named muscle_tab.[ch].
342b8b6e 14866
f753cd62
MA
14867 * src/muscle_tab.c, src/muscle_tab.h: Add files.
14868
148692001-09-02 Marc Autret <autret_m@epita.fr>
14870
14871 * src/macrotab.c, src/macrotab.h: Remove.
93a37297 14872
682d48cd
PB
148732001-09-01 Pascal Bart <pascal.bart@epita.fr>
14874
342b8b6e 14875 * src/reader.c (copy_guard): Use muscle to specify the `#line'
682d48cd
PB
14876 filename.
14877
087c8fda
MA
148782001-09-01 Marc Autret <autret_m@epita.fr>
14879
14880 * tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set
14881 to an explicit value to activate the feature. We do it here.
14882
dda680cb
PB
148832001-08-31 Pascal Bart <pascal.bart@epita.fr>
14884
14885 * src/output.c (prepare): Delete the `filename' muscule insertion.
14886 * src/reader.c (copy_action): Use `filename' muscule with `#line'.
14887 (parse_union_decl): Likewise.
14888 * src/macrotab.c (macro_init): Initialize filename by infile.
14889
9e644e64
MA
148902001-08-31 Marc Autret <autret_m@epita.fr>
14891
14892 * src/bison.simple (YYLSP_NEEDED): New definition.
14893 * src/output.c (prepare): Add macro insertion of `locations_flag'
14894
17da6427
PB
148952001-08-31 Pascal Bart <pascal.bart@epita.fr>
14896
14897 * src/output.c (prepare): Delete insertion of previous muscles,
14898 and insert the `prefix' muscles.
14899 * src/macrotab.c (macro_init): Likewise.
14900 (macro_init): Initialization prefix directive by `yy'.
342b8b6e 14901 * src/bison.simple: Substitute all %%yylex, %%yychar, %%yylval,
17da6427
PB
14902 %%yydebug, %%yyerror, %%yynerrs and %%yyparse by yylex, yychar,
14903 yylval, yydebug, yyerror, yynerrs and yyparse.
342b8b6e 14904 New directive `#define' to substitute yydebug, ... with option
17da6427
PB
14905 name_prefix.
14906
e8cb70b9
PB
149072001-08-31 Pascal Bart <pascal.bart@epita.fr>
14908
14909 * src/main.c (main): Standardize.
14910 * src/output.c (output_table_data, output_parser): Likewise.
14911 * src/macrotab.h, src/macrotab.c, src/bison.simple: Likewise.
14912
63c2d5de
MA
149132001-08-31 Pascal Bart <pascal.bart@epita.fr>, Marc Autret <autret_m@epita.fr>
14914
342b8b6e 14915 * src/reader.c (read_additionnal_code): Rename %%user_code to
63c2d5de
MA
14916 %%epilogue.
14917 * src/output.c (output): Rename %%declarations to %%prologue.
14918 * src/bison.simple: Echo modifications.
342b8b6e 14919
d8cb5183
MA
149202001-08-31 Marc Autret <autret_m@epita.fr>
14921
14922 * src/reader.c (readgram): CleanUp.
14923 (output_token_defines): Likewise.
14924 (packsymbols): Likewise.
14925 (reader): Likewise.
14926 * src/output.c (output): CPP-out useless code.
14927
6c686258
PB
149282001-08-31 Pascal Bart <pascal.bart@epita.fr>
14929
342b8b6e 14930 * src/reader.c (reader): Delete obsolete call to function
6c686258
PB
14931 output_trailers and output_headers.
14932 * src/output.h: Remove obsolete functions prototypes of output_headers
14933 and output_trailers.
14934
8f451ef7
PB
149352001-08-30 Pascal Bart <pascal.bart@epita.fr>
14936
14937 * src/main.c: Include macrotab.h.
342b8b6e 14938 * src/macrotab.h (macro_entry_s): Constify fields.
8f451ef7
PB
14939 Adjust functions prototypes.
14940 * src/macrotab.c (macro_insert): Constify key and value.
14941 (macro_find): Constify key.
14942 (macro_insert): Include 'xalloc.h'
14943 (macro_insert): Use XMALLOC.
14944 (macro_find): Constify return value.
14945 * src/output.c (output_table_data): Rename table to table_data.
14946 (output_parser): Constify macro_key, macro_value.
14947
997b6fd0 149482001-08-30 Marc Autret <autret_m@epita.fr>
2ba3b73c
MA
14949
14950 * src/reader.c (parse_skel_decl): New.
342b8b6e 14951 (read_declarations): Add case `tok_skel', call parse_skel_decl ().
2ba3b73c
MA
14952 * src/lex.h (token_t): New token `tok_skel'.
14953 * src/lex.c (percent_table): Add skeleton option entry.
14954 Standardize.
14955
ff48177d
MA
149562001-08-29 Marc Autret <autret_m@epita.fr>
14957
14958 * src/bison.simple: Add %%user_code directive at the end.
14959 * src/reader.c (read_additionnal_code): New.
14960 (reader): Use it.
14961 * src/output.c (output_program): Remove.
14962 (output): Update.
14963
b33160bf
MA
149642001-08-28 Marc Autret <autret_m@epita.fr>
14965
14966 * src/output.c (output_actions): Clean up.
4e5caae2 14967 (output_gram): CPP-out useless code.
b33160bf
MA
14968 * src/reader.c (reader): Clean up, CPP-out useless code.
14969
d1a2daf7
PB
149702001-08-28 Pascal Bart <pascal.bart@epita.fr>
14971
342b8b6e 14972 * src/output.c (output): Copy attrs_obstack in the '%%definitions'
535c0e75 14973 directive.
d1a2daf7
PB
14974 * src/bison.simple: Add `%%definitions'.
14975
2b763dfe
MA
149762001-08-28 Marc Autret <autret_m@epita.fr>
14977
14978 * config/depcomp: New file.
14979
f1a87ef6
PE
149802001-08-27 Paul Eggert <eggert@twinsun.com>
14981
14982 * src/bison.simple (yyparse): Don't take the address of an
14983 item before the start of an array, as that doesn't conform to
14984 the C Standard.
14985
82e236e2
RA
149862001-08-27 Robert Anisko <robert.anisko@epita.fr>
14987
f1a87ef6 14988 * src/output.c (output): Remove the initialization of the macro
82e236e2
RA
14989 obstack. It was done too late here.
14990
14991 * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
14992 completely wrong.
14993 (reader): Initialize the macro obstack here, since we need it to grow
14994 '%define' directives.
14995
14996 * src/reader.h: Declare the macro obstack as extern.
14997
b0cfa28a
RA
149982001-08-27 Robert Anisko <robert.anisko@epita.fr>
14999
15000 * src/output.c (output_parser): Fix. Store single '%' characters in
15001 the output obstack instead of throwing them away.
15002
6fc74234
AD
150032001-08-27 Akim Demaille <akim@epita.fr>
15004
15005 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
15006
9c76d118
RA
150072001-08-25 Robert Anisko <robert.anisko@epita.fr>
15008
15009 * lib/Makefile.am: Adjust.
15010
a8289c62
RA
150112001-08-25 Robert Anisko <robert.anisko@epita.fr>
15012
15013 * src/bison.simple: Update and add '%%' directives.
15014
b6610515
RA
150152001-08-25 Robert Anisko <robert.anisko@epita.fr>
15016
15017 * src/reader.c (reader): Remove calls to 'output_headers' and
15018 'output_trailers'. Remove some C output.
15019 (readgram): Disable a piece of code that was writing a default
15020 definition for 'YYSTYPE'.
15021 (reader_output_yylsp): Remove.
15022 (packsymbols): Output token defintions to a macro.
15023 (copy_definition): Disable C output.
6fc74234 15024
b6610515
RA
15025 * src/reader.c (parse_macro_decl): New function used to parse macro
15026 declarations.
15027 (copy_string2): Put the body of copy_string into this new function.
15028 Add a parameter to let the caller choose whether he wants to copy the
15029 string delimiters or not.
15030 (copy_string): Be a simple call to copy_string2 with the last argument
15031 bound to true.
15032 (read_declarations): Add case for macro definition.
15033 (copy_identifier): New.
6fc74234 15034 (parse_macro_decl): Read macro identifiers using copy_identifier
b6610515
RA
15035 rather than lex.
15036
26f609ff
RA
150372001-08-25 Robert Anisko <robert.anisko@epita.fr>
15038
15039 * src/output.c (prepare): Add prefixed names.
15040 (output_parser): Output semantic actions.
15041 (output_parser): Fix bug on '%%line' directives.
6fc74234 15042
26f609ff
RA
15043 * src/output.c (output_headers): Remove. The C code printed by this
15044 function should now be in the skeletons.
15045 (output_trailers): Remove.
15046 (output): Disable call to 'reader_output_yylsp'.
15047 (output_rule_data): Do not output tables to the table obstack.
15048
15049 * src/output.c: Remove some C dedicated output.
15050 Improve the use of macro and output obstacks.
15051 (output_defines): Remove.
6fc74234 15052
26f609ff
RA
15053 * src/output.c (output_token_translations): Associate 'translate'
15054 table with a macro. No output to the table obstack.
15055 (output_gram): Same for 'rhs' and 'prhs'.
15056 (output_stos): Same for 'stos'.
15057 (output_rule_data): Same for 'r1' and 'r2'.
15058 (token_actions): Same for 'defact'.
15059 (goto_actions): Same for 'defgoto'.
15060 (output_base): Same for 'pact' and 'pgoto'.
15061 (output_table): Same for 'table'.
15062 (output_check): Same for 'check'.
6fc74234 15063
26f609ff
RA
15064 * src/output.c (output_table_data): New function.
15065 (output_short_table): Remove.
15066 (output_short_or_char_table): Remove.
6fc74234 15067
26f609ff
RA
15068 * src/output.c (output_parser): Replace most of the skeleton copy code
15069 with something new. Skeletons are now processed character by character
15070 rather than line by line, and Bison looks for '%%' macros. This is the
15071 first step in making Bison's output process (a lot) more flexible.
15072 (output_parser): Use the macro table.
15073
6f43b113
RA
150742001-08-25 Robert Anisko <robert.anisko@epita.fr>
15075
15076 * src/main.c (main): Initialize the macro table.
15077
dd3127cf
RA
150782001-08-25 Robert Anisko <robert.anisko@epita.fr>
15079
15080 * src/lex.c (percent_table): Add tok_define.
15081 * src/lex.h: Add tok_define.
15082
aa321494
RA
150832001-08-25 Robert Anisko <robert.anisko@epita.fr>
15084
15085 * src/macrotab.c: New file.
15086 * src/macrotab.h: New file.
15087 * src/Makefile.am: Update.
15088
68bd3b6b
RA
150892001-08-25 Robert Anisko <robert.anisko@epita.fr>
15090
15091 * lib/hash.c: New file.
15092 * lib/hash.h: New file.
15093 * lib/Makefile.am: Update.
15094
45f8dd1e
AD
150952001-08-15 Akim Demaille <akim@epita.fr>
15096
15097 Version 1.28c.
15098
40a64a7a 150992001-08-15 Marc Autret <autret_m@epita.fr>
0b8afb77
AD
15100
15101 * src/reader.c (readgram): Indent output macro YYSTYPE.
15102 (packsymbols): Likewise.
15103 (output_token_defines): Likewise.
15104 * src/files.c: Standardize.
15105 (compute_header_macro): New.
15106 (defines_obstack_save): New. Use compute_header_macro.
15107 (output_files): Update. Use defines_obstack_save.
15108
f9a8293a
AD
151092001-08-15 Akim Demaille <akim@epita.fr>
15110
15111 * doc/bison.texinfo (Table of Symbols): Document
15112 YYSTACK_USE_ALLOCA.
15113
150ca7a7
AD
151142001-08-15 Akim Demaille <akim@epita.fr>
15115
15116 * missing: Update from CVS Automake.
15117 * config/config.guess, config/config.sub, config/texinfo.tex:
15118 Update from gnu.org.
15119
69b5cec4
AD
151202001-08-15 Akim Demaille <akim@epita.fr>
15121
15122 * Makefile.maint: Sync with CVS Autoconf.
15123
f2b5126e
PB
151242001-08-14 Pascal Bart <pascal.bart@epita.fr>
15125
69b5cec4 15126 * doc/bison.texinfo: Include GNU Free Documentation License from
f2b5126e
PB
15127 `fdl.texi'.
15128 * doc/fdl.texi: Add to package.
15129
4ecbf796
MA
151302001-08-14 Marc Autret <autret_m@epita.fr>
15131
15132 Turn on %{source,header}_extension features.
15133
69b5cec4 15134 * src/lex.c (percent_table): Un-CPP out header_extension and
4ecbf796
MA
15135 source_extension.
15136 * src/files.c (compute_exts_from_gf): Compare pointers with NULL.
69b5cec4 15137 (compute_exts_from_src): Remove conditions. It restores priorities
4ecbf796
MA
15138 between options.
15139
95fb5662
MA
151402001-08-14 Marc Autret <autret_m@epita.fr>
15141
15142 * src/files.c (compute_base_names): Add extensions computing when
15143 `--file-prefix' used.
15144 Standardize function calls.
15145
78d09da9
MA
151462001-08-13 Marc Autret <autret_m@epita.fr>
15147
69b5cec4 15148 * src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
78d09da9
MA
15149 defining it (defined but null disables alloca).
15150
5a009f2c
MA
151512001-08-13 Marc Autret <autret_m@epita.fr>
15152
15153 * src/bison.simple (_yy_memcpy): CPP reformat.
15154
1e41465a
PB
151552001-08-13 Pascal Bart <pascal.bart@epita.fr>
15156
15157 * tests/atconfig.in (CPPFLAGS): Fix.
15158
c67a198d
PB
151592001-08-10 Pascal Bart <pascal.bart@epita.fr>
15160
79282c6c 15161 * doc/bison.texinfo: Include GNU General Public License from
c67a198d
PB
15162 `gpl.texi'.
15163 * doc/gpl.texi: Add to package.
15164
09a6de7e
MA
151652001-08-10 Marc Autret <autret_m@epita.fr>
15166
15167 * src/print_graph.h: Fix.
15168 * src/reader.c (read_declarations): Use parse_header_extension_decl ().
15169
b77b9ee0
AD
151702001-08-10 Akim Demaille <akim@epita.fr>
15171
15172 * src/system.h: Provide default declarations for stpcpy, strndup,
15173 and strnlen.
15174
3e259915
MA
151752001-08-10 Robert Anisko <anisko_r@epita.fr>
15176
15177 * doc/bison.texinfo (Locations): Update @$ stuff.
15178
ca96bc2d
MA
151792001-08-09 Robert Anisko <anisko_r@epita.fr>
15180
15181 * src/bison.simple (YYLLOC_DEFAULT): Update.
15182 (yyparse): Adjust.
15183
fdc6758b
MA
151842001-08-08 Marc Autret <autret_m@epita.fr>
15185
b77b9ee0 15186 * doc/bison.texinfo: Change @samp{$<@dots{}>} to
fdc6758b
MA
15187 @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
15188 Reported by Fabrice Bauzac.
957d4dbf 15189
600cad3b
MA
151902001-08-08 Marc Autret <autret_m@epita.fr>
15191
15192 * src/vcg_default.h: Use NULL instead of 0 to initialize pointers.
15193 * src/vcg.c (output_node): Fix.
15194 * src/vcg.h: Cleanup.
15195 * src/print_graph.c: Add comments.
b77b9ee0 15196 (node_output_size): New global variable. Simplify the formatting of
600cad3b 15197 the VCG graph output.
b77b9ee0 15198 (print_actions): Unused code is now used. It notifies the final state
600cad3b 15199 and no action states in the VCG graph. It also give the reduce actions.
b77b9ee0 15200 The `shift and goto' edges are red and the `go to state' edges are
600cad3b
MA
15201 blue.
15202 Get the current node name and node_obstack by argument.
15203 (node_obstack): New variable.
15204 (print_state): Manage node_obstack.
15205 (print_core): Use node_obstack given by argument.
15206 A node is not only computed here but in print_actions also.
15207 (print_graph): CPP out useless code instead of commenting it.
15208
976e528f
AD
152092001-08-07 Pascal Bart <pascal.bart@epita.fr>
15210
15211 * tests/atconfig.in (CPPFLAGS): Fix.
15212
20e8e5ca
AD
152132001-08-07 Akim Demaille <akim@epita.fr>
15214
15215 * src/print_graph.c (quote): New.
15216 (print_core): Use it.
15217
957d4dbf 152182001-08-06 Akim Demaille <akim@epita.fr>, Marc Autret <autret_m@epita.fr>
3e3da797 15219
3e3da797
AD
15220 * src/vcg.c (complain.h): Include it.
15221 Unepitaize `return' invocations.
c4b66126 15222 [NDEBUG] (main): Remove.
79282c6c 15223 * src/vcg.h (node_t, edge_t, graph_t): Constify the char * members.
c4b66126
AD
15224 * src/files.c (open_files): Initialize graph_obstack.
15225 * src/print_graph.c (print_actions): CPP out useless code.
15226 (print_core): Don't output the last `\n' in labels.
15227 Use `quote'.
15228 * src/files.c (output_files): Output the VCG file.
15229 * src/main.c (main): Invoke print_graph ();
3e3da797 15230
957d4dbf 152312001-08-06 Marc Autret <autret_m@epita.fr>
22c2cbc0
AD
15232
15233 Automaton VCG graph output.
15234 Using option ``-g'' or long option ``--graph'', you can generate
15235 a gram_filename.vcg file containing a VCG description of the LALR (1)
15236 automaton of your grammar.
15237
15238 * src/main.c: Call to print_graph() function.
15239 * src/getargs.h: Update.
15240 * src/getargs.c (options): Update to catch `-g' and `--graph' options.
15241 (graph_flag): New flag.
15242 (longopts): Update.
15243 (getargs): Add case `g'.
15244 * src/files.c (graph_obstack): New obstack struct.
15245 (open_files): Initialize new obstack.
15246 (output_files): Saves graph_obstack if required.
15247 * src/files.h (graph_obstack): New extern declaration.
15248 * src/Makefile.am: Add new source files.
15249
927c1557 152502001-08-06 Marc Autret <autret_m@epita.fr>
ce4d5ce0
AD
15251
15252 * src/print_graph.c, src/print_graph.h (graph): New.
15253 * src/vcg.h: New file.
15254 * src/vcg.c: New file, VCG graph handling.
15255
7333d403
AD
152562001-08-06 Marc Autret <autret_m@epita.fr>
15257
15258 Add of %source_extension and %header_extension which specify
15259 the source or/and the header output file extension.
15260
15261 * src/files.c (compute_base_names): Remove initialisation of
15262 src_extension and header_extension.
15263 (compute_exts_from_gf): Update.
15264 (compute_exts_from_src): Update.
15265 (output_files): Update.
15266 * src/reader.c (parse_header_extension_decl): New.
15267 (parse_source_extension_decl): New.
15268 (read_declarations): New case statements for the new tokens.
15269 * src/lex.c (percent_table): Add entries for %source_extension
15270 and %header_extension.
15271 * src/lex.h (token_e): New tokens tok_hdrext and tok_srcext.
15272
84163231
AD
152732001-08-06 Marc Autret <autret_m@epita.fr>
15274
15275 * configure.in: Bump to 1.28c.
15276 * doc/bison.texinfo: Texinfo thingies.
15277
8303fc42
AD
152782001-08-04 Pascal Bart <pascal.bart@epita.fr>
15279
15280 * tests/atconfig.in (CPPFLAGS): Add.
15281 * tests/calc.at (AT_CHECK): Use CPPFLAGS.
15282
70a84437
AD
152832001-08-03 Akim Demaille <akim@epita.fr>
15284
15285 Version 1.28b.
15286
2ce10144
AD
152872001-08-03 Akim Demaille <akim@epita.fr>
15288
15289 * tests/Makefile.am (check-local): Ship testsuite.
15290 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
15291 Include `string.h'.
15292
1e3e4bc1
AD
152932001-08-03 Akim Demaille <akim@epita.fr>
15294
15295 * configure.in: Try using -Wformat when compiling.
15296
42b45b7f
AD
152972001-08-03 Akim Demaille <akim@epita.fr>
15298
15299 * configure.in: Bump to 1.28b.
15300
8f13fe33
AD
153012001-08-03 Akim Demaille <akim@epita.fr>
15302
15303 * src/complain.c: Adjust strerror_r portability issues.
15304
b37ba92c
AD
153052001-08-03 Akim Demaille <akim@epita.fr>
15306
15307 Version 1.28a.
15308
b0ce6046
AD
153092001-08-03 Akim Demaille <akim@epita.fr>
15310
15311 * src/getargs.c, src/getarg.h (skeleton)): Constify.
15312 * src/lex.c (literalchar): Avoid name clashes on `buf'.
15313 * src/getargs.c: Include complain.h.
15314 * src/files.c, src/files.h (skeleton_find): Avoid name clashes.
15315 * lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
15316
d01c415b
AD
153172001-08-03 Akim Demaille <akim@epita.fr>
15318
15319 * src/reader.c (readgram): Display hidden chars in error messages.
15320
459dd1a6
AD
153212001-08-03 Akim Demaille <akim@epita.fr>
15322
15323 Update to gettext 0.10.39.
15324
53b74c0c
AD
153252001-08-03 Akim Demaille <akim@epita.fr>
15326
15327 * lib/strspn.c: New.
15328
234a3be3
AD
153292001-08-01 Marc Autret <autret_m@epita.fr>
15330
15331 * doc/bison.texinfo: Update.
15332 * doc/bison.1 (mandoc): Update.
15333 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove .c and .h.
15334 * src/files.c: Support output files extensions computing.
15335 (src_extension): New static variable.
15336 (header_extension): New static variable.
15337 (tr): New function.
15338 (get_extension_index): New function, gets the index of an extension
15339 filename in a string.
15340 (compute_exts_from_gf): New function, computes extensions from the
15341 grammar file extension.
15342 (compute_exts_from_src): New functions, computes extensions from the
15343 C source file extension, file given by ``-o'' option.
15344 (compute_base_names): Update.
15345 (output_files): Update.
15346
847bf1f5
AD
153472001-08-01 Robert Anisko <anisko_r@epita.fr>
15348
d995fee7 15349 * doc/bison.texi: Document @$.
847bf1f5
AD
15350 (Locations): New section.
15351
d074a105
AD
153522001-07-18 Akim Demaille <akim@epita.fr>
15353
15354 * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
15355 * config/prev-version.txt, config/move-if-change: New.
15356 * Makefile.am: Adjust.
15357
3419715d
AD
153582001-07-08 Pascal Bart <pascal.bart@epita.fr>
15359
15360 * src/bison.simple (yyparse): Suppress warning `comparaison
15361 between signed and unsigned'.
15362
62ab6972
AD
153632001-07-05 Pascal Bart <pascal.bart@epita.fr>
15364
15365 * src/getargs.h (raw_flag): Remove.
15366 * src/getargs.c: Die on `-r'/`--raw'.
15367 * src/lex.c (parse_percent_token): Die on `%raw'.
15368 * src/reader.c (output_token_defines): Suppress call to `raw_flag'.
15369 * tests/calc.at: Suppress test with option `--raw'.
15370
1e24cc5b
AD
153712001-07-14 Akim Demaille <akim@epita.fr>
15372
15373 * config/: New.
15374 * configure.in: Require Autoconf 2.50.
15375 Update to gettext 0.10.38.
15376
32dfccf8
AD
153772001-03-16 Akim Demaille <akim@epita.fr>
15378
15379 * doc/bison.texinfo: ANSIfy the examples.
15380
cd5bd6ac
AD
153812001-03-16 Akim Demaille <akim@epita.fr>
15382
15383 * getargs.c (skeleton): New variable.
15384 (longopts): --skeleton is a new option.
15385 (shortopts, getargs): -S is a new option.
15386 * getargs.h: Declare skeleton.
15387 * output.c (output_parser): Use it.
15388
5141b016
AD
153892001-03-16 Akim Demaille <akim@epita.fr>
15390
15391 * m4/strerror_r.m4: New.
15392 * m4/error.m4: Run AC_FUNC_STRERROR_R.
15393 * lib/error.h, lib/error.c: Update.
15394
447992b9
AD
153952001-03-16 Akim Demaille <akim@epita.fr>
15396
15397 * src/getargs.c (longopts): Clean up.
15398
274d42ce
AD
153992001-02-21 Akim Demaille <akim@epita.fr>
15400
15401 * src/reader.c (gensym): `gensym_count' is your own.
15402 Use a static buf to create the symbol name, as token_buffer is no
15403 longer a buffer.
15404
22c821f3
AD
154052001-02-08 Akim Demaille <akim@epita.fr>
15406
15407 * src/conflicts.c (conflict_report): Be sure not to append to res
15408 between two calls, which could happen if both first sprintf were
15409 skipped, but not the first cp += strlen.
15410
18569462
AD
154112001-02-08 Akim Demaille <akim@epita.fr>
15412
15413 * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
15414 New, from fileutils 4.0.37.
15415 * configure.in: Require Autoconf 2.49c. I took some time before
15416 making this decision. This is the only way out for portability
15417 issues in Bison, it would mean way too much duplicate effort to
15418 import in Bison features implemented in 2.49c since 2.13.
15419 AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above.
15420
0d8f3c8a
AD
154212001-02-02 Akim Demaille <akim@epita.fr>
15422
15423 * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
66075dcf 15424 * lib/xalloc.h, lib/xmalloc.c: Update.
0d8f3c8a 15425
f17bcd1f
AD
154262001-01-19 Akim Demaille <akim@epita.fr>
15427
15428 Get rid of the ad hoc handling of token_buffer in the scanner: use
15429 the obstacks.
15430
15431 * src/lex.c (token_obstack): New.
15432 (init_lex): Initialize it. No longer call...
15433 (grow_token_buffer): this. Remove it.
15434 Adjust all the places which used it to use the obstack.
15435
511e79b3
AD
154362001-01-19 Akim Demaille <akim@epita.fr>
15437
15438 * src/lex.h: Rename all the tokens:
15439 s/\bENDFILE\b/tok_eof/g;
15440 s/\bIDENTIFIER\b/tok_identifier/g;
15441 etc.
15442 Let them be enums, not #define, to ease debugging.
15443 Adjust all the code.
15444
0d6508ef
AD
154452001-01-18 Akim Demaille <akim@epita.fr>
15446
15447 * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
15448 * src/lex.c (maxtoken, grow_token_buffer): Static.
15449
6deb4447
AD
154502001-01-18 Akim Demaille <akim@epita.fr>
15451
15452 Since we now use obstacks, more % directives can be enabled.
15453
15454 * src/lex.c (percent_table): Also accept `%yacc',
15455 `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
15456 `%debug'.
15457 Handle the actions for `%semantic_parser' and `%pure_parser' here,
15458 instead of returning a token.
15459 * src/lex.h (SEMANTIC_PARSER, PURE_PARSER): Remove, unused.
15460 * src/reader.c (read_declarations): Adjust.
15461 * src/files.c (open_files): Don't call `compute_base_names', don't
15462 compute `attrsfile' since they depend upon data which might be
15463 *in* the input file now.
15464 (output_files): Do it here.
15465 * src/output.c (output_headers): Document the fact that this patch
15466 introduces a guaranteed SEGV for semantic parsers.
15467 * doc/bison.texinfo: Document them.
15468 * tests/suite.at: Exercise these %options.
15469
ff4423cc
AD
154702000-12-20 Akim Demaille <akim@epita.fr>
15471
15472 Also handle the output file (--verbose) with obstacks.
15473
15474 * files.c (foutput): Remove.
15475 (output_obstack): New.
15476 Adjust all dependencies.
15477 * src/conflicts.c: Return a string.
15478 * src/system.h (obstack_grow_string): Rename as...
15479 (obstack_sgrow): this. Be ready to work with non literals.
15480 (obstack_fgrow4): New.
15481
956dba3a
AD
154822000-12-20 Akim Demaille <akim@epita.fr>
15483
15484 * src/files.c (open_files): Fix the computation of short_base_name
15485 in the case of `-o foo.tab.c'.
15486
337bab46
AD
154872000-12-20 Akim Demaille <akim@epita.fr>
15488
15489 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
15490 (copy_dollar): Now that everything uses obstacks, get rid of the
15491 FILE * parameters.
15492
5d3214b8
AD
154932000-12-20 Akim Demaille <akim@epita.fr>
15494
15495 * src/files.c (open_files): Actually the `.output' file is based
15496 on the short_base_name, not base_name.
15497 * tests/suite.at (Checking output file names): Adjust.
15498
29092a57
AD
154992000-12-20 Akim Demaille <akim@epita.fr>
15500
15501 * src/bison.s1: Remove, we now use directly...
15502 * src/bison.simple: this.
15503 * src/Makefile.am: Use pkgdata instead of data.
15504
ea5607fd
AD
155052000-12-20 Akim Demaille <akim@epita.fr>
15506
15507 * src/files.c (guard_obstack): New.
15508 (open_files): Initialize it.
15509 (output_files): Dump it...
15510 * src/files.h: Export it.
15511 * src/reader.c (copy_guard): Use it.
15512
27110317
AD
155132000-12-19 Akim Demaille <akim@epita.fr>
15514
15515 * src/files.c (outfile, defsfile, actfile): Removed as global
15516 vars.
15517 (open_files): Don't compute them.
15518 (output_files): Adjust.
15519 (base_name, short_base_name): Be global.
15520 Adjust dependencies.
15521
19c50364
AD
155222000-12-19 Akim Demaille <akim@epita.fr>
15523
15524 * src/files.c (strsuffix): New.
15525 (stringappend): Be just like strcat but allocate.
15526 (base_names): Eve out from open_files.
15527 Try to simplify the rather hairy computation of base_name and
15528 short_base_name.
15529 (open_files): Use it.
15530 * tests/suite.at (Checking output file names): New test.
15531
573c1d9f
AD
155322000-12-19 Akim Demaille <akim@epita.fr>
15533
15534 * src/system.h (obstack_grow_literal_string): Rename as...
15535 (obstack_grow_string): this.
15536 * src/output.c (output_parser): Recognize `%% actions' instead of
15537 `$'.
15538 * src/bison.s1: s/$/%% actions/.
15539 * src/bison.hairy: Likewise.
15540
ef7ddedd
AD
155412000-12-19 Akim Demaille <akim@epita.fr>
15542
15543 * src/output.c (output_parser): Compute the `#line' lines when
15544 there are.
15545 * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
15546 Suggested by Hans Aberg.
15547
ff61dabd
AD
155482000-12-19 Akim Demaille <akim@epita.fr>
15549
15550 Let the handling of the skeleton files be local to the procedures
15551 that use it.
15552
15553 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
15554 longer static.
15555 (fparser, open_extra_files): Remove.
15556 (open_files, output_files): Don't take care of fparser.
15557 * src/files.h: Adjust.
15558 * src/output.c (output_parser): Open and close the file to the
15559 skeleton.
15560 * src/reader.c (read_declarations): When %semantic_parser, open
15561 fguard.
15562
55b96341
AD
155632000-12-19 Akim Demaille <akim@epita.fr>
15564
15565 * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
15566 * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
15567
358c15b7
AD
155682000-12-19 Akim Demaille <akim@epita.fr>
15569
15570 * src/files.c (open_files): Yipee! We no longer need all the code
15571 looking for `/tmp' since we have no tmp file.
15572
7de3329e
AD
155732000-12-19 Akim Demaille <akim@epita.fr>
15574
15575 * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
15576 New macros.
15577 * src/files.c (open_files): Less dependency on MSDOS etc.
15578
3abcd459
AD
155792000-12-14 Akim Demaille <akim@epita.fr>
15580
15581 * src/bison.s1 (YYLLOC_DEFAULT): New macro.
15582 Provide a default definition.
15583 Use it when executing the default @ action.
15584 * src/reader.c (reader_output_yylsp): No longer include
15585 `timestamp' and `text' in the default YYLTYPE.
15586
2a91a95e
AD
155872000-12-12 Akim Demaille <akim@epita.fr>
15588
15589 * src/reader.c (copy_definition, parse_union_decl, copy_action)
15590 (copy_guard): Quote the file names.
15591 Reported by Laurent Mascherpa.
15592
14d3eb9b
AD
155932000-12-12 Akim Demaille <akim@epita.fr>
15594
15595 * src/output.c (output_headers, output_program, output): Be sure
15596 to escape special characters when outputting filenames.
15597 (ACTSTR_PROLOGUE, ACTSTR_EPILOGUE): Remove.
15598 (output_headers): Don't depend on them, Use ACTSTR.
15599
d7045ec6
AD
156002000-11-17 Akim Demaille <akim@epita.fr>
15601
15602 * lib/obstack.h: Formatting changes.
15603 (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
15604 prevents type checking.
15605 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
15606 cast the value to (void *): assigning a `foo *' to a `void *'
15607 variable is valid.
15608 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
15609 * src/reader.c (parse_union_decl): Typo: use obstack_1grow to
15610 append characters.
15611
6fd54b73
AD
156122000-11-17 Akim Demaille <akim@epita.fr>
15613
15614 * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
15615 as...
15616 (suite.m4, regression.m4, calc.m4): these.
15617 * tests/atgeneral.m4: Update from CVS Autoconf.
15618
4c50eae6
AD
156192000-11-17 Akim Demaille <akim@epita.fr>
15620
15621 * tests/regression.m4 (%union and --defines): New test,
15622 demonstrating a current bug in the obstack implementation.
15623
a35f64ea
AD
156242000-11-17 Akim Demaille <akim@epita.fr>
15625
15626 * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
15627 macros.
15628 Use them to declare the variables which are global or local to
15629 `yyparse'.
15630
7de23534
AD
156312000-11-17 Akim Demaille <akim@epita.fr>
15632
15633 * acconfig.h: Remove, no longer used.
15634
aa7815f5
AD
156352000-11-07 Akim Demaille <akim@epita.fr>
15636
15637 * src: s/Copyright (C)/Copyright/g.
15638
5af1f549
AD
156392000-11-07 Akim Demaille <akim@epita.fr>
15640
15641 * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
15642 defining.
15643 * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
15644
553e2b22
AD
156452000-11-07 Akim Demaille <akim@epita.fr>
15646
15647 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
15648 Merge in a single CPP if/else.
15649
8a4f41d6
AD
156502000-11-07 Akim Demaille <akim@epita.fr>
15651
15652 * src/output.c (output): Remove useless variables.
15653 * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
15654 argument `data' for consistency with the prototypes.
15655 Qualify it `const'.
15656 (obstack_copy, obstack_copy0): Rename the second argument as
15657 `address' for consistency. Qualify it `const'.
15658 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
15659 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
15660 `const' their input argument (`data' or `address').
15661 Adjust the corresponding macros to include `const' in casts.
15662
095a3fb5
AD
156632000-11-03 Akim Demaille <akim@epita.fr>
15664
15665 * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
15666 s/PFILE1/BISON_HAIRY/.
15667 Adjust dependencies.
15668
d1cdce7c
AD
156692000-11-03 Akim Demaille <akim@epita.fr>
15670
090c5ebf 15671 For some reason, this was not applied.
d1cdce7c
AD
15672
15673 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
15674 `unlink': it's no longer used.
15675
9311529b
AD
156762000-11-03 Akim Demaille <akim@epita.fr>
15677
15678 * src/files.c (skeleton_find): New function, eved out of...
15679 (open_files, open_extra_files): here.
15680
d8880f69
AD
156812000-11-03 Akim Demaille <akim@epita.fr>
15682
15683 Don't use `atexit'.
15684
15685 * src/files.c (obstack_save): New function.
15686 (done): Rename as...
15687 (output_files): this.
15688 Use `obstack_save'.
15689 * src/main.c (main): Don't use `atexit' to register `done', since
15690 it no longer has to remove tmp files, just call `output_files'
15691 when there are no errors.
15692
0dbb648e
AD
156932000-11-02 Akim Demaille <akim@epita.fr>
15694
15695 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
15696 `unlink': it's no longer used.
15697 * src/files.h: Formatting changes.
15698
896fe5c1
AD
156992000-11-02 Akim Demaille <akim@epita.fr>
15700
15701 Remove the last uses of mktemp and unlink/delete.
15702
15703 * src/files.c (fdefines, ftable): Removed.
15704 (defines_ostack, table_obstack): New.
15705 Adjust dependencies of the former into uses of the latter.
15706 * src/output.c (output_short_or_char_table, output_short_table):
15707 Convert to using obstacks.
15708 * src/reader.c (copy_comment2): Accept one FILE * and two
15709 obstacks.
15710 (output_token_defines, reader_output_yylsp): Use obstacks.
15711 * src/system.h (obstack_fgrow3): New.
1f65350a 15712 * po/POTFILES.in: Adjust.
896fe5c1 15713
dd60faec
AD
157142000-11-01 Akim Demaille <akim@epita.fr>
15715
15716 Change each use of `fattrs' into a use of `attrs_obstack'.
15717
15718 * src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
15719 * src/files.c (fattrs): Remove.
15720 (attrs_obstack): New.
15721 Adjust all dependencies.
15722 (done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
15723
8c7ebe49
AD
157242000-11-01 Akim Demaille <akim@epita.fr>
15725
15726 Introduce obstacks.
15727 Change each use of `faction' into a use of `action_obstack'.
15728
15729 * lib/obstack.h, lib/obstack.c: New files.
15730 * src/files.c (faction): Remove.
15731 (action_obstack): New.
15732 Adjust all dependencies.
15733
77aee789
AD
157342000-10-20 Akim Demaille <akim@epita.fr>
15735
15736 * lib/quote.h (PARAMS): New macro. Use it.
15737
43591cec
AD
157382000-10-16 Akim Demaille <akim@epita.fr>
15739
15740 * src/output.c (output_short_or_char_table): New function.
15741 (output_short_table, output_token_translations): Use it.
15742 (goto_actions): Use output_short_table.
15743
1e9798d5
AD
157442000-10-16 Akim Demaille <akim@epita.fr>
15745
15746 * src/symtab.c (bucket_new): New function.
15747 (getsym): Use it.
15748
15749 * src/output.c (output_short_table): New argument to display the
15750 comment associated with the table.
15751 Adjust dependencies.
15752 (output_gram): Use it.
15753 (output_rule_data): Nicer output layout for YYTNAME.
15754
f282676b
AD
157552000-10-16 Akim Demaille <akim@epita.fr>
15756
15757 * src/lex.c (read_typename): New function.
15758 (lex): Use it.
15759 * src/reader.c (copy_dollar): Likewise.
15760
550a72a3
AD
157612000-10-16 Akim Demaille <akim@epita.fr>
15762
15763 * src/reader.c (copy_comment2): Expect the input stream to be on
15764 the `/' which is suspected to open a comment, instead of being
15765 called after `//' or `/*' was read.
15766 (copy_comment, copy_definition, parse_union_decl, copy_action)
15767 (copy_guard): Adjust.
15768
131e2fef
AD
157692000-10-16 Akim Demaille <akim@epita.fr>
15770
15771 * src/reader.c (parse_expect_decl): Use `skip_white_space' and
15772 `read_signed_integer'.
15773
79282c5a
AD
157742000-10-16 Akim Demaille <akim@epita.fr>
15775
15776 * src/reader.c (copy_dollar): New function.
15777 (copy_guard, copy_action): Use it.
15778
ff4a34be
AD
157792000-10-16 Akim Demaille <akim@epita.fr>
15780
15781 * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
15782 * m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
15783 New files, from Fileutils 4.0.27.
15784 * src/main.c (printable_version): Remove.
15785 * src/lex.c, src/reader.c: Use `quote'.
15786
157872000-10-04 Akim Demaille <akim@epita.fr>
15788
15789 * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
15790
14ded682
AD
157912000-10-04 Akim Demaille <akim@epita.fr>
15792
15793 * doc/bison.texinfo: Various typos spotted by Neil Booth.
15794
8e03724b
AD
157952000-10-04 Akim Demaille <akim@epita.fr>
15796
15797 When a literal string is used to define two different tokens,
15798 `bison -v' segfaults.
15799 Reported by Piotr Gackiewicz, and fixed by Neil Booth.
15800
15801 * tests/regression.m4: New file.
15802 Include the core of the sample provided by Piotr Gackiewicz.
15803 * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
15804 properly.
15805
a9e64249
AD
158062000-10-04 Akim Demaille <akim@epita.fr>
15807
15808 * src/reader.c (parse_expect_decl): Keep `count' within the size
15809 of `buffer'.
15810 From Neil Booth.
15811
da9abf43
AD
158122000-10-02 Paul Eggert <eggert@twinsun.com>
15813
15814 * bison.s1 (yyparse): Assign the default value
15815 unconditionally, to avoid a GCC warning and make the parser a
15816 tad smaller.
15817
c33638bb
AD
158182000-10-02 Akim Demaille <akim@epita.fr>
15819
15820 * src/getargs.c (getargs): Don't dump `--help' on unrecognized
15821 options.
15822
444c570a
AD
158232000-10-02 Akim Demaille <akim@epita.fr>
15824
15825 * src/derives.c, src/print.c, src/reduce.c: To ease the
15826 translation, move some `\n' out of the translated strings.
15827
89cab50d
AD
158282000-10-02 Akim Demaille <akim@epita.fr>
15829
15830 The location tracking mechanism is precious for parse error
15831 messages. Nevertheless, it is enabled only when `@n' is used in
15832 the grammar, which is a different issue (you can use it in error
15833 message, but not in the grammar per se). Therefore, there should
15834 be another means to enable it.
15835
15836 * src/getargs.c (getargs): Support `--locations'.
15837 (usage): Report it.
15838 * src/getargs.h (locationsflag): Export it.
15839 * src/lex.c (percent_table): Support `%locations'.
15840 * src/reader.c (yylsp_needed): Remove this variable, now replaced
15841 with `locationsflag'.
15842 * doc/bison.texinfo: Document `--locations' and `%locations'.
15843 Sort the options.
15844 * tests/calc.m4: Test it.
15845
15846 For regularity of the names, replace each
15847 (nolineflag, toknumflag, rawtokenumflag, noparserflag): with...
15848 (no_lineflag, token_tableflag, rawflag, no_parserflag): this.
15849 In addition replace each `flag' with `_flag'.
15850
d6c2cba0
AD
158512000-10-02 Akim Demaille <akim@epita.fr>
15852
15853 Also test parse error messages, including with YYERROR_VERBOSE.
15854
15855 * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
15856 associative).
15857 Use it to check the computations.
15858 Use it to check `nonassoc' is honored.
15859 (AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed
15860 `--yyerror-verbose'.
15861 (_AT_CHECK_CALC): Adjust to this option.
15862 (_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
15863
5a35a6cb
AD
158642000-10-02 Akim Demaille <akim@epita.fr>
15865
15866 Test also `--verbose', `--defines' and `--name-prefix'. Testing
15867 the latter demonstrates a flaw in the handling of non debugging
15868 parsers introduced by myself on 2000-03-16: `#define yydebug 0'
15869 was used in order to simplify:
15870
15871 #if YYDEBUG
15872 if (yydebug)
15873 {
15874 ...
15875 }
15876 #endif
15877
15878 into
15879
15880 if (yydebug)
15881 {
15882 ...
15883 }
15884
15885 unfortunately this leads to a CPP conflict when
15886 `--name-prefix=foo' is used since it produces `#define yydebug
15887 foodebug'.
15888
15889 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
15890 (YYDPRINTF): New macro.
15891 Spread its use.
15892 * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
15893 the bison options.
15894 Also test `--verbose', `--defines' and `--name-prefix'.
15895
71da9eea
AD
158962000-10-02 Akim Demaille <akim@epita.fr>
15897
15898 Improve the readability of the produced parsers.
15899
15900 * src/bison.s1: Formatting changes.
15901 Improve the comment related to the `$' mark.
15902 (yydefault): Don't fall through to `yyresume': `goto' there.
15903 * src/output.c (output_parser): When the `$' is met, skip the end
15904 of its line.
15905 New variable, `number_of_dollar_signs', to check there's exactly
15906 one `$' in the parser skeleton.
15907
95e36146
AD
159082000-10-02 Akim Demaille <akim@epita.fr>
15909
15910 * lib/xstrdup.c: New file, from the fileutils.
15911 * src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
15912 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
15913 instead of strlen + xmalloc + strcpy.
15914 * src/symtab.c (copys): Remove, use xstrdup instead.
15915
d7020c20
AD
159162000-10-02 Akim Demaille <akim@epita.fr>
15917
15918 * src/gram.h (associativity): New enum type which replaces the
15919 former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
15920 `right_assoc', `left_assoc' and `non_assoc'.
15921 Adjust all dependencies.
15922 * src/reader.c: Formatting changes.
15923 (LTYPESTR): Don't define it, use it as a literal in
15924 `reader_output_yylsp'.
15925 * src/symtab.h (symbol_class): New enum type which replaces the
15926 former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
15927 `sunknown', `stoken and `snterm'.
15928
1916f98e
AD
159292000-10-02 Akim Demaille <akim@epita.fr>
15930
15931 * src/getargs.c (fixed_outfiles): Rename as...
15932 (yaccflag): for consistency and accuracy.
15933 Adjust dependencies.
15934
d7913476
AD
159352000-10-02 Akim Demaille <akim@epita.fr>
15936
15937 Use the more standard files `xalloc.h' and `xmalloc.c' instead of
15938 Bison's `allocate.c' and `alloc.h'. This patch was surprisingly
15939 difficult and introduced a lot of core dump. It turns out that
15940 Bison used an implementation of `xmalloc' based on `calloc', and
15941 at various places it does depend upon the initialization to 0. I
15942 have not tried to isolate the pertinent places, and all the former
15943 calls to Bison's `xmalloc' are now using `XCALLOC'. Someday,
15944 someone should address this issue.
15945
15946 * src/allocate.c, src/alloc.h, m4/bison-decl.m4: Remove.
15947 * lib/xmalloc.c, lib/xalloc.h, m4/malloc.m4, m4/realloc.m4: New
15948 files.
15949 Adjust dependencies.
15950 * src/warshall.h: New file.
15951 Propagate.
15952
340ef489
AD
159532000-10-02 Akim Demaille <akim@epita.fr>
15954
15955 Various anti-`extern in *.c' changes.
15956
15957 * src/system.h: Include `assert.h'.
15958
b2ca4022
AD
159592000-10-02 Akim Demaille <akim@epita.fr>
15960
15961 * src/state.h (nstates, final_state, first_state, first_shift)
15962 (first_reduction): Move their exportation from here...
15963 * src/LR0.h: to here.
15964 Adjust dependencies.
15965 * src/getargs.c (statisticsflag): New variable.
15966 Add support for `--statistics'.
15967 Adjust dependencies.
15968
15969 Remove a lot of now useless `extern' statements in most files.
15970
403b315b
AD
159712000-10-02 Akim Demaille <akim@epita.fr>
15972
15973 * src/LR0.h: New file.
15974 Propagate its use.
15975
07a58c13
AD
159762000-10-02 Akim Demaille <akim@epita.fr>
15977
15978 * src/print.h: New file.
15979 Propagate its use.
15980 * src/print.c: Formatting and ordering changes.
15981 (verbose, terse): Replace with...
15982 (print_results): this new function.
15983 Adjust dependencies.
15984
0619caf0
AD
159852000-10-02 Akim Demaille <akim@epita.fr>
15986
15987 * src/conflicts.c (conflict_report): New function.
15988 (conflict_log, verbose_conflict_log): Replace with...
15989 (print_conflicts): this function.
15990 Adjust dependencies.
15991 * src/conflicts.h: New file.
15992 Propagate its inclusion.
15993
3519ec76
AD
159942000-10-02 Akim Demaille <akim@epita.fr>
15995
15996 * src/nullable.h: New file.
15997 Propagate its inclusion.
15998 * src/nullable.c: Formatting changes.
15999
015acc48
AD
160002000-10-02 Akim Demaille <akim@epita.fr>
16001
16002 * src/reduce.h: New file.
16003 Propagate its inclusion.
16004 * src/reduce.c: Topological sort and other formatting changes.
16005 (bool, TRUE, FALSE): Move their definition to...
16006 * src/system.h: here.
16007
8963a27b
AD
160082000-10-02 Akim Demaille <akim@epita.fr>
16009
16010 * src/files.c: Formatting changes.
16011 (tryopen, tryclose, openfiles): Rename as...
16012 (xfopen, xfclose, open_files): this.
16013 (stringappend): static.
16014 * src/files.h: Complete the list of exported symbols.
16015 Propagate its use.
16016
a70083a3
AD
160172000-10-02 Akim Demaille <akim@epita.fr>
16018
16019 * src/reader.h: New file.
16020 Propagate its use instead of tedious list of `extern' and
16021 prototypes.
16022 * src/reader.c: Formatting changes, topological sort,
16023 s/register//.
16024
abadc117
AD
160252000-10-02 Akim Demaille <akim@epita.fr>
16026
16027 * src/lex.h: Prototype `lex.c' exported functions.
16028 * src/reader.c: Adjust.
16029 * src/lex.c: Formatting changes.
16030 (safegetc): Rename as...
16031 (xgetc): this.
16032
720d742f
AD
160332000-10-02 Akim Demaille <akim@epita.fr>
16034
16035 * src/lalr.h: New file.
16036 Propagate its inclusion instead of prototypes and `extern'.
16037 * src/lalr.c: Formatting changes, topological sorting etc.
16038
f2acea59
AD
160392000-10-02 Akim Demaille <akim@epita.fr>
16040
16041 * src/output.c (token_actions): Introduce a temporary array,
16042 YYDEFACT, that makes it possible for this function to use
16043 output_short_table.
16044
d019d655
AD
160452000-10-02 Akim Demaille <akim@epita.fr>
16046
16047 `user_toknums' is output as a `short[]' in `output.c', while it is
16048 defined as a `int[]' in `reader.c'. For consistency with the
16049 other output tables, `user_toknums' is now defined as a table of
16050 shorts.
16051
16052 * src/reader.c (user_toknums): Be a short table instead of an int
16053 table.
16054 Adjust dependencies.
16055
16056 Factor the short table outputs.
16057
16058 * src/output.c (output_short_table): New function.
16059 * src/output.c (output_gram, output_stos, output_rule_data)
16060 (output_base, output_table, output_check): Use it.
16061
6c89f1c1
AD
160622000-10-02 Akim Demaille <akim@epita.fr>
16063
16064 * src/output.c (output): Topological sort of the functions, in
16065 order to get rid of the `static' prototypes.
16066 No longer use `register'.
16067 * src/output.h: New file.
16068 Propagate its inclusion in files explicitly prototyping functions
16069 from output.c.
16070
d9efd181
AD
160712000-09-21 Akim Demaille <akim@epita.fr>
16072
16073 * src/atgeneral.m4: Update from Autoconf.
16074
c29240e7 160752000-09-21 Akim Demaille <akim@epita.fr>
2fa6973e
AD
16076
16077 * src/closure.h: New file.
16078 * src/closure.c: Formatting changes, topological sort over the
16079 functions, use of closure.h.
16080 (initialize_closure, finalize_closure): Rename as...
16081 (new_closure, free_closure): these. Adjust dependencies.
16082 * src/LR0.c: Formatting changes, topological sort, use of
16083 cloture.h.
16084 (initialize_states): Rename as...
16085 (new_states): this.
16086 * src/Makefile.am (noinst_HEADERS): Adjust.
16087
499daa50
AD
160882000-09-20 Akim Demaille <akim@epita.fr>
16089
16090 * src/acconfig.h: Don't protect config.h against multiple
16091 inclusion.
16092 Don't define PARAMS.
16093 * src/system.h: Define PARAMS.
16094 Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
16095 purpose of config.h. system.h must not try to fix wrong
16096 definitions in config.h.
16097
cc84fd5d
AD
160982000-09-20 Akim Demaille <akim@epita.fr>
16099
16100 * src/derives.h: New file.
16101 * src/main.c, src/derives.h: Use it.
16102 Formatting changes.
16103 * src/Makefile.am (noinst_HEADERS): Adjust.
16104
db5b3a89
AD
161052000-09-20 Akim Demaille <akim@epita.fr>
16106
16107 * tests/atgeneral.m4: Update from Autoconf.
16108 * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
16109 (AT_CHECK_CALC): New macros.
16110 Use these macros to test bison with options `', `--raw',
16111 `--debug', `--yacc', `--yacc --debug'.
16112
ceed8467
AD
161132000-09-19 Akim Demaille <akim@epita.fr>
16114
16115 * src/output.c: Formatting changes.
16116 * src/machine.h: Remove, leaving its contents in...
16117 * src/system.h: here.
16118 Include stdio.h.
16119 Adjust all dependencies on stdio.h and machine.h.
16120 * src/getargs.h: New file.
16121 Let all `extern' declarations about getargs.c be replaced with
16122 inclusion of `getargs.h'.
16123 * src/Makefile.am (noinst_HEADERS): Adjust.
16124
16125 * tests/calc.m4 (yyin): Be initialized in main, not on the global
16126 scope.
16127 (yyerror): Returns void, not int.
16128 * doc/bison.texinfo: Formatting changes.
16129
05a1d24b
AD
161302000-09-19 Akim Demaille <akim@epita.fr>
16131
16132 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
16133 portable.
16134
cbd25751
AD
161352000-09-18 Akim Demaille <akim@epita.fr>
16136
16137 * configure.in: Append WARNING_CFLAGS to CFLAGS.
16138 * src/Makefile.am (INCLUDES): Don't.
16139 Be ready to fetch headers in lib/.
16140
13863333
AD
161412000-09-18 Akim Demaille <akim@epita.fr>
16142
16143 * doc/bison.texinfo: Update the copyright.
16144 ANSIfy and GNUify the examples.
16145 Remove the old menu.
16146
0d533154
AD
161472000-09-18 Akim Demaille <akim@epita.fr>
16148
16149 First set of tests: use the `calc' example from the documentation.
16150
16151 * src/bison.s1 (yyparse): Condition the code using `yytname' which
16152 is defined only when YYDEBUG is.
16153 * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
16154 * src/files.c (tryopen, tryclose): Formatting changes.
16155 Move to the top and be static.
16156 * src/reader.c (read_signed_integer): Likewise.
16157 * tests/calc.m4: New file.
16158 * Makefile.am, suite.m4: Adjust.
16159 * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
16160
e79137ac
AD
161612000-09-18 Akim Demaille <akim@epita.fr>
16162
16163 Add support for an Autotest test suite for Bison.
16164
16165 * m4/m4.m4, m4/atconfig.m4: New files.
16166 * m4/Makefile.am (EXTRA_DIST): Adjust.
16167 * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
16168 files.
16169 * src/getargs.c: Display a more standard --version message.
16170 * src/reader.c (reader): Formatting changes.
16171 No longer depend upon VERSION_STRING.
16172 * configure.in: No longer use `dnl'.
16173 Set up the test suite and the new directory `tests/.
16174 (VERSION_STRING): Remove.
16175
27821bff
AD
161762000-04-14 Akim Demaille <akim@epita.fr>
16177
16178 * src/reader.c (copy_comment2): New function, same as former
16179 `copy_comment', but outputs into two FILE *.
16180 (copy_comment): Use it.
16181 (parse_union_decl): Use it.
16182 (get_type, parse_start_decl): Use the same `invalid' message.
16183 (parse_start_decl, parse_union_decl): Use the same `multiple'
16184 message.
16185 (parse_union_decl, copy_guard, copy_action): Use the same
16186 `unmatched' message.
16187 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
16188
cfe5fbc0
AD
161892000-03-31 Akim Demaille <akim@epita.fr>
16190
16191 * src/files.c (tryopen, tryclose): Move to the top.
16192 Be static.
16193
cb7db13e
AD
161942000-03-31 Akim Demaille <akim@epita.fr>
16195
16196 * src/main.c (main): Don't call `done', exit does it.
16197
a0f6b076
AD
161982000-03-31 Akim Demaille <akim@epita.fr>
16199
36281465
AD
16200 * allocate.c: s/return (foo)/return foo/.
16201 * lalr.c: Likewise.
16202 * LR0.c: Likewise.
16203 * output.c: Likewise.
16204 * reader.c: Likewise.
16205 * symtab.c: Likewise.
16206 * vmsgetargs.c: Likewise.
16207
162082000-03-31 Akim Demaille <akim@epita.fr>
16209
16210 Clean up the error reporting functions.
a0f6b076
AD
16211
16212 * src/report.c: New file.
16213 * src/report.h: Likewise.
16214 * src/Makefile.am: Adjust.
16215 * m4/error.m4: New file.
16216 * m4/Makefile.am: Adjust.
16217 * configure.in (jm_PREREQ_ERROR): Call it.
16218 * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
16219 Remove.
16220 (fatal, fatals): Remove. All callers use complain.c::fatal.
16221 (warn, warni, warns, warnss, warnss): Remove. All callers use
16222 complain.c::complain.
16223 (toomany): Remove, use fatal instead.
16224 * src/files.c (done): No argument, use complain_message_count.
16225 * src/main.c (main): Register `done' to `atexit'.
16226
16227 * src/getargs.c (usage): More `fputs', less `fprintf'.
16228
18539825
AD
162292000-03-28 Akim Demaille <akim@epita.fr>
16230
16231 * lib/: New directory.
16232 * Makefile.am (SUBDIRS): Adjust.
16233 * configure.in: Adjust.
16234 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
16235 useless.
16236 * src/alloca.c: Moved to lib/.
16237 * src/getopt.c: Likewise.
16238 * src/getopt1.c: Likewise.
16239 * src/getopt.h: Likewise.
16240 * src/ansi2knr.c: Likewise.
16241 * src/ansi2knr.1: Likewise.
16242 * src/Makefile.am: Adjust.
16243 * lib/Makefile.am: New file.
16244
9f306f2a
AD
162452000-03-28 Akim Demaille <akim@epita.fr>
16246
16247 * src/getargs.c (usage): Refresh the help message.
16248
0ba347b6
AD
162492000-03-17 Akim Demaille <akim@epita.fr>
16250
16251 * src/getopt1.c: Updated from textutils 2.0e
16252 * src/getopt.c: Likewise.
16253 * src/getopt.h: Likewise.
16254
dbe7f271
AD
162552000-03-17 Akim Demaille <akim@epita.fr>
16256
16257 * src/Makefile.am (bison.simple): Fix the awk program: quote only
16258 the file name, not the whole `#line LINE FILE'.
16259
75bbe78d
AD
162602000-03-17 Akim Demaille <akim@epita.fr>
16261
16262 On syntax errors, report the token on which we choked.
16263
aa5fd0ee
AD
16264 * src/bison.s1 (yyparse): In the label yyerrlab, when
16265 YYERROR_VERBOSE, add yychar in msg.
75bbe78d 16266
7b306f52
AD
162672000-03-17 Akim Demaille <akim@epita.fr>
16268
aa5fd0ee 16269 * src/reader.c (copy_at): New function.
7b306f52
AD
16270 (copy_guard): Use it.
16271 (copy_action): Use it.
16272
e87b5700
AD
162732000-03-17 Akim Demaille <akim@epita.fr>
16274
16275 Be kind to translators, save some useless translations.
16276
aa5fd0ee 16277 * src/main.c (banner): New function.
e87b5700
AD
16278 (fatal_banner): Use it.
16279 (warn_banner): Use it.
16280
ae3c3164
AD
162812000-03-17 Akim Demaille <akim@epita.fr>
16282
aa5fd0ee
AD
16283 * src/reader.c (copy_definition): Use copy_string and
16284 copy_comment. Removed now unused `match', `ended',
16285 `cplus_comment'.
ae3c3164
AD
16286 (copy_comment, copy_string): Moved, to be visible from
16287 copy_definition.
16288
4dc58e7c
AD
162892000-03-17 Akim Demaille <akim@epita.fr>
16290
aa5fd0ee
AD
16291 * src/reader.c (copy_string): Declare `static inline'. No
16292 problems with inline, since it is checked by configure.
4dc58e7c
AD
16293 (copy_comment): Likewise.
16294
0a6384c4
AD
162952000-03-17 Akim Demaille <akim@epita.fr>
16296
aa5fd0ee 16297 * src/reader.c (packsymbols): Formatting changes.
0a6384c4 16298
3cef001a
AD
162992000-03-17 Akim Demaille <akim@epita.fr>
16300
aa5fd0ee 16301 * src/reader.c (copy_comment): New function, factored out from:
3cef001a
AD
16302 (copy_action): Use it. Removed now unused `match', `ended',
16303 `cplus_comment'.
16304 (copy_guard): Likewise.
16305
ca36d2ef
AD
163062000-03-17 Akim Demaille <akim@epita.fr>
16307
aa5fd0ee 16308 * src/reader.c (copy_string): New function, factored out from:
ca36d2ef
AD
16309 (copy_action): Use it.
16310 (copy_guard): Likewise.
16311
6666f98f
AD
163122000-03-17 Akim Demaille <akim@epita.fr>
16313
16314 Change the handling of @s so that they behave exactly like $s.
16315 There is now a pseudo variable @$ (readble and writable), location
16316 of the lhs of the rule (by default ranging from the location of
16317 the first symbol of the rhs, to the location of the last symbol,
16318 or, if the rhs is empty, YYLLOC).
16319
16320 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
16321 yyval.
16322 (yyparse): When providing a default semantic action, provide a
16323 default location action.
16324 (after the $): No longer change `*YYLSP', just stack YYLOC the
16325 same way you stack YYVAL.
16326 * src/reader.c (read_declarations): Use warns.
16327 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
16328 (copy_action, case '@'): Likewise.
16329 Use a standard error message, to save useless work from
16330 translators.
16331
41aca2e0
AD
163322000-03-17 Akim Demaille <akim@epita.fr>
16333
aa5fd0ee
AD
16334 * src/bison.s1: Formatting and cosmetics changes.
16335 * src/reader.c: Likewise.
41aca2e0
AD
16336 Update the Copyright notice.
16337
dc08c1d5
AD
163382000-03-17 Akim Demaille <akim@epita.fr>
16339
aa5fd0ee
AD
16340 * src/bison.s1 (#line): All set to `#line' only, since the
16341 Makefile now handles them.
dc08c1d5 16342
9ee3c97b
AD
163432000-03-16 Akim Demaille <akim@epita.fr>
16344
16345 * src/output.c (output_rule_data): Output the documentation of
16346 some of the tables.
16347 (Copyright notice): Update.
16348 Formatting changes.
16349
0de741ca
AD
163502000-03-16 Akim Demaille <akim@epita.fr>
16351
16352 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
16353 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
16354 One `#if YYDEBUG' remains, since it uses variables which are
16355 defined only if `YYDEBUG != 0'.
16356
bb10be54
AD
163572000-03-16 Akim Demaille <akim@epita.fr>
16358
16359 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
16360 and related variables so that the similarities are highlighted.
16361
b07b484a
AD
163622000-03-16 Akim Demaille <akim@epita.fr>
16363
16364 * src/bison.s1: Properly indent CPP directives.
16365
361f60b3
AD
163662000-03-16 Akim Demaille <akim@epita.fr>
16367
16368 * src/bison.s1: Properly indent the `alloca' CPP section.
16369
8c44d3ec
AD
163702000-03-16 Akim Demaille <akim@epita.fr>
16371
16372 Do not hard code values of directories in `configure.in'.
16373 Update the `configure' tool chain.
16374
16375 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
16376 src/makefile.am.
16377 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
16378 (AC_OUTPUT): Add m4/Makefile.
16379 Bump to bison 1.28a, 1.29 has never been released.
16380 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
16381 handled via src/Makefile.am.
16382 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
16383 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
16384 autoheader.
16385 * Makefile.am (SUBDIRS): Add m4.
16386 (ACLOCAL_AM_FLAGS): New variable.
16387 (AUTOMAKE_OPTIONS): Add check-news.
16388 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
16389 the proper line number and file name.
16390 (DEFS): Propagate the location of bison library files and of the
16391 locale files.
16392 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
16393 builddir.
16394 * acinclude.m4: Remove, replaced by the directory m4.
16395 * m4/Makefile.am (EXTRA_DIST): New variable.
16396 * m4/gettext.m4: New file, from the fileutils.
16397 * m4/lcmessage.m4: Likewise
16398 * m4/progtest.m4: Likewise.
16399 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
16400
f95997e7
AD
164012000-03-10 Akim Demaille <akim@epita.fr>
16402
16403 * src/closure.c:
16404 Formatting changes of various comments.
16405 Respect the GNU coding standards at various places.
16406 Don't use `_()' when no translation is needed.
16407
164081999-12-13 Jesse Thilo <jthilo@gnu.org>
16409
16410 * src/files.c:
16411 OS/2 honors TMPDIR environment variable.
16412
164131999-12-13 Jesse Thilo <jthilo@gnu.org>
16414
16415 * doc/bison.texinfo: Tweaked spelling and grammar.
16416 Updated ISBN.
16417 Removed reference to price of printed copy.
16418 Mention BISON_SIMPLE and BISON_HAIRY.
16419
164201999-12-13 Jesse Thilo <jthilo@gnu.org>
16421
16422 * configure.in, NEWS:
16423 Bison 1.29 released.
16424
164251999-10-27 Jesse Thilo <jthilo@gnu.org>
16426
16427 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
16428 Added reference card.
16429
164301999-07-26 Jesse Thilo <jthilo@gnu.org>
16431
16432 * po/ru.po: Added Russian translation.
16433
164341999-07-26 Jesse Thilo <jthilo@gnu.org>
16435
16436 * configure.in: Added Russian translation.
16437
164381999-07-06 Jesse Thilo <jthilo@gnu.org>
16439
16440 * configure.in, NEWS, README:
16441 Released version 1.28.
16442
164431999-06-14 Jesse Thilo <jthilo@gnu.org>
16444
16445 * src/system.h:
16446 Squashed redefinition warning on some systems.
16447
16448 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
16449 Have configure build version string instead of relying on ANSI string
16450 concatentation.
16451
164521999-06-14 Jesse Thilo <jthilo@gnu.org>
16453
16454 * po/POTFILES.in: Got rid of version.c.
16455
164561999-06-14 Jesse Thilo <jthilo@gnu.org>
16457
16458 * acconfig.h, configure.in:
16459 Have configure build version string instead of relying on ANSI string
16460 concatentation.
16461
164621999-06-08 Jesse Thilo <jthilo@gnu.org>
16463
16464 * doc/bison.1:
16465 Dropped mention of `+' for long-named options.
16466
164671999-05-30 Jesse Thilo <jthilo@gnu.org>
16468
16469 * src/files.c: Added <unistd.h> for unlink().
16470
16471 * src/Makefile.am, src/system.h:
16472 I18n fixes.
16473
164741999-05-30 Jesse Thilo <jthilo@gnu.org>
16475
16476 * README: Added a FAQ list.
16477
16478 * configure.in, acconfig.h:
16479 I18n fixes.
16480
164811999-05-30 Jesse Thilo <jthilo@gnu.org>
16482
16483 * doc/FAQ, doc/Makefile.am:
16484 Added a FAQ list.
16485
164861999-05-19 Jesse Thilo <jthilo@gnu.org>
16487
16488 * src/alloc.h, src/symtab.h, src/version.c:
16489 Protected inclusion of "config.h" with HAVE_CONFIG_H.
16490
164911999-04-18 Jesse Thilo <jthilo@gnu.org>
16492
16493 * src/.cvsignore, src/Makefile.am:
16494 Reorganized: sources in `src', documentation in `doc'.
16495
16496 * src/lex.c (literalchar):
16497 fixed the code for escaping double quotes (thanks
16498 Jonathan Czisny.)
16499
165001999-04-18 Jesse Thilo <jthilo@gnu.org>
16501
16502 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
16503 Adjusted paths to reflect directory reorganization.
16504
165051999-04-18 Jesse Thilo <jthilo@gnu.org>
16506
16507 * doc/.cvsignore, doc/Makefile.am:
16508 Reorganized: sources in `src', documentation in `doc'.
16509
165101999-04-18 Jesse Thilo <jthilo@gnu.org>
16511
16512 * configure.in:
16513 Updated AC_INIT file to reflect directory reorganization.
16514
16515 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
16516 Reorganized: sources in `src', documentation in `doc'.
16517
165181999-04-13 Jesse Thilo <jthilo@gnu.org>
16519
16520 * src/allocate.c:
16521 Don't declare calloc() and realloc() if not necessary.
16522
165231999-04-13 Jesse Thilo <jthilo@gnu.org>
16524
16525 * configure.in, acconfig.h, acinclude.m4:
16526 Don't declare calloc() and realloc() if not necessary.
16527
165281999-03-23 Jesse Thilo <jthilo@gnu.org>
16529
16530 * po/.cvsignore: Added i18n support.
16531
165321999-03-23 Jesse Thilo <jthilo@gnu.org>
16533
16534 * acconfig.h, configure.in, Makefile.am:
16535 Added i18n support.
16536
165371999-03-22 Jesse Thilo <jthilo@gnu.org>
16538
16539 * src/bison.s1: Fixed #line numbers.
16540
165411999-03-15 Jesse Thilo <jthilo@gnu.org>
16542
16543 * po/es.po, po/fr.po, po/nl.po, po/de.po:
16544 Added PO files from Translation Project.
16545
165461999-03-03 Jesse Thilo <jthilo@gnu.org>
16547
16548 * Makefile.am:
16549 Added support for non-ANSI compilers (ansi2knr).
16550
165511999-02-16 Jesse Thilo <jthilo@gnu.org>
16552
16553 * configure.in: Bumped version number to 1.27.
16554
16555 * Makefile.am:
16556 Added `bison.simple' to list of files removed by `make distclean'.
16557
165581999-02-12 Jesse Thilo <jthilo@gnu.org>
16559
16560 * src/files.c, src/files.h:
16561 Defined locations of parser files in config.h instead of Makefile.
16562
165631999-02-12 Jesse Thilo <jthilo@gnu.org>
16564
16565 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
16566 Defined locations of parser files in config.h instead of Makefile.
16567
165681999-02-09 Jesse Thilo <jthilo@gnu.org>
16569
16570 * Makefile.am:
16571 Removed inappropriate use of $< macro.
16572
165731999-02-05 Jesse Thilo <jthilo@gnu.org>
16574
16575 * po/Makefile.in.in, po/POTFILES.in:
16576 Add `po' directory skeleton.
16577
165781999-01-27 Jesse Thilo <jthilo@gnu.org>
16579
16580 * README: Document help-bison list.
16581
16582 * configure.in: Add check for mkstemp().
16583
165841999-01-20 Jesse Thilo <jthilo@gnu.org>
16585
16586 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
16587 Hush a few compiler warnings.
16588
16589 * src/files.c:
16590 Add tryclose(), which verifies that fclose was successful.
16591 Hush a couple of compiler warnings.
16592
165931999-01-20 Jesse Thilo <jthilo@gnu.org>
16594
16595 * Makefile.am, OChangeLog:
16596 ChangeLog is now automatically generated. Include the old version as
16597 OChangeLog.
16598
165991999-01-14 Jesse Thilo <jthilo@gnu.org>
16600
16601 * 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:
16602 Update FSF address.
16603
166041999-01-14 Jesse Thilo <jthilo@gnu.org>
16605
16606 * doc/bison.texinfo: Fix formatting glitch.
16607
16608 * doc/bison.texinfo: Update FSF address.
16609
166101999-01-14 Jesse Thilo <jthilo@gnu.org>
16611
16612 * acconfig.h: Update FSF address.
16613
166141999-01-08 Jesse Thilo <jthilo@gnu.org>
16615
16616 * src/system.h:
16617 Don't define PACKAGE here, since config.h defines it.
16618
166191998-12-30 Jesse Thilo <jthilo@gnu.org>
16620
16621 * src/reader.c: Update copyright date.
16622
16623 * src/main.c:
16624 Ditch sprintf to statically-sized buffers in fatal/warn functions in
16625 favor of output directly to stderr (avoids buffer overruns).
16626
16627 * src/reader.c: Some checks for premature EOF.
16628
16629 * 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:
16630 Use prototypes if the compiler understands them.
16631
16632 * src/files.c: Honor TMPDIR on Unix hosts.
16633 Use prototypes if the compiler understands them.
16634
16635 * src/reader.c:
16636 Fix a couple of buffer overrun bugs.
16637 Use prototypes if the compiler understands them.
16638
16639 * src/system.h: Include unistd.h and ctype.h.
16640 Use #ifdef instead of #if for NLS symbols.
16641
166421998-12-30 Jesse Thilo <jthilo@gnu.org>
16643
16644 * doc/bison.texinfo:
16645 Delete comment "consider using @set for edition number, etc..." since
16646 we now are doing so.
16647
166481998-12-30 Jesse Thilo <jthilo@gnu.org>
16649
16650 * configure.in:
16651 Use prototypes if the compiler understands them.
16652
16653 * NEWS: Document 1.26 highlights.
16654
16655 * Makefile.am: Require Automake 1.3 or later.
16656
16657 * acconfig.h:
16658 Use prototypes if the compiler understands them.
16659
166601998-12-29 Jesse Thilo <jthilo@gnu.org>
16661
16662 * src/version.c:
16663 Use VERSION symbol from automake for version number.
16664
166651998-12-29 Jesse Thilo <jthilo@gnu.org>
16666
16667 * acconfig.h, configure.in, version.cin:
16668 Use VERSION symbol from automake for version number.
16669
166701998-11-28 Jesse Thilo <jthilo@gnu.org>
16671
16672 * Makefile.am:
16673 Distribute original version of simple parser (bison.s1), not built
16674 version (bison.simple).
16675
166761998-11-28 Jesse Thilo <jthilo@gnu.org>
16677
16678 * doc/bison.texinfo: Add info dir entry.
16679
16680 * doc/bison.texinfo:
16681 Let automake put version number into documentation.
16682
166831998-11-26 Jesse Thilo <jthilo@gnu.org>
16684
16685 * src/bison.cld, src/build.com, src/vmshlp.mar:
16686 Add non-RCS files from /gd/gnu/bison.
16687
166881998-11-26 Jesse Thilo <jthilo@gnu.org>
16689
16690 * doc/bison.1:
16691 Document the BISON_HAIRY and BISON_SIMPLE variables.
16692
166931998-11-25 Jesse Thilo <jthilo@gnu.org>
16694
16695 * src/version.c: Build version.c automatically.
16696
16697 * src/reader.c:
16698 Fix token numbering (used to start at 258, not 257).
16699
16700 * src/system.h: Include config.h.
16701
16702 * src/getargs.c: Update bug report address.
16703
16704 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
16705 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
16706
167071998-11-25 Jesse Thilo <jthilo@gnu.org>
16708
16709 * Makefile.am:
16710 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
16711
16712 * configure.in, version.cin:
16713 Build version.c automatically.
16714
16715 * AUTHORS: Add AUTHORS file.
16716
16717 * README: Update bug report address.
16718
16719 * bison.simple:
16720 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
16721
16722 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
16723 Add automake stuff.
16724
167251998-11-25 Jesse Thilo <jthilo@gnu.org>
16726
16727 * doc/bison.texinfo: Clean up some formatting.
16728
167291998-05-05 Richard Stallman <rms@gnu.org>
16730
16731 * doc/bison.texinfo:
16732 Explain better why to make a pure parser.
16733
167341998-01-05 Richard Stallman <rms@gnu.org>
16735
16736 * src/files.c (openfiles):
16737 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
16738 find a temporary directory, if possible. Do not unlink files while
16739 they are open.
16740
167411997-08-25 Richard Stallman <rms@gnu.org>
16742
16743 * src/reader.c (stack_offset;):
16744 Change some warni to warns.
16745
16746 * src/lex.c (literalchar): Use warns, not warni.
16747
167481997-06-28 Richard Stallman <rms@gnu.org>
16749
16750 * src/bison.s1: Add a Bison version comment.
16751
16752 * src/main.c (fatal, warn, berror):
16753 Use program_name.
16754
167551997-06-28 Richard Stallman <rms@gnu.org>
16756
16757 * Makefile.in (bison_version): New variable.
16758 (dist): Use that variable.
16759 (bison.s1): Substitute the Bison version into bison.simple.
16760
16761 * bison.simple: Add a Bison version comment.
16762
167631997-06-18 Richard Stallman <rms@gnu.org>
16764
16765 * src/main.c (fatal, warn, berror):
16766 Make error messages standard.
16767 (toomany): Improve error message text.
16768
16769 * 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:
16770 new.h renamed to alloc.h.
16771
167721997-06-18 Richard Stallman <rms@gnu.org>
16773
16774 * Makefile.in: new.h renamed to alloc.h.
16775
167761997-05-24 Richard Stallman <rms@gnu.org>
16777
16778 * src/lex.c (literalchar):
16779 Fix the code for escaping \, " and '.
16780
16781 (lex): Avoid trouble when there are many chars
16782 to discard in a char literal with just several chars in it.
16783
167841997-05-17 Richard Stallman <rms@gnu.org>
16785
16786 * src/bison.s1:
16787 Use malloc, if using alloca is troublesome.
16788 (YYSTACK_USE_ALLOCA): New flag macro.
16789 Define it for some systems and compilers.
16790 (YYSTACK_ALLOC): New macro.
16791 (yyparse): Use YYSTACK_ALLOC to allocate stack.
16792 If it was malloc'd, free it.
16793
167941997-05-17 Richard Stallman <rms@gnu.org>
16795
16796 * bison.simple:
16797 Use malloc, if using alloca is troublesome.
16798 (YYSTACK_USE_ALLOCA): New flag macro.
16799 Define it for some systems and compilers.
16800 (YYSTACK_ALLOC): New macro.
16801 (yyparse): Use YYSTACK_ALLOC to allocate stack.
16802 If it was malloc'd, free it.
16803
168041997-04-23 Richard Stallman <rms@gnu.org>
16805
16806 * src/bison.s1:
16807 (alloca) [__hpux]: Always define as __builtin_alloca.
16808
168091997-04-23 Richard Stallman <rms@gnu.org>
16810
16811 * bison.simple:
16812 (alloca) [__hpux]: Always define as __builtin_alloca.
16813
168141997-04-22 Richard Stallman <rms@gnu.org>
16815
16816 * src/bison.s1:
16817 [__hpux]: Include alloca.h (right for HPUX 10)
16818 instead of declaring alloca (right for HPUX 9).
16819
16820 * src/bison.s1 (__yy_memcpy):
16821 Declare arg `count' as unsigned int.
16822 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
16823
168241997-04-22 Richard Stallman <rms@gnu.org>
16825
16826 * bison.simple:
16827 [__hpux]: Include alloca.h (right for HPUX 10)
16828 instead of declaring alloca (right for HPUX 9).
16829
16830 * bison.simple (__yy_memcpy):
16831 Declare arg `count' as unsigned int.
16832 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
16833
168341997-01-03 Richard Stallman <rms@gnu.org>
16835
16836 * src/allocate.c: [__STDC__ or _MSC_VER]:
16837 Declare calloc and realloc to return void *.
16838
168391997-01-02 Richard Stallman <rms@gnu.org>
16840
16841 * src/system.h:
16842 [_MSC_VER]: Include stdlib.h and process.h.
16843 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
16844
16845 * src/main.c (main): Return FAILURE as a value.
16846 (printable_version): Declare arg as int, not char.
16847
168481997-01-02 Richard Stallman <rms@gnu.org>
16849
16850 * Makefile.in (dist):
16851 Explicitly check for symlinks, and copy them.
16852
168531996-12-19 Richard Stallman <rms@gnu.org>
16854
16855 * src/files.c:
16856 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
16857
168581996-12-18 Paul Eggert <eggert@gnu.org>
16859
16860 * src/bison.s1 (yyparse):
16861 If __GNUC__ and YYPARSE_PARAM are both defined,
16862 declare yyparse to have a void * argument.
16863
168641996-12-18 Paul Eggert <eggert@gnu.org>
16865
16866 * bison.simple (yyparse):
16867 If __GNUC__ and YYPARSE_PARAM are both defined,
16868 declare yyparse to have a void * argument.
16869
168701996-12-17 Richard Stallman <rms@gnu.org>
16871
16872 * src/reduce.c (nbits): Add some casts.
16873
168741996-08-12 Richard Stallman <rms@gnu.org>
16875
16876 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
16877
168781996-08-12 Richard Stallman <rms@gnu.org>
16879
16880 * bison.simple: Test _MSDOS as well as _MSDOS_.
16881
168821996-07-31 Richard Stallman <rms@gnu.org>
16883
16884 * src/bison.s1:
16885 [__sun && __i386]: Include alloca.h.
16886
168871996-07-31 Richard Stallman <rms@gnu.org>
16888
16889 * bison.simple:
16890 [__sun && __i386]: Include alloca.h.
16891
168921996-07-30 Richard Stallman <rms@gnu.org>
16893
16894 * src/bison.s1: Comment change.
16895
16896 * src/bison.s1: Test _MSDOS_, not MSDOS.
16897
168981996-07-30 Richard Stallman <rms@gnu.org>
16899
16900 * bison.simple: Comment change.
16901
16902 * bison.simple: Test _MSDOS_, not MSDOS.
16903
169041996-06-01 Richard Stallman <rms@gnu.org>
16905
16906 * 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:
16907 Insert `_' macro around many string constants.
16908
16909 * src/main.c:
16910 Insert `_' macro around many string constants.
16911
16912 (main): Call setlocale, bindtextdomain and textdomain.
16913
16914 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
16915 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
16916 [ENABLE_NLS]: Include libintl.h.
16917 [ENABLE_NLS] (gettext): Define.
16918 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
16919 (N_, PACKAGE, LOCALEDIR): New macros.
16920
169211996-06-01 Richard Stallman <rms@gnu.org>
16922
16923 * POTFILES.in: New file.
16924
16925 * Makefile.in (allocate.o):
16926 Define target explicitly.
16927
16928 * Makefile.in (CFLAGS): Set to @CFLAGS@.
16929 (LDFLAGS): Set to @LDFLAGS@.
16930 (configure): Run autoconf only if preceding `cd' succeeds.
16931 (bison.s1): Redirect output to temporary file then move the
16932 temporary to the target, rather than redirecting directly to bison.s1.
16933 (clean): Remove config.status and config.log.
16934 (distclean): Don't remove config.status here.
16935
169361996-05-12 Richard Stallman <rms@gnu.org>
16937
16938 * src/bison.s1:
16939 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
16940
169411996-05-12 Richard Stallman <rms@gnu.org>
16942
16943 * bison.simple:
16944 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
16945
169461996-05-11 Richard Stallman <rms@gnu.org>
16947
16948 * src/bison.s1 (__yy_memcpy):
16949 Really reorder the args, as was supposedly done on Feb 14 1995.
16950 (yyparse): Calls changed accordingly.
16951
169521996-05-11 Richard Stallman <rms@gnu.org>
16953
16954 * Makefile.in (dist): Don't use $(srcdir).
16955
16956 * bison.simple (__yy_memcpy):
16957 Really reorder the args, as was supposedly done on Feb 14 1995.
16958 (yyparse): Calls changed accordingly.
16959
169601996-01-27 Richard Stallman <rms@gnu.org>
16961
16962 * src/output.c (output_rule_data):
16963 Test YYERROR_VERBOSE in the conditional
16964 around the definition of ttyname.
16965
169661995-12-29 Richard Stallman <rms@gnu.org>
16967
16968 * src/bison.s1:
16969 Fix line numbers in #line commands.
16970
169711995-12-29 Richard Stallman <rms@gnu.org>
16972
16973 * bison.simple:
16974 Fix line numbers in #line commands.
16975
169761995-12-27 Richard Stallman <rms@gnu.org>
16977
16978 * src/bison.s1 (YYPARSE_PARAM_DECL):
16979 In C++, make it always null.
16980 (YYPARSE_PARAM_ARG): New macro.
16981 (yyparse): Use YYPARSE_PARAM_ARG.
16982
169831995-12-27 Richard Stallman <rms@gnu.org>
16984
16985 * bison.simple (YYPARSE_PARAM_DECL):
16986 In C++, make it always null.
16987 (YYPARSE_PARAM_ARG): New macro.
16988 (yyparse): Use YYPARSE_PARAM_ARG.
16989
169901995-11-29 Richard Stallman <rms@gnu.org>
16991
16992 * doc/bison.texinfo:
16993 Describe literal string tokens, %raw, %no_lines, %token_table.
16994
169951995-11-29 Daniel Hagerty <hag@gnu.org>
16996
16997 * doc/bison.texinfo: Fixed update date
16998
169991995-10-16 Richard Stallman <rms@gnu.org>
17000
17001 * src/version.c: Version 1.25.
17002
170031995-10-16 Richard Stallman <rms@gnu.org>
17004
17005 * NEWS: *** empty log message ***
17006
170071995-10-16 Richard Stallman <rms@gnu.org>
17008
17009 * doc/bison.1, doc/bison.rnh:
17010 Add new options.
17011
170121995-10-15 Richard Stallman <rms@gnu.org>
17013
17014 * src/vmsgetargs.c, src/getargs.c:
17015 Added -n, -k, and -raw switches.
17016 (noparserflag, toknumflag, rawtoknumflag): New variables.
17017
17018 * src/symtab.h (SALIAS):
17019 New #define for adding aliases to %token.
17020 (struct bucket): Added `alias' field.
17021
17022 * src/reduce.c (reduce_grammar):
17023 Revise error message.
17024 (print_notices): Remove final `.' from error message.
17025
17026 * src/reader.c (reader_output_yylsp):
17027 New function.
17028 (readgram): Use `#if 0' around code that accepted %command
17029 inside grammar rules: The documentation doesn't allow it,
17030 and it will fail since the %command processors scan for the next %.
17031 (parse_token_decl): Extended the %token
17032 declaration to allow a multi-character symbol as an alias.
17033 (parse_thong_decl): New function.
17034 (read_declarations): Added %thong declarations.
17035 (read_declarations): Handle NOOP to deal with allowing
17036 % declarations as another means to specify the flags.
17037 (readgram): Allow %prec prior to semantics embedded in a rule.
17038 (skip_to_char, read_declarations, copy_definition)
17039 (parse_token_decl, parse_start_decl, parse_type_decl)
17040 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
17041 (get_type_name, copy_guard, copy_action, readgram)
17042 (get_type, packsymbols): Revised most error messages.
17043 Changed `fatal' to `warnxxx' to avoid aborting for error.
17044 Revised and use multiple warnxxx functions to avoid using VARARGS1.
17045 (read_declarations): Improve the error message for
17046 an invalid character. Do not abort.
17047 (read_declarations, copy_guard, copy_action): Use
17048 printable_version to avoid unprintable characters in printed output.
17049 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
17050 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
17051 Allow the type of a non-terminal can be given
17052 more than once, as long as all specifications give the same type.
17053
17054 * src/output.c:
17055 (output_headers, output_trailers, output, output_gram)
17056 (output_rule_data): Implement noparserflag variable.
17057 Implement toknumflag variable.
17058 (output): Call reader_output_yylsp to output LTYPESTR.
17059
17060 * src/main.c (main):
17061 If reader sees an error, don't process the grammar.
17062 (fatals): Updated to not use VARARGS1.
17063 (printable_version, int_to_string, warn, warni, warns, warnss)
17064 (warnsss): New error reporting functions. Avoid abort for error.
17065
17066 * src/lex.h:
17067 Added THONG and NOOP for alias processing.
17068 Added SETOPT for the new code that allows setting options with %flags.
17069
17070 * src/lex.c:
17071 Include getopt.h. Add some extern decls.
17072 (safegetc): New function to deal with EOF gracefully.
17073 (literalchar); new function to deal with reading \ escapes.
17074 (lex): Use literalchar.
17075 (lex): Implemented "..." tokens.
17076 (literalchar, lex, parse_percent_token): Made tokenbuffer
17077 always contain the token. This includes growing the token
17078 buffer while reading an integer.
17079 (parse_percent_token): Replaced if-else statement with percent_table.
17080 (parse_percent_token): Added % declarations as another
17081 way to specify the flags -n, -l, and -r. Also added hooks for
17082 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
17083 major changes to files.c.
17084 (lex) Retain in the incoming stream a character following
17085 an incorrect '/'.
17086 (skip_white_space, lex): Revised most error messages
17087 and changed fatal to warn to avoid aborting.
17088 (percent_table): Added %thong declarations.
17089
17090 * src/gram.h: Comment changes.
17091
17092 * src/files.c (openfiles, open_extra_files, done):
17093 Add faction flag
17094 and actfile file. Handle noparserflag. Both for -n switch.
17095
17096 * src/conflicts.c (resolve_sr_conflict):
17097 Remove use of alloca.
17098
170991995-06-01 Jim Meyering <meyering@gnu.org>
17100
17101 * doc/bison.texinfo: *** empty log message ***
17102
171031995-05-06 Richard Stallman <rms@gnu.org>
17104
17105 * src/bison.s1: Comment change.
17106
171071995-05-06 Richard Stallman <rms@gnu.org>
17108
17109 * bison.simple: Comment change.
17110
171111995-05-03 Richard Stallman <rms@gnu.org>
17112
17113 * src/version.c: Version now 1.24.
17114
17115 * src/bison.s1: Change distribution terms.
17116
17117 * src/version.c: Version now 1.23.
17118
171191995-05-03 Richard Stallman <rms@gnu.org>
17120
17121 * doc/bison.texinfo:
17122 Rewrite "Conditions for Using Bison".
17123 Update version to 1.24.
17124
171251995-05-03 Richard Stallman <rms@gnu.org>
17126
17127 * bison.simple: Change distribution terms.
17128
171291995-02-23 Richard Stallman <rms@gnu.org>
17130
17131 * src/files.c: Test __VMS_POSIX as well as VMS.
17132
171331995-02-14 Jim Meyering <meyering@gnu.org>
17134
17135 * src/bison.s1 (__yy_memcpy):
17136 Renamed from __yy_bcopy to avoid
17137 confusion. Reverse FROM and TO arguments to be consistent with
17138 those of memcpy.
17139
171401995-02-14 Jim Meyering <meyering@gnu.org>
17141
17142 * bison.simple (__yy_memcpy):
17143 Renamed from __yy_bcopy to avoid
17144 confusion. Reverse FROM and TO arguments to be consistent with
17145 those of memcpy.
17146
171471994-11-10 David J. MacKenzie <djm@gnu.org>
17148
17149 * NEWS: reformat
17150
17151 * NEWS: New file.
17152
17153 * Makefile.in (DISTFILES): Include NEWS.
17154
17155 * Makefile.in (DISTFILES):
17156 Include install-sh, not install.sh.
17157
17158 * configure.in: Update to Autoconf v2 macro names.
17159
171601994-10-05 David J. MacKenzie <djm@gnu.org>
17161
17162 * Makefile.in: fix typo
17163
17164 * Makefile.in (prefix, exec_prefix):
17165 Let configure set them.
17166
171671994-09-28 David J. MacKenzie <djm@gnu.org>
17168
17169 * Makefile.in: Set datadir to $(prefix)/share.
17170
171711994-09-15 Richard Stallman <rms@gnu.org>
17172
17173 * src/bison.s1:
17174 Update copyright notice and GPL version.
17175
171761994-09-15 Richard Stallman <rms@gnu.org>
17177
17178 * bison.simple:
17179 Update copyright notice and GPL version.
17180
171811994-07-12 Richard Stallman <rms@gnu.org>
17182
17183 * src/reduce.c, src/reader.c:
17184 entered into RCS
17185
171861994-05-05 David J. MacKenzie <djm@gnu.org>
17187
17188 * Makefile.in: entered into RCS
17189
171901994-03-26 Richard Stallman <rms@gnu.org>
17191
17192 * src/bison.s1: entered into RCS
17193
171941994-03-26 Richard Stallman <rms@gnu.org>
17195
17196 * bison.simple: entered into RCS
17197
171981994-03-25 Richard Stallman <rms@gnu.org>
17199
17200 * src/main.c: entered into RCS
17201
172021994-03-24 Richard Stallman <rms@gnu.org>
17203
17204 * src/conflicts.c: entered into RCS
17205
172061994-01-02 Richard Stallman <rms@gnu.org>
17207
17208 * Makefile.in: *** empty log message ***
17209
172101993-11-21 Richard Stallman <rms@gnu.org>
17211
17212 * src/bison.s1: *** empty log message ***
17213
172141993-11-21 Richard Stallman <rms@gnu.org>
17215
17216 * doc/bison.texinfo: entered into RCS
17217
17218 * doc/bison.texinfo: *** empty log message ***
17219
172201993-11-21 Richard Stallman <rms@gnu.org>
17221
17222 * bison.simple: *** empty log message ***
17223
172241993-10-25 David J. MacKenzie <djm@gnu.org>
17225
17226 * doc/bison.texinfo: *** empty log message ***
17227
172281993-10-19 Richard Stallman <rms@gnu.org>
17229
17230 * src/bison.s1: *** empty log message ***
17231
172321993-10-19 Richard Stallman <rms@gnu.org>
17233
17234 * bison.simple: *** empty log message ***
17235
172361993-10-14 Richard Stallman <rms@gnu.org>
17237
17238 * src/bison.s1: *** empty log message ***
17239
172401993-10-14 Richard Stallman <rms@gnu.org>
17241
17242 * bison.simple: *** empty log message ***
17243
172441993-09-14 David J. MacKenzie <djm@gnu.org>
17245
17246 * doc/bison.texinfo: *** empty log message ***
17247
172481993-09-13 Noah Friedman <friedman@gnu.org>
17249
17250 * Makefile.in: *** empty log message ***
17251
172521993-09-10 Richard Stallman <rms@gnu.org>
17253
17254 * src/conflicts.c: *** empty log message ***
17255
17256 * src/system.h: entered into RCS
17257
172581993-09-10 Richard Stallman <rms@gnu.org>
17259
17260 * doc/bison.1: entered into RCS
17261
172621993-09-06 Noah Friedman <friedman@gnu.org>
17263
17264 * src/version.c: entered into RCS
17265
172661993-09-06 Noah Friedman <friedman@gnu.org>
17267
17268 * Makefile.in: *** empty log message ***
17269
172701993-07-30 David J. MacKenzie <djm@gnu.org>
17271
17272 * Makefile.in: *** empty log message ***
17273
172741993-07-24 Richard Stallman <rms@gnu.org>
17275
17276 * src/bison.s1: *** empty log message ***
17277
172781993-07-24 Richard Stallman <rms@gnu.org>
17279
17280 * bison.simple: *** empty log message ***
17281
172821993-07-08 David J. MacKenzie <djm@gnu.org>
17283
17284 * Makefile.in: *** empty log message ***
17285
172861993-07-04 Richard Stallman <rms@gnu.org>
17287
17288 * src/bison.s1: *** empty log message ***
17289
172901993-07-04 Richard Stallman <rms@gnu.org>
17291
17292 * bison.simple: *** empty log message ***
17293
172941993-06-26 David J. MacKenzie <djm@gnu.org>
17295
17296 * src/getargs.c: entered into RCS
17297
172981993-06-26 David J. MacKenzie <djm@gnu.org>
17299
17300 * doc/bison.texinfo: *** empty log message ***
17301
17302 * doc/bison.1: New file.
17303
173041993-06-25 Richard Stallman <rms@gnu.org>
17305
17306 * src/getargs.c: New file.
17307
173081993-06-16 Richard Stallman <rms@gnu.org>
17309
17310 * src/bison.s1: *** empty log message ***
17311
173121993-06-16 Richard Stallman <rms@gnu.org>
17313
17314 * bison.simple: *** empty log message ***
17315
173161993-06-03 Richard Stallman <rms@gnu.org>
17317
17318 * src/bison.s1: New file.
17319
173201993-06-03 Richard Stallman <rms@gnu.org>
17321
17322 * doc/bison.texinfo: *** empty log message ***
17323
173241993-06-03 Richard Stallman <rms@gnu.org>
17325
17326 * bison.simple: New file.
17327
173281993-05-19 Richard Stallman <rms@gnu.org>
17329
17330 * doc/bison.texinfo: New file.
17331
173321993-05-07 Noah Friedman <friedman@gnu.org>
17333
17334 * Makefile.in: *** empty log message ***
17335
173361993-04-28 Noah Friedman <friedman@gnu.org>
17337
17338 * src/reader.c: *** empty log message ***
17339
173401993-04-23 Noah Friedman <friedman@gnu.org>
17341
17342 * src/alloc.h: entered into RCS
17343
173441993-04-20 David J. MacKenzie <djm@gnu.org>
17345
17346 * src/version.c: *** empty log message ***
17347
17348 * src/files.c, src/allocate.c:
17349 entered into RCS
17350
17351 * src/reader.c: *** empty log message ***
17352
17353 * src/lex.c: entered into RCS
17354
17355 * src/conflicts.c: New file.
17356
17357 * src/symtab.c: entered into RCS
17358
17359 * src/alloc.h: New file.
17360
17361 * src/LR0.c: entered into RCS
17362
173631993-04-18 Noah Friedman <friedman@gnu.org>
17364
17365 * src/reader.c: New file.
17366
17367 * src/version.c: *** empty log message ***
17368
173691993-04-18 Noah Friedman <friedman@gnu.org>
17370
17371 * Makefile.in: *** empty log message ***
17372
173731993-04-17 Noah Friedman <friedman@gnu.org>
17374
17375 * Makefile.in: *** empty log message ***
17376
173771993-04-15 Richard Stallman <rms@gnu.org>
17378
17379 * src/main.c, src/files.c:
17380 New file.
17381
173821993-04-15 Noah Friedman <friedman@gnu.org>
17383
17384 * configure.in: entered into RCS
17385
17386 * configure.in: *** empty log message ***
17387
17388 * configure.in: New file.
17389
173901993-04-14 Richard Stallman <rms@gnu.org>
17391
17392 * Makefile.in: New file.
17393
173941993-04-13 Richard Stallman <rms@gnu.org>
17395
17396 * src/version.c: New file.
17397
173981993-03-25 Richard Stallman <rms@gnu.org>
17399
17400 * src/output.c: entered into RCS
17401
174021992-09-25 Richard Stallman <rms@gnu.org>
17403
17404 * configure.bat: entered into RCS
17405
174061992-06-22 Richard Stallman <rms@gnu.org>
17407
17408 * src/vmsgetargs.c: entered into RCS
17409
174101992-06-22 Richard Stallman <rms@gnu.org>
17411
17412 * doc/bison.rnh: entered into RCS
17413
174141992-04-20 David J. MacKenzie <djm@gnu.org>
17415
17416 * README: entered into RCS
17417
174181992-01-22 Richard Stallman <rms@gnu.org>
17419
17420 * src/machine.h: entered into RCS
17421
174221991-12-21 Richard Stallman <rms@gnu.org>
17423
17424 * src/lalr.c, src/closure.c:
17425 entered into RCS
17426
174271991-12-20 Richard Stallman <rms@gnu.org>
17428
17429 * src/state.h: entered into RCS
17430
174311991-12-18 Richard Stallman <rms@gnu.org>
17432
17433 * src/print.c, src/nullable.c, src/derives.c:
17434 entered into RCS
17435
174361991-11-03 David J. MacKenzie <djm@gnu.org>
17437
17438 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
17439 entered into RCS
17440
174411988-09-09 Richard Stallman <rms@gnu.org>
17442
17443 * src/bison.hairy: entered into RCS
17444
174451987-12-16 Richard Stallman <rms@gnu.org>
17446
17447 * REFERENCES: entered into RCS
dc546b0f 17448
f294a2c2 17449
04098407 17450 -----
f294a2c2 17451
04098407 17452 Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996,
e2a21b6f
PE
17453 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free
17454 Software Foundation, Inc.
f294a2c2 17455
04098407
PE
17456 Copying and distribution of this file, with or without
17457 modification, are permitted provided the copyright notice and this
17458 notice are preserved.
e9071366
AD
17459
17460$Id$