]> git.saurik.com Git - bison.git/blob - ChangeLog
* src/getargs.c (usage): Take status as argument and exit
[bison.git] / ChangeLog
1 2002-10-19 Akim Demaille <akim@epita.fr>
2
3 * src/getargs.c (usage): Take status as argument and exit
4 accordingly.
5 Report the traditional `Try ... --help' message when status != 0.
6 (usage, version): Don't take a FILE * as arg, it is pointless.
7 (getargs): When there is an incorrect number of arguments, make it
8 an error, and report it GNUlically thanks to `usage ()'.
9
10 2002-10-18 Paul Eggert <eggert@twinsun.com>
11
12 * data/glr.c (yyreportParseError): Don't assume that sprintf
13 yields the length of the printed string, as this is not true
14 on SunOS 4.1.4. Reported by Peter Klein.
15
16 * tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and realloc.
17 * tests/conflicts.at (%nonassoc and eof): Likewise.
18 Fixes SunOS 4.1.4 test failure reported by Peter Klein.
19
20 2002-10-17 Akim Demaille <akim@epita.fr>
21
22 * src/getargs.h (trace_e): Add trace_scan, and trace_parse.
23 * src/getargs.c (trace_types, trace_args): Adjust.
24 * src/reader.c (grammar_current_rule_prec_set)
25 (grammar_current_rule_dprec_set, grammar_current_rule_merge_set):
26 Standardize error messages.
27 And s/@prec/%prec/!
28 (reader): Use trace_flag to enable scanner/parser debugging,
29 instead of an adhoc scheme.
30 * src/scan-gram.l: Remove trailing debugging code.
31
32 2002-10-16 Paul Eggert <eggert@twinsun.com>
33
34 * src/muscle_tab.h (MUSCLE_TAB_H_): Was misspelled as
35 MUSCLE_TAB_H.
36
37 * NEWS: Officially drop support for building Bison with K&R C,
38 since it didn't work anyway and it's not worth worrying about.
39 * Makefile.maint (wget_files): Remove ansi2knr.c.
40 (ansi2knr.c-url_prefix): Remove.
41 * lib/.cvsignore: Remove ansi2knr, ansi2knr.*.
42 * lib/Makefile.am (AUTOMAKE_OPTIONS): Remove.
43 * src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
44
45 2002-10-15 Paul Eggert <eggert@twinsun.com>
46
47 Stop using the "enum_" trick for K&R-style function definitions;
48 it confused me, and I was the author! Instead, assume that people
49 who want to use K&R C compilers (when using these modules in GCC,
50 perhaps?) will run ansi2knr.
51
52 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): Remove.
53 All uses of "enum_" changed to "enum ".
54 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
55 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
56
57 * lib/abitset.c (abitset_and, abitset_and_cmp, abitset_and_or,
58 abitset_and_or_cmp, abitset_andn, abitset_andn_cmp,
59 abitset_andn_or, abitset_andn_or_cmp, abitset_bytes, abitset_copy,
60 abitset_copy1, abitset_disjoint_p, abitset_empty_p,
61 abitset_equal_p, abitset_init, abitset_list, abitset_list_reverse,
62 abitset_not, abitset_ones, abitset_or, abitset_or_and,
63 abitset_or_and_cmp, abitset_or_cmp, abitset_reset, abitset_set,
64 abitset_size, abitset_small_list, abitset_subset_p, abitset_test,
65 abitset_unused_clear, abitset_xor, abitset_xor_cmp, abitset_zero):
66 Use function prototypes; this removes the need for declaring
67 static functions simply to provide their prototypes.
68 * lib/bitset.c (bitset_alloc, bitset_and_or_, bitset_and_or_cmp_,
69 bitset_andn_or_, bitset_andn_or_cmp_, bitset_bytes, bitset_copy_,
70 bitset_count_, bitset_create, bitset_dump, bitset_first,
71 bitset_free, bitset_init, bitset_last, bitset_next,
72 bitset_obstack_alloc, bitset_obstack_free, bitset_only_set_p,
73 bitset_op4_cmp, bitset_or_and_, bitset_or_and_cmp_, bitset_prev,
74 bitset_print, bitset_release_memory, bitset_toggle_,
75 bitset_type_choose, bitset_type_get, bitset_type_name_get,
76 debug_bitset): Likewise.
77 * lib/bitset.h (bitset_set, bitset_reset, bitset_test): Likewise.
78 * lib/bitset_stats.c (bitset_log_histogram_print,
79 bitset_percent_histogram_print, bitset_stats_and,
80 bitset_stats_and_cmp, bitset_stats_and_or,
81 bitset_stats_and_or_cmp, bitset_stats_andn, bitset_stats_andn_cmp,
82 bitset_stats_andn_or, bitset_stats_andn_or_cmp, bitset_stats_copy,
83 bitset_stats_count, bitset_stats_disable, bitset_stats_disjoint_p,
84 bitset_stats_dump, bitset_stats_empty_p, bitset_stats_enable,
85 bitset_stats_equal_p, bitset_stats_free, bitset_stats_init,
86 bitset_stats_list, bitset_stats_list_reverse, bitset_stats_not,
87 bitset_stats_ones, bitset_stats_or, bitset_stats_or_and,
88 bitset_stats_or_and_cmp, bitset_stats_or_cmp, bitset_stats_print,
89 bitset_stats_print_1, bitset_stats_read, bitset_stats_reset,
90 bitset_stats_set, bitset_stats_size, bitset_stats_subset_p,
91 bitset_stats_test, bitset_stats_toggle, bitset_stats_type_get,
92 bitset_stats_write, bitset_stats_xor, bitset_stats_xor_cmp,
93 bitset_stats_zero): Likewise.
94 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
95 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
96 bitsetv_dump, debug_bitsetv): Likewise.
97 * lib/ebitset.c (ebitset_and, ebitset_and_cmp, ebitset_andn,
98 ebitset_andn_cmp, ebitset_bytes, ebitset_copy, ebitset_copy_,
99 ebitset_copy_cmp, ebitset_disjoint_p, ebitset_elt_add,
100 ebitset_elt_alloc, ebitset_elt_calloc, ebitset_elt_find,
101 ebitset_elt_free, ebitset_elt_last, ebitset_elt_remove,
102 ebitset_elt_zero_p, ebitset_elts_grow, ebitset_empty_p,
103 ebitset_equal_p, ebitset_free, ebitset_init, ebitset_list,
104 ebitset_list_reverse, ebitset_not, ebitset_ones, ebitset_op3_cmp,
105 ebitset_or, ebitset_or_cmp, ebitset_release_memory, ebitset_reset,
106 ebitset_set, ebitset_size, ebitset_subset_p, ebitset_test,
107 ebitset_weed, ebitset_xor, ebitset_xor_cmp, ebitset_zero):
108 Likewise.
109 * lib/lbitset.c (debug_lbitset, lbitset_and, lbitset_and_cmp,
110 lbitset_andn, lbitset_andn_cmp, lbitset_bytes, lbitset_copy,
111 lbitset_copy_cmp, lbitset_disjoint_p, lbitset_elt_alloc,
112 lbitset_elt_calloc, lbitset_elt_find, lbitset_elt_free,
113 lbitset_elt_link, lbitset_elt_unlink, lbitset_elt_zero_p,
114 lbitset_empty_p, lbitset_equal_p, lbitset_free, lbitset_init,
115 lbitset_list, lbitset_list_reverse, lbitset_not, lbitset_ones,
116 lbitset_op3_cmp, lbitset_or, lbitset_or_cmp, lbitset_prune,
117 lbitset_release_memory, lbitset_reset, lbitset_set, lbitset_size,
118 lbitset_subset_p, lbitset_test, lbitset_weed, lbitset_xor,
119 lbitset_xor_cmp, lbitset_zero): Likewise.
120
121 2002-10-14 Akim Demaille <akim@epita.fr>
122
123 Version 1.75.
124
125 2002-10-14 Akim Demaille <akim@epita.fr>
126
127 * tests/Makefile.am (maintainer-check-posix): New.
128
129 2002-10-14 Akim Demaille <akim@epita.fr>
130
131 * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yyloc
132 member.
133
134 2002-10-14 Akim Demaille <akim@epita.fr>
135
136 * src/tables.c (table_ninf_remap): base -> tab.
137 Reported by Matt Rosing.
138
139 2002-10-14 Paul Eggert <eggert@twinsun.com>
140
141 * tests/action.at, tests/calc.at, tests/conflicts.at,
142 tests/cxx-type.at, tests/headers.at, tests/input.at,
143 tests/regression.at, tests/synclines.at, tests/torture.at:
144 Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
145 so that the tests still work even if POSIXLY_CORRECT is set.
146 * doc/bison.texinfo (Rpcalc Compile, Invocation): Likewise.
147
148 * data/c.m4 (b4_int_type): Use yysigned_char instead of signed char,
149 for portability to K&R hosts. Fix typo: signed char is guaranteed
150 only to 127, not to 128.
151 * data/glr.c (yysigned_char): New type.
152 * data/yacc.c (yysigned_char): Likewise.
153 * tests/regression.at (Web2c Actions): signed char -> yysigned_char.
154
155 2002-10-13 Paul Eggert <eggert@twinsun.com>
156
157 * data/yacc.c (yyparse): Rewrite to avoid "comparison is always
158 true due to limited range of data type" warning from GCC.
159
160 * data/c.m4 (b4_token_defines): Protect against double-inclusion
161 by wrapping enum yytokentype's definition inside #ifndef
162 YYTOKENTYPE. This undoes a bug I introduced on 2002-10-12.
163
164 2002-10-13 Akim Demaille <akim@epita.fr>
165
166 * data/glr.c (yyglrShiftDefer, yyaddDeferredAction, yydoAction):
167 Un yy- yyrhs to avoid the name clash with the global YYRHS.
168
169 2002-10-13 Akim Demaille <akim@epita.fr>
170
171 * Makefile.maint: Update from Autoconf 2.54.
172 * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Remove, shipped with 2.54.
173
174 2002-10-13 Akim Demaille <akim@epita.fr>
175
176 * src/print.c (print_state): Separate the list of solved conflicts
177 from the other items.
178 * tests/conflicts.at (Resolved SR Conflicts): Adjust.
179
180 2002-10-13 Akim Demaille <akim@epita.fr>
181
182 Let nondeterministic skeletons be usable with deterministic
183 tables.
184
185 With the patch, GAWK compiled by GCC without -O2 passes its test
186 suite using a GLR parser driven by LALR tables. It fails with -O2
187 because `struct stat' gives two different answers on my machine:
188 88 (definition of an auto var) and later 96 (memset on this var).
189 Hence the stack is badly corrumpted. The headers inclusion is to
190 blame: if I move the awk.h inclusion before GLR's system header
191 inclusion, the two struct stat have the same size.
192
193 * src/tables.c (pack_table): Always create conflict_table.
194 (token_actions): Always create conflict_list.
195 * data/glr.c (YYFLAG): Remove, unused.
196
197 2002-10-13 Akim Demaille <akim@epita.fr>
198
199 * configure.ac (AC_GNU_SOURCE): Use it instead of hand written code.
200 (O0FLAGS): New.
201 (VALGRIND, GXX): New.
202 * tests/atlocal.in (CFLAGS): Use O0FLAGS.
203 * tests/bison.in: Run $PREBISON a pre-command.
204 * tests/Makefile.am (maintainer-check, maintainer-check-valgrind)
205 (maintainer-check-g++): New.
206 * Makefile.am (maintainer-check): New.
207
208 2002-10-13 Akim Demaille <akim@epita.fr>
209
210 * data/glr.c: Formatting changes.
211 Tweak some trace messages to match yacc.c's.
212
213 2002-10-13 Akim Demaille <akim@epita.fr>
214
215 GLR parsers sometimes raise parse errors instead of performing the
216 default reduction.
217 Reported by Charles-Henry de Boysson.
218
219 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Don't
220 check the length of the traces when %glr.
221 (_AT_CHECK_CALC_ERROR): Also skip `^Stack' lines, coming from
222 GLR's traces.
223 (AT_CHECK_CALC_LALR, AT_CHECK_CALC_GLR): New.
224 Test GLR parsers.
225 * data/glr.c (YYLEFTMOST_STATE): Fix its value.
226 (yyltype): Remove the yy prefix from the member names.
227 (yytable): Complete its comment.
228 (yygetLRActions): Map error action number from YYTABLE from
229 YYTABLE_NINF to 0.
230 (yyisErrorAction): No longer compare YYACTION to YYPACT_NINF
231 (which was a bug: it should have been YYTABEL_NINF, and yet it was
232 not satisfying as we could compare an YYACTION computed from
233 YYDEFACT to YYTABLE_NINF although they are unrelated): 0 is the
234 only value for error actions.
235 (yyreportParseError): In verbose parse error messages, don't issue
236 `error' in the list of expected tokens.
237 * data/yacc.c (yyparse) <yybackup>: Rewrite the decoding of the
238 next action to perform to match glr.c's decoding.
239 (yytable): Complete its comment.
240
241 2002-10-13 Paul Eggert <eggert@twinsun.com>
242
243 Fix problem reported by Henrik Grubbstroem in
244 <http://mail.gnu.org/pipermail/bug-bison/2002-October/001670.html>:
245 "nonterm: { $$ = 123; } { $$ = $1; };" was wrongly rejected,
246 because the Bison parser reads the second action before reducing
247 the first one.
248 * src/scan-gram.l (rule_length): New static var.
249 Use it to keep track of the rule length in the scanner, since
250 we can't expect the parser to be in lock-step sync with the scanner.
251 (handle_action_dollar, handle_action_at): Use this var.
252 * tests/actions.at (Exotic Dollars): Test for the problem.
253
254 2002-10-12 Paul Eggert <eggert@twinsun.com>
255
256 * lib/timevar.c [! IN_GCC && HAVE_SYS_TIME_H]: Include <sys/time.h>.
257 * m4/timevar.m4 (BISON_PREREQ_TIMEVAR): Check for <sys/time.h>.
258 Include <sys/time.h> when checking for clock_t and struct tms.
259 Use same include order as source.
260 This is for the SunOS 4.1.4 porting bug reported by Peter Klein in
261 <http://mail.gnu.org/pipermail/bug-bison/2002-October/001674.html>.
262
263 * lib/timevar.c: Update copyright date and clarify comments.
264 (get_time) [IN_GCC]: Keep the GCC version for reference.
265
266 * lib/timevar.c, lib/timevar.h, lib/timevar.def: Import
267 GCC version as of today, then merge Bison's changes.
268 Change "GCC" to "Bison" in copyright notice. timevar.def's
269 author is Akim, so change that too.
270
271 * src/reader.c (grammar_current_rule_check):
272 Don't worry about the default action if $$ is untyped.
273 Prevents bogus warnings reported by Jim Gifford in
274 <http://mail.gnu.org/pipermail/bug-bison/2002-October/001673.html>.
275
276 * data/c.m4 (b4_token_enum): Do not define YYTOKENTYPE.
277 * data/glr.c, data/lalr1.cc, data/yacc.c:
278 Output token definitions before the first part of user declarations.
279 Fixes compatibility problem reported by Jim Gifford for kbd in
280 <http://mail.gnu.org/pipermail/bug-bison/2002-October/001672.html>.
281
282 2002-10-11 Paul Eggert <eggert@twinsun.com>
283
284 * data/yacc.c (yyreport_parse_error): Remove, putting its body into...
285 (yyparse): here. This undoes some of the 2002-07-25 change.
286 Compatibility problem reported by Ralf S. Engelschall with
287 OSSP cfg <http://www.ossp.org/pkg/lib/cfg/>.
288
289 2002-10-11 Akim Demaille <akim@epita.fr>
290
291 * tests/regression.at Characters Escapes): New.
292 * src/scan-gram.l (SC_ESCAPED_CHARACTER): Accept \' in strings and
293 characters.
294 Reported by Jan Nieuwenhuizen.
295
296 2002-10-11 Akim Demaille <akim@epita.fr>
297
298 * po/id.po: New.
299
300 2002-10-10 Paul Eggert <eggert@twinsun.com>
301
302 Portability fixes for bitsets; this also avoids several GCC
303 warnings.
304
305 * lib/abitset.c: Include <stddef.h>, for offsetof.
306 * lib/lbitset.c: Likewise.
307
308 * lib/abitset.c (abitset_bytes): Return a size that is aligned
309 properly for vectors of objects. Do not assume that adding a
310 header size to a multiple of a word size yields a value that is
311 properly aligned for the whole union.
312 * lib/bitsetv.c (bitsetv_alloc): Likewise.
313
314 * lib/bitset_stats.c (bitset_stats_bytes): Adjust to new,
315 unique names for structures.
316 * lib/ebitset.c (ebitset_bytes): Likewise.
317 * lib/lbitset.c (lbitset_bytes): Likewise.
318
319 * lib/abitset.c (abitset_ones, abitset_zero, abitset_empty_p,
320 abitset_copy1, abitset_not, abitset_equal_p, abitset_subset_p,
321 abitset_disjoint_p, abitset_and, abitset_and_cmp, abitset_andn,
322 abitset_andn_cmp, abitset_or, abitset_or_cmp, abitset_xor,
323 abitset_xor_cmp, abitset_and_or, abitset_and_or_cmp,
324 abitset_andn_or, abitset_andn_or_cmp, abitset_or_and,
325 abitset_or_and_cmp, abitset_copy): Supply prototype decls,
326 to improve the type-checking that GCC can do.
327 * lib/bitset.c (bitset_op4_cmp): Likewise.
328 * lib/bitset_stats.c (bitset_stats_count,
329 bitset_stats_empty_p, bitset_stats_ones, bitset_stats_zero,
330 bitset_stats_copy, bitset_stats_disjoint_p,
331 bitset_stats_equal_p, bitset_stats_not, bitset_stats_subset_p,
332 bitset_stats_and, bitset_stats_and_cmp, bitset_stats_andn,
333 bitset_stats_andn_cmp, bitset_stats_or, bitset_stats_or_cmp,
334 bitset_stats_xor, bitset_stats_xor_cmp, bitset_stats_and_or,
335 bitset_stats_and_or_cmp, bitset_stats_andn_or,
336 bitset_stats_andn_or_cmp, bitset_stats_or_and,
337 bitset_stats_or_and_cmp): Likewise.
338 * lib/lbitset.c (lbitset_and, lbitset_and_cmp, lbitset_andn,
339 lbitset_andn_cmp, lbitset_or, lbitset_or_cmp, lbitset_xor,
340 lbitset_xor_cmp, lbitset_empty_p, lbitset_ones, lbitset_not,
341 lbitset_subset_p, lbitset_disjoint_p, debug_lbitset): Likewise.
342
343 * lib/abitset.h: Include bitset.h, not bbitset.h.
344 * lib/ebitset.h: Likewise.
345 * lib/lbitset.h: Likewise.
346
347 * lib/bbitset.h: (enum_bitset_ops, enum_bitset_type): New types.
348 All instances of parameters of type enum bitset_opts are now of
349 type enum_bitset_opts, to conform to the C Standard, and similarly
350 for enum_bitset_type.
351 * lib/ebitset.c (enum_ebitset_find_mode): Likewise.
352 * lib/lbitset.c (enum_lbitset_find_mode): Likewise.
353
354 Do not use "struct bitset_struct" to mean different things in
355 different modules. Not only is this confusing, it violates
356 the C Standard, which requires that structure types in different
357 modules must be compatible if one is to be passed to the other.
358 * lib/bbitset.h (bitset): Now points to a union, not to a struct.
359 All instances of "struct bitset_struct *" replaced with "bitset".
360 * lib/bitset.h (struct bitset_struct): Remove, replacing with....
361 (union bitset_union, struct abitset_struct, struct ebitset_struct,
362 struct lbitset_struct, struct bitset_stats_struct): New types.
363 All uses of struct bitset_struct changed to union bitset_union,
364 etc.
365 * lib/abitset.c (struct abitset_struct, abitset,
366 struct bitset_struct): Remove.
367 * lib/bitset_stats.c (struct bitset_stats_struct, bitset_stats,
368 struct bitset_struct): Remove.
369 * lib/ebitset.c (struct ebitset_struct, ebitset, struct
370 bitset_struct): Remove.
371 * lib/lbitset.c (struct lbitset_struct, lbitset, bitset_struct):
372 Likewise.
373
374 Do not call a function of type T using a call that assumes the
375 function is of a different type U. Standard C requires that a
376 function must be called with a type that is compatible with its
377 definition.
378 * lib/bbitset.h (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
379 New decls.
380 * lib/bitset.c (bitset_and_or_, bitset_andn_or_, bitset_or_and_):
381 New functions.
382 * lib/ebitset.c (PFV): Remove.
383 * lib/lbitset.c (PFV): Likewise.
384 * lib/ebitset.c (ebitset_and, ebitset_andn, ebitset_or,
385 ebitset_xor, ebitset_copy, ebitset_ones, ebitset_empty_p): New
386 decls.
387 (ebitset_and, ebitset_andn, ebitset_or, ebitset_xor): New functions.
388 (ebitset_vtable): Use them.
389 * lib/lbitset.c (lbitset_and, lbitset_andn, lbitset_or,
390 lbitset_xor): New functions.
391 (lbitset_vtable): Use them.
392
393 * lib/bitset.h (bitset_next, bitset_prev, bitset_only_set_p):
394 Declare.
395
396 * lib/bitsetv.c (bitsetv_alloc): Add a cast to (void *) to avoid a
397 GCC warning.
398 * lib/lbitset.c (LBITSET_CURRENT1): Likewise.
399 Use offsetof, for simplicity.
400
401 2002-10-06 Paul Eggert <eggert@twinsun.com>
402
403 * lib/bitset.h (bitset_reset): Do not assume that bitset_word is
404 the same width as int. This reapplies a hunk of the 2002-08-12 patch
405 <http://mail.gnu.org/pipermail/bison-patches/2002-August/001111.html>,
406 which was inadvertently undone by the 2002-09-30 patch.
407 * lib/lbitset.c (debug_lbitset): Do not assume that bitset_word is
408 the same width as int.
409
410 2002-10-04 Paul Eggert <eggert@twinsun.com>
411
412 Version 1.50.
413
414 * configure.ac (AC_INIT), NEWS: Increment version number.
415
416 * doc/bison.texinfo: Minor spelling, grammar, and white space
417 fixes.
418 (Symbols): Mention that any negative value returned from yylex
419 signifies end-of-input. Warn about negative chars. Mention
420 the portable Standard C character set.
421
422 The GNU coding standard says CFLAGS and YFLAGS are reserved
423 for the installer to set.
424 * lib/Makefile.am (AM_CFLAGS): Renamed from CFLAGS.
425 * src/Makefile.am (AM_CFLAGS): Likewise.
426 (AM_YFLAGS): Renamed from YFLAGS.
427
428 Fix some MAX and MIN problems.
429 * src/gram.h (ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
430 * src/lalr.h (GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
431 * src/symtab.h (SYMBOL_NUMBER_MAX): New macro.
432 * src/reader.c (reader): Use it.
433
434 * tests/regression.at (Braces parsing): Use grep, not fgrep, as
435 POSIX 1003.1-2001 has removed fgrep.
436
437 2002-10-04 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
438
439 * lib/bbitset.h (BITSET_WINDEX_MAX): Redefine so that it cannot be
440 interpreted as signed.
441 * lib/ebitset.c (ebitset_list): Fix bug.
442
443 2002-10-01 Paul Eggert <eggert@twinsun.com>
444
445 More fixes for 64-bit hosts and large bitsets.
446
447 * lib/abitset.c (struct abitset_struct.n_bits, abitset_small_list,
448 abitset_size, abitset_list, abitset_list_reverse, abitset_list):
449 Use bitset_bindex, not int or unsigned int or size_t, to count bits.
450 * lib/bbitset.h (struct bitset_vtable.size, struct bitset_vtable.count,
451 struct bitset_vtable.list, struct bitset_vtable.list_reverse,
452 bitset_count_, bitset_next, bitset_prev, bitset_first, bitset_last,
453 bitset_count_): Likewise.
454 * lib/bitset.h (bitset_iterator.num, bitset_iterator.i,
455 bitset_first, bitset_last): Likewise.
456 * lib/bitset_stats.c (bitset_stats_size, bitset_stats_list,
457 bitset_stats_list_reverse, bitset_stats_size,
458 bitset_stats_count, bitset_stats_list, bitset_stat_list_reverse):
459 Likewise.
460 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
461 * lib/bitsetv.c (bitsetv_alloc, bitsetv_create, bitsetv_free,
462 bitsetv_zero, bitsetv_ones, bitsetv_transitive_closure,
463 bitsetv_reflexive_transitive_closure): Likewise.
464 * lib/bitsetv.h (bitsetv_alloc, bitsetv_create): Likewise.
465 * lib/ebitset.c (ebitset_size, ebitset_list, ebitset_list_reverse):
466 Likewise.
467 * lib/lbitset.c (lbitset_size, lbitset_list, lbitset_list_merge):
468 Likewise.
469
470 * lib/abitset.c (abitset_ones, abitset_zero, abitset_bytes):
471 Use size_t, not unsigned int, to count bytes.
472 * lib/abitset.h (abitset_bytes): Likewise.
473 * lib/bitset.c (bitset_bytes, bitset_alloc, bitset_obstack_alloc):
474 Likewise.
475 * lib/bitset.h (bitset_bytes): Likewise.
476 * lib/bitset_stats.c (bitset_stats_bytes, bitset_stats_init): Likewise.
477 * lib/bitset_stats.h (bitset_stats_bytes): Likewise.
478 * lib/bitsetv.c (bitsetv_alloc): Likewise.
479 * lib/ebitset.c (ebitset_bytes): Likewise.
480 * lib/ebitset.h (ebitset_bytes): Likewise.
481 * lib/lbitset.c (lbitset_bytes): Likewise.
482 * lib/lbitset.h (lbitset_bytes): Likewise.
483
484 * lib/abitset.c (abitset_empty_p, abitset_not, abitset_equal_p,
485 abitset_subset_p, abitset_disjoint_p, abitset_and,
486 abitset_and_cmp, abitset_andn, abitset_andn_cmp, abitset_or,
487 abitset_or_cmp, abitset_xor, abitset_xor_cmp, abitset_and_or,
488 abitset_and_or_cmp, abitset_andn_or, abitset_andn_or_cmp,
489 abitset_or_and, abitset_or_and_cmp):
490 Use bitset_windex instead of unsigned int.
491 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
492 * lib/ebitset.c (struct ebitset_struct.size, ebitset_elts_grow,
493 ebitset_elt_add, ebitset_elt_remove, ebitset_weed,
494 ebitset_elt_find, ebitset_list_reverse, ebitset_list, ebitset_init):
495 Likewise.
496 * lib/lbitset.c (lbitset_ones, lbitset_not): Likewise.
497
498 * lib/bitset.c (bitset_print):
499 Use proper printf formats for widths of integer types.
500 * lib/bitset_stats.c (bitset_percent_histogram_print,
501 bitset_log_histogram_print, bitset_stats_print_1): Likewise.
502 * lib/bitsetv-print.c (bitsetv_matrix_dump): Likewise.
503 * lib/bitsetv.c (bitsetv_dump, debug_bitsetv): Likewise.
504 * lib/lbitset.c (lbitset_bytes): Likewise.
505
506 * lib/bbitset.h (BITSET_BINDEX_MAX, BITSET_WINDEX_MAX,
507 BITSET_SIZE_MAX): New macros.
508 (BITSET_INDEX_MAX): Remove. It wasn't right, since it assumed that
509 sizeof (bitset_word) == sizeof (bitset_windex). All uses changed
510 to BITSET_WINDEX_MAX.
511
512 * lib/bitset.c (bitset_next, bitset_prev, bitset_first,
513 bitset_last): Return BITSET_BINDEX_MAX (not -1) for no value,
514 since we now return the bitset_bindex type (not int).
515
516 * lib/bitsetv.c (bitsetv_alloc): Check for arithmetic overflow
517 when computing sizes.
518 * lib/ebitset.c (ebitset_elts_grow): Likewise.
519
520 * lib/lbitset.c (lbitset_elt_find): Simplify windex calculation
521 and avoid cast to unsigned.
522
523 2002-09-30 Akim Demaille <akim@epita.fr>
524
525 * lib/abitset.c, lib/bbitset.h, lib/bitset.c, lib/bitset.h,
526 * lib/bitset_stats.c, lib/bitsetv.c, lib/ebitset.c, lib/lbitset.c:
527 Updates from Michael Hayes.
528
529 2002-09-30 Art Haas <ahaas@neosoft.com>
530
531 * configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
532 invocations.
533 * tests/cxx-type.at (declarator): Don't rely on NDEBUG being not
534 defined.
535
536 2002-09-27 Akim Demaille <akim@epita.fr>
537
538 Version 1.49c.
539
540 2002-09-27 Akim Demaille <akim@epita.fr>
541
542 * configure.ac (AM_INIT_AUTOMAKE): We _need_ 1.7.
543 (Because of AC_LIBSOURCE).
544
545 2002-09-27 Akim Demaille <akim@epita.fr>
546
547 Playing with Autoscan.
548
549 * configure.ac: Remove the old LIBOBJ tweaks.
550 (AC_REPLACE_FUNCS): Add strrchr and strtol.
551 * lib/strrchr.c: New.
552 * lib/strtol.c: New, from the Coreutils 4.5.1.
553
554 2002-09-27 Akim Demaille <akim@epita.fr>
555
556 Playing with Autoscan.
557
558 * m4/prereq.m4 (jm_PREREQ_ARGMATCH, jm_FUNC_ARGMATCH): New.
559 * lib/Makefile.am (libbison_a_SOURCES): No longer include
560 argmatch.c and argmatch.h, since they are AC_LIBSOURCE'd.
561 * lib/strcasecmp.c, lib/strncasecmp.c, lib/memcmp.c: New, from the
562 Coreutils 4.5.1.
563
564 2002-09-24 Akim Demaille <akim@epita.fr>
565
566 * doc/bison.texinfo (Stack Overflow): xref to Recursion.
567 (Frequently Asked Questions, Parser Stack Overflow): New.
568
569 2002-09-13 Akim Demaille <akim@epita.fr>
570
571 Playing with autoscan.
572
573 * src/reader.c (get_merge_function): Use xstrdup, not strdup.
574 * src/files.c (skeleton_find): Remove, unused.
575 * m4/memcmp.m4: New, from the Coreutils 4.5.1.
576 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Run jm_FUNC_MEMCMP.
577
578 2002-09-13 Akim Demaille <akim@epita.fr>
579
580 * configure.ac (AM_INIT_AUTOMAKE): Require Automake 1.6.3.
581 * Makefile.am (AUTOMAKE_OPTIONS): Don't.
582
583 2002-09-13 Akim Demaille <akim@epita.fr>
584
585 * configure.ac: Require 2.54.
586 s/jm_FUNC_MALLOC/AC_FUNC_MALLOC/.
587 s/jm_FUNC_REALLOC/AC_FUNC_REALLOC/.
588 * m4/c-bs-a.m4, m4/malloc.m4, m4/mbstate_t.m4, m4/realloc.m4:
589 Remove, provided by Autoconf macros.
590
591 2002-09-12 Akim Demaille <akim@epita.fr>
592
593 * m4/prereq.m4: Update, from Coreutils 4.5.1.
594
595 2002-09-12 Akim Demaille <akim@epita.fr>
596
597 * m4/prereq.m4: Update, from Fileutils 4.1.5.
598 * configure.ac (jm_PREREQ_TEMPNAME): Invoke it.
599 Reported by Martin Mokrejs.
600
601 2002-09-10 Akim Demaille <akim@epita.fr>
602
603 * src/parse-gram.y: Associate a human readable string to each
604 token type.
605 * tests/regression.at (Invalid inputs): Adjust.
606
607 2002-09-10 Gary V. Vaughan <gary@gnu.org>
608
609 * tests/Makefile.am ($(srcdir)/package.m4): Bison now ships
610 with an Autoconf-2.5x style configure.ac.
611
612 2002-09-06 Paul Eggert <eggert@twinsun.com>
613
614 * doc/bison.texinfo (Conditions): Make explicit that the GPL
615 exception applies only to yacc.c. This is a modification of a
616 patch originally suggested by Akim Demaille.
617
618 2002-09-06 Akim Demaille <akim@epita.fr>
619
620 * data/c.m4 (b4_copyright): Move the GPL exception comment from
621 here to...
622 * data/yacc.c: here.
623
624 * data/lalr1.cc (struct yyltype): Don't define it, since we use
625 LocationType.
626 (b4_ltype): Default to yy::Location from location.hh.
627
628 2002-09-04 Jim Meyering <jim@meyering.net>
629
630 * data/yacc.c: Guard the declaration of yytoknum also with
631 `#ifdef YYPRINT', so it is declared only when used.
632
633 2002-09-04 Akim Demaille <akim@epita.fr>
634
635 * configure.in: Rename as...
636 * configure.ac: this.
637 Bump to 1.49c.
638
639 2002-09-04 Akim Demaille <akim@epita.fr>
640
641 * src/assoc.c, src/closure.c, src/gram.c, src/injections.c,
642 * src/lalr.c, src/LR0.c, src/relation.c, src/tables.c: Don't
643 translate maintainer only messages.
644
645 2002-08-12 Paul Eggert <eggert@twinsun.com>
646
647 Version 1.49b.
648
649 * Makefile.am (SUBDIRS): Remove intl.
650 (DISTCLEANFILES): Remove.
651 * NEWS: Mention that GNU M4 is now required. Clarify what is
652 meant by "larger grammars". Mention the pt_BR translation.
653 * configure.in (AC_CHECK_DECLS): Add getenv, getopt.
654 (AM_GNU_GETTEXT_VERSION): New macro, replacing GETTEXT_VERSION var.
655 Bump version from 0.11.2 to 0.11.5.
656 (BISON_PREREQ_STAGE): Remove.
657 (AM_GNU_GETTEXT): Use external gettext.
658 (AC_OUTPUT): Remove intl/Makefile.
659
660 * config/depcomp, config/install-sh: Sync with Automake 1.6.3.
661
662 * data/glr.c: Include string.h, for strlen.
663 (yyreportParseError): Use size_t for yysize.
664 (yy_yypstack): No longer nested inside yypstates, as nested
665 functions are not portable. Do not assume size_t is the
666 same width as int.
667 (yypstates): Do not assume that ptrdiff_t is the same width
668 as int, and similarly for yyposn and YYINDEX.
669
670 * data/yacc.c: Fix comment about `$$ = $1': it can copy garbage.
671
672 * lib/Makefile.am (INCLUDES): Do not include from the intl
673 directory, which has been removed.
674 * src/Makefile.am (INCLUDES): Likewise.
675
676 * lib/Makefile.am (libbison_a_SOURCES): Add unlocked-io.h.
677 (bitsets_sources, additional_bitsets_sources, timevars_sources):
678 New vars.
679
680 * lib/Makefile.am (libbison_a_SOURCES): Avoid +=, a GNU make extension.
681 * tests/Makefile.am (EXTRA_DIST): Likewise.
682
683 * lib/abitset.c (abitset_reverse_list, ebitset_reverse_list):
684 Do not assume that bitset_windex is the same width as unsigned.
685
686 * lib/abitset.c (abitset_unused_clear): Do not assume that
687 bitset_word is the same width as int.
688 * lib/bbitset.h (BITSET_INDEX_MAX, BITSET_MSB): Likewise.
689 * lib/bitset.h (bitset_set, bitset_reset): Likewise.
690 * lib/bitset_stats.c (bitset_stats_set, bitset_stats_reset): Likewise.
691 * lib/ebitset.c (ebitset_set, ebitset_reset): Likewise.
692 * lib/lbitset.c (lbitset_set, lbitset_reset): Likewise.
693
694 * lib/abitset.c (abitset_op1): Use -1, not ~0, as memset arg (for
695 portability to one's complement hosts!).
696 * lib/ebitset.c (ebitset_op1): Likewise.
697 * lib/lbitset.c (lbitset_op1): Likewise.
698
699 * lib/argmatch.c, lib/quotearg.c, quotearg.h: Sync with GNU tar.
700 * lib/argmatch.h, lib/basename.c, lib/dirname.c, lib/dirname.h,
701 lib/hash.c, lib/hash.h, lib/strnlen.c, lib/xmalloc.c:
702 Sync with fileutils.
703 * lib/error.c, lib/getopt.c, lib/getopt.h, lib/getopt1.c,
704 lib/gettext.h: Sync with diffutils.
705
706 * lib/memrchr.c, lib/mkstemp.c, lib/strchr.c, lib/strnlen.c,
707 lib/strspn.c, lib/tempname.c: Use GPL, not LGPL.
708
709 * lib/obstack.c, lib/obstack.h: Sync with fileutils, except use
710 PROTOTYPES to check for prototypes, and "defined __STDC__" to
711 check for void *.
712
713 * lib/bbitset.h (BITSET_WORD_BITS): Now of type unsigned, not
714 size_t; the old version tried to do this but casted improperly.
715 (bitset_bindex, bitset_windex): Now size_t, not unsigned long.
716 (bitset_test): Now returns int, not unsigned long.
717
718 * lib/bitset_stats.c: Include "gettext.h".
719 (_): New macro.
720 (bitset_stats_set, bitset_stats_reset, bitset_stats_test): Don't
721 name locals "index", as it generates unnecessary warnings on some
722 hosts that have an "index" function.
723
724 * lib/bitset_stats.c (bitset_stats_print_1, bitset_stats_print,
725 bitset_stats_read, bitset_stats_write): Wrap strings in _() if
726 they need translation.
727 * src/LR0.c (state_list_append, new_itemsets, get_state,
728 append_states, generate_states): Likewise.
729 * src/assoc.c (assoc_to_string): Likewise.
730 * src/closure.c (print_closure, set_firsts, closure): Likewise.
731 * src/gram.c (grammar_dump): Likewise.
732 * src/injections.c (injections_compute): Likewise.
733 * src/lalr.c (lookaheads_print): Likewise.
734 * src/relation.c (relation_transpose): Likewise.
735 * src/scan-gram.l: Likewise.
736 * src/tables.c (table_grow, pack_vector): Likewise.
737
738 * m4/Makefile.am (EXTRA_DIST): Remove codeset.m4,
739 glibc21.m4, isc-posix.m4 lcmessage.m4, stage.m4.
740 * m4/malloc.m4, m4/realloc.m4: Sync with diffutils.
741 * m4/mbstate_t.m4: Sync with fileutils.
742 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): AC_MBSTATE_T -> AC_TYPE_MBSTATE_T.
743
744 * po/LINGUAS: Add pt_BR.
745 * po/POTFILES.in: Add src/assoc.c, src/closure.c, src/gram.c,
746 src/main.c, src/relation.c, src/state.c, lib/bitset_stats.c,
747 lib/timevar.c.
748 Use src/parse-gram.y instead of src/parse-gram.c, as the gettext
749 manual recommends.
750 Similarly, use src/scan-gram.l instead of src/scan-gram.c.
751
752 * src/complain.c (strerror_r): Remove decl; not needed.
753 (strerror): Use same pattern as ../lib/error.c.
754
755 * src/files.c, src/files.h (compute_header_macro): Remove; unused.
756
757 * src/gram.c (grammar_dump): Do not assume ptrdiff_t fits in int.
758
759 * src/main.c (main): Cast result of bindtextdomain and textdomain
760 to void, to avoid a GCC warning when --disable-nls is in effect.
761
762 * src/scan-gram.l: Use strings rather than escapes when possible,
763 to minimize the number of warnings from xgettext.
764 (handle_action_dollar, handle_action_at): Don't use isdigit,
765 as it mishandles negative chars and it may not work as expected
766 outside the C locale.
767
768 * src/symtab.c (symbol_get): Don't cast LHS of an assignment;
769 this is a GCC extension and is not portable to other compilers.
770
771 * src/system.h (alloca): Use same pattern as ../lib/error.c.
772 Do not include <ctype.h>; no longer needed.
773 Do not include <malloc.h>; no longer needed (and generates
774 warnings on OpenBSD 3.0).
775
776 * tests/cxx-type.at (yylex): Do not pass signed char to isupper;
777 it's not portable.
778
779 * tests/regression.at: Do not use 'cc -c input.c -o input';
780 Sun C rejects this. Instead, use 'cc -c input.c -o input.o'.
781
782 * tests/synclines.at (AC_SYNCLINES_COMPILE): Accept any nonzero
783 exit status as failure, not just exit status 1. Sun C exits
784 with status 2 sometimes.
785
786 * tests/torture.at (AT_INCREASE_DATA_SIZE): New macro.
787 Use it for the two large tests.
788
789 2002-08-02 Akim Demaille <akim@epita.fr>
790
791 * src/conflicts.c (conflicts_output): Don't output rules never
792 reduced here, since anyway that computation doesn't work.
793 * src/gram.h, src/gram.h (rule_filter_t, rule_useful_p)
794 (rule_useless_p, rule_never_reduced_p): New.
795 (grammar_rules_partial_print): Use a filter instead of a range.
796 Display the title only if needed.
797 (grammar_rules_print): Adjust.
798 (grammar_rules_never_reduced_report): New.
799 * src/tables.c (action_row): Move the computation of rules never
800 reduced to...
801 (token_actions): here.
802 * src/main.c (main): Make the parser before making the report, so
803 that rules never reduced are computed.
804 Call grammar_rules_never_reduced_report.
805 * src/print.c (print_results): Report rules never reduced.
806 * tests/conflicts.at, tests/reduce.at: Adjust.
807
808 2002-08-01 Akim Demaille <akim@epita.fr>
809
810 Instead of attaching lookaheads and duplicating the rules being
811 reduced by a state, attach the lookaheads to the reductions.
812
813 * src/state.h (state_t): Remove the `lookaheads',
814 `lookaheads_rule' member.
815 (reductions_t): Add a `lookaheads' member.
816 Use a regular array for the `rules'.
817 * src/state.c (reductions_new): Initialize the lookaheads member
818 to 0.
819 (state_rule_lookaheads_print): Adjust.
820 * src/state.h, src/state.c (state_reductions_find): New.
821 * src/conflicts.c (resolve_sr_conflict, set_conflicts)
822 (count_rr_conflicts): Adjust.
823 * src/lalr.c (LArule): Remove.
824 (add_lookback_edge): Adjust.
825 (state_lookaheads_count): New.
826 (states_lookaheads_initialize): Merge into...
827 (initialize_LA): this.
828 (lalr_free): Adjust.
829 * src/main.c (main): Don't free nullable and derives too early: it
830 is used by --verbose.
831 * src/print.c, src/print_graph.c, src/tables.c: Adjust.
832
833 2002-08-01 Akim Demaille <akim@epita.fr>
834
835 * src/derives.h, src/derives.c (derives): A `rule_t***' instead of
836 `rule_number_t**'.
837 (set_derives, free_derives): Rename as...
838 (derives_compute, derives_free): this.
839 Adjust all dependencies.
840 * src/nullable.c (set_nullable, free_nullable): Rename as...
841 (nullable_compute, nullable_free): these.
842 (rule_list_t): Store rule_t *, not rule_number_t.
843 * src/state.c (state_rule_lookaheads_print): Directly compare rule
844 pointers, instead of their numbers.
845 * src/main.c (main): Call nullable_free, and derives_free earlier,
846 as they were lo longer used.
847
848 2002-08-01 Akim Demaille <akim@epita.fr>
849
850 * lib/timevar.c (get_time): Include children time.
851 * src/lalr.h (LA, LArule): Don't export them: used with the
852 state_t.
853 * src/lalr.c (LA, LArule): Static.
854 * src/lalr.h, src/lalr.c (lalr_free): New.
855 * src/main.c (main): Call it.
856 * src/tables.c (pack_vector): Check whether loc is >= to the
857 table_size, not >.
858 (pack_tables): Don't free froms, tos, conflict_tos, and pos...
859 (tables_generate): do it, since that's also it which allocates
860 them.
861 Don't free LA and LArule, main does.
862
863 2002-07-31 Akim Demaille <akim@epita.fr>
864
865 Separate parser tables computation and output.
866
867 * src/output.c (nvectors, base_t, base, base_ninf, conflict_table)
868 (conflict_list, conflict_list_cnt, table, check, table_ninf)
869 (yydefgoto, yydefact, high): Move to...
870 * src/tables.h, src/tables.c: here.
871 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
872 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
873 (symbol_number_to_vector_number, nvectors, BASE_MAX, BASE_MIN)
874 (froms, tos, conflict_tos, tally, width, action_t, ACTION_MAX)
875 (ACTION_MIN, actrow, order, nentries, pos, conflrow)
876 (conflict_list_free, table_size, lowzero, table_grow, conflict_row)
877 (action_row, save_row, token_actions, save_column, default_goto)
878 (goto_actions, sort_actions, matching_state, pack_vector)
879 (table_ninf_remap, pack_table, prepare_actions): Move to...
880 * src/tables.c: here.
881 * src/tables.h, src/tables.c(tables_generate, tables_free): New.
882 * src/output.c (token_actions, output_base, output_conflicts)
883 (output_check): Merge into...
884 (prepare_actions): this.
885 (actions_output): Rename as...
886 (user_actions_output): this.
887 * src/main.c (main): Call tables_generate and tables_free.
888
889 2002-07-31 Akim Demaille <akim@epita.fr>
890
891 Steal GCC's --time-report support.
892
893 * lib/timevar.c, lib/timevar.h, lib/timevar.def: New,
894 stolen/adjusted from GCC.
895 * m4/stage.m4: Remove time related checks.
896 * m4/timevar.m4: New.
897 * configure.in: Adjust.
898 * src/system.h: Adjust to using timevar.h.
899 * src/getargs.h, src/getargs.c: Support trace_time for
900 --trace=time.
901 * src/main.c (stage): Remove.
902 (main): Replace `stage' invocations with timevar calls.
903 * src/output.c: Insert pertinent timevar calls.
904
905 2002-07-31 Akim Demaille <akim@epita.fr>
906
907 Let --trace have arguments.
908
909 * src/getargs.h (enum trace_e): New.
910 * src/getargs.c (trace_args, trace_types, trace_argmatch): New.
911 (long_options, short_options): --trace/-T takes an optional
912 argument.
913 Change all the uses of trace_flag to reflect the new flags.
914 * tests/sets.at (Firsts, Nullable, Broken Closure): Use --trace=sets.
915
916 Strengthen `stage' portability.
917
918 * m4/stage.m4 (BISON_PREREQ_STAGE): New.
919 * configure.in: Use it.
920 Don't check for malloc.h and sys/times.h.
921 * src/system.h: Include them when appropriate.
922 * src/main.c (stage): Compile only when mallinfo, struct mallinfo,
923 times and struct tms are available.
924
925 2002-07-30 Akim Demaille <akim@epita.fr>
926
927 In verbose parse error message, don't report `error' as an
928 expected token.
929 * tests/actions.at (Printers and Destructors): Adjust.
930 * tests/calc.at (Calculator $1): Adjust.
931 * data/yacc.c, data/glr.c, data/lalr1.c: When making the verbose
932 error message, do not report the parser accepts the error token in
933 that state.
934
935 2002-07-30 Akim Demaille <akim@epita.fr>
936
937 Normalize conflict related messages.
938
939 * src/complain.h, src/complain.c (warn, complain): New.
940 * src/conflicts.c (conflicts_print): Use them.
941 (conflict_report_yacc): New, extracted from...
942 (conflicts_print): here.
943 * tests/conflicts.at, tests/existing.at: Adjust.
944
945 2002-07-30 Akim Demaille <akim@epita.fr>
946
947 Report rules which are never reduced by the parser: those hidden
948 by conflicts.
949
950 * src/LR0.c (save_reductions): Don't make the final state too
951 different: save its reduction (accept) instead of having a state
952 without any action (no shift or goto, no reduce).
953 Note: the final state is now a ``regular'' state, i.e., the
954 parsers now contain `reduce 0' as default reduction.
955 Nevertheless, since they decide to `accept' when yystate =
956 final_state, they still will not reduce rule 0.
957 * src/print.c (print_actions, print_reduction): Adjust.
958 * src/output.c (action_row): Track reduced rules.
959 (token_actions): Report rules never reduced.
960 * tests/conflicts.at, tests/regression.at: Adjust.
961
962 2002-07-30 Akim Demaille <akim@epita.fr>
963
964 `stage' was accidently included in a previous patch.
965 Initiate its autoconfiscation.
966
967 * configure.in: Look for malloc.h and sys/times.h.
968 * src/main.c (stage): Adjust.
969 Report only when trace_flag.
970
971 2002-07-29 Akim Demaille <akim@epita.fr>
972
973 * src/state.h, src/state.c (transitions_t): Holds state_t*'s, not
974 state_number_t.
975 (errs_t): symbol_t*, not symbol_number_t.
976 (reductions_t): rule_t*, not rule_number_t.
977 (FOR_EACH_SHIFT): New.
978 * src/LR0.c, src/conflicts.c, src/lalr.c, src/output.c
979 * src/print.c, src/print_graph.c: Adjust.
980
981 2002-07-29 Akim Demaille <akim@epita.fr>
982
983 Use $accept and $end, as BYacc and BTYacc do, instead of $axiom and $.
984
985 * src/symtab.h, src/symtab.c (eoftoken, axiom): Rename as...
986 (endtoken, accept): these.
987 * src/reader.c (reader): Set endtoken's default tag to "$end".
988 Set undeftoken's tag to "$undefined" instead of "$undefined.".
989 * doc/bison.texinfo (Table of Symbols): Mention $accept and $end.
990 Adjust.
991
992 2002-07-29 Akim Demaille <akim@epita.fr>
993
994 * src/reduce.c (reduce_grammar): When the language is empty,
995 complain about the start symbol, not the axiom.
996 Use its location.
997 * tests/reduce.at (Empty Language): New.
998
999 2002-07-26 Akim Demaille <akim@epita.fr>
1000
1001 * src/reader.h, src/reader.c (gram_error): ... can't get
1002 yycontrol without making too strong assumptions on the parser
1003 itself.
1004 * src/output.c (prepare_tokens): Use the real 0th value of
1005 token_translations instead of `0'.
1006 * src/parse-gram.y (yyerror): Don't rely on yycontrol being
1007 visible here.
1008 * data/yacc.c (yyreport_parse_error): Rename yylocation as yylloc
1009 for the time being: %locations ought to provide it to yyerror.
1010
1011 2002-07-25 Akim Demaille <akim@epita.fr>
1012
1013 * src/output.c (prepare_tokens): Go up to ntokens, not ntokens + 1.
1014 * doc/bison.texinfo (Decl Summary): s/$illegal/$undefined./.
1015 * tests/regression.at (Web2c Actions): Adjust.
1016
1017 2002-07-25 Akim Demaille <akim@epita.fr>
1018
1019 Stop storing rules from 1 to nrules + 1.
1020
1021 * src/LR0.c, src/closure.c, src/derives.c, src/gram.c, src/lalr.c
1022 * src/nullable.c, src/output.c, src/print.c, src/reader.c
1023 * src/reduce.c: Allocate and free from &rules[0], not &rules[1].
1024 Iterate from 0 to nrules.
1025 Use rule_number_as_item_number and item_number_as_rule_number.
1026 Adjust to `derive' now containing possibly 0.
1027 * src/gram.h (rule_number_as_item_number, item_number_as_rule_number):
1028 Handle the `- 1' part in rule numbers from/to item numbers.
1029 * src/conflicts.c (log_resolution): Fix the message which reversed
1030 shift and reduce.
1031 * src/output.c (action_row): Initialize default_rule to -1.
1032 (token_actions): Adjust.
1033 * tests/sets.at (Nullable, Firsts): Fix the previously bogus
1034 expected output.
1035 * tests/conflicts.at (Resolved SR Conflicts): Likewise.
1036
1037 2002-07-25 Akim Demaille <akim@epita.fr>
1038
1039 * data/c.m4 (b4_c_function, b4_c_ansi_args, b4_c_ansi_arg)
1040 (b4_c_knr_arg_names, b4_c_knr_arg_name, b4_c_knr_arg_decls)
1041 (b4_c_knr_arg_decl): New.
1042 * data/yacc.c: Use it to define yysymprint, yydestruct, and
1043 yyreport_parse_error.
1044
1045 2002-07-25 Akim Demaille <akim@epita.fr>
1046
1047 * data/yacc.c (yyreport_parse_error): New, extracted from...
1048 (yyparse): here.
1049 (yydestruct, yysymprint): Move above yyparse.
1050 Be K&R compliant.
1051
1052 2002-07-25 Akim Demaille <akim@epita.fr>
1053
1054 * data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for): New,
1055 replace...
1056 (b4_sint_type, b4_uint_type): these.
1057 * data/yacc.c, data/glr.c, data/lalr1.cc: Use b4_int_type_for.
1058 * tests/regression.at (Web2c Actions): Adjust.
1059
1060 2002-07-25 Akim Demaille <akim@epita.fr>
1061
1062 * src/gram.h (TIEM_NUMBER_MAX): New.
1063 (item_number_of_rule_number, rule_number_of_item_number): Rename
1064 as...
1065 (rule_number_as_item_number, item_number_as_rule_number): these.
1066 Adjust dependencies.
1067 * src/output.c (vector_number_t, VECTOR_NUMBER_MAX)
1068 (VECTOR_NUMBER_MIN, state_number_to_vector_number)
1069 (symbol_number_to_vector_number): New.
1070 (order): Of vector_number_t* type.
1071 (base_t, BASE_MAX, BASE_MIN): New.
1072 (froms, tos, width, pos, check): Of base_t type.
1073 (action_number_t, ACTION_MIN, ACTION_MAX): New.
1074 (actrow): Of action_number_t type.
1075 (conflrow): Of unsigned int type.
1076 (table_ninf, base_ninf): New.
1077 (GENERATE_MUSCLE_INSERT_TABLE): Also output the `*_min' value.
1078 (muscle_insert_int_table, muscle_insert_base_table)
1079 (muscle_insert_rule_number_table): New.
1080 (prepare_tokens): Output `toknum' as int_table.
1081 (action_row): Returns a rule_number_t.
1082 Use ACTION_MIN, not SHRT_MIN.
1083 (token_actions): yydefact is rule_number_t*.
1084 (table_ninf_remap): New.
1085 (pack_table): Use it for `base' and `table'.
1086 * data/yacc.c, data/glr.c, data/lalr1.cc (YYFLAG): Remove,
1087 replaced with...
1088 (YYPACT_NINF, YYTABLE_NINF): these.
1089 (yypact, yytable): Compute their types instead of hard-coded
1090 `short'.
1091 * tests/regression.at (Web2c Actions): Adjust.
1092
1093 2002-07-19 Akim Demaille <akim@epita.fr>
1094
1095 * src/scan-gram.l (id): Can start with an underscore.
1096
1097 2002-07-16 Akim Demaille <akim@epita.fr>
1098
1099 * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string): New.
1100 Adjust all former `associativity' dependencies.
1101 * src/symtab.c (symbol_new): Default associativity is `undef', not
1102 `right'.
1103 (symbol_check_alias_consistence): Adjust.
1104
1105 2002-07-09 Akim Demaille <akim@epita.fr>
1106
1107 * doc/bison.texinfo: Properly set the ``header'' part.
1108 Use @dircategory ``GNU programming tools'' as per Texinfo's
1109 documentation.
1110 Use @copying.
1111
1112 2002-07-09 Akim Demaille <akim@epita.fr>
1113
1114 * lib/quotearg.h: Protect against multiple inclusions.
1115 * src/location.h (location_t): Add a `file' member.
1116 (LOCATION_RESET, LOCATION_PRINT): Adjust.
1117 * src/complain.c (warn_at, complain_at, fatal_at): Drop
1118 `error_one_per_line' support.
1119
1120 2002-07-09 Akim Demaille <akim@epita.fr>
1121
1122 * src/complain.h, src/complain.c (warn, complain): Remove, unused.
1123 * src/reader.c (lineno): Remove.
1124 Adjust all dependencies.
1125 (get_merge_function): Take a location and use complain_at.
1126 * src/symtab.h, src/symtab.c (symbol_make_alias): Likewise.
1127 * tests/regression.at (Invalid inputs, Mixing %token styles):
1128 Adjust.
1129
1130 2002-07-09 Akim Demaille <akim@epita.fr>
1131
1132 * src/parse-gram.y (rules_or_grammar_declaration): Add an error
1133 recovery rule, and forbid extensions when --yacc.
1134 (gram_error): Use complain_at.
1135 * src/reader.c (reader): Exit if there were parse errors.
1136
1137 2002-07-09 Akim Demaille <akim@epita.fr>
1138
1139 * tests/synclines.at (AT_SYNCLINES_COMPILE): New.
1140 (AT_TEST_SYNCLINE): Adjust to unusual GCC outputs.
1141 Reported by R Blake <blakers@mac.com>.
1142
1143 2002-07-09 Akim Demaille <akim@epita.fr>
1144
1145 * data/yacc.c: Output the copyright notive in the header.
1146
1147 2002-07-03 Akim Demaille <akim@epita.fr>
1148
1149 * src/output.c (froms, tos): Are state_number_t.
1150 (save_column): sp, sp1, and sp2 are state_number_t.
1151 (prepare): Rename `final' as `final_state_number', `nnts' as
1152 `nterms_number', `nrules' as `rules_number', `nstates' as
1153 `states_number', and `ntokens' as `tokens_number'. Remove `nsym',
1154 unused.
1155 * data/yacc.c, data/glr.c, data/lalr1.cc: Adjust.
1156 * data/lalr1.cc (nsym_): Remove, unused.
1157
1158 2002-07-03 Akim Demaille <akim@epita.fr>
1159
1160 * src/lalr.h, src/lalr.c (goto_number_t): New.
1161 * src/lalr.c (goto_list_t): New.
1162 Propagate them.
1163 * src/nullable.c (rule_list_t): New.
1164 Propagate.
1165 * src/types.h: Remove.
1166
1167 2002-07-03 Akim Demaille <akim@epita.fr>
1168
1169 * src/closure.c (print_fderives): Use rule_rhs_print.
1170 * src/derives.c (print_derives): Use rule_rhs_print.
1171 (rule_list_t): New, replaces `shorts'.
1172 (set_derives): Add comments.
1173 * tests/sets.at (Nullable, Firsts): Adjust.
1174
1175 2002-07-03 Akim Demaille <akim@epita.fr>
1176
1177 * src/output.c (prepare_actions): Free `tally' and `width'.
1178 (prepare_actions): Allocate and free `order'.
1179 * src/symtab.c (symbols_free): Free `symbols'.
1180 * src/scan-gram.l (scanner_free): Clear Flex's scanners memory.
1181 * src/output.c (m4_invoke): Move to...
1182 * src/scan-skel.l: here.
1183 (<<EOF>>): Close yyout, and free its name.
1184
1185 2002-07-03 Akim Demaille <akim@epita.fr>
1186
1187 Fix some memory leaks, and fix a bug: state 0 was examined twice.
1188
1189 * src/LR0.c (new_state): Merge into...
1190 (state_list_append): this.
1191 (new_states): Merge into...
1192 (generate_states): here.
1193 (set_states): Don't ensure a proper `errs' state member here, do it...
1194 * src/conflicts.c (conflicts_solve): here.
1195 * src/state.h, src/state.c: Comment changes.
1196 (state_t): Rename member `shifts' as `transitions'.
1197 Adjust all dependencies.
1198 (errs_new): For consistency, also take the values as argument.
1199 (errs_dup): Remove.
1200 (state_errs_set): New.
1201 (state_reductions_set, state_transitions_set): Assert that no
1202 previous value was assigned.
1203 (state_free): New.
1204 (states_free): Use it.
1205 * src/conflicts.c (resolve_sr_conflict): Don't use an `errs_t' as
1206 temporary storage: use `errs' and `nerrs' as elsewhere.
1207 (set_conflicts): Allocate and free this `errs'.
1208
1209 2002-07-02 Akim Demaille <akim@epita.fr>
1210
1211 * lib/libiberty.h: New.
1212 * lib: Update the bitset implementation from upstream.
1213 * src/closure.c, src/lalr.c, src/output.c, src/print_graph.c,
1214 * src/state.c: Use BITSET_FOR_EACH, not BITSET_EXECUTE.
1215 * src/main.c: Adjust bitset stats calls.
1216
1217 2002-07-01 Paul Eggert <eggert@twinsun.com>
1218
1219 * src/scan-gram.l (<SC_ESCAPED_CHARACTER>): Convert to unsigned
1220 char, so that negative chars don't collide with $.
1221
1222 2002-06-30 Akim Demaille <akim@epita.fr>
1223
1224 Have the GLR tests be `warning' checked, and fix the warnings.
1225
1226 * data/glr.c (YYFPRINTF): Always define it, not only when YYDEBUG
1227 (yyuserAction, yyreportAmbiguity): `Use' all the arguments.
1228 (yyremoveDeletes): `yyi' and `yyj' are size_t.
1229 Use YYFPRINTF when under if (YYDEBUG) to avoid empty `if' bodies.
1230 (yyaddDeferredAction): static.
1231 (yyglrReduce): yyi, yyk, amd yyposn are size_t.
1232 (yyreportParseError): yyprefix is const.
1233 yytokenp is used only when verbose.
1234 (yy__GNUC__): Replace with __GNUC__.
1235 (yypdumpstack): yyi is size_t.
1236 (yypreference): Un-yy local variables and arguments, to avoid
1237 clashes with `yyr1'. Anyway, we are not in the user name space.
1238 (yytname_size): be an int, as is compared with ints.
1239 * tests/testsuite.at (AT_COMPILE, AT_PARSER_CHECK): New.
1240 Use them.
1241 * tests/cxx-gram.at: Use quotation to protect $1.
1242 Use AT_COMPILE to enable warnings hunts.
1243 Prototype yylex and yyerror.
1244 `Use' argc.
1245 Include `string.h', not `strings.h'.
1246 Produce and prototype stmtMerge only when used.
1247 yylex takes a location.
1248
1249 2002-06-30 Akim Demaille <akim@epita.fr>
1250
1251 We spend a lot of time in quotearg, in particular when --verbose.
1252
1253 * src/symtab.c (symbol_get): Store a quoted version of the key.
1254 (symbol_tag_get, symbol_tag_get_n, symbol_tag_print): Remove.
1255 Adjust all callers.
1256
1257 2002-06-30 Akim Demaille <akim@epita.fr>
1258
1259 * src/state.h (reductions_t): Rename member `nreds' as num.
1260 (errs_t): Rename members `nerrs' and `errs' as `num' and `symbols'.
1261 * src/state.c (ERRS_ALLOC, REDUCTIONS_ALLOC): Use the correct types.
1262
1263 2002-06-30 Akim Demaille <akim@epita.fr>
1264
1265 * src/state.h, src/state.c (shift_t, SHIFT_SYMBOL, SHIFT_IS_SHIFT)
1266 (SHIFT_IS_GOTO, SHIFT_IS_ERROR, SHIFT_DISABLE, SHIFT_IS_DISABLED)
1267 (shifts_to): Rename as...
1268 (transition_t, TRANSITION_SYMBOL, TRANSITION_IS_TRANSITION)
1269 (TRANSITION_IS_GOTO, TRANSITION_IS_ERROR, TRANSITION_DISABLE)
1270 (TRANSITION_IS_DISABLED, transitions_to): these.
1271
1272 2002-06-30 Akim Demaille <akim@epita.fr>
1273
1274 * src/print.c (print_shifts, print_gotos): Merge into...
1275 (print_transitions): this.
1276 (print_transitions, print_errs, print_reductions): Align the
1277 lookaheads columns.
1278 (print_core, print_transitions, print_errs, print_state,
1279 print_grammar): Output empty lines separator before, not after.
1280 (state_default_rule_compute): Rename as...
1281 (state_default_rule): this.
1282 * tests/conflicts.at (Defaulted Conflicted Reduction),
1283 (Unresolved SR Conflicts, Resolved SR Conflicts): Adjust.
1284 * tests/regression.at (Rule Line Numbers, Web2c Report): Adjust.
1285
1286 2002-06-30 Akim Demaille <akim@epita.fr>
1287
1288 Display items as we display rules.
1289
1290 * src/gram.h, src/gram.c (rule_lhs_print): New.
1291 * src/gram.c (grammar_rules_partial_print): Use it.
1292 * src/print.c (print_core): Likewise.
1293 * tests/conflicts.at (Defaulted Conflicted Reduction),
1294 (Unresolved SR Conflicts): Adjust.
1295 (Unresolved SR Conflicts): Adjust and rename as...
1296 (Resolved SR Conflicts): this, as was meant.
1297 * tests/regression.at (Web2c Report): Adjust.
1298
1299 2002-06-30 Akim Demaille <akim@epita.fr>
1300
1301 * src/print.c (state_default_rule_compute): New, extracted from...
1302 (print_reductions): here.
1303 Pessimize, but clarify the code.
1304 * tests/conflicts.at (Defaulted Conflicted Reduction): New.
1305
1306 2002-06-30 Akim Demaille <akim@epita.fr>
1307
1308 * src/output.c (action_row): Let default_rule be always a rule
1309 number.
1310
1311 2002-06-30 Akim Demaille <akim@epita.fr>
1312
1313 * src/closure.c (print_firsts, print_fderives, closure):
1314 Use BITSET_EXECUTE.
1315 * src/lalr.c (lookaheads_print): Likewise.
1316 * src/state.c (state_rule_lookaheads_print): Likewise.
1317 * src/print_graph.c (print_core): Likewise.
1318 * src/print.c (print_reductions): Likewise.
1319 * src/output.c (action_row): Likewise.
1320 Use SHIFT_IS_DISABLED, SHIFT_IS_SHIFT and SHIFT_SYMBOL.
1321
1322 2002-06-30 Akim Demaille <akim@epita.fr>
1323
1324 * src/print_graph.c: Use report_flag.
1325
1326 2002-06-30 Akim Demaille <akim@epita.fr>
1327
1328 * src/lalr.c (traverse, digraph, matrix_print, transpose): Move
1329 to...
1330 * src/relation.h, src/relation.c (traverse, relation_digraph)
1331 (relation_print, relation_transpose): New.
1332
1333 2002-06-30 Akim Demaille <akim@epita.fr>
1334
1335 * src/state.h, src/state.c (shifts_to): New.
1336 * src/lalr.c (build_relations): Use it.
1337
1338 2002-06-30 Akim Demaille <akim@epita.fr>
1339
1340 * src/gram.h (rule_number_t, RULE_NUMBER_MAX, int_of_rule_number)
1341 (item_number_of_rule_number, rule_number_of_item_number): New.
1342 * src/LR0.c, src/closure.c, src/derives.c, src/derives.h,
1343 * src/gram.c, src/lalr.c, src/nullable.c, src/output.c, src/print.c,
1344 * src/print_graph.c, src/reader.c, src/reduce.c, src/reduce.h:
1345 Propagate their use.
1346 Much remains to be done, in particular wrt `shorts' from types.h.
1347
1348 2002-06-30 Akim Demaille <akim@epita.fr>
1349
1350 * src/symtab.c (symbol_new): Initialize the `printer' member.
1351
1352 2002-06-30 Akim Demaille <akim@epita.fr>
1353
1354 * src/LR0.c (save_reductions): Remove, replaced by...
1355 * src/state.h, src/state.c (state_reductions_set): New.
1356 (reductions, errs): Rename as...
1357 (reductions_t, errs_t): these.
1358 Adjust all dependencies.
1359
1360 2002-06-30 Akim Demaille <akim@epita.fr>
1361
1362 * src/LR0.c (state_list_t, state_list_append): New.
1363 (first_state, last_state): Now symbol_list_t.
1364 (this_state): Remove.
1365 (new_itemsets, append_states, save_reductions): Take a state_t as
1366 argument.
1367 (set_states, generate_states): Adjust.
1368 (save_shifts): Remove, replaced by...
1369 * src/state.h, src/state.c (state_shifts_set): New.
1370 (shifts): Rename as...
1371 (shifts_t): this.
1372 Adjust all dependencies.
1373 * src/state.h (state_t): Remove the `next' member.
1374
1375 2002-06-30 Akim Demaille <akim@epita.fr>
1376
1377 * src/vcg.c (quote): Use slot 2, since we often pass symbol tag
1378 escaped in slot 0.
1379
1380 2002-06-30 Akim Demaille <akim@epita.fr>
1381
1382 Use hash.h for the state hash table.
1383
1384 * src/LR0.c (STATE_HASH_SIZE, state_hash): Remove.
1385 (allocate_storage): Use state_hash_new.
1386 (free_storage): Use state_hash_free.
1387 (new_state, get_state): Adjust.
1388 * src/lalr.h, src/lalr.c (states): Move to...
1389 * src/states.h (state_t): Remove the `link' member, no longer
1390 used.
1391 * src/states.h, src/states.c: here.
1392 (state_hash_new, state_hash_free, state_hash_lookup)
1393 (state_hash_insert, states_free): New.
1394 * src/states.c (state_table, state_compare, state_hash): New.
1395 * src/output.c (output_actions): Do not free states now, since we
1396 still need to know the final_state number in `prepare', called
1397 afterwards. Do it...
1398 * src/main.c (main): here: call states_free after `output'.
1399
1400 2002-06-30 Akim Demaille <akim@epita.fr>
1401
1402 * src/state.h, src/state.c (state_new): New, extracted from...
1403 * src/LR0.c (new_state): here.
1404 * src/state.h (STATE_ALLOC): Move to...
1405 * src/state.c: here.
1406 * src/LR0.h, src/LR0.c (nstates, final_state): Move to...
1407 * src/state.h, src/state.c: here.
1408
1409 2002-06-30 Akim Demaille <akim@epita.fr>
1410
1411 * src/reader.c (gensym): Rename as...
1412 * src/symtab.h, src/symtab.c (dummy_symbol_get): this.
1413 (getsym): Rename as...
1414 (symbol_get): this.
1415
1416 2002-06-30 Akim Demaille <akim@epita.fr>
1417
1418 * src/state.h (state_number_t, STATE_NUMBER_MAX): New.
1419 * src/LR0.c, src/LR0.h, src/conflicts.c, src/lalr.c, src/lalr.h,
1420 * src/output.c, src/print.c, src/print_graph.c: Propagate.
1421 * src/LR0.h, src/LR0.h (final_state): Is a state_t*.
1422
1423 2002-06-30 Akim Demaille <akim@epita.fr>
1424
1425 Make the test suite pass with warnings checked.
1426
1427 * tests/actions.at (Printers and Destructors): Improve.
1428 Avoid unsigned vs. signed issues.
1429 * tests/calc.at: Don't exercise the scanner here, do it...
1430 * tests/input.at (Torturing the Scanner): here.
1431
1432 2002-06-28 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
1433
1434 * data/glr.c: Correct typo in Emacs-mode directive. Slightly
1435 reorganize first lines parallel to yacc.c.
1436
1437 2002-06-28 Akim Demaille <akim@epita.fr>
1438
1439 * data/c.m4 (b4_copyright, b4_sint_type, b4_uint_type, b4_token_define)
1440 (b4_token_enum, b4_token_defines): New, factored from...
1441 * data/lalr1.cc, data/yacc.c, glr.c: here.
1442
1443 2002-06-28 Akim Demaille <akim@epita.fr>
1444
1445 * data/yacc.c (yydestruct, yysymprint): Pacify GCC warnings for
1446 unused variables.
1447 * src/output.c (merger_output): static.
1448
1449 2002-06-28 Akim Demaille <akim@epita.fr>
1450
1451 * src/reader.h: s/grammer_current_rule_merge_set/grammar_.../.
1452 * src/conflicts.c (conflicts_total_count): `i' is unsigned, to
1453 pacify GCC.
1454 * src/output.c (save_row): Initialize all the variables to pacify GCC.
1455
1456 2002-06-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
1457
1458 Accumulated changelog for new GLR parsing features.
1459
1460 * src/conflicts.c (count_total_conflicts): Change name to
1461 conflicts_total_count.
1462 * src/conflicts.h: Ditto.
1463 * src/output.c (token_actions): Use the new name.
1464 (output_conflicts): Change conflp => conflict_list_heads, and
1465 confl => conflict_list for better readability.
1466 * data/glr.c: Use the new names.
1467 * NEWS: Add self to GLR announcement.
1468
1469 * src/reader.c (free_merger_functions): Cleanup: XFREE->free.
1470
1471 * doc/bison.texinfo (GLR Parsers): Make corrections suggested by
1472 Akim Demaille.
1473
1474 * data/bison.glr: Change name to glr.c
1475 * data/glr.c: Renamed from bison.glr.
1476 * data/Makefile.am: Add glr.c
1477
1478 * src/getargs.c:
1479
1480 * src/symlist.h: Add dprec and merger fields to symbol_list_s.
1481 * src/symlist.c (symbol_list_new): Initialize dprec and merger fields.
1482
1483 Originally 2002-06-16 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
1484
1485 * data/bison.glr: Be sure to restore the
1486 current #line when returning to the skeleton contents after having
1487 exposed the input file's #line.
1488
1489 Originally 2002-06-13 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
1490
1491 * data/bison.glr: Bring up to date with changes to bison.simple.
1492
1493 Originally 2002-06-03 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
1494
1495 * data/bison.glr: Correct definitions that use b4_prefix.
1496 Various reformatting.
1497 (GLRStack): Make yychar (in YYPURE case) and yytokenp as part of stack.
1498 (yyreportParseError, yyrecoverParseError, yyprocessOneStack): remove
1499 yytokenp argument; now part of stack.
1500 (yychar): Define to behave as documented.
1501 (yyclearin): Ditto.
1502
1503 Originally 2002-05-14 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
1504
1505 * src/reader.h: Add declaration for free_merger_functions.
1506
1507 * src/reader.c (merge_functions): New variable.
1508 (get_merge_function): New function.
1509 (free_merger_functions): New function.
1510 (readgram): Check for %prec that is not followed by a symbol.
1511 Handle %dprec and %merge declarations.
1512 (packgram): Initialize dprec and merger fields in rules array.
1513
1514 * src/output.c (conflict_tos, conflrow, conflict_table, conflict_list,
1515 conflict_list_cnt, conflict_list_free): New variables.
1516 (table_grow): Also grow conflict_table.
1517 (prepare_rules): Output dprec and merger tables.
1518 (conflict_row): New function.
1519 (action_row): Output conflict lists for GLR parser. Don't use
1520 default reduction in conflicted states for GLR parser so that there
1521 are spaces for the conflict lists.
1522 (save_row): Also save conflict information.
1523 (token_actions): Allocate conflict list.
1524 (merger_output): New function.
1525 (pack_vector): Pack conflict table, too.
1526 (output_conflicts): New function to output yyconflp and yyconfl.
1527 (output_check): Allocate conflict_tos.
1528 (output_actions): Output conflict tables, also.
1529 (output_skeleton): Output b4_mergers definition.
1530 (prepare): Output b4_max_rhs_length definition.
1531 Use 'bison.glr' as default skeleton for GLR parsers.
1532
1533 * src/gram.c (glr_parser): New flag.
1534 (grammar_free): Call free_merger_functions.
1535
1536 * src/conflicts.c (count_rr_conflicts): Augment to optionally count
1537 all pairs of conflicting reductions, rather than just all tokens
1538 causing conflicts. Needed to size conflict tables.
1539 (conflicts_output): Modify call to count_rr_conflicts for new
1540 interface.
1541 (conflicts_print): Ditto.
1542 (count_total_conflicts): New function.
1543
1544 * src/reader.h (merger_list): New type.
1545 (merge_functions): New variable.
1546
1547 * src/lex.h (tok_dprec, tok_merge): New token types.
1548
1549 * src/gram.h (rule_s): Add dprec and merger fields.
1550 (glr_parser): New flag.
1551
1552 * src/conflicts.h (count_total_conflicts): New function.
1553
1554 * src/options.c (option_table): Add %dprec, %merge, and %glr-parser.
1555
1556 * doc/bison.texinfo (Generalized LR Parsing): New section.
1557 (GLR Parsers): New section.
1558 (Language and Grammar): Mention GLR parsing.
1559 (Table of Symbols): Add %dprec, %glr-parser, %merge, GLR
1560 Correct typo ("tge" -> "the").
1561
1562 * data/bison.glr: New skeleton for GLR parsing.
1563
1564 * tests/cxx-gram.at: New tests for GLR parsing.
1565
1566 * tests/testsuite.at: Include cxx-gram.at.
1567
1568 * tests/Makefile.am: Add cxx-gram.at.
1569
1570 * src/parse-gram.y:
1571
1572 * src/scan-gram.l: Add %dprec, %glr-parser, %merge.
1573
1574 * src/parse-gram.y: Grammar for %dprec, %merge, %glr-parser.
1575
1576 2002-06-27 Akim Demaille <akim@epita.fr>
1577
1578 * src/options.h, src/options.c: Remove.
1579 * src/getargs.c (short_options, long_options): New.
1580
1581 2002-06-27 Akim Demaille <akim@epita.fr>
1582
1583 * data/bison.simple, data/bison.c++: Rename as...
1584 * data/yacc.c, data/lalr1.cc: these.
1585 * doc/bison.texinfo (Environment Variables): Remove.
1586
1587 2002-06-25 Raja R Harinath <harinath@cs.umn.edu>
1588
1589 * src/getargs.c (report_argmatch): Initialize strtok().
1590
1591 2002-06-20 Akim Demaille <akim@epita.fr>
1592
1593 * data/bison.simple (b4_symbol_actions): New, replaces...
1594 (b4_symbol_destructor, b4_symbol_printer): these.
1595 (yysymprint): Be sure to call YYPRINT only for tokens, and using
1596 user token numbers.
1597
1598 2002-06-20 Akim Demaille <akim@epita.fr>
1599
1600 * data/bison.simple (yydestructor): Rename as...
1601 (yydestruct): this.
1602
1603 2002-06-20 Akim Demaille <akim@epita.fr>
1604
1605 * src/symtab.h, src/symtab.c (symbol_type_set)
1606 (symbol_destructor_set, symbol_precedence_set): The location is
1607 the last argument.
1608 Adjust all callers.
1609
1610 2002-06-20 Akim Demaille <akim@epita.fr>
1611
1612 * src/parse-gram.y (YYPRINT, yyprint): Don't mess with the parser
1613 internals.
1614 * src/reader.h, src/reader.c (grammar_current_rule_prec_set):
1615 Takes a location.
1616 * src/symtab.h, src/symtab.c (symbol_class_set)
1617 (symbol_user_token_number_set): Likewise.
1618 Adjust all callers.
1619 Promote complain_at.
1620 * tests/input.at (Type Clashes): Adjust.
1621
1622 2002-06-20 Akim Demaille <akim@epita.fr>
1623
1624 * data/bison.simple (YYLEX): Fix the declaration when
1625 %pure-parser.
1626
1627 2002-06-20 Akim Demaille <akim@epita.fr>
1628
1629 * data/bison.simple (yysymprint): Don't print the token number,
1630 just its name.
1631 * tests/actions.at (Destructors): Rename as...
1632 (Printers and Destructors): this.
1633 Also exercise %printer.
1634
1635 2002-06-20 Akim Demaille <akim@epita.fr>
1636
1637 * data/bison.simple (YYDSYMPRINT): New.
1638 Use it to remove many of the #if YYDEBUG/if (yydebug).
1639
1640 2002-06-20 Akim Demaille <akim@epita.fr>
1641
1642 * src/symtab.h, src/symtab.c (symbol_t): printer and
1643 printer_location are new members.
1644 (symbol_printer_set): New.
1645 * src/parse-gram.y (PERCENT_PRINTER): New token.
1646 Handle its associated rule.
1647 * src/scan-gram.l: Adjust.
1648 (handle_destructor_at, handle_destructor_dollar): Rename as...
1649 (handle_symbol_code_at, handle_symbol_code_dollar): these.
1650 * src/output.c (symbol_printers_output): New.
1651 (output_skeleton): Call it.
1652 * data/bison.simple (yysymprint): New. Cannot be named yyprint
1653 since there are already many grammar files with a user `yyprint'.
1654 Replace the calls to YYPRINT to calls to yysymprint.
1655 * tests/calc.at: Adjust.
1656 * tests/torture.at (AT_DATA_STACK_TORTURE): Remove YYPRINT: it was
1657 taking advantage of parser very internal details (stack size!).
1658
1659 2002-06-20 Akim Demaille <akim@epita.fr>
1660
1661 * src/scan-gram.l: Complete the scanner with the missing patterns
1662 to pacify Flex.
1663 Use `quote' and `symbol_tag_get' where appropriate.
1664
1665 2002-06-19 Akim Demaille <akim@epita.fr>
1666
1667 * tests/actions.at (Destructors): Augment to test locations.
1668 * data/bison.simple (yydestructor): Pass it the current location
1669 if locations are enabled.
1670 Prototype only when __STDC__ or C++.
1671 Change the argument names to move into the yy name space: there is
1672 user code here.
1673
1674 2002-06-19 Akim Demaille <akim@epita.fr>
1675
1676 * data/bison.simple (b4_pure_if): New.
1677 Use it instead of #ifdef YYPURE.
1678
1679 2002-06-19 Akim Demaille <akim@epita.fr>
1680
1681 * data/bison.simple (b4_location_if): New.
1682 Use it instead of #ifdef YYLSP_NEEDED.
1683
1684 2002-06-19 Akim Demaille <akim@epita.fr>
1685
1686 Prepare @$ in %destructor, but currently don't bind it in the
1687 skeleton, as %location use is not cleaned up yet.
1688
1689 * src/scan-gram.l (handle_dollar, handle_destructor_at)
1690 (handle_action_at): New.
1691 (handle_at, handle_action_dollar, handle_destructor_dollar): Take
1692 a braced_code_t and a location as additional arguments.
1693 (handle_destructor_dollar): Instead of requiring `b4_eval', just
1694 unquote one when outputting `b4_dollar_dollar'.
1695 Adjust callers.
1696 * data/bison.simple (b4_eval): Remove.
1697 (b4_symbol_destructor): Adjust.
1698 * tests/input.at (Invalid @n): Adjust.
1699
1700 2002-06-19 Zack Weinberg <zack@codesourcery.com>
1701
1702 * doc/bison.texinfo: Document ability to have multiple
1703 prologue sections.
1704
1705 2002-06-18 Akim Demaille <akim@epita.fr>
1706
1707 * src/files.c (compute_base_names): When computing the output file
1708 names from the input file name, strip the directory part.
1709
1710 2002-06-18 Akim Demaille <akim@epita.fr>
1711
1712 * data/bison.simple.new: Comment changes.
1713 Reported by Andreas Schwab.
1714
1715 2002-06-18 Matt Kraai <kraai@alumni.cmu.edu>
1716
1717 * data/bison.simple (yyoverflowlab): #ifndef yyoverflow, so that
1718 there are no `label `yyoverflowlab' defined but not used' warnings
1719 when yyoverflow is defined.
1720
1721 2002-06-18 Akim Demaille <akim@epita.fr>
1722
1723 * src/symtab.h, src/symtab.c (symbol_t): destructor_location is a
1724 new member.
1725 (symbol_destructor_set): Adjust.
1726 * src/output.c (symbol_destructors_output): Output the destructor
1727 locations.
1728 Output the symbol name.
1729 * data/bison.simple (b4_symbol_destructor): Adjust.
1730
1731 2002-06-18 Cris Bailiff <c.bailiff@awayweb.com>
1732 and Akim Demaille <akim@epita.fr>
1733
1734 * data/bison.simple.new (yyerrlab1): Be sure to pop and destroy
1735 what's left on the stack when the error recovery hits EOF.
1736 * tests/actions.at (Destructors): Complete to exercise this case.
1737
1738 2002-06-17 Akim Demaille <akim@epita.fr>
1739
1740 * data/m4sugar/m4sugar.m4 (m4_map): Recognize when the list of
1741 arguments is really empty, not only equal to `[]'.
1742 * src/symtab.h, src/symtab.c (symbol_t): `destructor' is a new
1743 member.
1744 (symbol_destructor_set): New.
1745 * src/output.c (symbol_destructors_output): New.
1746 * src/reader.h (brace_code_t, current_braced_code): New.
1747 * src/scan-gram.l (BRACED_CODE): Use it to branch on...
1748 (handle_dollar): Rename as...
1749 (handle_action_dollar): this.
1750 (handle_destructor_dollar): New.
1751 * src/parse-gram.y (PERCENT_DESTRUCTOR): New.
1752 (grammar_declaration): Use it.
1753 * data/bison.simple (yystos): Is always defined.
1754 (yydestructor): New.
1755 * tests/actions.at (Destructors): New.
1756 * tests/calc.at (_AT_CHECK_CALC_ERROR): Don't rely on egrep.
1757
1758 2002-06-17 Akim Demaille <akim@epita.fr>
1759
1760 * src/symlist.h, src/symlist.c (symbol_list_length): New.
1761 * src/scan-gram.l (handle_dollar, handle_at): Compute the
1762 rule_length only when needed.
1763 * src/output.c (actions_output, token_definitions_output): Output
1764 the full M4 block.
1765 * src/symtab.c: Don't access directly to the symbol tag, use
1766 symbol_tag_get.
1767 * src/parse-gram.y: Use symbol_list_free.
1768
1769 2002-06-17 Akim Demaille <akim@epita.fr>
1770
1771 * src/reader.h, src/reader.c (symbol_list, symbol_list_new)
1772 (symbol_list_prepend, get_type_name): Move to...
1773 * src/symlist.h, src/symlist.c (symbol_list_t, symbol_list_new)
1774 (symbol_list_prepend, symbol_list_n_type_name_get): here.
1775 Adjust all callers.
1776 (symbol_list_free): New.
1777 * src/scan-gram.l (handle_dollar): Takes a location.
1778 * tests/input.at (Invalid $n): Adjust.
1779
1780 2002-06-17 Akim Demaille <akim@epita.fr>
1781
1782 * src/reader.h, src/reader.c (symbol_list_new): Export it.
1783 (symbol_list_prepend): New.
1784 * src/parse-gram.y (%union): `list' is a new member.
1785 (symbols.1): New, replaces...
1786 (terms_to_prec.1, nterms_to_type.1): these.
1787 * src/symtab.h, src/symtab.c (symbol_type_set, symbol_precedence_set)
1788 Take a location as additional argument.
1789 Adjust all callers.
1790
1791 2002-06-15 Akim Demaille <akim@epita.fr>
1792
1793 * src/parse-gram.y: Move %token in the declaration section so that
1794 we don't depend upon CVS Bison.
1795
1796 2002-06-15 Akim Demaille <akim@epita.fr>
1797
1798 * src/state.h, src/state.c (state_rule_lookaheads_print): New.
1799 * src/print.c (print_core): Use it.
1800
1801 2002-06-15 Akim Demaille <akim@epita.fr>
1802
1803 * src/conflicts.c (log_resolution): Accept the rule involved in
1804 the sr conflicts instead of the lookahead number that points to
1805 that rule.
1806 (flush_reduce): Accept the current lookahead vector as argument,
1807 instead of the index in LA.
1808 (resolve_sr_conflict): Accept the current number of lookahead
1809 bitset to consider for the STATE, instead of the index in LA.
1810 (set_conflicts): Adjust.
1811 * src/lalr.c, src/lalr.h, src/state.h: Comment changes.
1812
1813 2002-06-15 Akim Demaille <akim@epita.fr>
1814
1815 * src/state.h (state_t): Replace the `lookaheadsp' member, a
1816 short, with `lookaheads' (bitsetv), `lookaheads_rule' (rule_t**).
1817 Adjust all dependencies.
1818 * src/lalr.c (initialize_lookaheads): Split into...
1819 (states_lookaheads_count, states_lookaheads_initialize): these.
1820 (lalr): Adjust.
1821
1822 2002-06-15 Akim Demaille <akim@epita.fr>
1823
1824 * src/gram.h, src/gram.c (grammar_rules_partial_print): New, eved
1825 out of...
1826 (grammar_rules_print): here.
1827 * src/reduce.c (reduce_output): Use it.
1828 * tests/reduce.at (Useless Rules, Reduced Automaton)
1829 (Underivable Rules): Adjust.
1830
1831 2002-06-15 Akim Demaille <akim@epita.fr>
1832
1833 Copy BYacc's nice way to report the grammar.
1834
1835 * src/gram.h, src/gram.c (grammar_rhs_print, grammar_rules_print):
1836 New.
1837 Don't print the rules' location, it is confusing and useless.
1838 (rule_print): Use grammar_rhs_print.
1839 * src/print.c (print_grammar): Use grammar_rules_print.
1840
1841 2002-06-15 Akim Demaille <akim@epita.fr>
1842
1843 Complete and rationalize `useless thing' warnings.
1844
1845 * src/symtab.h, src/symtab.c (symbol_tag_get, symbol_tag_get_n)
1846 (symbol_tag_print): New.
1847 Use them everywhere in place of accessing directly the tag member.
1848 * src/gram.h, src/gram.c (rule_print): New.
1849 Use it where a rule used to be printed `by hand'.
1850 * src/reduce.c (nonterminals_reduce): Report the use nonterminals.
1851 (reduce_grammar_tables): Report the useless rules.
1852 (reduce_print): Useless things are a warning, not an error.
1853 Report it as such.
1854 * tests/reduce.at (Useless Nonterminals, Useless Rules):
1855 (Reduced Automaton, Underivable Rules): Adjust.
1856 * tests/regression.at (Web2c Report, Web2c Report): Adjust.
1857 * tests/conflicts.at (Unresolved SR Conflicts)
1858 (Solved SR Conflicts): Adjust.
1859
1860 2002-06-15 Akim Demaille <akim@epita.fr>
1861
1862 Let symbols have a location.
1863
1864 * src/symtab.h, src/symtab.c (symbol_t): Location is a new member.
1865 (getsym): Adjust.
1866 Adjust all callers.
1867 * src/complain.h, src/complain.c (complain_at, fatal_at, warn_at):
1868 Use location_t, not int.
1869 * src/symtab.c (symbol_check_defined): Take advantage of the
1870 location.
1871 * tests/regression.at (Invalid inputs): Adjust.
1872
1873 2002-06-15 Akim Demaille <akim@epita.fr>
1874
1875 * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.
1876 (input): Don't try to initialize yylloc here, do it in the
1877 scanner.
1878 * src/scan-gram.l (YY_USER_INIT): Initialize yylloc.
1879 * src/gram.h (rule_t): Change line and action_line into location
1880 and action_location, of location_t type.
1881 Adjust all dependencies.
1882 * src/location.h, src/location.c (empty_location): New.
1883 * src/reader.h, src/reader.c (grammar_start_symbol_set)
1884 (grammar_symbol_append, grammar_rule_begin, grammar_rule_end)
1885 (grammar_current_rule_symbol_append)
1886 (grammar_current_rule_action_append): Expect a location as argument.
1887 * src/reader.c (grammar_midrule_action): Adjust to attach an
1888 action's location as dummy symbol location.
1889 * src/symtab.h, src/symtab.c (startsymbol_location): New.
1890 * tests/regression.at (Web2c Report, Rule Line Numbers): Adjust
1891 the line numbers.
1892
1893 2002-06-14 Akim Demaille <akim@epita.fr>
1894
1895 Grammar declarations may be found in the grammar section.
1896
1897 * src/parse-gram.y (rules_or_grammar_declaration): New.
1898 (declarations): Each declaration may end with a semicolon, not
1899 just...
1900 (grammar_declaration): `"%union"'.
1901 (grammar): Branch to rules_or_grammar_declaration.
1902
1903 2002-06-14 Akim Demaille <akim@epita.fr>
1904
1905 * src/main.c (main): Invoke scanner_free.
1906
1907 2002-06-14 Akim Demaille <akim@epita.fr>
1908
1909 * src/output.c (m4_invoke): Extracted from...
1910 (output_skeleton): here.
1911 Free tempfile.
1912
1913 2002-06-14 Akim Demaille <akim@epita.fr>
1914
1915 * src/parse-gram.y (directives, directive, gram)
1916 (grammar_directives, precedence_directives, precedence_directive):
1917 Rename as...
1918 (declarations, declaration, grammar, grammar_declaration)
1919 (precedence_declaration, precedence_declarator): these.
1920 (symbol_declaration): New.
1921
1922 2002-06-14 Akim Demaille <akim@epita.fr>
1923
1924 * src/files.c (action_obstack): Remove, unused.
1925 (output_obstack): Remove it, and all its dependencies, as it is no
1926 longer needed.
1927 * src/reader.c (epilogue_set): Build the epilogue in the
1928 muscle_obstack.
1929 * src/output.h, src/output.c (muscle_obstack): Move to...
1930 * src/muscle_tab.h, src/muscle_tab.h: here.
1931 (muscle_init): Initialize muscle_obstack.
1932 (muscle_free): New.
1933 * src/main.c (main): Call it.
1934
1935 2002-06-14 Akim Demaille <akim@epita.fr>
1936
1937 * src/location.h: New, extracted from...
1938 * src/reader.h: here.
1939 * src/Makefile.am (noinst_HEADERS): Merge into
1940 (bison_SOURCES): this.
1941 Add location.h.
1942 * src/parse-gram.y: Use location_t instead of Bison's.
1943 * src/reader.h, src/reader.c (prologue_augment, epilogue_set):
1944 Use location_t instead of ints.
1945
1946 2002-06-14 Akim Demaille <akim@epita.fr>
1947
1948 * data/bison.simple, data/bison.c++: Be sure to restore the
1949 current #line when returning to the skeleton contents after having
1950 exposed the input file's #line.
1951
1952 2002-06-12 Akim Demaille <akim@epita.fr>
1953
1954 * src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*>', it is too
1955 eager.
1956 * tests/actions.at (Exotic Dollars): New.
1957
1958 2002-06-12 Akim Demaille <akim@epita.fr>
1959
1960 * src/scan-gram.l (SC_PROLOGUE): Don't eat characters amongst
1961 ['"/] too eagerly.
1962 * tests/input.at (Torturing the Scanner): New.
1963
1964 2002-06-11 Akim Demaille <akim@epita.fr>
1965
1966 * src/scan-gram.l (YY_OBS_INIT): Remove, replace with...
1967 [SC_COMMENT,SC_STRING,SC_CHARACTER,SC_BRACED_CODE,SC_PROLOGUE]
1968 [SC_EPILOGUE]: Output the quadrigraphs only when not in a comment.
1969 * src/reader.h, src/scan-gram.l (scanner_initialize): this.
1970 * src/reader.c (reader): Use it.
1971
1972 2002-06-11 Akim Demaille <akim@epita.fr>
1973
1974 * src/scan-gram.l (YY_OBS_FINISH): Don't set yylval.
1975 Adjust all callers.
1976 (scanner_last_string_free): New.
1977
1978 2002-06-11 Akim Demaille <akim@epita.fr>
1979
1980 * src/scan-gram.l (YY_INIT, YY_GROW, YY_FINISH): Rename as...
1981 (YY_OBS_INIT, YY_OBS_GROW, YY_OBS_FINISH): these.
1982 (last_string, YY_OBS_FREE): New.
1983 Use them when returning an ID.
1984
1985 2002-06-11 Akim Demaille <akim@epita.fr>
1986
1987 Have Bison grammars parsed by a Bison grammar.
1988
1989 * src/reader.c, src/reader.h (prologue_augment): New.
1990 * src/reader.c (copy_definition): Remove.
1991
1992 * src/reader.h, src/reader.c (gram_start_symbol_set, prologue_augment)
1993 (grammar_symbol_append, grammar_rule_begin, grammar_midrule_action)
1994 (grammar_current_rule_prec_set, grammar_current_rule_check)
1995 (grammar_current_rule_symbol_append)
1996 (grammar_current_rule_action_append): Export.
1997 * src/parse-gram.y (symbol_list_new, symbol_list_symbol_append_
1998 (symbol_list_action_append): Remove.
1999 Hook the routines from reader.
2000 * src/scan-gram.l: In INITIAL, characters and strings are tokens.
2001 * src/system.h (ATTRIBUTE_NORETURN, ATTRIBUTE_UNUSED): Now.
2002
2003 * src/reader.c (read_declarations): Remove, unused.
2004
2005 * src/parse-gram.y: Handle the epilogue.
2006 * src/reader.h, src/reader.c (gram_start_symbol_set): Rename as...
2007 (grammar_start_symbol_set): this.
2008 * src/scan-gram.l: Be sure to ``use'' yycontrol to keep GCC quiet.
2009 * src/reader.c (readgram): Remove, unused.
2010 (reader): Adjust to insert eoftoken and axiom where appropriate.
2011
2012 * src/reader.c (copy_dollar): Replace with...
2013 * src/scan-gram.h (handle_dollar): this.
2014 * src/parse-gram.y: Remove `%thong'.
2015
2016 * src/reader.c (copy_at): Replace with...
2017 * src/scan-gram.h (handle_at): this.
2018
2019 * src/complain.h, src/complain.c (warn_at, complain_at, fatal_at):
2020 New.
2021
2022 * src/scan-gram.l (YY_LINES): Keep lineno synchronized for the
2023 time being.
2024
2025 * src/reader.h, src/reader.c (grammar_rule_end): New.
2026
2027 * src/parse.y (current_type, current_class): New.
2028 Implement `%nterm', `%token' support.
2029 Merge `%term' into `%token'.
2030 (string_as_id): New.
2031 * src/symtab.h, src/symtab.c (symbol_make_alias): Don't pass the
2032 type name.
2033
2034 * src/parse-gram.y: Be sure to handle properly the beginning of
2035 rules.
2036
2037 * src/parse-gram.y: Handle %type.
2038 * src/reader.c (grammar_rule_end): Call grammar_current_rule_check.
2039
2040 * src/parse-gram.y: More directives support.
2041 * src/options.c: No longer handle source directives.
2042
2043 * src/parse-gram.y: Fix %output.
2044
2045 * src/parse-gram.y: Handle %union.
2046 Use the prologue locations.
2047 * src/reader.c (parse_union_decl): Remove.
2048
2049 * src/reader.h, src/reader.c (epilogue_set): New.
2050 * src/parse-gram.y: Use it.
2051
2052 * data/bison.simple, data/bison.c++: b4_stype is now either not
2053 defined, then default to int, or to the contents of %union,
2054 without `union' itself.
2055 Adjust.
2056 * src/muscle_tab.c (muscle_init): Don't predefine `stype'.
2057
2058 * src/output.c (actions_output): Don't output braces, as they are
2059 already handled by the scanner.
2060
2061 * src/scan-gram.l (SC_CHARACTER): Set the user_token_number of
2062 characters to themselves.
2063
2064 * tests/reduce.at (Reduced Automaton): End the grammars with %% so
2065 that the epilogue has a proper #line.
2066
2067 * src/parse-gram.y: Handle precedence/associativity.
2068
2069 * src/symtab.c (symbol_precedence_set): Requires the symbol to be
2070 a terminal.
2071 * src/scan-gram.l (SC_BRACED_CODE): Catch strings and characters.
2072 * tests/calc.at: Do not use `%token "foo"' as it makes not sense
2073 at all to define terminals that cannot be emitted.
2074
2075 * src/scan-gram.l: Escape M4 characters.
2076
2077 * src/scan-gram.l: Working properly with escapes in user
2078 strings/characters.
2079
2080 * tests/torture.at (AT_DATA_TRIANGULAR_GRAMMAR)
2081 (AT_DATA_HORIZONTAL_GRAMMAR): Respect the `%token ID NUM STRING'
2082 grammar.
2083 Use more modest sizes, as for the time being the parser does not
2084 release memory, and therefore the process swallows a huge amount
2085 of memory.
2086
2087 * tests/torture.at (AT_DATA_LOOKAHEADS_GRAMMAR): Adjust to the
2088 stricter %token grammar.
2089
2090 * src/symtab.h (associativity): Add `undef_assoc'.
2091 (symbol_precedence_set): Do nothing when passed an undef_assoc.
2092 * src/symtab.c (symbol_check_alias_consistence): Adjust.
2093
2094 * tests/regression.at (Invalid %directive): Remove, as it is now
2095 meaningless.
2096 (Invalid inputs): Adjust to the new error messages.
2097 (Token definitions): The new grammar doesn't allow too many
2098 eccentricities.
2099
2100 * src/lex.h, src/lex.c: Remove.
2101 * src/reader.c (lastprec, skip_to_char, read_signed_integer)
2102 (copy_character, copy_string2, copy_string, copy_identifier)
2103 (copy_comment, parse_token_decl, parse_type_decl, parse_assoc_decl)
2104 (parse_muscle_decl, parse_dquoted_param, parse_skel_decl)
2105 (parse_action): Remove.
2106 * po/POTFILES.in: Adjust.
2107
2108 2002-06-11 Akim Demaille <akim@epita.fr>
2109
2110 * src/reader.c (parse_action): Don't store directly into the
2111 rule's action member: return the action as a string.
2112 Don't require `rule_length' as an argument: compute it.
2113 (grammar_current_rule_symbol_append)
2114 (grammar_current_rule_action_append): New, eved out from
2115 (readgram): here.
2116 Remove `action_flag', `rulelength', unused now.
2117
2118 2002-06-11 Akim Demaille <akim@epita.fr>
2119
2120 * src/reader.c (grammar_current_rule_prec_set).
2121 (grammar_current_rule_check): New, eved out from...
2122 (readgram): here.
2123 Remove `xaction', `first_rhs': useless.
2124 * tests/input.at (Type clashes): New.
2125 * tests/existing.at (GNU Cim Grammar): Adjust.
2126
2127 2002-06-11 Akim Demaille <akim@epita.fr>
2128
2129 * src/reader.c (grammar_midrule_action): New, Eved out from
2130 (readgram): here.
2131
2132 2002-06-11 Akim Demaille <akim@epita.fr>
2133
2134 * src/reader.c (grammar_rule_begin, previous_rule, current_rule):
2135 New.
2136 (readgram): Use them as replacement of inlined code, crule and
2137 crule1.
2138
2139 2002-06-11 Akim Demaille <akim@epita.fr>
2140
2141 * src/reader.c (grammar_end, grammar_symbol_append): New.
2142 (readgram): Use them.
2143 Make the use of `p' as local as possible.
2144
2145 2002-06-10 Akim Demaille <akim@epita.fr>
2146
2147 GCJ's parser requires the tokens to be defined before the prologue.
2148
2149 * data/bison.simple: Output the token definition before the user's
2150 prologue.
2151 * tests/regression.at (Braces parsing, Duplicate string)
2152 (Mixing %token styles): Check the output from bison.
2153 (Early token definitions): New.
2154
2155 2002-06-10 Akim Demaille <akim@epita.fr>
2156
2157 * src/symtab.c (symbol_user_token_number_set): Don't complain when
2158 assigning twice the same user number to a token, so that we can
2159 use it in...
2160 * src/lex.c (lex): here.
2161 Also use `symbol_class_set' instead of hand written code.
2162 * src/reader.c (parse_assoc_decl): Likewise.
2163
2164 2002-06-10 Akim Demaille <akim@epita.fr>
2165
2166 * src/symtab.c, src/symtab.c (symbol_class_set)
2167 (symbol_user_token_number_set): New.
2168 * src/reader.c (parse_token_decl): Use them.
2169 Use a switch instead of ifs.
2170 Use a single argument.
2171
2172 2002-06-10 Akim Demaille <akim@epita.fr>
2173
2174 Remove `%thong' support as it is undocumented, unused, duplicates
2175 `%token's job, and creates useless e-mail traffic with people who
2176 want to know what it is, why it is undocumented, unused, and
2177 duplicates `%token's job.
2178
2179 * src/reader.c (parse_thong_decl): Remove.
2180 * src/options.c (option_table): Remove "thong".
2181 * src/lex.h (tok_thong): Remove.
2182
2183 2002-06-10 Akim Demaille <akim@epita.fr>
2184
2185 * src/symtab.c, src/symtab.c (symbol_type_set)
2186 (symbol_precedence_set): New.
2187 * src/reader.c (parse_type_decl, parse_assoc_decl): Use them.
2188 (value_components_used): Remove, unused.
2189
2190 2002-06-09 Akim Demaille <akim@epita.fr>
2191
2192 Move symbols handling code out of the reader.
2193
2194 * src/reader.h, src/reader.c (errtoken, undeftoken, eoftoken)
2195 (axiom): Move to...
2196 * src/symtab.h, src/symtab.c: here.
2197
2198 * src/gram.c (start_symbol): Remove: use startsymbol->number.
2199 * src/reader.c (startval): Rename as...
2200 * src/symtab.h, src/symtab.c (startsymbol): this.
2201 * src/reader.c: Adjust.
2202
2203 * src/reader.c (symbol_check_defined, symbol_make_alias)
2204 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
2205 (token_translations_init)
2206 Move to...
2207 * src/symtab.c: here.
2208 * src/reader.c (packsymbols): Move to...
2209 * src/symtab.h, src/symtab.c (symbols_pack): here.
2210 * src/symtab.h, src/symtab.c (symbol_make_alias): Takes SYMVAL as
2211 argument.
2212
2213 2002-06-03 Akim Demaille <akim@epita.fr>
2214
2215 * src/muscle_tab.c (muscle_insert, muscle_find): Declarations,
2216 then statements.
2217
2218 2002-06-03 Akim Demaille <akim@epita.fr>
2219
2220 * src/muscle_tab.c (muscle_find, muscle_insert): Don't initialize
2221 structs with non literals.
2222 * src/scan-skel.l: never-interactive.
2223 * src/conflicts.c (enum conflict_resolution_e): No trailing
2224 comma.
2225 * src/getargs.c (usage): Split long literal strings.
2226 Reported by Hans Aberg.
2227
2228 2002-05-28 Akim Demaille <akim@epita.fr>
2229
2230 * data/bison.c++: Use C++ ostreams.
2231 (cdebug_): New member.
2232
2233 2002-05-28 Akim Demaille <akim@epita.fr>
2234
2235 * src/output.c (output_skeleton): Be sure to allocate enough room
2236 for `/' _and_ for `\0' in full_skeleton.
2237
2238 2002-05-28 Akim Demaille <akim@epita.fr>
2239
2240 * data/bison.c++: Catch up with bison.simple:
2241 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
2242 and Paul Eggert <eggert@twinsun.com>: `error' handing.
2243 2002-05-26 Akim Demaille <akim@epita.fr>: stos_, token_number_,
2244 and popping traces.
2245
2246 2002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
2247
2248 * src/output.c (output_skeleton): Put an explicit path in front of
2249 the skeleton file name, rather than relying on the -I directory,
2250 to partially alleviate effects of having a skeleton file lying around
2251 in the current directory.
2252
2253 2002-05-27 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
2254
2255 * src/conflicts.c (log_resolution): Correct typo:
2256 obstack_printf should be obstack_fgrow1.
2257
2258 2002-05-26 Akim Demaille <akim@epita.fr>
2259
2260 * src/state.h (state_t): `solved_conflicts' is a new member.
2261 * src/LR0.c (new_state): Set it to 0.
2262 * src/conflicts.h, src/conflicts.c (print_conflicts)
2263 (free_conflicts, solve_conflicts): Rename as...
2264 (conflicts_print, conflicts_free, conflicts_solve): these.
2265 Adjust callers.
2266 * src/conflicts.c (enum conflict_resolution_e)
2267 (solved_conflicts_obstack): New, used by...
2268 (log_resolution): this.
2269 Adjust to attach the conflict resolution to each state.
2270 Complete the description with the precedence/associativity
2271 information.
2272 (resolve_sr_conflict): Adjust.
2273 * src/print.c (print_state): Output its solved_conflicts.
2274 * tests/conflicts.at (Unresolved SR Conflicts)
2275 (Solved SR Conflicts): Exercise --report=all.
2276
2277 2002-05-26 Akim Demaille <akim@epita.fr>
2278
2279 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
2280 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
2281 * src/reader.c, src/reduce.c, src/state.h, src/symtab.h
2282 (token_number_t, item_number_as_token_number)
2283 (token_number_as_item_number, muscle_insert_token_number_table):
2284 Rename as...
2285 (symbol_number_t, item_number_as_symbol_number)
2286 (symbol_number_as_item_number, muscle_insert_symbol_number_table):
2287 these, since it is more appropriate.
2288
2289 2002-05-26 Akim Demaille <akim@epita.fr>
2290
2291 * tests/calc.at (AT_CHECK_CALC): Adjust: there are now additional
2292 `Error:' lines.
2293 * data/bison.simple (yystos) [YYDEBUG]: New.
2294 (yyparse) [YYDEBUG]: Display the symbols which are popped during
2295 error recovery.
2296 * tests/regression.at (Web2c Actions): Adjust: yystos is output now.
2297
2298 2002-05-25 Akim Demaille <akim@epita.fr>
2299
2300 * doc/bison.texinfo (Debugging): Split into...
2301 (Tracing): this new section, its former contents, and...
2302 (Understanding): this new section.
2303 * src/getargs.h, src/getargs.c (verbose_flag): Remove, replaced
2304 by...
2305 (report_flag): this.
2306 Adjust all dependencies.
2307 (report_args, report_types, report_argmatch): New.
2308 (usage, getargs): Report/support -r, --report.
2309 * src/options.h
2310 (struct option_table_struct): Rename as..,
2311 (struct option_table_s): this.
2312 Rename the `set_flag' member to `flag' to match with getopt_long's
2313 struct.
2314 * src/options.c (option_table): Split verbose into an entry for
2315 %verbose, and another for --verbose.
2316 Support --report/-r, so remove -r from the obsolete --raw.
2317 * src/print.c: Attach full item sets and lookaheads reports to
2318 report_flag instead of trace_flag.
2319 * lib/argmatch.h, lib/argmatch.c: New, from Fileutils 4.1.
2320
2321 2002-05-24 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
2322 and Paul Eggert <eggert@twinsun.com>
2323
2324 * data/bison.simple (yyparse): Correct error handling to conform to
2325 POSIX and yacc. Specifically, after syntax error is discovered,
2326 do not reduce further before shifting the error token.
2327 Clean up the code a bit by removing the labels yyerrdefault,
2328 yyerrhandle, yyerrpop.
2329 * NEWS: Document the above.
2330
2331 2002-05-20 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
2332
2333 * data/bison.simple (yyr1): Don't use yy_token_number_type as element
2334 type; it isn't always big enough, since it doesn't necessarily
2335 include non-terminals.
2336 (yytranslate): Expand definition of yy_token_number_type, so that
2337 the latter can be removed.
2338 (yy_token_number_type): Remove, only one use.
2339 * data/bison.c++ (r1_): Parallel change to yyr1 in bison.simple---
2340 don't use TokenNumberType as element type.
2341
2342 * tests/regression.at: Modify expected output to agree with change
2343 to yyr1 and yytranslate.
2344
2345 2002-05-13 Florian Krohm <florian@edamail.fishkill.ibm.com>
2346
2347 * src/reader.c (parse_action): Use copy_character instead of
2348 obstack_1grow.
2349
2350 2002-05-13 Akim Demaille <akim@epita.fr>
2351
2352 * tests/regression.at (Token definitions): Prototype yylex and
2353 yyerror.
2354
2355 2002-05-12 Paul Hilfinger <Hilfinger@CS.Berkeley.EDU>
2356
2357 * src/scan-skel.l: Correct off-by-one error in handling of __oline__.
2358 * data/bison.simple (b4_sint_type, b4_uint_type): Correct to reflect
2359 32-bit arithmetic.
2360 * data/bison.c++ (b4_sint_type, b4_uint_type): Ditto.
2361
2362 2002-05-07 Akim Demaille <akim@epita.fr>
2363
2364 * tests/synclines.at: Be sure to prototype yylex and yyerror to
2365 avoid GCC warnings.
2366
2367 2002-05-07 Akim Demaille <akim@epita.fr>
2368
2369 Kill GCC warnings.
2370
2371 * src/reduce.c (nonterminals_reduce): Don't loop over RITEM: loop
2372 over the RHS of each rule.
2373 * src/gram.h, src/gram.c (nritems): Is `unsigned int', not int.
2374 * src/state.h (state_t): Member `nitems' is unsigned short.
2375 * src/LR0.c (get_state): Adjust.
2376 * src/reader.c (packgram): Likewise.
2377 * src/output.c (GENERATE_MUSCLE_INSERT_TABLE): `max' is of type
2378 `Type'.
2379 (muscle_insert_int_table): Remove, unused.
2380 (prepare_rules): Remove `max'.
2381
2382 2002-05-06 Akim Demaille <akim@epita.fr>
2383
2384 * src/closure.c (print_firsts): Display of the symbol tags.
2385 (bitmatrix_print): Move to...
2386 * lib/bitsetv-print.h, lib/bitsetv-print.c (bitsetv_matrix_dump):
2387 here.
2388 * tests/sets.at (Nullable, Broken Closure, Firsts): Adjust.
2389
2390 2002-05-06 Akim Demaille <akim@epita.fr>
2391
2392 * src/muscle_tab.c (muscle_m4_output): Must return TRUE for
2393 hash_do_for_each.
2394
2395 2002-05-06 Akim Demaille <akim@epita.fr>
2396
2397 * src/LR0.c (new_state, get_state): Instead of using the global
2398 `kernel_size' and `kernel_base', have two new arguments:
2399 `core_size' and `core'.
2400 Adjust callers.
2401
2402 2002-05-06 Akim Demaille <akim@epita.fr>
2403
2404 * src/reader.c (packgram): No longer end `ritem' with a 0
2405 sentinel: it is not used.
2406
2407 2002-05-05 Akim Demaille <akim@epita.fr>
2408
2409 New experimental feature: display the lookaheads in the report and
2410 graph.
2411
2412 * src/print (print_core): When --trace-flag, display the rules
2413 lookaheads.
2414 * src/print_graph.c (print_core): Likewise.
2415 Swap the arguments.
2416 Adjust caller.
2417
2418 2002-05-05 Akim Demaille <akim@epita.fr>
2419
2420 * tests/torture.at (Many lookaheads): New test.
2421
2422 2002-05-05 Akim Demaille <akim@epita.fr>
2423
2424 * src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
2425 (GENERATE_MUSCLE_INSERT_TABLE): this.
2426 (output_int_table, output_unsigned_int_table, output_short_table)
2427 (output_token_number_table, output_item_number_table): Replace with...
2428 (muscle_insert_int_table, muscle_insert_unsigned_int_table)
2429 (muscle_insert_short_table, muscle_insert_token_number_table)
2430 (muscle_insert_item_number_table): these.
2431 Adjust all callers.
2432 (prepare_tokens): Don't free `translations', since...
2433 * src/reader.h, src/reader.c (grammar_free): do it.
2434 Move to...
2435 * src/gram.h, src/gram.c (grammar_free): here.
2436 * data/bison.simple, data/bison.c++: b4_token_number_max is now
2437 b4_translate_max.
2438
2439 2002-05-05 Akim Demaille <akim@epita.fr>
2440
2441 * src/output.c (output_unsigned_int_table): New.
2442 (prepare_rules): `i' is unsigned.
2443 `prhs', `rline', `r2' are unsigned int.
2444 Rename muscle `rhs_number_max' as `rhs_max'.
2445 Output muscles `prhs_max', `rline_max', and `r2_max'.
2446 Free rline and r1.
2447 * data/bison.simple, data/bison.c++: Adjust to use these muscles
2448 to compute types instead of constant types.
2449 * tests/regression.at (Web2c Actions): Adjust.
2450
2451 2002-05-04 Akim Demaille <akim@epita.fr>
2452
2453 * src/symtab.h (SALIAS, SUNDEF): Rename as...
2454 (USER_NUMBER_ALIAS, USER_NUMBER_UNDEFINED): these.
2455 Adjust dependencies.
2456 * src/output.c (token_definitions_output): Be sure not to output a
2457 `#define 'a'' when fed with `%token 'a' "a"'.
2458 * tests/regression.at (Token definitions): New.
2459
2460 2002-05-03 Paul Eggert <eggert@twinsun.com>
2461
2462 * data/bison.simple (b4_token_defines): Also define YYTOKENTYPE
2463 for K&R C.
2464
2465 2002-05-03 gettextize <bug-gnu-gettext@gnu.org>
2466
2467 * Makefile.am (SUBDIRS): Remove intl.
2468 (EXTRA_DIST): Add config/config.rpath.
2469
2470 2002-05-03 Akim Demaille <akim@epita.fr>
2471
2472 * data/bison.simple (m4_if): Don't output empty enums.
2473 And actually, output valid enum definitions :(.
2474
2475 2002-05-03 Akim Demaille <akim@epita.fr>
2476
2477 * configure.bat: Remove, completely obsolete.
2478 * Makefile.am (EXTRA_DIST): Adjust.
2479 Don't distribute config.rpath...
2480 * config/Makefile.am (EXTRA_DIST): Do it.
2481
2482 2002-05-03 Akim Demaille <akim@epita.fr>
2483
2484 * configure.in (GETTEXT_VERSION): New.
2485 Suggested by Bruno Haible for the forthcoming Gettext 0.10.3.
2486
2487 2002-05-03 Akim Demaille <akim@epita.fr>
2488
2489 * data/bison.simple (b4_token_enum): New.
2490 (b4_token_defines): Use it to output tokens both as #define and
2491 enums.
2492 Suggested by Paul Eggert.
2493 * src/output.c (token_definitions_output): Don't output spurious
2494 white spaces.
2495
2496 2002-05-03 Akim Demaille <akim@epita.fr>
2497
2498 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
2499
2500 2002-05-02 Robert Anisko <robert@lrde.epita.fr>
2501
2502 * data/bison.c++: Adapt expansion of $s and @s to the C++ parser.
2503 Update the stack class, give a try to deque as the default container.
2504
2505 2002-05-02 Akim Demaille <akim@epita.fr>
2506
2507 * data/bison.simple (yyparse): Do not implement @$ = @1.
2508 (YYLLOC_DEFAULT): Adjust to do it.
2509 * doc/bison.texinfo (Location Default Action): Fix.
2510
2511 2002-05-02 Akim Demaille <akim@epita.fr>
2512
2513 * src/reader.c (parse_braces): Merge into...
2514 (parse_action): this.
2515
2516 2002-05-02 Akim Demaille <akim@epita.fr>
2517
2518 * configure.in (ALL_LINGUAS): Remove.
2519 * po/LINGUAS, hr.po: New.
2520
2521 2002-05-02 Akim Demaille <akim@epita.fr>
2522
2523 Remove the so called hairy (semantic) parsers.
2524
2525 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove.
2526 * src/gram.h, src/gram.c (semantic_parser): Remove.
2527 (rule_t): Remove the guard and guard_line members.
2528 * src/lex.h (token_t): remove tok_guard.
2529 * src/options.c (option_table): Remove %guard and %semantic_parser
2530 support.
2531 * src/output.c, src/output.h (guards_output): Remove.
2532 (prepare): Adjust.
2533 (token_definitions_output): Don't output the `T'
2534 tokens (???).
2535 (output_skeleton): Don't output the guards.
2536 * src/files.c, src/files.c (attrsfile): Remove.
2537 * src/reader.c (symbol_list): Remove the guard and guard_line
2538 members.
2539 Adjust dependencies.
2540 (parse_guard): Remove.
2541 * data/bison.hairy: Remove.
2542 * doc/bison.texinfo (Environment Variables): Remove occurrences of
2543 BISON_HAIRY.
2544
2545 2002-05-02 Akim Demaille <akim@epita.fr>
2546
2547 * src/reader.c (copy_at, copy_dollarm parse_braces, parse_action)
2548 (parse_guard): Rename the formal argument `stack_offset' as
2549 `rule_length', which is more readable.
2550 Adjust callers.
2551 (copy_at, copy_dollar): Instead of outputting the hard coded
2552 values of $$, $n and so forth, output invocation to b4_lhs_value,
2553 b4_lhs_location, b4_rhs_value, and b4_rhs_location.
2554 Note: this patch partially drops `semantic-parser' support: it
2555 always does `rule_length - n', where semantic parsers ought to
2556 always use `-n'.
2557 * data/bison.simple, data/bison.c++ (b4_lhs_value)
2558 (b4_lhs_location, b4_rhs_value, and b4_rhs_location: New.
2559
2560 2002-05-02 Akim Demaille <akim@epita.fr>
2561
2562 * configure.in (AC_INIT): Bump to 1.49b.
2563 (AM_INIT_AUTOMAKE): Short invocation.
2564
2565 2002-05-02 Akim Demaille <akim@epita.fr>
2566
2567 Version 1.49a.
2568
2569 2002-05-01 Akim Demaille <akim@epita.fr>
2570
2571 * src/skeleton.h: Remove.
2572
2573 2002-05-01 Akim Demaille <akim@epita.fr>
2574
2575 * src/skeleton.h: Fix the #endif.
2576 Reported by Magnus Fromreide.
2577
2578 2002-04-26 Paul Eggert <eggert@twinsun.com>
2579
2580 * data/bison.simple (YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
2581 Define if we define YYSTYPE and YYLTYPE, respectively.
2582 (YYCOPY): Fix [] quoting problem in the non-GCC case.
2583
2584 2002-04-25 Robert Anisko <robert@lrde.epita.fr>
2585
2586 * src/scan-skel.l: Postprocess quadrigraphs.
2587
2588 * src/reader.c (copy_character): New function, used to output
2589 single characters while replacing `[' and `]' with quadrigraphs, to
2590 avoid troubles with M4 quotes.
2591 (copy_comment): Output characters with copy_character.
2592 (read_additionnal_code): Likewise.
2593 (copy_string2): Likewise.
2594 (copy_definition): Likewise.
2595
2596 * tests/calc.at: Exercise M4 quoting.
2597
2598 2002-04-25 Akim Demaille <akim@epita.fr>
2599
2600 * tests/sets.at (AT_EXTRACT_SETS): Sed portability issue: no space
2601 between `!' and the command.
2602 Reported by Paul Eggert.
2603
2604 2002-04-24 Robert Anisko <robert@lrde.epita.fr>
2605
2606 * tests/calc.at: Exercise prologue splitting.
2607
2608 * data/bison.simple, data/bison.c++: Use `b4_pre_prologue' and
2609 `b4_post_prologue' instead of `b4_prologue'.
2610
2611 * src/output.c (prepare): Add the `pre_prologue' and `post_prologue'
2612 muscles.
2613 (output): Free pre_prologue_obstack and post_prologue_obstack.
2614 * src/files.h, src/files.c (attrs_obstack): Remove.
2615 (pre_prologue_obstack, post_prologue_obstack): New.
2616 * src/reader.c (copy_definition): Add a parameter to specify the
2617 obstack to fill, instead of using attrs_obstack unconditionally.
2618 (read_declarations): Pass pre_prologue_obstack to copy_definition if
2619 `%union' has not yet been seen, pass post_prologue_obstack otherwise.
2620
2621 2002-04-23 Paul Eggert <eggert@twinsun.com>
2622
2623 * data/bison.simple: Remove unnecessary commentary and white
2624 space differences from 1_29-branch.
2625 Depend on YYERROR_VERBOSE, not defined (YYERROR_VERBOSE).
2626
2627 (union yyalloc, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYCOPY,
2628 YYSTACK_RELOCATE): Do not define if yyoverflow is defined, or
2629 if this is a C++ parser and YYSTYPE or YYLTYPE has nontrivial
2630 constructors or destructors.
2631
2632 (yyparse) [! defined YYSTACK_RELOCATE]: Do not relocate the stack.
2633
2634 2002-04-23 Akim Demaille <akim@epita.fr>
2635
2636 * tests/sets.at (AT_EXTRACT_SETS): Don't use 8 char long sed labels.
2637 * tests/synclines.at (AT_TEST_SYNCLINE): Be robust to GCC's
2638 location with columns.
2639 * tests/conflicts.at (%nonassoc and eof): Don't use `error.h'.
2640 All reported by Paul Eggert.
2641
2642 2002-04-22 Akim Demaille <akim@epita.fr>
2643
2644 * src/reduce.c (dump_grammar): Move to...
2645 * src/gram.h, src/gram.c (grammar_dump): here.
2646 Be sure to separate long item numbers.
2647 Don't read the members of a rule's prec if its nil.
2648
2649 2002-04-22 Akim Demaille <akim@epita.fr>
2650
2651 * src/output.c (table_size, table_grow): New.
2652 (MAXTABLE): Remove, replace uses with table_size.
2653 (pack_vector): Instead of dying when the table is too big, grow it.
2654
2655 2002-04-22 Akim Demaille <akim@epita.fr>
2656
2657 * data/bison.simple (yyr1): Its type is that of a token number.
2658 * data/bison.c++ (r1_): Likewise.
2659 * tests/regression.at (Web2c Actions): Adjust.
2660
2661 2002-04-22 Akim Demaille <akim@epita.fr>
2662
2663 * src/reader.c (token_translations_init): 256 is now the default
2664 value for the error token, i.e., it will be assigned another
2665 number if the user assigned 256 to one of her tokens.
2666 (reader): Don't force 256 to error.
2667 * doc/bison.texinfo (Symbols): Adjust.
2668 * tests/torture.at (AT_DATA_HORIZONTAL_GRAMMAR)
2669 (AT_DATA_TRIANGULAR_GRAMMAR): Number the tokens as 1, 2, 3
2670 etc. instead of 10, 20, 30 (which was used to `jump' over error
2671 (256) and undefined (2)).
2672
2673 2002-04-22 Akim Demaille <akim@epita.fr>
2674
2675 Propagate more token_number_t.
2676
2677 * src/gram.h (token_number_as_item_number)
2678 (item_number_as_token_number): New.
2679 * src/output.c (GENERATE_OUTPUT_TABLE): New.
2680 Use it to create output_item_number_table and
2681 output_token_number_table.
2682 * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,
2683 * src/lex.c, src/nullable.c, src/output.c, src/print.c,
2684 * src/print_graph.c, src/reader.c, src/reduce.c, src/state.h,
2685 * src/symtab.c, src/symtab.h: Use token_number_t instead of shorts.
2686
2687 2002-04-22 Akim Demaille <akim@epita.fr>
2688
2689 * src/output.h, src/output.c (get_lines_number): Remove.
2690
2691 2002-04-19 Akim Demaille <akim@epita.fr>
2692
2693 * doc/bison.texinfo (Actions): Make clear that `|' is not the same
2694 as Lex/Flex'.
2695 (Debugging): More details about enabling the debugging features.
2696 (Table of Symbols): Describe $$, $n, @$, and @n.
2697 Suggested by Tim Josling.
2698
2699 2002-04-19 Akim Demaille <akim@epita.fr>
2700
2701 * doc/bison.texinfo: Remove the uses of the obsolete @refill.
2702
2703 2002-04-10 Akim Demaille <akim@epita.fr>
2704
2705 * src/system.h: Rely on HAVE_LIMITS_H.
2706 Suggested by Paul Eggert.
2707
2708 2002-04-09 Akim Demaille <akim@epita.fr>
2709
2710 * tests/calc.at (_AT_CHECK_CALC_ERROR): Receive as argument the
2711 full stderr, and strip it according to the bison options, instead
2712 of composing the error message from different bits.
2713 This makes it easier to check for several error messages.
2714 Adjust all the invocations.
2715 Add an invocation exercising the error token.
2716 Add an invocation demonstrating a stupid error message.
2717 (_AT_DATA_CALC_Y): Follow the GCS: initial column is 1, not 0.
2718 Adjust the tests.
2719 Error message are for stderr, not stdout.
2720
2721 2002-04-09 Akim Demaille <akim@epita.fr>
2722
2723 * src/gram.h, src/gram.c (error_token_number): Remove, use
2724 errtoken->number.
2725 * src/reader.c (reader): Don't specify the user token number (2)
2726 for $undefined, as it uselessly prevents using it.
2727 * src/gram.h (token_number_t): Move to...
2728 * src/symtab.h: here.
2729 (state_t.number): Is a token_number_t.
2730 * src/print.c, src/reader.c: Use undeftoken->number instead of
2731 hard coded 2.
2732 (Even though this 2 is not the same as above: the number of the
2733 undeftoken remains being 2, it is its user token number which
2734 might not be 2).
2735 * src/output.c (prepare_tokens): Rename the `maxtok' muscle with
2736 `user_token_number_max'.
2737 Output `undef_token_number'.
2738 * data/bison.simple, data/bison.c++: Use them.
2739 Be sure to map invalid yylex return values to
2740 `undef_token_number'. This saves us from gratuitous SEGV.
2741
2742 * tests/conflicts.at (Solved SR Conflicts)
2743 (Unresolved SR Conflicts): Adjust.
2744 * tests/regression.at (Web2c Actions): Adjust.
2745
2746 2002-04-08 Akim Demaille <akim@epita.fr>
2747
2748 * data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.
2749 Adding #line.
2750 Remove the duplicate `typedefs'.
2751 (RhsNumberType): Fix the declaration and various other typos.
2752 Use __ofile__.
2753 * data/bison.simple: Use __ofile__.
2754 * src/scan-skel.l: Handle __ofile__.
2755
2756 2002-04-08 Akim Demaille <akim@epita.fr>
2757
2758 * src/gram.h (item_number_t): New, the type of item numbers in
2759 RITEM. Note that it must be able to code symbol numbers as
2760 positive number, and the negation of rule numbers as negative
2761 numbers.
2762 Adjust all dependencies (pretty many).
2763 * src/reduce.c (rule): Remove this `short *' pointer: use
2764 item_number_t.
2765 * src/system.h (MINSHORT, MAXSHORT): Remove.
2766 Include `limits.h'.
2767 Adjust dependencies to using SHRT_MAX and SHRT_MIN.
2768 (shortcpy): Remove.
2769 (MAXTABLE): Move to...
2770 * src/output.c (MAXTABLE): here.
2771 (prepare_rules): Use output_int_table to output rhs.
2772 * data/bison.simple, data/bison.c++: Adjust.
2773 * tests/torture.at (Big triangle): Move the limit from 254 to
2774 500.
2775 * tests/regression.at (Web2c Actions): Ajust.
2776
2777 Trying with bigger grammars shows various phenomena: at 3000 (28Mb
2778 of grammar file) bison is killed by my system, at 2000 (12Mb) bison
2779 passes, but produces negative #line number, once fixed, GCC is
2780 killed while compiling 14Mb, at 1500 (6.7 Mb of grammar, 8.2Mb of
2781 C), it passes.
2782 * src/state.h (state_h): Code input lines on ints, not shorts.
2783
2784 2002-04-08 Akim Demaille <akim@epita.fr>
2785
2786 * src/reduce.c (reduce_grammar): First reduce the nonterminals,
2787 and then the grammar.
2788
2789 2002-04-08 Akim Demaille <akim@epita.fr>
2790
2791 * src/system.h: No longer using strndup.
2792
2793 2002-04-07 Akim Demaille <akim@epita.fr>
2794
2795 * src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
2796 * src/output.c (output_table_data): Return the longest number.
2797 (prepare_tokens): Output `token_number_max').
2798 * data/bison.simple, data/bison.c++ (b4_sint_type, b4_uint_type):
2799 New.
2800 Use them to define yy_token_number_type/TokenNumberType.
2801 Use this type for yytranslate.
2802 * tests/torture.at (Big triangle): Push the limit from 124 to
2803 253.
2804 * tests/regression.at (Web2c Actions): Adjust.
2805
2806 2002-04-07 Akim Demaille <akim@epita.fr>
2807
2808 * tests/torture.at (Big triangle): New.
2809 (GNU AWK Grammar, GNU Cim Grammar): Move to...
2810 * tests/existing.at: here.
2811
2812 2002-04-07 Akim Demaille <akim@epita.fr>
2813
2814 * src/gram.h, src/gram.c (nitems): Remove, it is an alias of
2815 nritems.
2816 Adjust dependencies.
2817
2818 2002-04-07 Akim Demaille <akim@epita.fr>
2819
2820 * src/reader.c: Normalize increments to prefix form.
2821
2822 2002-04-07 Akim Demaille <akim@epita.fr>
2823
2824 * src/reader.c, symtab.c: Remove debugging code.
2825
2826 2002-04-07 Akim Demaille <akim@epita.fr>
2827
2828 Rename all the `bucket's as `symbol_t'.
2829
2830 * src/gram.c, src/gram.h, src/lex.c, src/lex.h, src/output.c,
2831 * src/reader.c, src/reader.h, src/reduce.c, src/state.h,
2832 * src/symtab.c, src/symtab.h (bucket): Rename as...
2833 (symbol_t): this.
2834 (symbol_list_new, bucket_check_defined, bucket_make_alias)
2835 (bucket_check_alias_consistence, bucket_pack, bucket_translation)
2836 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
2837 (buckets_new, buckets_free, buckets_do): Rename as...
2838 (symbol_list_new, symbol_check_defined, symbol_make_alias)
2839 (symbol_check_alias_consistence, symbol_pack, symbol_translation)
2840 (symbol_new, symbol_free, hash_compare_symbol_t, hash_symbol_t)
2841 (symbols_new, symbols_free, symbols_do): these.
2842
2843 2002-04-07 Akim Demaille <akim@epita.fr>
2844
2845 Use lib/hash for the symbol table.
2846
2847 * src/gram.c (ntokens): Initialize to 1, to reserve a slot for
2848 EOF.
2849 * src/lex.c (lex): Set the `number' member of new terminals.
2850 * src/reader.c (bucket_check_defined, bucket_make_alias)
2851 (bucket_check_alias_consistence, bucket_translation): New.
2852 (reader, grammar_free, readgram, token_translations_init)
2853 (packsymbols): Adjust.
2854 (reader): Number the predefined tokens.
2855 * src/reduce.c (inaccessable_symbols): Just use hard coded numbers
2856 for predefined tokens.
2857 * src/symtab.h (bucket): Remove all the hash table related
2858 members.
2859 * src/symtab.c (symtab): Replace by...
2860 (bucket_table): this.
2861 (bucket_new, bucket_free, hash_compare_bucket, hash_bucket)
2862 (buckets_new, buckets_do): New.
2863
2864 2002-04-07 Akim Demaille <akim@epita.fr>
2865
2866 * src/gram.c (nitems, nrules, nsyms, ntokens, nvars, nritems)
2867 (start_symbol, max_user_token_number, semantic_parser)
2868 (error_token_number): Initialize.
2869 * src/reader.c (grammar, start_flag, startval, typed, lastprec):
2870 Initialize.
2871 (reader): Don't.
2872 (errtoken, eoftoken, undeftoken, axiom): Extern.
2873
2874 2002-04-07 Akim Demaille <akim@epita.fr>
2875
2876 * src/gram.h (rule_s): prec and precsym are now pointers
2877 to the bucket giving the priority/associativity.
2878 Member `associativity' removed: useless.
2879 * src/reduce.c, src/conflicts.c: Adjust.
2880
2881 2002-04-07 Akim Demaille <akim@epita.fr>
2882
2883 * src/lalr.c, src/LR0.c, src/closure.c, src/gram.c, src/reduce.c:
2884 Properly escape the symbols' TAG when outputting them.
2885
2886 2002-04-07 Akim Demaille <akim@epita.fr>
2887
2888 * src/lalr.h (LA): Is a bitsetv, not bitset*.
2889
2890 2002-04-07 Akim Demaille <akim@epita.fr>
2891
2892 * src/lalr.h, src/lalr.c (LAruleno): Replace with...
2893 (LArule): this, which is an array to rule_t*.
2894 * src/print.c, src/conflicts.c: Adjust.
2895
2896 2002-04-07 Akim Demaille <akim@epita.fr>
2897
2898 * src/gram.h (rule_t): Rename `number' as `user_number'.
2899 `number' is a new member.
2900 Adjust dependencies.
2901 * src/reduce.c (reduce_grammar_tables): Renumber rule_t.number.
2902
2903 2002-04-07 Akim Demaille <akim@epita.fr>
2904
2905 As a result of the previous patch, it is no longer needed
2906 to reorder ritem itself.
2907
2908 * src/reduce.c (reduce_grammar_tables): Don't sort RITEM.
2909
2910 2002-04-07 Akim Demaille <akim@epita.fr>
2911
2912 Be sure never to walk through RITEMS, but use only data related to
2913 the rules themselves. RITEMS should be banished.
2914
2915 * src/output.c (output_token_translations): Rename as...
2916 (prepare_tokens): this.
2917 In addition to `translate', prepare the muscles `tname' and
2918 `toknum', which were handled by...
2919 (output_rule_data): this.
2920 Remove, and move the remainder of its outputs into...
2921 (prepare_rules): this new routines, which also merges content from
2922 (output_gram): this.
2923 (prepare_rules): Be sure never to walk through RITEMS.
2924 (output_stos): Rename as...
2925 (prepare_stos): this.
2926 (output): Always invoke prepare_states, after all, just don't use it
2927 in the output if you don't need it.
2928
2929 2002-04-07 Akim Demaille <akim@epita.fr>
2930
2931 * src/LR0.c (new_state): Display `nstates' as the name of the
2932 newly created state.
2933 Adjust to initialize first_state and last_state if needed.
2934 Be sure to distinguish the initial from the final state.
2935 (new_states): Create the itemset of the initial state, and use
2936 new_state.
2937 * src/closure.c (closure): Now that the initial state has its
2938 items properly set, there is no need for a special case when
2939 creating `ruleset'.
2940
2941 As a result, now the rule 0, reducing to $axiom, is visible in the
2942 outputs. Adjust the test suite.
2943
2944 * tests/conflicts.at (Solved SR Conflicts)
2945 (Unresolved SR Conflicts): Adjust.
2946 * tests/regression.at (Web2c Report, Rule Line Numbers): Idem.
2947 * tests/conflicts.at (S/R in initial): New.
2948
2949 2002-04-07 Akim Demaille <akim@epita.fr>
2950
2951 * src/LR0.c (allocate_itemsets): Don't loop over ritem: loop over
2952 the RHS of the rules.
2953 * src/output.c (output_gram): Likewise.
2954
2955 2002-04-07 Akim Demaille <akim@epita.fr>
2956
2957 * src/gram.h (rule_t): `lhs' is now a pointer to the symbol's
2958 bucket.
2959 Adjust all dependencies.
2960 * src/reduce.c (nonterminals_reduce): Don't forget to renumber the
2961 `number' of the buckets too.
2962 * src/gram.h: Include `symtab.h'.
2963 (associativity): Move to...
2964 * src/symtab.h: here.
2965 No longer include `gram.h'.
2966
2967 2002-04-07 Akim Demaille <akim@epita.fr>
2968
2969 * src/gram.h, src/gram.c (rules_rhs_length): New.
2970 (ritem_longest_rhs): Use it.
2971 * src/gram.h (rule_t): `number' is a new member.
2972 * src/reader.c (packgram): Set it.
2973 * src/reduce.c (reduce_grammar_tables): Move the useless rules at
2974 the end of `rules', and count them out of `nrules'.
2975 (reduce_output, dump_grammar): Adjust.
2976 * src/print.c (print_grammar): It is no longer needed to check for
2977 the usefulness of a rule, as useless rules are beyond `nrules + 1'.
2978 * tests/reduce.at (Reduced Automaton): New test.
2979
2980 2002-04-07 Akim Demaille <akim@epita.fr>
2981
2982 * src/reduce.c (inaccessable_symbols): Fix a buglet: because of a
2983 lacking `+ 1' to nrules, Bison reported as useless a token if it
2984 was used solely to set the precedence of the last rule...
2985
2986 2002-04-07 Akim Demaille <akim@epita.fr>
2987
2988 * data/bison.c++, data/bison.simple: Don't output the current file
2989 name in #line, to avoid useless diffs between two identical
2990 outputs under different names.
2991
2992 2002-04-07 Akim Demaille <akim@epita.fr>
2993
2994 * src/closure.c, src/print.c, src/reader.c, src/reduce.c:
2995 Normalize loops to using `< nrules + 1', not `<= nrules'.
2996
2997 2002-04-07 Akim Demaille <akim@epita.fr>
2998
2999 * TODO: Update.
3000
3001 2002-04-07 Akim Demaille <akim@epita.fr>
3002
3003 * src/output.c, src/reader.c, src/symtab.c, src/symtab.h: Rename
3004 bucket.value as bucket.number.
3005
3006 2002-04-07 Akim Demaille <akim@epita.fr>
3007
3008 * src/closure.c, src/derives.c, src/gram.h, src/lalr.c,
3009 * src/nullable.c, src/output.c, src/print.c, src/print_graph.c,
3010 * src/reader.c, src/reduce.c: Let rule_t.rhs point directly to the
3011 RHS, instead of being an index in RITEMS.
3012
3013 2002-04-04 Paul Eggert <eggert@twinsun.com>
3014
3015 * doc/bison.texinfo: Update copyright date.
3016 (Rpcalc Lexer, Symbols, Token Decl): Don't assume ASCII.
3017 (Symbols): Warn about running Bison in one character set,
3018 but compiling and/or running in an incompatible one.
3019 Warn about character code 256, too.
3020
3021 2002-04-03 Paul Eggert <eggert@twinsun.com>
3022
3023 * src/bison.data (YYSTACK_ALLOC): Depend on whether
3024 YYERROR_VERBOSE is nonzero, not whether it is defined.
3025
3026 Merge changes from bison-1_29-branch.
3027
3028 2002-03-20 Paul Eggert <eggert@twinsun.com>
3029
3030 Merge fixes from Debian bison_1.34-1.diff.
3031
3032 * configure.in (AC_PREREQ): 2.53.
3033
3034 2002-03-20 Akim Demaille <akim@epita.fr>
3035
3036 * src/conflicts.c (log_resolution): Argument `resolution' is const.
3037
3038 2002-03-19 Paul Eggert <eggert@twinsun.com>
3039
3040 * src/bison.simple (YYCOPY): New macro.
3041 (YYSTACK_RELOCATE): Use it.
3042 Remove Type arg; no longer needed. All callers changed.
3043 (yymemcpy): Remove; no longer needed.
3044
3045 * Makefile.am (AUTOMAKE_OPTIONS): 1.6.
3046 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove.
3047
3048 2002-03-19 Akim Demaille <akim@epita.fr>
3049
3050 Test and fix the #line outputs.
3051
3052 * tests/atlocal.at (GCC): New.
3053 * tests/synclines.at (AT_TEST_SYNCLINE): New macro.
3054 (Prologue synch line, ,%union synch line, Postprologue synch line)
3055 (Action synch line, Epilogue synch line): New tests.
3056 * src/reader.c (parse_union_decl): Define the muscle stype_line.
3057 * data/bison.simple, data/bison.c++: Use it.
3058
3059 2002-03-19 Akim Demaille <akim@epita.fr>
3060
3061 * tests/regression.at (%nonassoc and eof, Unresolved SR Conflicts)
3062 (Solved SR Conflicts, %expect not enough, %expect right)
3063 (%expect too much): Move to...
3064 * tests/conflicts.at: this new file.
3065
3066 2002-03-19 Akim Demaille <akim@epita.fr>
3067
3068 * data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
3069 * data/bison.simple, data/bison.c++: Handle the `#define' part, so
3070 that we can move to enums for instance.
3071 * src/output.c (token_definitions_output): Output a list of
3072 `token-name, token-number' instead of the #define.
3073 (output_skeleton): Name this list `b4_tokens', not `b4_tokendefs'.
3074
3075 2002-03-14 Akim Demaille <akim@epita.fr>
3076
3077 Use Gettext 0.11.1.
3078
3079 2002-03-09 Robert Anisko <robert@lrde.epita.fr>
3080
3081 * data/bison.c++: Make the user able to add members to the generated
3082 parser by subclassing.
3083
3084 2002-03-05 Robert Anisko <robert@lrde.epita.fr>
3085
3086 * src/reader.c (read_additionnal_code): `c' should be an integer, not
3087 a character.
3088 Reported by Nicolas Tisserand and Nicolas Burrus.
3089
3090 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
3091
3092 * src/reader.c: Warn about lacking semi-colons, do not complain.
3093
3094 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
3095
3096 * data/bison.c++: Remove a debug line.
3097
3098 2002-03-04 Robert Anisko <robert@lrde.epita.fr>
3099
3100 * data/bison.c++: Unmerge value as yylval and value as yyval. Unmerge
3101 location as yylloc and location as yyloc. Use YYLLOC_DEFAULT, and
3102 provide a default implementation.
3103
3104 2002-03-04 Akim Demaille <akim@epita.fr>
3105
3106 * tests/input.at (Invalid $n, Invalid @n): Add the ending `;'.
3107 * tests/output.at (AT_CHECK_OUTPUT): Likewise.
3108 * tests/headers.at (AT_TEST_CPP_GUARD_H): Ditto.
3109 * tests/semantic.at (Parsing Guards): Similarly.
3110 * src/reader.at (readgram): Complain if the last rule is not ended
3111 with a semi-colon.
3112
3113 2002-03-04 Akim Demaille <akim@epita.fr>
3114
3115 * src/warshall.h, src/warshall.c (bitmatrix_print): Move to...
3116 * src/closure.c: here.
3117 (set_firsts): Use bitsetv_reflexive_transitive_closure instead of
3118 RTC.
3119 * src/warshall.h, src/warshall.c: Remove.
3120 * tests/sets.at (Broken Closure): Adjust.
3121
3122 2002-03-04 Akim Demaille <akim@epita.fr>
3123
3124 * src/output.c (output_skeleton): tempdir is const.
3125 bytes_read is unused.
3126
3127 2002-03-04 Akim Demaille <akim@epita.fr>
3128
3129 * lib/bbitset.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
3130 * lib/bitsetv.h, lib/ebitset.c, lib/lbitset.c, lib/sbitset.c:
3131 Update.
3132 From Michael Hayes.
3133
3134 2002-03-04 Akim Demaille <akim@epita.fr>
3135
3136 * src/closure.c (closure): `r' is unused.
3137
3138 2002-03-04 Akim Demaille <akim@epita.fr>
3139
3140 * tests/sets.at (Broken Closure): Add the ending `;'.
3141 * src/reader.at (readgram): Complain if a rule is not ended with a
3142 semi-colon.
3143
3144 2002-03-04 Akim Demaille <akim@epita.fr>
3145
3146 * src/conflicts.c (set_conflicts): Use bitset_disjoint_p.
3147 (count_sr_conflicts): Use bitset_count.
3148 * src/reduce.c (inaccessable_symbols): Ditto.
3149 (bits_size): Remove.
3150 * src/warshall.h, src/warshall.c: Convert to bitsetv.
3151
3152 2002-03-04 Akim Demaille <akim@epita.fr>
3153
3154 * src/closure.c, src/conflicts.c, src/lalr.c, src/print.c,
3155 * src/reduce.c: Remove the `bitset_zero's following the
3156 `bitset_create's, as now it is performed by the latter.
3157
3158 2002-03-04 Akim Demaille <akim@epita.fr>
3159
3160 * lib/bitset.c, lib/bitset.h, lib/bitsetv.c, lib/bitsetv.h,
3161 * lib/ebitset.c, lib/ebitset.h, lib/lbitset.c, lib/lbitset.h,
3162 * lib/sbitset.c, lib/sbitset.h, lib/bbitset.h: Update from the
3163 latest sources from Michael.
3164
3165 2002-03-04 Akim Demaille <akim@epita.fr>
3166
3167 * src/output.c (output): Don't free the grammar.
3168 * src/reader.c (grammar_free): New.
3169 * src/main.c (main): Call it and don't free symtab here.
3170
3171 2002-03-04 Akim Demaille <akim@epita.fr>
3172
3173 * src/lex.c (parse_percent_token): Be sure to 0-end token_buffer
3174 before returning.
3175 Reported by Benoit Perrot.
3176
3177 2002-03-04 Akim Demaille <akim@epita.fr>
3178
3179 Use bitset operations when possible, not loops over bits.
3180
3181 * src/conflicts.c (set_conflicts, count_sr_conflicts): Use
3182 bitset_or.
3183 * src/print.c (print_reductions): Use bitset_and, bitset_andn.
3184 * src/reduce.c (useless_nonterminals): Formatting changes.
3185 * src/warshall.c (TC): Use bitset_or.
3186
3187 2002-03-04 Akim Demaille <akim@epita.fr>
3188
3189 * src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.
3190 * src/system.h (BITS_PER_WORD, WORDSIZE, SETBIT, RESETBIT, BITISSET):
3191 Ditto.
3192
3193 2002-03-04 Akim Demaille <akim@epita.fr>
3194
3195 * src/lalr.c (F): Now a bitset*.
3196 Adjust all dependencies.
3197
3198 2002-03-04 Akim Demaille <akim@epita.fr>
3199
3200 * src/conflicts.c (shiftset, lookaheadset): Now bitset.
3201 Adjust all dependencies.
3202
3203 2002-03-04 Akim Demaille <akim@epita.fr>
3204
3205 * src/L0.c, src/LR0.h (nstates): Be size_t.
3206 Adjust comparisons (signed vs unsigned).
3207 * src/conflics.c, src/lalr.c, src/lalr.h, src/output.c (LA): Now a
3208 bitset*.
3209 Adjust all dependencies.
3210
3211 2002-03-04 Akim Demaille <akim@epita.fr>
3212
3213 * src/closure.c (firsts): Now, also a bitset.
3214 Adjust all dependencies.
3215 (varsetsize): Remove, now unused.
3216 * src/warshall.h, src/warshall.c: Now work on arrays of bitsets.
3217
3218 2002-03-04 Akim Demaille <akim@epita.fr>
3219
3220 * src/print.c: Convert to use bitset.h, not hand coded iterations
3221 over ints.
3222
3223 2002-03-04 Akim Demaille <akim@epita.fr>
3224
3225 * src/reduce.c: Convert to use bitset.h, not hand coded BSet.
3226
3227 2002-03-04 Akim Demaille <akim@epita.fr>
3228
3229 * src/closure.c (ruleset): Be a bitset.
3230 (rulesetsize): Remove.
3231
3232 2002-03-04 Akim Demaille <akim@epita.fr>
3233
3234 * lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
3235 * lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/lbitset.c,
3236 * lib/lbitset.h, lib/sbitset.c, lib/sbitset.h: New.
3237 * src/closure.c (fderives): Be an array of bitsets.
3238
3239 2002-02-28 Robert Anisko <robert@lrde.epita.fr>
3240
3241 * data/bison.c++: Merge the two generated headers. Insert a copyright
3242 notice in each output file.
3243
3244 2002-02-28 Akim Demaille <akim@epita.fr>
3245
3246 * data/bison.c++: Copy the prologue of bison.simple to fetch
3247 useful M4 definitions, such as b4_header_guard.
3248
3249 2002-02-25 Akim Demaille <akim@epita.fr>
3250
3251 * src/getargs.c (version): Give the name of the authors, and use a
3252 translator friendly scheme for the bgr
3253 copyright notice.
3254
3255 2002-02-25 Akim Demaille <akim@epita.fr>
3256
3257 * src/output.c (header_output): Remove, now handled completely via
3258 M4.
3259
3260 2002-02-25 Akim Demaille <akim@epita.fr>
3261
3262 * m4/m4.m4: New, from CVS Autoconf.
3263 * configure.in: Invoke it.
3264 * src/output.c (output_skeleton): Use its result instead of the
3265 hard coded name.
3266
3267 2002-02-25 Akim Demaille <akim@epita.fr>
3268
3269 * lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
3270 Fileutils 4.1.5.
3271 * configure.in: Invoke UTILS_FUNC_MKSTEMP.
3272 * src/output.c (output_skeleton): Use mkstemp to create a real
3273 temporary file.
3274 Move the filling of `skeleton' and its muscle to...
3275 (prepare): here.
3276 (output): Move the definition of the prologue muscle to...
3277 (prepare): here.
3278 * src/system.h (DEFAULT_TMPDIR): New.
3279
3280 2002-02-14 Paul Eggert <eggert@twinsun.com>
3281
3282 Remove the support for C++ namespace cleanliness; it was
3283 causing more problems than it was curing, since it didn't work
3284 properly on some nonstandard C++ compilers. This can wait
3285 for a proper C++ parser.
3286
3287 * NEWS: Document this.
3288 * doc/bison.texinfo (Bison Parser, Debugging): Remove special mention
3289 of C++, as it's treated like C now.
3290 * src/bison.simple (YYSTD): Remove.
3291 (YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
3292 Treat C++ just like Standard C instead of trying to support
3293 namespace cleanliness.
3294
3295 2002-02-14 Akim Demaille <akim@epita.fr>
3296
3297 * tests/regression.at (else): Adjust to Andreas' change.
3298
3299 2002-02-14 Akim Demaille <akim@epita.fr>
3300
3301 * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
3302
3303 2002-02-13 Andreas Schwab <schwab@suse.de>
3304
3305 * src/output.c (output_rule_data): Don't output NULL, it might
3306 not be defined yet.
3307
3308 2002-02-11 Robert Anisko <robert@lrde.epita.fr>
3309
3310 * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
3311 (Copyright notice): Update.
3312
3313 2002-02-11 Akim Demaille <akim@epita.fr>
3314
3315 * tests/regression.at (%nonassoc and eof): Don't include
3316 nonportable headers.
3317
3318 2002-02-08 Robert Anisko <robert@lrde.epita.fr>
3319
3320 * data/bison.c++: Correct error recovery. Make the user able to
3321 initialize the starting location.
3322
3323 2002-02-07 Akim Demaille <akim@epita.fr>
3324
3325 * tests/input.at: New.
3326
3327 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
3328
3329 * data/bison.c++: Replace some direct m4 expansions by constants. Be
3330 more consistent when naming methods and variables. Put preprocessor
3331 directives around tables only needed for debugging.
3332
3333 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
3334
3335 * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
3336 C++ parsers.
3337 (yy::b4_name::parse): Use print_.
3338
3339 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
3340
3341 * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
3342
3343 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
3344
3345 * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in
3346 C++ parsers.
3347 (yy::b4_name::parse): Build verbose error messages, and use error_.
3348
3349 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
3350
3351 * data/bison.c++: Fix m4 quoting in comments.
3352
3353 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
3354
3355 * data/bison.c++: Adjust the parser code. Fix some muscles that were
3356 not expanded by m4.
3357
3358 2002-02-05 Akim Demaille <akim@epita.fr>
3359
3360 * data/bison.c++: Adjust to the M4 back end.
3361 More is certainly needed.
3362
3363 2002-02-05 Akim Demaille <akim@epita.fr>
3364
3365 Give a try to M4 as a back end.
3366
3367 * lib/readpipe.c: New, from wdiff.
3368 * src/Makefile.am (DEFS): Define PKGDATADIR, not BISON_SIMPLE and
3369 BISON_HAIRY.
3370 * src/system.h (BISON_HAIRY, BISON_SIMPLE): Remove the DOS and VMS
3371 specific values. Now it is m4 that performs the lookup.
3372 * src/parse-skel.y: Remove.
3373 * src/muscle_tab.c, src/muscle_tab.h (muscles_m4_output): New.
3374 * src/output.c (actions_output, guards_output)
3375 (token_definitions_output): No longer keeps track of the output
3376 line number, hence remove the second argument.
3377 (guards_output): Check against the guard member of a rule, not the
3378 action member.
3379 Adjust callers.
3380 (output_skeleton): Don't look for the skeleton location, let m4 do
3381 that.
3382 Create `/tmp/muscles.m4'. This is temporary, a proper temporary
3383 file will be used.
3384 Invoke `m4' on m4sugar.m4, muscles.m4, and the skeleton.
3385 (prepare): Given that for the time being changesyntax is not
3386 usable in M4, rename the muscles using `-' to `_'.
3387 Define `defines_flag', `output_parser_name' and `output_header_name'.
3388 * src/output.h (actions_output, guards_output)
3389 (token_definitions_output): Adjust prototypes.
3390 * src/scan-skel.l: Instead of scanning the skeletons, it now
3391 processes the output of m4: `__oline__' and `#output'.
3392 * data/bison.simple: Adjust to be used by M4(sugar).
3393 * tests/Makefile.am: Use check_SCRIPTS to make sure `bison' is up
3394 to date.
3395 * tests/bison.in: Use the secrete envvar `BISON_PKGDATADIR'
3396 instead of the dead `BISON_SIMPLE' and `BISON_HAIRY'.
3397 * data/m4sugar/m4sugar.m4, data/m4sugar/version.m4: New,
3398 shamelessly stolen from CVS Autoconf.
3399
3400 2002-02-05 Akim Demaille <akim@epita.fr>
3401
3402 * lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.
3403 * configure.in: Check for the declarations of free and malloc.
3404 * src/muscle_tab.c: Adjust.
3405
3406 2002-02-05 Akim Demaille <akim@epita.fr>
3407
3408 * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
3409 which have no values.
3410
3411 2002-02-05 Akim Demaille <akim@epita.fr>
3412
3413 * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
3414 * data/: here.
3415
3416 2002-01-29 Paul Eggert <eggert@twinsun.com>
3417
3418 * src/bison.simple (YYSIZE_T): Do not define merely because
3419 YYSTACK_USE_ALLOCA is nonzero or alloca or _ALLOCA_H are defined.
3420 On some platforms, <alloca.h> does not declare YYSTD (size_t).
3421
3422 2002-01-27 Akim Demaille <akim@epita.fr>
3423
3424 Fix `%nonassoc and eof'.
3425
3426 * src/state.c (errs_dup): Aaaah! The failure was due to bytes
3427 which were not properly copied! Replace
3428 memcpy (res->errs, src->errs, src->nerrs);
3429 with
3430 memcpy (res->errs, src->errs, src->nerrs * sizeof (src->errs[0]));
3431 !!!
3432 * tests/regression.at (%nonassoc and eof): Adjust to newest
3433 Autotest: `.' is not in the PATH.
3434
3435 2002-01-27 Akim Demaille <akim@epita.fr>
3436
3437 * tests/sets.at (AT_EXTRACT_SETS): New.
3438 (Nullable): Use it.
3439 (Firsts): New.
3440
3441 2002-01-26 Akim Demaille <akim@epita.fr>
3442
3443 * tests/actions.at, tests/calc.at, tests/headers.at,
3444 * tests/torture.at: Adjust to the newest Autotest which no longer
3445 forces `.' in the PATH.
3446
3447 2002-01-25 Akim Demaille <akim@epita.fr>
3448
3449 * tests/regression.at (%nonassoc and eof): New.
3450 Suggested by Robert Anisko.
3451
3452 2002-01-24 Akim Demaille <akim@epita.fr>
3453
3454 Bison dumps core when trying to complain about broken input files.
3455 Reported by Cris van Pelt.
3456
3457 * src/lex.c (parse_percent_token): Be sure to set token_buffer.
3458 * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
3459 into...
3460 (Invalid inputs): Strengthen: exercise parse_percent_token.
3461
3462 2002-01-24 Robert Anisko <robert.anisko@epita.fr>
3463
3464 * src/Makefile.am: Add bison.c++.
3465 * src/bison.c++: New skeleton.
3466
3467 2002-01-21 Paolo Bonzini <bonzini@gnu.org>
3468
3469 * po/it.po: New.
3470
3471 2002-01-21 Kees Zeelenberg <kzlg@users.sourceforge.net>
3472
3473 * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
3474
3475 2002-01-20 Marc Autret <marc@gnu.org>
3476
3477 * src/files.c (compute_output_file_names): Fix
3478
3479 2002-01-20 Marc Autret <marc@gnu.org>
3480
3481 * tests/output.at: New test.
3482 * src/files.c (compute_base_names): Don't map extensions when
3483 the YACC flag is set, use defaults.
3484 Reported by Evgeny Stambulchik.
3485
3486 2002-01-20 Marc Autret <marc@gnu.org>
3487
3488 * src/system.h: Need to define __attribute__ away for non-GCC
3489 compilers as well (i.e. the vendor C compiler).
3490 Suggested by Albert Chin-A-Young.
3491
3492 2002-01-11 Tim Van Holder <tim.van.holder@pandora.be>
3493
3494 * lib/hash.h, lib/hash.c: Renamed __P to PARAMS and used the
3495 canonical definition.
3496 * src/system.h: Use the canonical definition for PARAMS (avoids
3497 a conflict with the macro from lib/hash.h).
3498
3499 2002-01-11 Akim Demaille <akim@epita.fr>
3500
3501 * configure.in: Use AC_FUNC_STRNLEN.
3502 Fixes the failures observed on AIX 4.3 by H.Merijn Brand.
3503
3504 2002-01-09 Akim Demaille <akim@epita.fr>
3505
3506 * src/files.c, src/files.h (output_infix): New.
3507 (tab_extension): Remove.
3508 (compute_base_names): Compute the former, drop the latter.
3509 * src/output.c (prepare): Insert the muscles `output-infix', and
3510 `output-suffix'.
3511 * src/parse-skel.y (string, string.1): New.
3512 (section.header): Use it.
3513 (section.yacc): Remove.
3514 (prefix): Remove too.
3515 * src/scan-skel.l: Adjust.
3516 * src/bison.simple, src/bison.hairy: Adjust.
3517
3518 2002-01-09 Akim Demaille <akim@epita.fr>
3519
3520 * configure.in (WERROR_CFLAGS): Compute it.
3521 * src/Makefile.am (CFLAGS): Pass it.
3522 * tests/atlocal.in (CFLAGS): Idem.
3523 * src/files.c: Fix a few warnings.
3524 (get_extension_index): Remove, unused.
3525
3526 2002-01-08 Akim Demaille <akim@epita.fr>
3527
3528 * src/getargs.c (AS_FILE_NAME): New.
3529 (getargs): Use it to convert DOSish file names.
3530 * src/files.c (base_name): Rename as full_base_name to avoid
3531 clashes with `base_name ()'.
3532 (filename_split): New.
3533 (compute_base_names): N-th rewrite, using filename_split.
3534
3535 2002-01-08 Akim Demaille <akim@epita.fr>
3536
3537 * lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c:
3538 New, stolen from the Fileutils 4.1.
3539 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
3540 * configure.in: Check for the presence of memrchr, and of its
3541 prototype.
3542
3543 2002-01-07 Tim Van Holder <tim.van.holder@pandora.be>
3544
3545 * lib/hash.h (__P): Added definition for this macro.
3546 * src/Makefile.am: Add parse-skel.c and scan-skel.c to
3547 BUILT_SOURCES, to ensure they are generated first.
3548 * src/parse-skel.y: Use YYERROR_VERBOSE instead of
3549 %error-verbose to allow bootstrapping with bison 1.30x.
3550
3551 2002-01-06 Akim Demaille <akim@epita.fr>
3552
3553 * src/reader.c (parse_braces): Don't fetch the next char, the
3554 convention is to fetch on entry.
3555 * tests/torture.at (GNU Cim Grammar): Reintroduce their weird
3556 'switch' without a following semicolon.
3557 * tests/regression.at (braces parsing): New.
3558
3559 2002-01-06 Akim Demaille <akim@epita.fr>
3560
3561 Bison is dead wrong in its RR conflict reports.
3562
3563 * tests/torture.at (GNU Cim Grammar): New.
3564 * src/conflicts.c (count_rr_conflicts): Fix.
3565
3566 2002-01-06 Akim Demaille <akim@epita.fr>
3567
3568 Creating package.m4 from configure.ac causes too many problems.
3569
3570 * tests/Makefile.am (package.m4): Create it by hand,
3571 AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
3572
3573 2002-01-06 Akim Demaille <akim@epita.fr>
3574
3575 * src/Makefile.am (bison_SOURCES): Add parse-skel.h and
3576 skeleton.h.
3577
3578 2002-01-04 Paul Eggert <eggert@twinsun.com>
3579
3580 * doc/bison.texinfo (Debugging):
3581 Remove YYSTDERR; it's no longer defined or used.
3582 Also, s/cstdio.h/cstdio/.
3583
3584 2002-01-03 Akim Demaille <akim@epita.fr>
3585
3586 * tests/bison.in, tests/atlocal.in: Adjust to CVS Autoconf.
3587
3588 2002-01-03 Akim Demaille <akim@epita.fr>
3589
3590 * src/parse-skel.y (process_skeleton): Don't bind the parser's
3591 tracing code to --trace, wait for a better --trace option, with
3592 args.
3593
3594 2002-01-03 Akim Demaille <akim@epita.fr>
3595
3596 * src/bison.simple (YYSTDERR): Remove, replace `stderr'.
3597 The ISO C++ standard is extremely clear about it: stderr is
3598 considered a macro, not a regular symbol (see table 94 `Header
3599 <cstdio> synopsis', [lib.c.files] 27.8.2 C Library files).
3600 Therefore std:: does not apply to it. It still does with fprintf.
3601 Also, s/cstdio.h/cstdio/.
3602
3603 2002-01-03 Akim Demaille <akim@epita.fr>
3604
3605 * lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
3606 for non system headers.
3607
3608 2002-01-02 Akim Demaille <akim@epita.fr>
3609
3610 Equip the skeleton chain with location tracking, runtime trace,
3611 pure parser and scanner.
3612
3613 * src/parse-skel.y: Request a pure parser, locations, and prefix
3614 renaming.
3615 (%union): Having several members with the same type does not help
3616 type mismatches, simplify.
3617 (YYPRINT, yyprint): New.
3618 (yyerror): ``Rename'' (there is a #define yyerror skel_error) as...
3619 (skel_error): this.
3620 Handle locations.
3621 * src/scan-skel.l: Adjust to these changes.
3622 * src/skeleton.h (LOCATION_RESET, LOCATION_LINES, LOCATION_STEP)
3623 (LOCATION_PRINT, skel_control_t): New.
3624
3625 2001-12-30 Akim Demaille <akim@epita.fr>
3626
3627 * src/parse-skel.y: Get rid of the shift/reduce conflict:
3628 replace `gb' with BLANKS.
3629 * src/scan-skel.l: Adjust.
3630
3631 2001-12-30 Akim Demaille <akim@epita.fr>
3632
3633 * src/system.h: We don't need nor want bcopy.
3634 Throw away MS-DOS crap: we don't need getpid.
3635 * configure.in: We don't need strndup. It was even causing
3636 problems: because Flex includes the headers *before* us,
3637 _GNU_SOURCE is not defined by config.h, and therefore strndup was
3638 not visible.
3639 * lib/xstrndup.c: New.
3640 * src/scan-skel.l: Use it.
3641 Be sure to initialize yylval.muscle member when scanning a MUSCLE.
3642 * src/parse-skel.y: Use %directives instead of #defines.
3643
3644 2001-12-30 Akim Demaille <akim@epita.fr>
3645
3646 * src/skeleton.h: New.
3647 * src/output.c (output_parser, output_master_parser): Remove, dead
3648 code.
3649 * src/output.h (get_lines_number, actions_output, guards_output)
3650 (token_definitions_output): Prototype them.
3651 * src/parse-skel.y: Add the license notice.
3652 Include output.h and skeleton.h.
3653 (process_skeleton): Returns void, and takes a single parameter.
3654 * src/scan-skel.l: Add the license notice.
3655 Include skeleton.h.
3656 Don't use %option yylineno: it seems that then Flex imagines
3657 REJECT has been used, and therefore it won't reallocate its
3658 buffers (which makes no other sense to me than a bug). It results
3659 in warnings for `unused: yy_flex_realloc'.
3660
3661 2001-12-30 Robert Anisko <robert.anisko@epita.fr>
3662
3663 * src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
3664 (MUSCLE_INSERT_PREFIX): ...to there.
3665 * src/output.c (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
3666 (MUSCLE_INSERT_PREFIX): Move from here...
3667
3668 * src/bison.hairy: Add a section directive. Put braces around muscle
3669 names. This parser skeleton is still broken, but Bison should not
3670 choke on a bad muscle 'syntax'.
3671 * src/bison.simple: Add a section directive. Put braces around muscle
3672 names.
3673
3674 * src/files.h (strsuffix, stringappend): Add declarations.
3675 (tab_extension): Add declaration.
3676 (short_base_name): Add declaration.
3677
3678 * src/files.c (strsuffix, stringappend): No longer static. These
3679 functions are used in the skeleton parser.
3680 (tab_extension): New.
3681 (compute_base_names): Use the computations done in this function
3682 to guess if the generated parsers should have '.tab' in their
3683 names.
3684 (short_base_name): No longer static.
3685
3686 * src/output.c (output_skeleton): New.
3687 (output): Disable call to output_master_parser, and give a try to
3688 a new skeleton handling system.
3689 (guards_output, actions_output): No longer static.
3690 (token_definitions_output, get_lines_number): No longer static.
3691
3692 * configure.in: Use AM_PROG_LEX and AC_PROG_YACC.
3693
3694 * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
3695 parse-skel.y.
3696
3697 * src/parse-skel.y: New file.
3698 * src/scan-skel.l: New file.
3699
3700 2001-12-29 Akim Demaille <akim@epita.fr>
3701
3702 %name-prefix is broken.
3703
3704 * src/files.c (spec_name_prefix): Initialize to NULL, not to "yy".
3705 Adjust all dependencies.
3706 * tests/headers.at (export YYLTYPE): Strengthen this test: use
3707 %name-prefix.
3708
3709 Renaming yylval but not yylloc is not consistent. Now we do.
3710
3711 * src/bison.simple: Prefix yylloc if used.
3712 * doc/bison.texinfo (Decl Summary): Document that.
3713
3714 2001-12-29 Akim Demaille <akim@epita.fr>
3715
3716 * doc/bison.texinfo: Promote `%long-directive' over
3717 `%long_directive'.
3718 Remove all references to fixed-output-files, yacc is enough.
3719
3720 2001-12-29 Akim Demaille <akim@epita.fr>
3721
3722 * src/bison.simple: Define YYDEBUG and YYERROR_VERBOSE *after* the
3723 user prologue. These are defaults.
3724 * tests/actions.at (Mid-rule actions): Make sure the user can
3725 define YYDEBUG and YYERROR_VERBOSE.
3726
3727 2001-12-29 Akim Demaille <akim@epita.fr>
3728
3729 * src/output.c (header_output): Don't forget to export YYLTYPE and
3730 yylloc.
3731 * tests/headers.at (export YYLTYPE): New, make sure it does.
3732 * tests/regression.at (%union and --defines, Invalid CPP headers):
3733 Move to...
3734 * tests/headers.at: here.
3735
3736 2001-12-29 Akim Demaille <akim@epita.fr>
3737
3738 * src/gram.h (rule_s): Member `assoc' is of type `associativity'.
3739
3740 2001-12-29 Akim Demaille <akim@epita.fr>
3741
3742 * tests/actions.at (Mid-rule actions): Output on a single line
3743 instead of several.
3744
3745 2001-12-29 Akim Demaille <akim@epita.fr>
3746
3747 * doc/bison.texinfo: Formatting changes.
3748
3749 2001-12-29 Akim Demaille <akim@epita.fr>
3750
3751 Don't store the token defs in a muscle, just be ready to output it
3752 on command. Now possible via `symbols'. Fixes a memory leak.
3753
3754 * src/output.c (token_definitions_output): New.
3755 (output_parser, header_output): Use it.
3756 * src/reader.c (symbols_save): Remove.
3757
3758 2001-12-29 Akim Demaille <akim@epita.fr>
3759
3760 * src/bison.simple: Do not provide a default for YYSTYPE and
3761 YYLTYPE before the user's prologue. Otherwise it's hardly... a
3762 default.
3763
3764 2001-12-29 Akim Demaille <akim@epita.fr>
3765
3766 Mid-rule actions are simply... ignored!
3767
3768 * src/reader.c (readgram): Be sure to attach mid-rule actions to
3769 the empty-rule associated to the dummy symbol, not to the host
3770 rule.
3771 * tests/actions.at (Mid-rule actions): New.
3772
3773 2001-12-29 Akim Demaille <akim@epita.fr>
3774
3775 Memory leak.
3776
3777 * src/reader.c (reader): Free grammar.
3778
3779 2001-12-29 Akim Demaille <akim@epita.fr>
3780
3781 Memory leak.
3782
3783 * src/LR0.c (new_itemsets): Don't allocate `shift_symbol' here,
3784 since it allocates it for each state, although only one is needed.
3785 (allocate_storage): Do it here.
3786
3787 2001-12-29 Akim Demaille <akim@epita.fr>
3788
3789 * src/options.h, src/options.c (create_long_option_table): Rename
3790 as...
3791 (long_option_table_new): this, with a clearer prototype.
3792 (percent_table): Remove, unused,
3793 * src/getargs.c (getargs): Adjust.
3794
3795 2001-12-29 Akim Demaille <akim@epita.fr>
3796
3797 * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c
3798 * src/print.c, src/print_graph.c, src/state.h: Rename state_table
3799 as states.
3800
3801 2001-12-29 Akim Demaille <akim@epita.fr>
3802
3803 * src/lalr.c (build_relations): Rename `states' as `states1'.
3804 Sorry, I don't understand exactly what it is, no better name...
3805
3806 2001-12-29 Akim Demaille <akim@epita.fr>
3807
3808 * src/closure.c, src/conflicts.c, src/derives.c, src/gram.c
3809 * src/gram.h, src/lalr.c, src/nullable.c, src/output.c, src/print.c
3810 * src/print_graph.c, src/reader.c, src/reduce.c: Rename rule_table
3811 as rules.
3812
3813 2001-12-29 Akim Demaille <akim@epita.fr>
3814
3815 * src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long
3816 ago.
3817
3818 2001-12-29 Akim Demaille <akim@epita.fr>
3819
3820 * src/reader.c, src/reader.h (user_toknums): Remove.
3821 Adjust all users to use symbols[i]->user_token_number.
3822
3823 2001-12-29 Akim Demaille <akim@epita.fr>
3824
3825 * src/gram.c, src/gram.h (sprec, sassoc): Remove.
3826 Adjust all users to use symbols[i]->prec or ->assoc.
3827
3828 2001-12-29 Akim Demaille <akim@epita.fr>
3829
3830 * src/reader.c, src/reader.h (tags): Remove.
3831 Adjust all users to use symbols[i]->tag.
3832
3833 2001-12-29 Akim Demaille <akim@epita.fr>
3834
3835 * src/gram.h, src/gram.c (symbols): New, similar to state_table
3836 and rule_table.
3837 * src/reader.c (packsymbols): Fill this table.
3838 Drop sprec.
3839 * src/conflicts.c (resolve_sr_conflict): Adjust.
3840 * src/reduce.c (reduce_grammar): Adjust: just sort symbols, a
3841 single table.
3842 Use symbols[i]->tag instead of tags[i].
3843
3844 2001-12-29 Akim Demaille <akim@epita.fr>
3845
3846 * tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
3847 In addition, put a comment in there, to replace...
3848 * tests/regression.at (%union and C comments): Remove.
3849
3850 2001-12-29 Akim Demaille <akim@epita.fr>
3851
3852 * tests/regression.at (Web2c Actions): Blindly move the actual
3853 output as expected output. The contents *seem* right to me, but I
3854 can't pretend reading perfectly parser tables... Nonetheless, all
3855 the other tests pass correctly, the table look OK, even though the
3856 presence of `$axiom' is to be noted: AFAICS it is useless (but
3857 harmless).
3858
3859 2001-12-29 Akim Demaille <akim@epita.fr>
3860
3861 * src/reader.c (readgram): Don't add the rule 0 if there were no
3862 rules read. In other words, add it _after_ having performed
3863 grammar sanity checks.
3864 Fixes the `tests/regression.at (Invalid input: 1)' Failure.
3865
3866 2001-12-29 Akim Demaille <akim@epita.fr>
3867
3868 * tests/regression.at (Web2c Report): Catch up: the rule 0 is now
3869 visible, and some states have now a different number.
3870
3871 2001-12-29 Akim Demaille <akim@epita.fr>
3872
3873 * src/reader.c (readgram): Bind the initial rule's lineno to that
3874 of the first rule.
3875 * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts):
3876 (Solved SR Conflicts): Adjust rule 0's line number.
3877
3878 2001-12-29 Akim Demaille <akim@epita.fr>
3879
3880 Fix the `GAWK Grammar' failure.
3881
3882 * src/LR0.c (final_state): Initialize to -1 so that we do compute
3883 the reductions of the first state which was mistakenly confused
3884 with the final state because precisely final_state was initialized
3885 to 0.
3886 * tests/sets.at (Nullable): Adjust: state 0 does have lookaheads,
3887 now noticed by Bison.
3888 * tests/regression.at (Rule Line Numbers): Adjust: state 0 does
3889 have a reduction on $default.
3890
3891 2001-12-29 Akim Demaille <akim@epita.fr>
3892
3893 * src/gram.c (ritem_print): Be sure to subtract 1 when displaying
3894 rule line numbers.
3895 * src/closure.c (print_closure): Likewise.
3896 * src/derives.c (print_derives): Likewise.
3897 * tests/sets.at (Nullable): Adjust: the rule numbers are correct
3898 now.
3899
3900 2001-12-29 Akim Demaille <akim@epita.fr>
3901
3902 * src/lalr.c (lookaheads_print): New.
3903 (lalr): Call it when --trace-flag.
3904 * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads
3905 are dumped.
3906
3907 2001-12-29 Akim Demaille <akim@epita.fr>
3908
3909 * src/derives.c (print_derives): Be sure to use `>= 0', not `> 0',
3910 when walking through ritem, even via rule->rhs.
3911 * src/reduce.c (dump_grammar, useful_production, reduce_output)
3912 (useful_production, useless_nonterminals): Likewise.
3913 (reduce_grammar_tables): Likewise, plus update nritems.
3914 * src/nullable.c (set_nullable): Likewise.
3915 * src/lalr.c (build_relations): Likewise.
3916 * tests/sets.at (Nullable): Adjust.
3917 Fortunately, now, the $axiom is no longer nullable.
3918
3919 2001-12-29 Akim Demaille <akim@epita.fr>
3920
3921 * src/LR0.c (generate_states): Use nritems, not nitems, nor using
3922 the 0-sentinel.
3923 * src/gram.c (ritem_longest_rhs): Likewise.
3924 * src/reduce.c (nonterminals_reduce): Likewise.
3925 * src/print_graph.c (print_graph): Likewise.
3926 * src/output.c (output_rule_data): Likewise.
3927 * src/nullable.c (set_nullable): Likewise.
3928
3929 2001-12-29 Akim Demaille <akim@epita.fr>
3930
3931 * src/output.c: Comment changes.
3932
3933 2001-12-27 Paul Eggert <eggert@twinsun.com>
3934
3935 * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
3936 cases for non-GNU systems like AIX, HP-UX, SGI, Sun, and
3937 Sparc, as they were causing more porting problems than the
3938 (minor) performance improvement was worth.
3939
3940 Also, catch up with 1.31's YYSTD.
3941
3942 2001-12-27 Akim Demaille <akim@epita.fr>
3943
3944 * src/output.c (output_gram): Rely on nritems, not the
3945 0-sentinel. See below.
3946 Use -1 as separator, not 0.
3947 * src/bison.simple (yyparse): Subtract 1 to the rule numbers.
3948 Rely on -1 as separator in yyrhs, instead of 0.
3949 * tests/calc.at (AT_CHECK_CALC): Now, the parsers no longer issue
3950 twice `Now at end of input', therefore there are two lines less to
3951 expect.
3952
3953 2001-12-27 Akim Demaille <akim@epita.fr>
3954
3955 * tests/regression.at (Unresolved SR Conflicts):
3956 (Solved SR Conflicts, Rule Line Numbers): Adjust to the changes
3957 below.
3958
3959 2001-12-27 Akim Demaille <akim@epita.fr>
3960
3961 * src/LR0.c (new_state): Recognize the final state by the fact it
3962 is reached by eoftoken.
3963 (insert_start_shifting_state, insert_eof_shifting_state)
3964 (insert_accepting_state, augment_automaton): Remove, since now
3965 these states are automatically computed from the initial state.
3966 (generate_states): Adjust.
3967 * src/print.c: When reporting a rule number to the user, substract
3968 1, so that the axiom rule is rule 0, and the first user rule is 1.
3969 * src/reduce.c: Likewise.
3970 * src/print_graph.c (print_core): For the time being, just as for
3971 the report, depend upon --trace-flags to dump the full set of
3972 items.
3973 * src/reader.c (readgram): Once the grammar read, insert the rule
3974 0: `$axiom: START-SYMBOL $'.
3975 * tests/set.at: Adjust: rule 0 is now displayed, and since the
3976 number of the states has changed (the final state is no longer
3977 necessarily the last), catch up.
3978
3979 2001-12-27 Akim Demaille <akim@epita.fr>
3980
3981 Try to make the use of the eoftoken valid. Given that its value
3982 is 0 which was also used as a sentinel in ritem, (i) make sure >= 0
3983 is used instead of > 0 where appropriate, (ii), depend upon nritems
3984 instead of the 0-sentinel.
3985
3986 * src/gram.h, src/gram.c (nritems): New.
3987 Expected to be duplication of nitems, but for the time being...
3988 * src/reader.c (packgram): Assert nritems and nitems are equal.
3989 * src/LR0.c (allocate_itemsets, new_itemsets): Adjust.
3990 * src/closure.c (print_closure, print_fderives): Likewise.
3991 * src/gram.c (ritem_print): Likewise.
3992 * src/print.c (print_core, print_grammar): Likewise.
3993 * src/print_graph.c: Likewise.
3994
3995 2001-12-27 Akim Demaille <akim@epita.fr>
3996
3997 * src/main.c (main): If there are complains after grammar
3998 reductions, then output the report anyway if requested, then die.
3999 * src/symtab.c (bucket_new): Initialize `value' to -1, not 0.
4000 * src/reader.c (eoftoken): New.
4001 (parse_token_decl): If the token being defined has value `0', it
4002 is the eoftoken.
4003 (packsymbols): No longer hack `tags' to insert `$' by hand.
4004 Be sure to preserve the value of the eoftoken.
4005 (reader): Make sure eoftoken is defined.
4006 Initialize nsyms to 0: now eoftoken is created just like the others.
4007 * src/print.c (print_grammar): Don't special case the eof token.
4008 * src/regression.at: Adjust: `$' has value 0, not -1, which was a
4009 lie anyway, albeit pleasant.
4010 * tests/calc.at: Exercise error messages with eoftoken.
4011 Change the grammar so that empty input is invalid.
4012 Adjust expectations.
4013 When yyungeting, be sure to use a valid yylloc: use last_yylloc.
4014
4015 2001-12-27 Akim Demaille <akim@epita.fr>
4016
4017 * configure.in: Check the protos of strchr ans strspn.
4018 Replace strchr if needed.
4019 * src/system.h: Provide the protos of strchr, strspn and memchr if
4020 missing.
4021 * lib/strchr.c: New.
4022 * src/reader.c (symbols_save): Use strchr.
4023
4024 2001-12-27 Akim Demaille <akim@epita.fr>
4025
4026 * src/print.c, src/print_graph.c (escape): New.
4027 Use it to quote the TAGS outputs.
4028 * src/print_graph.c (print_state): Now errors are in red, and
4029 reductions in green.
4030 Prefer high to wide: output the state number on a line of its own.
4031
4032 2001-12-27 Akim Demaille <akim@epita.fr>
4033
4034 * src/state.h, src/state.c (reductions_new): New.
4035 * src/LR0.c (set_state_table): Let all the states have a
4036 `reductions', even if reduced to 0.
4037 (save_reductions): Adjust.
4038 * src/lalr.c (initialize_LA, initialize_lookaheads): Adjust.
4039 * src/print.c (print_reductions, print_actions): Adjust.
4040 * src/output.c (action_row): Adjust.
4041
4042 2001-12-27 Akim Demaille <akim@epita.fr>
4043
4044 * src/state.h, src/state.c (errs_new, errs_dup): New.
4045 * src/LR0.c (set_state_table): Let all the states have an errs,
4046 even if reduced to 0.
4047 * src/print.c (print_errs, print_reductions): Adjust.
4048 * src/output.c (output_actions, action_row): Adjust.
4049 * src/conflicts.c (resolve_sr_conflict): Adjust.
4050
4051 2001-12-27 Akim Demaille <akim@epita.fr>
4052
4053 * src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SYMBOL.
4054
4055 2001-12-27 Akim Demaille <akim@epita.fr>
4056
4057 * src/conflicts.c, src/conflicts.h (print_reductions): Move to...
4058 * src/print.c: here.
4059 (lookaheadset, shiftset): New, used as additional storage by
4060 print_reductions.
4061 (print_results): Adjust.
4062 (print_shifts, print_gotos, print_errs): New, extracted from...
4063 (print_actions): here.
4064 * src/print_graph.c (print_actions): Remove dead code.
4065
4066 2001-12-27 Akim Demaille <akim@epita.fr>
4067
4068 * src/reader.c (copy_dollar, copy_at): Better checking of `n' in
4069 `$n' and `@n'.
4070
4071 2001-12-27 Akim Demaille <akim@epita.fr>
4072
4073 * src/lalr.c (add_lookback_edge): Use state_t instead of ints.
4074 (build_relations): Adjust.
4075
4076 2001-12-27 Akim Demaille <akim@epita.fr>
4077
4078 * src/lalr.c (set_goto_map): Remove a wrong but benign loop
4079 duplication.
4080
4081 2001-12-27 Akim Demaille <akim@epita.fr>
4082
4083 * src/reader.c (packgram): Catch nitems overflows.
4084
4085 2001-12-27 Akim Demaille <akim@epita.fr>
4086
4087 * src/files.c, src/files.h (guard_obstack): Remove.
4088 * src/output.c (output): Adjust.
4089 * src/reader.c (parse_braces): New, factoring...
4090 (copy_action, copy_guard): these two which are renamed as...
4091 (parse_action, parse_guard): these.
4092 As a voluntary consequence, using braces around guards is now
4093 mandatory.
4094
4095 2001-12-27 Akim Demaille <akim@epita.fr>
4096
4097 * src/gram.h (rule_t): `guard' and `guard_line' are new members.
4098 * src/reader.c (symbol_list): `guard' and `guard_line' are new
4099 members.
4100 (symbol_list_new): Adjust.
4101 (copy_action): action_line is the first line, not the last.
4102 (copy_guard): Just as for actions, store the `action' only, not
4103 the switch/case/break flesh.
4104 Don't parse the user action that might follow the guard, let...
4105 (readgram): do it, i.e., now, there can be an action after a
4106 guard.
4107 In other words the guard is just explicitly optional.
4108 (packgram): Adjust.
4109 * src/output.c (guards_output): New.
4110 (output_parser): Call it when needed.
4111 (output): Also free the guard and attrs obstacks.
4112 * src/files.c, src/files.h (obstack_save): Remove.
4113 (output_files): Remove.
4114 As a result, if one needs the former `.act' file, using an
4115 appropriate skeleton which requires actions and guards is now
4116 required.
4117 * src/main.c (main): Adjust.
4118 * tests/semantic.at: New.
4119 * tests/regression.at: Use `input.y' as input file name.
4120 Avoid 8+3 problems by requiring input.c when the test needs the
4121 parser.
4122
4123 2001-12-27 Akim Demaille <akim@epita.fr>
4124
4125 * src/reader.c (symbol_list_new): Be sure to initialize all the
4126 fields.
4127
4128 2001-12-27 Akim Demaille <akim@epita.fr>
4129
4130 All the hacks using a final pseudo state are now useless.
4131
4132 * src/LR0.c (set_state_table): state_table holds exactly nstates.
4133 * src/lalr.c (nLA): New.
4134 (initialize_LA, compute_lookaheads, initialize_lookaheads): Use it
4135 instead of lookaheadsp from the pseudo state (nstate + 1).
4136
4137 2001-12-27 Akim Demaille <akim@epita.fr>
4138
4139 * src/output.c (action_row, token_actions): Use a state_t instead
4140 of a integer, and nlookaheads instead of the following state's
4141 lookaheadsp.
4142
4143 2001-12-27 Akim Demaille <akim@epita.fr>
4144
4145 * src/conflicts.c (log_resolution, flush_shift)
4146 (resolve_sr_conflict, set_conflicts, solve_conflicts)
4147 (count_sr_conflicts, count_rr_conflicts, conflicts_output)
4148 (conflicts_print, print_reductions): Use a state_t instead of an
4149 integer when referring to a state.
4150 As much as possible, depend upon nlookaheads, instead of the
4151 `lookaheadsp' member of the following state (since lookaheads of
4152 successive states are successive, the difference between state n + 1
4153 and n served as the number of lookaheads for state n).
4154 * src/lalr.c (add_lookback_edge): Likewise.
4155 * src/print.c (print_core, print_actions, print_state)
4156 (print_results): Likewise.
4157 * src/print_graph.c (print_core, print_actions, print_state)
4158 (print_graph): Likewise.
4159 * src/conflicts.h: Adjust.
4160
4161 2001-12-27 Akim Demaille <akim@epita.fr>
4162
4163 * src/bison.hairy: Formatting/comment changes.
4164 ANSIfy.
4165 Remove `register' indications.
4166 Add plenty of `static'.
4167
4168 2001-12-27 Akim Demaille <akim@epita.fr>
4169
4170 * src/output.c (prepare): Drop the muscle `ntbase' which
4171 duplicates ntokens.
4172 * src/bison.simple: Formatting/comment changes.
4173 Use YYNTOKENS only, which is documented, but not YYNTBASE, which
4174 is an undocumented synonym.
4175
4176 2001-12-22 Akim Demaille <akim@epita.fr>
4177
4178 * src/output.c (output_table_data): Change the prototype to use
4179 `int' for array ranges: some invocations do pass an int, not a
4180 short.
4181 Reported by Wayne Green.
4182
4183 2001-12-22 Akim Demaille <akim@epita.fr>
4184
4185 Some actions of web2c.y are improperly triggered.
4186 Reported by Mike Castle.
4187
4188 * src/lalr.c (traverse): s/F (i)[k] = F (j)[k]/F (j)[k] = F (i)[k]/.
4189 * tests/regression.at (Web2c): Rename as...
4190 (Web2c Report): this.
4191 (Web2c Actions): New.
4192
4193 2001-12-22 Akim Demaille <akim@epita.fr>
4194
4195 Reductions in web2c.y are improperly reported.
4196 Reported by Mike Castle.
4197
4198 * src/conflicts.c (print_reductions): Fix.
4199 * tests/regression.at (Web2c): New.
4200
4201 2001-12-18 Akim Demaille <akim@epita.fr>
4202
4203 Some host fail on `assert (!"foo")', which expands to
4204 ((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
4205 Reported by Nelson Beebee.
4206
4207 * src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
4208 `#define it_succeeded 0' and `assert (it_succeeded)'.
4209
4210 2001-12-17 Marc Autret <autret_m@epita.fr>
4211
4212 * src/bison.simple: Don't hard code the skeleton line and filename.
4213 * src/output.c (output_parser): Rename 'line' as 'output_line'.
4214 New line counter 'skeleton_line' (skeleton-line muscle).
4215
4216 2001-12-17 Paul Eggert <eggert@twinsun.com>
4217
4218 * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
4219 YYDEBUG must be defined to a nonzero value.
4220
4221 * src/bison.simple (yytname): Do not assume that the user defines
4222 YYDEBUG to a properly parenthesized expression.
4223
4224 2001-12-17 Akim Demaille <akim@epita.fr>
4225
4226 * src/state.h (state_t): Rename lookaheads as lookaheadsp.
4227 nlookaheads is a new member.
4228 Adjust all users.
4229 * src/lalr.h (nlookaheads): Remove this orphan declaration.
4230 * src/lalr.c (initialize_lookaheads): Set nlookaheads for each
4231 state.
4232
4233 2001-12-17 Akim Demaille <akim@epita.fr>
4234
4235 * src/files.h, src/files.c (open_files, close_files): Remove.
4236 * src/main.c (main): Don't open/close files, nor invoke lex_free,
4237 let...
4238 * src/reader.c (reader): Do it.
4239
4240 2001-12-17 Akim Demaille <akim@epita.fr>
4241
4242 * src/conflicts.c (print_reductions): Formatting changes.
4243
4244 2001-12-17 Akim Demaille <akim@epita.fr>
4245
4246 * src/conflicts.c (flush_shift): Also adjust lookaheadset.
4247 (flush_reduce): New.
4248 (resolve_sr_conflict): Adjust.
4249
4250 2001-12-17 Akim Demaille <akim@epita.fr>
4251
4252 * src/output.c (output_obstack): Be static and rename as...
4253 (format_obstack): this, to avoid any confusion with files.c's
4254 output_obstack.
4255 * src/reader.h (muscle_obstack): Move to...
4256 * src/output.h: here, since it's defined in output.c.
4257
4258 2001-12-17 Akim Demaille <akim@epita.fr>
4259
4260 * src/output.c (action_row, save_column, default_goto)
4261 (sort_actions, matching_state, pack_vector): Better variable
4262 locality.
4263
4264 2001-12-17 Akim Demaille <akim@epita.fr>
4265
4266 * src/output.c: Various formatting changes.
4267
4268 2001-12-17 Akim Demaille <akim@epita.fr>
4269
4270 * src/files.c (output_files): Free the output_obstack.
4271 * src/main.c (main): Call print and print_graph conditionally.
4272 * src/print.c (print): Work unconditionally.
4273 * src/print_graph.c (print_graph): Work unconditionally.
4274 * src/conflicts.c (log_resolution): Output only if verbose_flag.
4275
4276 2001-12-16 Marc Autret <autret_m@epita.fr>
4277
4278 * src/output.c (actions_output): Fix. When we use %no-lines,
4279 there is one less line per action.
4280
4281 2001-12-16 Marc Autret <autret_m@epita.fr>
4282
4283 * src/bison.simple: Remove a useless #line directive.
4284 s/#line %%line %%skeleton/#line %%line "%%parser-file-name"/'.
4285 * src/output.c (get_lines_number): New.
4286 (output_parser): Adjust, now takes care about the lines of a
4287 output muscles.
4288 Fix line numbering.
4289 (actions_output): Computes the number of lines taken by actions.
4290 (output_master_parser): Insert new skeleton which is the name of
4291 the output parser file name.
4292
4293 2001-12-15 Marc Autret <autret_m@epita.fr>
4294
4295 * src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
4296
4297 2001-12-15 Marc Autret <autret_m@epita.fr>
4298
4299 * src/output.c (output_gram): Keep track of the hairy one.
4300
4301 2001-12-15 Akim Demaille <akim@epita.fr>
4302
4303 Make `make distcheck' work.
4304
4305 * lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses
4306 system.h which uses libgettext.h.
4307
4308 2001-12-15 Akim Demaille <akim@epita.fr>
4309
4310 * src/nullable.c (set_nullable): Useless rules must be skipped,
4311 otherwise, since we range over their symbols, we might look at a
4312 nonterminal which no longer ``exists'', i.e., it is not counted in
4313 `nvars', hence we overflow our arrays.
4314
4315 2001-12-15 Akim Demaille <akim@epita.fr>
4316
4317 The header can also be produced directly, without any obstack!
4318 Yahoo!
4319
4320 * src/files.c, src/files.h (defines_obstack): Remove.
4321 (compute_header_macro): Global.
4322 (defines_obstack_save): Remove.
4323 * src/reader.c (parse_union_decl): No longer output to
4324 defines_obstack: its content can be found in the `stype' muscle
4325 anyway.
4326 (output_token_translations): Merge into...
4327 (symbols_output): this.
4328 Rename as...
4329 (symbols_save): this.
4330 (reader): Adjust.
4331 * src/output.c (header_output): New.
4332 (output): Call it.
4333
4334 2001-12-15 Akim Demaille <akim@epita.fr>
4335
4336 * src/reader.c (parse_union_decl): Instead of handling two obstack
4337 simultaneously, use one to define the `stype' muscle, and use the
4338 value of the latter to fill defines_obstack.
4339 (copy_comment): Remove.
4340 (copy_comment2): Work for a single obstack.
4341 Rename as...
4342 (copy_comment): this.
4343
4344 2001-12-15 Akim Demaille <akim@epita.fr>
4345
4346 * src/lex.c, src/lex.h (xgetc): No longer static.
4347 * src/reader.c (parse_union_decl): Revamp.
4348
4349 2001-12-15 Akim Demaille <akim@epita.fr>
4350
4351 Still making progress in separating Bison into (i) input, (ii)
4352 process, (iii) output: now we can directly output the parser file
4353 without using table_obstack at all.
4354
4355 * src/files.c, src/files.h (table_obstack): Bye bye.
4356 (parser_file_name): New.
4357 * src/files.c (compute_output_file_names): Compute it.
4358 * src/output.c (actions_output, output_parser)
4359 (output_master_parser): To a file instead of an obstack.
4360
4361 2001-12-15 Akim Demaille <akim@epita.fr>
4362
4363 Attach actions to rules, instead of pre-outputting them to
4364 actions_obstack.
4365
4366 * src/gram.h (rule_t): action and action_line are new members.
4367 * src/reader.c (symbol_list): Likewise.
4368 (copy_action): Save the actions within the rule.
4369 (packgram): Save them in rule_table.
4370 * src/output.c (actions_output): New.
4371 (output_parser): Use it on `%%actions'.
4372 (output_rule_data): Don't free rule_table.
4373 (output): Do it.
4374 (prepare): Don't save the `action' muscle.
4375 * src/bison.simple: s/%%action/%%actions/.
4376
4377 2001-12-15 Akim Demaille <akim@epita.fr>
4378
4379 * src/reader.c (copy_action): When --yacc, don't append a `;'
4380 to the user action: let it fail if lacking.
4381 Suggested by Arnold Robbins and Tom Tromey.
4382
4383 2001-12-14 Akim Demaille <akim@epita.fr>
4384
4385 * src/lex.c (literalchar): Simply return the char you decoded, non
4386 longer mess around with obstacks and int pointers.
4387 Adjust all callers.
4388
4389 2001-12-14 Akim Demaille <akim@epita.fr>
4390
4391 * src/lex.c (literalchar): Don't escape the special characters,
4392 just decode them, and keep them as char (before, eol was output as
4393 the 2 char string `\n' etc.).
4394 * src/output.c (output_rule_data): Use quotearg to output the
4395 token strings.
4396
4397 2001-12-13 Paul Eggert <eggert@twinsun.com>
4398
4399 * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
4400 Do not infringe on the global user namespace when using C++.
4401 (YYFPRINTF, YYSTDERR): New macros, needed for the above.
4402 All uses of `fprintf' and `stderr' changed.
4403
4404 * doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
4405
4406 2001-12-13 Akim Demaille <akim@epita.fr>
4407
4408 The computation of nullable is broken: it doesn't handle empty
4409 RHS's properly.
4410
4411 * tests/torture.at (GNU AWK Grammar): New.
4412 * tests/sets.at (Nullable): New.
4413 * src/nullable.c (set_nullable): Instead of blindly looping over
4414 `ritems', loop over the rules, and then over their rhs's.
4415
4416 Work around Autotest bugs.
4417
4418 * src/warshall.c (bitmatrix_print): Don't use `+--+' as table
4419 frame, because Autotest understand lines starting with a `+' as
4420 traces from the shell. Then, they are not processed properly.
4421 Admittedly an Autotest bug, but we don't have time to wait for
4422 Autotest to catch up.
4423 * tests/regression.at (Broken Closure): Adjust to the new table
4424 frames.
4425 Move to...
4426 * tests/sets.at: here.
4427
4428 2001-12-13 Akim Demaille <akim@epita.fr>
4429
4430 * src/closure.c (closure): Use nrules instead of playing tricks
4431 with BITS_PER_WORD.
4432
4433 2001-12-13 Akim Demaille <akim@epita.fr>
4434
4435 * src/print.c (print_actions): Output the handling of `$' as the
4436 traces do: shifting the token EOF. Before EOF was treated as a
4437 nonterminal.
4438 * tests/regression.at: Adjust some tests.
4439 * src/print_graph.c (print_core): Complete the set of items via
4440 closure. The next-to-final and final states are still unsatisfying,
4441 but that's to be addressed elsewhere.
4442 No longer output the rule numbers, but do output the state number.
4443 A single loop for the shifts + gotos is enough, but picked a
4444 distinct color for each.
4445 (print_graph): Initialize and finalize closure.
4446
4447 2001-12-13 Akim Demaille <akim@epita.fr>
4448
4449 * src/reader.c (readgram): Remove dead code, an strip useless
4450 braces.
4451 (get_type): Remove, unused.
4452
4453 2001-12-12 Akim Demaille <akim@epita.fr>
4454
4455 * src/complain.h, src/complain.c: Remove error_one_per_line, rely
4456 on that of lib/error.c.
4457
4458 2001-12-12 Akim Demaille <akim@epita.fr>
4459
4460 Some hosts don't like `/' in includes.
4461
4462 * src/system.h: Include libgettext.h without qualifying the path.
4463 * src/Makefile.am (INCLUDES): Add $(top_srcdir)/intl, remove
4464 $(top_srcdir).
4465
4466 2001-12-11 Marc Autret <autret_m@epita.fr>
4467
4468 * src/output.c (output_parser): Remove useless muscle.
4469
4470 2001-12-11 Marc Autret <autret_m@epita.fr>
4471
4472 * src/bison.simple: Remove #line just before %%epilogue. It
4473 is now handled in ...
4474 * src/reader.c (read_additionnal_code): Add the output of a
4475 #line for the epilogue.
4476
4477 2001-12-10 Marc Autret <autret_m@epita.fr>
4478
4479 * src/reader.c (copy_definition): Re-use CPP-outed code which
4480 replace precedent remove.
4481 * src/bison.simple: Remove #line before %%prologue because
4482 %%input-line is wrong at this time.
4483
4484 2001-12-10 Marc Autret <autret_m@epita.fr>
4485
4486 * src/reader.c (symbols_output): Clean up.
4487 * src/output.c (output_gram, output): Clean up.
4488
4489 2001-12-10 Akim Demaille <akim@epita.fr>
4490
4491 * src/lalr.c (initialize_lookaheads): New. Extracted from...
4492 * src/LR0.c (set_state_table): here.
4493 * src/lalr.c (lalr): Call it.
4494
4495 2001-12-10 Akim Demaille <akim@epita.fr>
4496
4497 * src/state.h (shifts): Remove the `number' member: shifts are
4498 attached to state, hence no longer need to be labelled with a
4499 state number.
4500
4501 2001-12-10 Akim Demaille <akim@epita.fr>
4502
4503 Now that states have a complete set of members, the linked list of
4504 shifts is useless: just fill directly the state's shifts member.
4505
4506 * src/state.h (shifts): Remove the `next' member.
4507 * src/LR0.c (first_state, last_state): Remove.
4508 Adjust the callers.
4509 (augment_automaton): Don't look for the shifts that must be added
4510 a shift on EOF: it is those of the state we looked for! But now,
4511 since shifts are attached, it is no longer needed to looking
4512 merely by its id: its number.
4513
4514 2001-12-10 Akim Demaille <akim@epita.fr>
4515
4516 * src/LR0.c (augment_automaton): Better variable locality.
4517 Remove an impossible branch: if there is a state corresponding to
4518 the start symbol being shifted, then there is shift for the start
4519 symbol from the initial state.
4520
4521 2001-12-10 Akim Demaille <akim@epita.fr>
4522
4523 * src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
4524 only when appropriate: when insert_start_shifting_state' is not
4525 invoked.
4526 * tests/regression.at (Rule Line Numbers): Adjust.
4527
4528 2001-12-10 Akim Demaille <akim@epita.fr>
4529
4530 * src/LR0.c (augment_automaton): Now that all states have shifts,
4531 merge the two cases addition shifts to the initial state.
4532
4533 2001-12-10 Akim Demaille <akim@epita.fr>
4534
4535 * src/lalr.c (set_state_table): Move to...
4536 * src/LR0.c: here.
4537 * src/lalr.c (lalr): Don't call it...
4538 * src/LR0.c (generate_states): do it.
4539 * src/LR0.h (first_state): Remove, only the table is used.
4540
4541 2001-12-10 Akim Demaille <akim@epita.fr>
4542
4543 * src/LR0.h (first_shift, first_reduction): Remove.
4544 * src/lalr.c: Don't use first_shift: find shifts through the
4545 states.
4546
4547 2001-12-10 Akim Demaille <akim@epita.fr>
4548
4549 * src/LR0.c: Attach shifts to states as soon as they are
4550 computed.
4551 * src/lalr.c (set_state_table): Instead of assigning shifts to
4552 state, just assert that the mapping was properly done.
4553
4554 2001-12-10 Akim Demaille <akim@epita.fr>
4555
4556 * src/LR0.c (insert_start_shift): Rename as...
4557 (insert_start_shifting_state): this.
4558 (insert_eof_shifting_state, insert_accepting_state): New.
4559 (augment_automaton): Adjust.
4560 Better locality of the variables.
4561 When looking if the start_symbol is shifted from the initial
4562 state, using `while (... symbol != start_symbol ...)' sounds
4563 better than `while (... symbol < start_symbol ...)': If fail
4564 to see how the order between symbols could be relevant!
4565
4566 2001-12-10 Akim Demaille <akim@epita.fr>
4567
4568 * src/getargs.h: Don't declare `spec_name_prefix' and
4569 `spec_file_prefix', declared by src/files.h.
4570 * src/files.c, src/files.h: Default for spec_name_prefix is "yy".
4571 * src/muscle_tab.c (muscle_init): Default prefix to NULL.
4572 * src/output.c (prepare): Adjust.
4573 * src/reader.c (symbols_output): Likewise.
4574 * src/vmsgetargs.c: Vaguely adjust, but who cares?
4575
4576 2001-12-10 Akim Demaille <akim@epita.fr>
4577
4578 * src/muscle_tab.c (muscle_init): NULL is a better default than
4579 `"0"'.
4580
4581 2001-12-10 Akim Demaille <akim@epita.fr>
4582
4583 * src/reader.c (reader): Calling symbols_output once is enough.
4584
4585 2001-12-10 Akim Demaille <akim@epita.fr>
4586
4587 Now that states have a complete set of members, the linked list of
4588 reductions is useless: just fill directly the state's reductions
4589 member.
4590
4591 * src/state.h (struct reductions): Remove member `number' and
4592 `next'.
4593 * src/LR0.c (first_reduction, last_reduction): Remove.
4594 (save_reductions): Don't link the new reductions, store them in
4595 this_state.
4596 * src/lalr.c (set_state_table): No need to attach reductions to
4597 states, it's already done.
4598 * src/output.c (output_actions): No longer free the shifts, then
4599 the reductions, then the states: free all the states and their
4600 members.
4601
4602 2001-12-10 Akim Demaille <akim@epita.fr>
4603
4604 * src/options.c (OPTN, DRTV, BOTH): New.
4605 (option_table): Use them.
4606
4607 * src/muscle_tab.c: Don't include xalloc.h and string.h: that's
4608 the job of system.h.
4609 * src/options.c: Don't include stdio.h and xalloc.h for the same
4610 reasons.
4611
4612 2001-12-10 Akim Demaille <akim@epita.fr>
4613
4614 * src/output.c (output, prepare): Make sure the values of the
4615 muscles `action' and `prologue' are 0-terminated.
4616
4617 2001-12-10 Akim Demaille <akim@epita.fr>
4618
4619 Clean up GCC warnings.
4620
4621 * src/reader.c (copy_action): `buf' is not used.
4622 (parse_skel_decl): Be static.
4623 * src/muscle_tab.c (mhash1, mhash2, muscle_insert): Preserve `const'.
4624 * src/options.h (create_long_option_table): Have a real prototype.
4625 * lib/hash.c, lib/hash.h (hash_insert, hash_insert_at, hash_delete)
4626 (hash_delete_at): Return const void *.
4627 Adjust casts to preserve the const.
4628
4629 2001-12-10 Akim Demaille <akim@epita.fr>
4630
4631 * configure.in: Require 2.52g.
4632 M4 is not needed, but AUTOM4TE is.
4633 * m4/m4.m4: Remove.
4634 * tests/Makefile.am: Adjust.
4635
4636 2001-12-10 Akim Demaille <akim@epita.fr>
4637
4638 One structure for states is enough, even though theoretically
4639 there are LR(0) states and LALR(1) states.
4640
4641 * src/lalr.h (state_t): Remove.
4642 (state_table): Be state_t **, not state_t *.
4643 * src/state.h (core, CORE_ALLOC): Rename as...
4644 (state_t, STATE_ALLOC): this.
4645 Add the LALR(1) members: shifts, reductions, errs.
4646 * src/LR0.c (state_table): Rename as...
4647 (state_hash): this, to avoid name clashes with the global
4648 `state_table'.
4649 * src/print_graph.c, src/LR0.c, src/LR0.h, src/conflicts.c
4650 * src/lalr.c, src/lalr.h, src/output.c, src/print.c: Adjust.
4651
4652 2001-12-10 Akim Demaille <akim@epita.fr>
4653
4654 Bison dumps core on bash.y.
4655 Reported by Pascal Bart.
4656
4657 * src/warshall.c (bitmatrix_print): New.
4658 (TC): Use it.
4659 When performing a transitive closure R(i, j) && R(j, k) => R(i, k),
4660 j must be the outer loop.
4661 * tests/regression.at (Broken Closure): New.
4662
4663 2001-12-05 Akim Demaille <akim@epita.fr>
4664
4665 * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
4666 its argument.
4667 Reported by Peter Hámorský.
4668
4669 2001-12-05 Akim Demaille <akim@epita.fr>
4670
4671 * src/conflicts.c (err_table): Remove.
4672 (resolve_sr_conflict): Adjust.
4673 * src/lalr.h (state_t.reduction_table, state_t.shift_table):
4674 Rename as...
4675 (state_t.reductions, state_t.shifts): this.
4676
4677 2001-12-05 Akim Demaille <akim@epita.fr>
4678
4679 * src/reduce.c (reduce_grammar_tables): No longer disable the
4680 removal of useless rules via CPP but via `if (0)', so that the
4681 compiler still check the code is valid.
4682 For instance, it should have noticed `rline' no longer exists: use
4683 the `line' member of rule_t.
4684 * src/gram.c (dummy, rline): Remove, unused.
4685
4686 2001-12-05 Akim Demaille <akim@epita.fr>
4687
4688 * src/output.c (pack_vector): Use assert, not berror.
4689 * src/main.c (berror): Remove, unused.
4690
4691 2001-12-05 Akim Demaille <akim@epita.fr>
4692
4693 New experimental feature: if --verbose --trace output all the
4694 items of a state, not only its kernel.
4695
4696 * src/print.c (print_core): If `trace_flag', then invoke closure
4697 before outputting the items of the state (print_core is no longer
4698 a correct name them).
4699 (print_results): Invoke new_closure/free_closure if needed.
4700
4701 2001-12-05 Akim Demaille <akim@epita.fr>
4702
4703 * src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.
4704 * src/closure.c, src/closure.h (itemsetsize): Rename as...
4705 (nitemset): for consistency with the rest of the project.
4706
4707 2001-12-05 Akim Demaille <akim@epita.fr>
4708
4709 * src/closure.c (print_closure): Improve.
4710 (closure): Use it for printing input and output.
4711
4712 2001-12-05 Akim Demaille <akim@epita.fr>
4713
4714 * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are
4715 indexed by nonterminals.
4716
4717 2001-12-05 Akim Demaille <akim@epita.fr>
4718
4719 * src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of
4720 what it was!).
4721 * src/warshall.h: Remove accidental duplication of the content.
4722
4723 2001-12-05 Akim Demaille <akim@epita.fr>
4724
4725 * src/closure.c (set_fderives): De-obfuscate.
4726
4727 2001-12-05 Akim Demaille <akim@epita.fr>
4728
4729 * src/closure.c (print_firsts, print_fderives): De-obfuscate.
4730
4731 2001-12-05 Akim Demaille <akim@epita.fr>
4732
4733 * src/closure.c (set_firsts): De-obfuscate.
4734
4735 2001-12-05 Akim Demaille <akim@epita.fr>
4736
4737 * src/output.c (action_row): De-obfuscate
4738 using the good o' techniques: arrays not pointers, variable
4739 locality, BITISSET, RESETBIT etc.
4740
4741 2001-12-05 Akim Demaille <akim@epita.fr>
4742
4743 Pessimize the code to simplify it: from now on, all the states
4744 have a valid SHIFTS, which NSHIFTS is possibly 0.
4745
4746 * src/LR0.c (shifts_new): Be global and move to..
4747 * src/state.c, src/state.h: here.
4748 * src/conflicts, src/lalr.c, src/output.c, src/print.c,
4749 * src/print_graph: Adjust.
4750
4751 2001-12-05 Akim Demaille <akim@epita.fr>
4752
4753 * src/state.h (SHIFT_DISABLE, SHIFT_IS_DISABLED): New.
4754 * src/conflicts.c: Use it.
4755 Restore a few missing `if (!SHIFT_IS_DISABLED)' which were
4756 incorrectly ``simplified''.
4757
4758 2001-12-05 Akim Demaille <akim@epita.fr>
4759
4760 * src/conflicts.c (flush_shift, resolve_sr_conflict): De-obfuscate
4761 using the good o' techniques: arrays not pointers, variable
4762 locality, BITISSET, RESETBIT etc.
4763
4764 2001-12-05 Akim Demaille <akim@epita.fr>
4765
4766 * src/state.h (SHIFT_SYMBOL): New.
4767 * src/conflicts.c: Use it to deobfuscate.
4768
4769 2001-12-05 Akim Demaille <akim@epita.fr>
4770
4771 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts)
4772 (print_reductions): De-obfuscate using the good o' techniques:
4773 arrays not pointers, variable locality, BITISSET.
4774
4775 2001-12-05 Akim Demaille <akim@epita.fr>
4776
4777 * src/conflicts.c (print_reductions): Arrays, not pointers.
4778 Use BITISSET.
4779
4780 2001-12-05 Akim Demaille <akim@epita.fr>
4781
4782 * src/conflicts.c (print_reductions): Pessimize, but clarify.
4783
4784 2001-12-05 Akim Demaille <akim@epita.fr>
4785
4786 * src/conflicts.c (print_reductions): Improve variable locality.
4787
4788 2001-12-05 Akim Demaille <akim@epita.fr>
4789
4790 * src/conflicts.c (print_reductions): Pessimize, but clarify.
4791
4792 2001-12-05 Akim Demaille <akim@epita.fr>
4793
4794 * src/conflicts.c (print_reductions): Improve variable locality.
4795
4796 2001-12-05 Akim Demaille <akim@epita.fr>
4797
4798 * src/state.h (SHIFT_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_SHIFT): New.
4799 * src/lalr.c: Use them.
4800
4801 2001-12-05 Akim Demaille <akim@epita.fr>
4802
4803 * src/LR0.c (augment_automaton): Formatting changes.
4804 Better variable locality.
4805
4806 2001-12-05 Akim Demaille <akim@epita.fr>
4807
4808 * src/lalr.c (matrix_print): New.
4809 (transpose): Use it.
4810 Use arrays instead of pointers.
4811
4812 2001-12-05 Akim Demaille <akim@epita.fr>
4813
4814 * src/lalr.c (maxrhs): Move to...
4815 * src/gram.c, src/gram.h (ritem_longest_rhs): here.
4816 * src/lalr.c (build_relations): Adjust.
4817
4818 2001-12-05 Akim Demaille <akim@epita.fr>
4819
4820 * src/lalr.c (transpose): Free the memory allocated to the
4821 argument, as it is replaced by the results by the unique caller.
4822 (build_relations): Merely invoke transpose: it handles the memory
4823 deallocation.
4824 Improve variable locality.
4825 Avoid variables used as mere abbreviations.
4826 (compute_lookaheads): Use arrays instead of pointers.
4827
4828 2001-12-05 Akim Demaille <akim@epita.fr>
4829
4830 * src/lalr.c (initialize_F): Improve variable locality.
4831 Avoid variables used as mere abbreviations.
4832
4833 2001-12-05 Akim Demaille <akim@epita.fr>
4834
4835 * src/derives.c (print_derives): Display the ruleno.
4836 * src/lalr.c (initialize_F, transpose): Better variable locality
4837 to improve readability.
4838 Avoid variables used as mere abbreviations.
4839
4840 2001-12-05 Akim Demaille <akim@epita.fr>
4841
4842 * src/lalr.c (traverse): Use arrays instead of pointers.
4843
4844 2001-12-05 Akim Demaille <akim@epita.fr>
4845
4846 * src/nullable.c (set_nullable): Use a for loop to de-obfuscate
4847 the handling of squeue.
4848 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
4849
4850 2001-12-05 Akim Demaille <akim@epita.fr>
4851
4852 Because useless nonterminals are now kept alive (instead of being
4853 `destroyed'), we now sometimes examine them, and store information
4854 related to them. Hence we need to know their number, and adjust
4855 memory allocations.
4856
4857 * src/reduce.c, src/reduce.h (nuseless_nonterminals): No longer
4858 static.
4859 * src/LR0.c (allocate_itemsets): The memory allocated to
4860 `symbol_count' was used for two different purpose: once to count
4861 the number of occurrences of each symbol, and later reassigned to
4862 `shift_symbol', containing the symbol that can be shifted from a
4863 given state.
4864 Deobfuscate, i.e., allocate, use and free `symbol_count' here
4865 only, and...
4866 (new_itemsets): Allocate `shift_symbol' here.
4867 (allocate_itemsets): symbol_count includes useless nonterminals.
4868 Make room for them.
4869 (free_storage): Use `free', not `XFREE', for pointers that cannot
4870 be null.
4871
4872 2001-12-05 Akim Demaille <akim@epita.fr>
4873
4874 * src/nullable.c (set_nullable): Deobfuscate the handling of
4875 ritem.
4876 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
4877
4878 2001-12-05 Akim Demaille <akim@epita.fr>
4879
4880 * src/gram.c, src/gram.h (ritem_print): New.
4881 * src/gram.c (dummy): Remove, now there is actual code in gram.c.
4882 (This useless function was defined only to work around VMS linkers
4883 that can't handle compilation units with variables only).
4884 * src/reduce.c (dump_grammar): Use it to trace the construction of
4885 ritem.
4886
4887 2001-12-04 Paul Eggert <eggert@twinsun.com>
4888
4889 * src/bison.simple (union yyalloc): Change member names
4890 to be the same as the stack names.
4891 (yyparse): yyptr is now union yyalloc *, not char *.
4892 (YYSTACK_RELOCATE): Likewise. This avoids a GCC warning,
4893 and may generate better code on some machines.
4894 (yystpcpy): Use prototype if __STDC__ is defined, not just
4895 if __cplusplus is defined.
4896
4897 2001-11-30 Akim Demaille <akim@epita.fr>
4898
4899 * configure.in (WARNING_CFLAGS): Add -Werror when possible.
4900 (CFLAGS): Do not include the WARNING_CFLAGS here, since GNU
4901 Gettext doesn't compile cleanly, and dies with -Werror.
4902 * src/Makefile.am, lib/Makefile.am, tests/atlocal.in (CFLAGS):
4903 Include WARNING_CFLAGS here.
4904 * lib/xstrdup.c: Include xalloc.h, so that xstrdup be declared
4905 before being defined.
4906
4907 2001-11-27 Paul Eggert <eggert@twinsun.com>
4908
4909 * lib/quotearg.h (quotearg_n, quotearg_n_style):
4910 First arg is int, not unsigned.
4911 * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
4912 (SIZE_MAX, UINT_MAX): New macros.
4913 (quotearg_n_options): Abort if N is negative.
4914 Avoid overflow check on hosts where size_t is 64 bits and int
4915 is 32 bits, as overflow is impossible there.
4916 Fix off-by-one typo that caused unnecessary reallocation.
4917
4918 2001-11-29 Paul Eggert <eggert@twinsun.com>
4919
4920 Name space cleanup in generated parser.
4921
4922 * doc/bison.texinfo (Bison Parser): Discuss system headers
4923 and their effect on the user name space.
4924
4925 * src/bison.simple:
4926 (YYSTACK_ALLOC, YYSTACK_FREE, union yyalloc, YYSTACK_GAP_MAX,
4927 YYSTACK_BYTES, YYSTACK_RELOCATE): Do not define unless necessary,
4928 i.e. unless ! defined (yyoverflow) || defined (YYERROR_VERBOSE).
4929
4930 (YYSIZE_T): New macro. Use it instead of size_t, to avoid infringing
4931 on user names when possible.
4932
4933 (YYSTACK_USE_ALLOCA): Do not define; just use any existing defn.
4934 Simplify test for whather <alloca.h> exists.
4935
4936 (<stdlib.h>): Include if we will use malloc, and if standard C or C++.
4937
4938 (<stdio.h>): Include if YYDEBUG.
4939
4940 (yymemcpy): Renamed from __yy_memcpy. Do not define unless
4941 ! defined (yyoverflow) && ! defined (yymemcpy).
4942
4943 (yymemcpy, yyparse): Rename local variables as needed so that
4944 they all begin with 'yy'.
4945
4946 (yystrlen, yystpcpy): New functions.
4947
4948 (YY_DECL_NON_LSP_VARIABLES): Renamed from _YY_DECL_VARIABLES.
4949 All uses changed.
4950
4951 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy
4952 instead of relying on string.h functions. Use YYSTACK_ALLOC
4953 and YYSTACK_FREE instead of malloc and free.
4954
4955 2001-11-30 Akim Demaille <akim@epita.fr>
4956
4957 * src/bison.simple (YYSTYPE, YYLTYPE): Move their definitions
4958 before their first uses.
4959 (YYBISON, YYPURE): Move to the top of the output.
4960
4961 2001-11-30 Akim Demaille <akim@epita.fr>
4962
4963 * tests/reduce.at (Useless Nonterminals): Fix.
4964
4965 2001-11-30 Akim Demaille <akim@epita.fr>
4966
4967 * src/bison.simple (YYSTACK_FREE): Use `do {;} while (0)' as empty
4968 if body instead of `;' to pacify GCC's warnings.
4969
4970 2001-11-30 Akim Demaille <akim@epita.fr>
4971
4972 Instead of mapping the LHS of unused rules to -1, keep the LHS
4973 valid, but flag the rules as invalid.
4974
4975 * src/gram.h (rule_t): `useful' is a new member.
4976 * src/print.c (print_grammar): Adjust.
4977 * src/derives.c (set_derives): Likewise.
4978 * src/reader.c (packgram, reduce_output): Likewise.
4979 * src/reduce.c (reduce_grammar_tables): Likewise.
4980 * tests/reduce.at (Underivable Rules, Useless Rules): New.
4981
4982 2001-11-30 Akim Demaille <akim@epita.fr>
4983
4984 * src/reduce.c (reduce_output): Formatting changes.
4985 * src/print.c (print_results, print_grammar): Likewise.
4986 * tests/regression.at (Rule Line Numbers)
4987 (Solved SR Conflicts, Unresolved SR Conflicts): Adjust.
4988
4989 2001-11-30 Akim Demaille <akim@epita.fr>
4990
4991 * src/reduce.c (nonterminals_reduce): Instead of throwing away
4992 useless nonterminals, move them at the end of the symbol arrays.
4993 (reduce_output): Adjust.
4994 * tests/reduce.at (Useless Nonterminals): Adjust.
4995
4996 2001-11-30 Akim Demaille <akim@epita.fr>
4997
4998 * src/reduce.c: Various comment/formatting changes.
4999 (nonterminals_reduce): New, extracted from...
5000 (reduce_grammar_tables): here.
5001 (reduce_grammar): Call nonterminals_reduce.
5002
5003 2001-11-29 Paul Eggert <eggert@twinsun.com>
5004
5005 * src/bison.simple (YYSTACK_REALLOC): Remove.
5006 (YYSTACK_ALLOC): Resurrect this macro, with its old meaning.
5007 (YYSTACK_FREE, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYSTACK_RELOCATE):
5008 New macros.
5009 (union yyalloc): New type.
5010 (__yy_memcpy): Last arg is size_t, not unsigned int, to remove
5011 an arbitrary restriction on hosts where size_t is wider than int.
5012
5013 (yyparse): Don't dump core if alloca or malloc fails; instead, report
5014 a parser stack overflow. Allocate just one block of memory for all
5015 three stacks, instead of allocating three blocks; this typically is
5016 faster and reduces fragmentation.
5017
5018 Do not limit the number of items in the stack to a value that fits
5019 in 'int', as this is an arbitrary limit on hosts with 64-bit
5020 size_t and 32-bit int.
5021
5022 2001-11-29 Marc Autret <autret_m@epita.fr>
5023
5024 * tests/calc.at [AT_DATA_CALC_Y]: Use %error-verbose instead
5025 of defining YYERROR_VERBOSE.
5026 [AT_DATA]: $4 is now out of C declarations in the prologue.
5027
5028 2001-11-28 Marc Autret <autret_m@epita.fr>
5029
5030 * src/reader.c (parse_dquoted_param): New.
5031 (parse_skel_decl): Use it.
5032 * src/lex.h: Add its prototype.
5033 * src/lex.c (literalchar): Become not static.
5034
5035 2001-11-28 Marc Autret <autret_m@epita.fr>
5036
5037 * src/output.h: And put its extern declaration here.
5038 * src/output.c (error_verbose): Define here.
5039 (prepare): Echo name modification.
5040 * src/getargs.h: Clean its extern declaration.
5041 * src/getargs.c (error_verbose_flag): Remove.
5042 (getargs): Remove case 'e'.
5043 * src/options.c (option_table): 'error-verbose' is now seen as simple
5044 percent option.
5045 Include output.h.
5046
5047 * src/reader.c (read_declarations): Remove case tok_include.
5048 (parse_include_decl): Remove.
5049 * src/lex.h (token_t): Remove tok_include.
5050 * src/options.c (option_table): 'include' is now a simple command line
5051 option.
5052
5053 2001-11-28 Marc Autret <autret_m@epita.fr>
5054
5055 * src/bison.simple: Adjust muscle names.
5056 * src/muscle_tab.c (muscle_init): Also rename the muscles.
5057 * src/output.c (prepare): s/_/-/ for the muscles names.
5058 (output_parser): When scanning for a muscle, allow '-' instead of '_'.
5059
5060 2001-11-28 Marc Autret <autret_m@epita.fr>
5061
5062 * src/bison.simple: Fix debug.
5063 [YYERROR_VERBOSE]: Re-integrate as an internal macro.
5064
5065 2001-11-28 Akim Demaille <akim@epita.fr>
5066
5067 * src/LR0.c (shifts_new): New.
5068 (save_shifts, insert_start_shift, augment_automaton): Use it.
5069
5070 2001-11-28 Akim Demaille <akim@epita.fr>
5071
5072 * src/closure.c (closure): `b' and `ruleno' denote the same value:
5073 keep ruleno only.
5074
5075 2001-11-28 Akim Demaille <akim@epita.fr>
5076
5077 * src/closure.c (closure): Instead of looping over word in array
5078 then bits in words, loop over bits in array.
5079
5080 2001-11-28 Akim Demaille <akim@epita.fr>
5081
5082 * src/closure.c (closure): No longer optimize the special case
5083 where all the bits of `ruleset[r]' are set to 0, to make the code
5084 clearer.
5085
5086 2001-11-28 Akim Demaille <akim@epita.fr>
5087
5088 * src/closure.c (closure): `r' and `c' are new variables, used to
5089 de-obfuscate accesses to RULESET and CORE.
5090
5091 2001-11-28 Akim Demaille <akim@epita.fr>
5092
5093 * src/reduce.c (reduce_print): Use ngettext.
5094 (dump_grammar): Improve the trace accuracy.
5095
5096 2001-11-28 Akim Demaille <akim@epita.fr>
5097
5098 * src/reduce.c (dump_grammar): Don't translate trace messages.
5099
5100 2001-11-28 Akim Demaille <akim@epita.fr>
5101
5102 * tests/reduce.at (Useless Terminals, Useless Nonterminals): New.
5103 * src/reduce.c (reduce_grammar_tables): Do not free useless tags,
5104 as all tags are free'ed afterwards.
5105 From Enrico Scholz.
5106
5107 2001-11-27 Paul Eggert <eggert@twinsun.com>
5108
5109 * src/bison.simple (YYSTACK_REALLOC): Fix typo that caused us to
5110 use alloca when we didn't want to, and vice versa.
5111
5112 2001-11-27 Marc Autret <autret_m@epita.fr>
5113
5114 * src/muscle_tab.c (muscle_init): Remove 'verbose' muscle
5115 initialization.
5116 * src/output.c (prepare): Remove its update.
5117
5118 2001-11-27 Marc Autret <autret_m@epita.fr>
5119
5120 * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
5121 Use %error-verbose.
5122
5123 2001-11-27 Marc Autret <autret_m@epita.fr>
5124
5125 * src/bison.simple: Remove YYERROR_VERBOSE using.
5126 Use %%error_verbose.
5127 (yyparse): Likewise.
5128 * src/output.c (prepare): Give its final value.
5129 * src/muscle_tab.c (muscle_init): Init new muscle 'error_verbose'.
5130 * src/getargs.h: Add its extern declaration.
5131 * src/getargs.c (error_verbose_flag): New int.
5132 (getargs): Update to catch new case.
5133 * src/options.c (option_table): 'error-verbose' is a new option.
5134 (shortopts): Update.
5135
5136 2001-11-27 Akim Demaille <akim@epita.fr>
5137
5138 * src/system.h: Use intl/libgettext.h.
5139 * src/Makefile.am (INCLUDES): Add -I $(top_srcdir).
5140
5141 2001-11-27 Akim Demaille <akim@epita.fr>
5142
5143 * tests/torture.at (Exploding the Stack Size with Malloc):
5144 s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
5145
5146 2001-11-27 Akim Demaille <akim@epita.fr>
5147
5148 * src/files.c: Include error.h.
5149 Reported by Hans Aberg.
5150
5151 2001-11-26 Marc Autret <autret_m@epita.fr>
5152
5153 * src/reader.c (parse_include_decl): New, not yet implemented.
5154 (read_declarations): Add case tok_include.
5155 * src/getargs.h (include): Add its extern definition.
5156 * src/getargs.c (include): New const char *.
5157 (getargs): Add case '-I'.
5158 * src/options.c (option_table): Add include as command line and
5159 percent option.
5160 * src/lex.h (token_t): Add tok_include.
5161
5162 2001-11-26 Akim Demaille <akim@epita.fr>
5163
5164 * src/reader.c (readgram): Make sure rules for mid-rule actions
5165 have a lineno equal to that of their host rule.
5166 Reported by Hans Aberg.
5167 * tests/regression.at (Rule Line Numbers): New.
5168
5169 2001-11-26 Akim Demaille <akim@epita.fr>
5170
5171 * src/LR0.c (allocate_itemsets): kernel_size contains ints, not
5172 size_ts.
5173
5174 2001-11-26 Akim Demaille <akim@epita.fr>
5175
5176 * src/complain.c, src/complain.h (error): Remove, provided by
5177 lib/error.[ch].
5178
5179 2001-11-26 Akim Demaille <akim@epita.fr>
5180
5181 * src/reader.c (read_declarations): Don't abort on tok_illegal,
5182 issue an error message.
5183 * tests/regression.at (Invalid %directive): New.
5184 Reported by Hans Aberg.
5185
5186 2001-11-26 Akim Demaille <akim@epita.fr>
5187
5188 * configure.in: Invoke AC_FUNC_OBSTACK and AC_FUNC_ERROR_AT_LINE.
5189 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
5190
5191 2001-11-26 Akim Demaille <akim@epita.fr>
5192
5193 * src/conflicts.c (conflicts_print): Don't complain at all when
5194 there are no reduce/reduce conflicts, and as many shift/reduce
5195 conflicts as expected.
5196 * tests/regression.at (%expect right): Adjust.
5197
5198 2001-11-23 Akim Demaille <akim@epita.fr>
5199
5200 * lib/alloca.c: Update, from fileutils.
5201
5202 2001-11-23 Akim Demaille <akim@epita.fr>
5203
5204 * lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@.
5205
5206 2001-11-23 Akim Demaille <akim@epita.fr>
5207
5208 * src/system.h: Include alloca.h.
5209 * src/main.c (main) [C_ALLOCA]: Call alloca (0).
5210
5211 2001-11-23 Akim Demaille <akim@epita.fr>
5212
5213 * src/print_graph.c (print_actions): Remove `rule', unused.
5214 * src/LR0.c (kernel_size): Contain `int' instead of `size_t' to
5215 pacify GCC's signed < unsigned warnings.
5216 * src/closure.c (itemsetsize): Likewise.
5217 * src/reader.c (symbol_list_new): Static.
5218
5219 2001-11-23 Akim Demaille <akim@epita.fr>
5220
5221 Attaching lineno to buckets is stupid, since only one copy of each
5222 symbol is kept, only the line of the first occurrence is kept too.
5223
5224 * src/symtab.h, src/symtab.c (bucket): Remove the line member.
5225 * src/reader.c (rline_allocated): Remove, unused.
5226 (symbol_list): Have a `line' member.
5227 (symbol_list_new): New.
5228 (readgram): Use it.
5229 * src/print.c (print_grammar): Output the rule line numbers.
5230 * tests/regression.at (Solved SR Conflicts)
5231 (Unresolved SR Conflicts): Adjust.
5232 Reported by Hans Aberg.
5233
5234 2001-11-22 Marc Autret <autret_m@epita.fr>
5235
5236 * src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
5237
5238 2001-11-22 Marc Autret <autret_m@epita.fr>
5239
5240 * src/muscle_tab.c (muscle_init): Remove initialization of
5241 skeleton muscle.
5242 * src/output.c (output_master_parser): Do it here.
5243
5244 2001-11-20 Akim Demaille <akim@epita.fr>
5245
5246 * po/sv.po: New.
5247 * configure.in (ALL_LINGUAS): Adjust.
5248 * po/POTFILE.in: Remove `nullable.c' and `derives.c' which no
5249 longer contains strings to translate.
5250
5251 2001-11-19 Akim Demaille <akim@epita.fr>
5252
5253 * src/conflicts.c (conflicts_print): Add a missing \n.
5254
5255 2001-11-19 Akim Demaille <akim@epita.fr>
5256
5257 * src/nullable.c (nullable_print): New.
5258 (set_nullable): Call it when tracing.
5259 Better locality of variables.
5260
5261 2001-11-19 Akim Demaille <akim@epita.fr>
5262
5263 * src/print.c (print_actions): Better locality of variables.
5264
5265 2001-11-19 Akim Demaille <akim@epita.fr>
5266
5267 * src/derives.c (print_derives): Fix and enrich.
5268 * src/closure.c (print_fderives): Likewise.
5269
5270 2001-11-19 Akim Demaille <akim@epita.fr>
5271
5272 * src/closure.c (itemsetend): Remove, replaced with...
5273 (itemsetsize): new.
5274
5275 2001-11-19 Akim Demaille <akim@epita.fr>
5276
5277 * src/LR0.c (kernel_end): Remove, replaced with...
5278 (kernel_size): new.
5279
5280 2001-11-19 Akim Demaille <akim@epita.fr>
5281
5282 * src/conflicts.c (set_conflicts): Use arrays instead of pointers
5283 to clarify.
5284
5285 2001-11-19 Akim Demaille <akim@epita.fr>
5286
5287 * src/closure.c (closure): Use arrays instead of pointers to clarify.
5288
5289 2001-11-19 Akim Demaille <akim@epita.fr>
5290
5291 * src/closure.c, src/derives.c, src/nullable.c: Adjust various
5292 trace messages.
5293 * src/LR0.c: Likewise.
5294 (allocate_itemsets): Use arrays instead of pointers to clarify.
5295
5296 2001-11-19 Akim Demaille <akim@epita.fr>
5297
5298 * src/getargs.c (statistics_flag): Replace with...
5299 (trace_flag): New.
5300 (longopts): Accept --trace instead of --statistics.
5301 * src/getargs.h, src/options.c: Adjust.
5302 * src/LR0.c, src/closure.c, src/derives.c, src/nullable.c,
5303 * src/reduce.c: Use trace_flags instead of the CPP conditional TRACE.
5304
5305 2001-11-19 Akim Demaille <akim@epita.fr>
5306
5307 * src/LR0.c (new_itemsets, get_state): Use more arrays and fewer
5308 pointers to clarify the code.
5309 (save_reductions, save_shifts): Factor common parts of alternatives.
5310
5311 2001-11-19 Akim Demaille <akim@epita.fr>
5312
5313 * src/LR0.c (new_state, get_state): Complete TRACE code.
5314 * src/closure.c: Include `reader.h' to get `tags', needed by the
5315 trace code.
5316 Rename the conditional DEBUG as TRACE.
5317 Output consistently TRACEs to stderr, not stdout.
5318 * src/derives.c: Likewise.
5319 * src/reduce.c: (inaccessable_symbols): Using if is better style
5320 than goto.
5321 Use `#if TRACE' instead of `#if 0' for tracing code.
5322
5323 2001-11-19 Akim Demaille <akim@epita.fr>
5324
5325 * src/system.h (LIST_FREE, shortcpy): New.
5326 * src/LR0.c: Use them.
5327 * src/output.c (free_itemsets, free_reductions, free_shifts):
5328 Remove, replaced by LIST_FREE.
5329
5330 2001-11-19 Akim Demaille <akim@epita.fr>
5331
5332 * src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)
5333 (REDUCTIONS_ALLOC): New.
5334 * src/LR0.c, src/conflicts.c: Use them to de-obfuscate memory
5335 allocation.
5336
5337 2001-11-19 Akim Demaille <akim@epita.fr>
5338
5339 * src/LR0.c (new_state): Complete trace code.
5340 * src/nullable.c (set_nullable): Don't translate traces.
5341
5342 2001-11-19 Akim Demaille <akim@epita.fr>
5343
5344 * src/print_graph.c (print_core): Better locality of variables.
5345 * src/print.c (print_core): Likewise.
5346
5347 2001-11-19 Akim Demaille <akim@epita.fr>
5348
5349 * src/vcg.c: You do the output, so you are responsible of the
5350 handling of VCG syntax, in particular: use quotearg.
5351 * src/print_graph.c: Don't.
5352 (print_actions): Don't output the actions as part of the nodes,
5353 since that's the job of the edges.
5354 (print_state): Don't output by hand: fill the node description,
5355 and ask for its output.
5356
5357 2001-11-19 Akim Demaille <akim@epita.fr>
5358
5359 * src/bison.simple (yyparse): When verbosely reporting an error,
5360 no longer put additional quotes around token names.
5361 * tests/calc.at: Adjust.
5362
5363 2001-11-19 Akim Demaille <akim@epita.fr>
5364
5365 * src/symtab.h, src/symtab.c: `line' is a new member of `bucket'.
5366 * src/reader.c (record_rule_lines, rline, rline_allocated): Remove.
5367 * src/output.c: Adjust.
5368
5369 2001-11-19 Akim Demaille <akim@epita.fr>
5370
5371 * src/gram.h (rprec, rprecsym, rassoc): Remove, now part of...
5372 (rule_t): this.
5373 * src/conflicts.c, src/reader.c, src/reduce.c: Adjust.
5374
5375 2001-11-19 Akim Demaille <akim@epita.fr>
5376
5377 * src/gram.h (rule_t): New.
5378 (rule_table): New.
5379 (rrhs, rlhs): Remove, part of state_t.
5380 * src/print_graph.c, src/closure.c, src/conflicts.c, src/derives.c,
5381 * src/lalr.c, src/nullable.c, src/output.c, src/print.c,
5382 * src/reader.c, src/reduce.c: Adjust.
5383
5384 2001-11-19 Akim Demaille <akim@epita.fr>
5385
5386 * src/reader.c (symbols_output): New, extracted from...
5387 (packsymbols): Here.
5388 (reader): Call it.
5389
5390 2001-11-19 Akim Demaille <akim@epita.fr>
5391
5392 * src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
5393 (maxrhs): this new function.
5394
5395 2001-11-19 Akim Demaille <akim@epita.fr>
5396
5397 * src/lalr.c (F): New macro to access the variable F.
5398 Adjust.
5399
5400 2001-11-19 Akim Demaille <akim@epita.fr>
5401
5402 * src/lalr.h (LA): New macro to access the variable LA.
5403 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
5404 * src/lalr.c: Adjust.
5405
5406 2001-11-19 Akim Demaille <akim@epita.fr>
5407
5408 * src/lalr.c (initialize_LA): Only initialize LA. Let...
5409 (set_state_table): handle the `lookaheads' members.
5410
5411 2001-11-19 Akim Demaille <akim@epita.fr>
5412
5413 * src/lalr.h (lookaheads): Removed array, whose contents is now
5414 a member of...
5415 (state_t): this structure.
5416 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
5417 Adjust.
5418
5419 2001-11-19 Akim Demaille <akim@epita.fr>
5420
5421 * src/lalr.h (consistent): Removed array, whose contents is now
5422 a member of...
5423 (state_t): this structure.
5424 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
5425 Adjust.
5426
5427 2001-11-19 Akim Demaille <akim@epita.fr>
5428
5429 * src/lalr.h (reduction_table, shift_table): Removed arrays, whose
5430 contents are now members of...
5431 (state_t): this structure.
5432 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
5433 Adjust.
5434
5435 2001-11-19 Akim Demaille <akim@epita.fr>
5436
5437 * src/lalr.h (state_t): New.
5438 (state_table): Be a state_t * instead of a core **.
5439 (accessing_symbol): Remove, part of state_t.
5440 * src/lalr.c: Adjust.
5441 (set_accessing_symbol): Merge into...
5442 (set_state_table): this.
5443 * src/print_graph.c, src/conflicts.c: Adjust.
5444
5445 2001-11-14 Akim Demaille <akim@epita.fr>
5446
5447 * tests/calc.at, tests/output.at, tests/regression.at,
5448 * tests/testsuite.at, tests/torture.at: Rely on Autotest 2.52g:
5449 now the tests are run in private dirs, therefore AC_CLEANUP and
5450 family can be simplified to 0-ary.
5451 * tests/atlocal.in: Now that we run `elsewhere' than in tests/,
5452 use abs. path to find config.h.
5453 * tests/calc.at (AT_CHECK_CALC): Don't try to check the compiler's
5454 stderr, there can be way too much random noise.
5455 Instead pass -Werror to GCC and rely on the exit status.
5456 Reported by Wolfram Wagner.
5457
5458 2001-11-14 Akim Demaille <akim@epita.fr>
5459
5460 * src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
5461 defined only if yyoverflow is defined, to avoid `warning: unused
5462 variable `yyvs1''.
5463 Reported by The Test Suite.
5464
5465 2001-11-14 Akim Demaille <akim@epita.fr>
5466
5467 * src/print.c: Include reduce.h.
5468 Reported by Hans Aberg.
5469
5470 2001-11-14 Akim Demaille <akim@epita.fr>
5471
5472 * src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
5473 Revert a previous patch: these are really const.
5474 * src/conflicts.c (conflict_report): Additional useless pair of
5475 braces to pacify GCC's warnings for `if () if () {} else {}'.
5476 * src/lex.c (parse_percent_token): Replace equal_offset with
5477 arg_offset.
5478 arg is const.
5479 Be sure to strdup `arg' when used, since there is no reason for
5480 token_buffer not to change.
5481
5482 2001-11-14 Akim Demaille <akim@epita.fr>
5483
5484 * src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure a proper
5485 definition.
5486 * src/main.c (main): Use them.
5487 Suggested by Hans Aberg.
5488
5489 2001-11-12 Akim Demaille <akim@epita.fr>
5490
5491 * src/system.h (ngettext): Now that we use ngettext, be sure to
5492 provide a default definition when NLS are not used.
5493
5494 2001-11-12 Akim Demaille <akim@epita.fr>
5495
5496 * doc/bison.texinfo: Use `$' as shell prompt, not `%'.
5497 Use @kbd to denote user input.
5498 (Language and Grammar): ANSIfy the example.
5499 Adjust its layout for info/notinfo.
5500 (Location Tracking Calc): Output error messages to stderr.
5501 Output locations in a more GNUtically correct way.
5502 Fix a couple of Englishos.
5503 Adjust @group/@end group pairs.
5504
5505 2001-11-12 Akim Demaille <akim@epita.fr>
5506
5507 %expext was not functioning at all.
5508
5509 * src/conflicts.c (expected_conflicts): Set to -1.
5510 (conflict_report): Use ngettext.
5511 (conflicts_print): Check %expect and make its violation an error.
5512 * doc/bison.texinfo (Expect Decl): Adjust.
5513 * configure.in (AM_GNU_GETTEXT): Ask for ngettext.
5514 * tests/regression.at (%expect not enough, %expect right)
5515 (%expect too much): New.
5516
5517 2001-11-12 Akim Demaille <akim@epita.fr>
5518
5519 * tests/regression.at (Conflicts): Rename as...
5520 (Unresolved SR Conflicts): this.
5521 (Solved SR Conflicts): New.
5522
5523 2001-11-12 Akim Demaille <akim@epita.fr>
5524
5525 * src/reduce.c (print_results): Rename as...
5526 (reduce_output): This.
5527 Output to OUT, passed as argument, instead of output_obstack.
5528 (dump_grammar): Likewise.
5529 (reduce_free): New.
5530 Also free V1.
5531 (reduce_grammar): No longer call reduce_output, since...
5532 * src/print.c (print_results): do it.
5533 * src/main.c (main): Call reduce_free;
5534
5535 2001-11-12 Akim Demaille <akim@epita.fr>
5536
5537 * src/conflicts.c (print_reductions): Accept OUT as argument.
5538 Output to it, not to output_obstack.
5539 * src/print.c (print_actions): Adjust.
5540
5541 2001-11-12 Akim Demaille <akim@epita.fr>
5542
5543 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts): Return
5544 the result instead of using...
5545 (src_total, rrc_total, src_count, rrc_count): Remove.
5546 (any_conflicts): Remove.
5547 (print_conflicts): Split into...
5548 (conflicts_print, conflicts_output): New.
5549 * src/conflicts.h: Adjust.
5550 * src/main.c (main): Invoke both conflicts_output and conflicts_print.
5551 * src/print.c (print_grammar): Issue `\n' between two rules.
5552 * tests/regression.at (Conflicts): New.
5553 Reported by Tom Lane.
5554
5555 2001-11-12 Akim Demaille <akim@epita.fr>
5556
5557 * tests/regression.at (Invalid input): Remove, duplicate with
5558 ``Invalid input: 1''.
5559
5560 2001-11-12 Akim Demaille <akim@epita.fr>
5561
5562 * tests/torture.at (AT_DATA_STACK_TORTURE)
5563 (Exploding the Stack Size with Alloca)
5564 (Exploding the Stack Size with Malloc): New.
5565
5566 2001-11-12 Akim Demaille <akim@epita.fr>
5567
5568 * src/bison.simple (YYSTACK_REALLOC): New.
5569 (yyparse) [!yyoverflow]: Use it and free the old stack.
5570 Reported by Per Allansson.
5571
5572 2001-11-12 Pascal Bart <pascal.bart@epita.fr>
5573
5574 * src/bison.simple: Define type yystype instead of YYSTYPE, and
5575 define CPP macro, which substitute YYSTYPE by yystype.
5576 * src/reader.c (parse_union_decl): Output yystype/YYSTYPE as we do
5577 with yyltype/YYLTYPE. This allows inclusion of the generated
5578 header within the parser if the compiler, such as GGC, accepts
5579 multiple equivalent #defines.
5580 From Akim.
5581
5582 2001-11-05 Akim Demaille <akim@epita.fr>
5583
5584 * src/reader.c (symbols_output): New, extracted from...
5585 (packsymbols): here.
5586 (reader): Adjust.
5587
5588 2001-11-05 Akim Demaille <akim@epita.fr>
5589
5590 * src/lex.c (parse_percent_token): s/quotearg/quote/.
5591
5592 2001-11-05 Akim Demaille <akim@epita.fr>
5593
5594 * tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
5595 pattern.
5596
5597 2001-11-05 Akim Demaille <akim@epita.fr>
5598
5599 * src/options.h (struct option_table_struct): set_flags is void*.
5600 * src/options.c (longopts): Support `--output' and `%output'.
5601 (usage): Adjust.
5602 * src/lex.h (tok_setopt): Remove, replaced with...
5603 (tok_intopt, tok_stropt): these new guys.
5604 * src/lex.c (getopt.h): Not needed.
5605 (token_buffer, unlexed_token_buffer): Not const.
5606 (percent_table): Promote `-' over `_' in directive names.
5607 Active `%name-prefix', `file-prefix', and `output'.
5608 (parse_percent_token): Accept possible arguments to directives.
5609 Promote `-' over `_' in directive names.
5610
5611 2001-11-04 Akim Demaille <akim@epita.fr>
5612
5613 * doc/bison.texinfo (Decl Summary): Split the list into
5614 `directives for grammars' and `directives for bison'.
5615 Sort'em.
5616 Add description of `%name-prefix', `file-prefix', and `output'.
5617 Promote `-' over `_' in directive names.
5618 (Bison Options): s/%locactions/%locations/. Nice Freudian slip.
5619 Simplify the description of `--name-prefix'.
5620 Promote `-' over `_' in directive names.
5621 Promote `--output' over `--output-file'.
5622 Fix the description of `--defines'.
5623 * tests/output.at: Exercise %file-prefix and %output.
5624
5625 2001-11-02 Akim Demaille <akim@epita.fr>
5626
5627 * doc/refcard.tex: Update.
5628
5629 2001-11-02 Akim Demaille <akim@epita.fr>
5630
5631 * src/symtab.h (SUNDEF): New.
5632 * src/symtab.c (bucket_new): Init user_token_number to SUNDEF to
5633 stand for `uninitialized', instead of 0.
5634 * src/reader.c (packsymbols, parse_thong_decl): Adjust.
5635 * src/lex.c (lex): Adjust.
5636
5637 * tests/calc.at (_AT_DATA_CALC_Y): Declare a token for EOF.
5638 Number it 0.
5639 Let yylex return it instead of a plain 0.
5640 Reported by Dick Streefland.
5641
5642 2001-11-02 Akim Demaille <akim@epita.fr>
5643
5644 * tests/regression.at (Mixing %token styles): New test.
5645
5646 2001-11-02 Akim Demaille <akim@epita.fr>
5647
5648 * src/reader.c (parse_thong_decl): Formatting changes.
5649 (token_translations_init): New, extracted from...
5650 (packsymbols): Here.
5651 Adjust.
5652
5653 2001-11-01 Akim Demaille <akim@epita.fr>
5654
5655 * tests/regression.at (AT_TEST_CPP_GUARD_H): New.
5656 Check that `9foo.y' produces correct cpp guards.
5657 * src/files.c (compute_header_macro): Prepend `BISON_' to CPP
5658 guards.
5659 Reported by Wwp.
5660
5661 2001-11-01 Akim Demaille <akim@epita.fr>
5662
5663 * tests/regression.at (Invalid input: 2): New.
5664 * src/lex.c (unlexed_token_buffer): New.
5665 (lex, unlex): Adjust: when unlexing, be sure to save token_buffer
5666 too.
5667 Reported by Wwp.
5668
5669 2001-11-01 Akim Demaille <akim@epita.fr>
5670
5671 * tests/calc.at: Catch up with 1.30.
5672 * configure.in: Bump to 1.49a.
5673 Adjust to newer Autotest.
5674
5675 2001-10-19 Pascal Bart <pascal.bart@epita.fr>
5676
5677 * src/conflicts.c: Move global variables rrc_total and src_total ...
5678 (print_conflicts): here.
5679 * src/output.c (output): Free global variable user_toknums.
5680 * src/lex.c (token_obstack): Become static.
5681
5682 2001-10-18 Akim Demaille <akim@epita.fr>
5683
5684 * tests/atlocal.in (GCC): Add.
5685 * tests/calc.at: s/m4_match/m4_bmatch/.
5686 s/m4_patsubst/m4_bpatsubst/.
5687 (AT_CHECK_CALC): Check the compiler's stderr only if it's GCC.
5688 * configure.in: AC_SUBST(GCC).
5689
5690 2001-10-14 Marc Autret <autret_m@epita.fr>
5691
5692 * src/options.c (create_long_option_table): Fix.
5693
5694 2001-10-10 Akim Demaille <akim@epita.fr>
5695
5696 * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
5697
5698 2001-10-04 Akim Demaille <akim@epita.fr>
5699
5700 * src/reader.c (parse_union_decl): Push the caracters in
5701 union_obstack, not attrs_obstack.
5702
5703 2001-10-04 Akim Demaille <akim@epita.fr>
5704
5705 Merge in the branch 1.29.
5706
5707 * src/reader.c (packsymbols): Use a temporary obstack for
5708 `%%tokendef', since output_stack is already used elsewhere.
5709
5710 2001-10-02 Akim Demaille <akim@epita.fr>
5711
5712 Bump 1.29d.
5713
5714 2001-10-02 Akim Demaille <akim@epita.fr>
5715
5716 Version 1.29c.
5717
5718 2001-10-02 Akim Demaille <akim@epita.fr>
5719
5720 * tests/regression.at (Invalid CPP headers): New.
5721 From Alexander Belopolsky.
5722 * src/files.c (compute_header_macro): Map non alnum chars to `_'.
5723
5724 2001-10-02 Akim Demaille <akim@epita.fr>
5725
5726 * tests/regression.at (Invalid input): New.
5727 * src/lex.c (lex): Be sure to set `token_buffer' in any case.
5728 Reported by Shura.
5729
5730 2001-10-02 Akim Demaille <akim@epita.fr>
5731
5732 * tests/calc.at: Now that --debug works, the tests must be adjusted.
5733
5734 2001-10-02 Akim Demaille <akim@epita.fr>
5735
5736 * src/output.c (output_parser): Assert `skeleton'.
5737 * src/files.c (skeleton_find): Look harder for skeletons on DOSish
5738 systems.
5739 From Shura.
5740
5741 2001-10-01 Marc Autret <autret_m@epita.fr>
5742
5743 * src/lex.h: Echo modifications.
5744 * src/lex.c (unlex): Parameter is now token_t.
5745 From Hans Aberg.
5746
5747 2001-10-01 Marc Autret <autret_m@epita.fr>
5748
5749 * src/main.c: Include lex.h.
5750 From Hans Aberg.
5751
5752 2001-09-29 Akim Demaille <akim@epita.fr>
5753
5754 * src/getargs.c (longopts): `--debug' is `-t', not `-d'.
5755
5756 2001-09-28 Akim Demaille <akim@epita.fr>
5757
5758 * tests/testsuite.at: Update to newer Autotest.
5759 * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
5760
5761 2001-09-27 Akim Demaille <akim@epita.fr>
5762
5763 Position independent wrapper.
5764
5765 * tests/bison: Remove.
5766 * tests/bison.in: New.
5767 * configure.in: Adjust.
5768
5769 2001-09-27 Paul Eggert <eggert@twinsun.com>
5770
5771 Port quotearg fixes from tar 1.13.24.
5772
5773 * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
5774 tm to be declared.
5775 (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
5776 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
5777
5778 * m4/Makefile.am (EXTRA_DIST): Add mbrtowc.m4.
5779 * m4/mbrtowc.m4: New file.
5780 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit and stddef.h.
5781 Use jm_FUNC_MBRTOWC instead of AC_CHECK_FUNCS(mbrtowc).
5782
5783 2001-09-27 Akim Demaille <akim@epita.fr>
5784
5785 Bump to 1.29c.
5786
5787 2001-09-27 Akim Demaille <akim@epita.fr>
5788
5789 Version 1.29b.
5790
5791 2001-09-25 Akim Demaille <akim@epita.fr>
5792
5793 * src/system.h: Include `xalloc.h'.
5794 Remove it from the C files.
5795 * src/files.c (output_files): Free the obstacks.
5796 * src/lex.c (init_lex): Rename as...
5797 (lex_init): this.
5798 (lex_free): New.
5799 * src/main.c (main): Use it.
5800
5801 2001-09-24 Marc Autret <autret_m@epita.fr>
5802
5803 * src/vcg.c (open_edge, close_edge, open_node, close_node): Change
5804 to output informations in fout (FILE*).
5805 (open_graph, close_graph): Likewise.
5806 (output_graph, output_edge, output_node): Likewise.
5807 * src/vcg.h: Update function prototypes.
5808 * src/print_graph.c (print_graph): Open output graph file.
5809 (print_actions): Adjust.
5810 * src/files.h: Remove extern declaration.
5811 * src/files.c: Remove graph_obstack declaration.
5812 (open_files): Remove graph_obstack initialization.
5813 (output_files): Remove graph_obstack saving.
5814
5815 2001-09-24 Marc Autret <autret_m@epita.fr>
5816
5817 * src/files.c (compute_output_file_names): Fix.
5818
5819 2001-09-24 Marc Autret <autret_m@epita.fr>,
5820 Akim Demaille <akim@epita.fr>
5821
5822 * src/reader.c (reader): Remove call to free_symtab ().
5823 * src/main.c (main): Call it here.
5824 Include symtab.h.
5825 * src/conflicts.c (initialize_conflicts): Rename as...
5826 (solve_conflicts): this.
5827 * src/print.c (print_core, print_actions, print_state)
5828 (print_grammar): Dump to a file instead a `output_obstack'.
5829 (print_results): Dump `output_obstack', and then proceed with the
5830 FILE *.
5831 * src/files.c (compute_output_file_names, close_files): New.
5832 (output_files): Adjust.
5833 * src/main.c (main): Adjust.
5834
5835 2001-09-23 Marc Autret <autret_m@epita.fr>
5836
5837 * src/files.c (compute_header_macro): Computes header macro name
5838 from spec_defines_file when given.
5839
5840 2001-09-23 Marc Autret <autret_m@epita.fr>
5841
5842 * src/files.c (output_files): Add default extensions.
5843
5844 2001-09-22 Akim Demaille <akim@epita.fr>
5845
5846 * src/conflicts.c (finalize_conflicts): Rename as...
5847 (free_conflicts): this.
5848
5849 2001-09-22 Akim Demaille <akim@epita.fr>
5850
5851 * src/gram.c (gram_free): Rename back as...
5852 (dummy): this.
5853 (output_token_translations): Free `token_translations'.
5854 * src/symtab.c (free_symtab): Free the tag field.
5855
5856 2001-09-22 Akim Demaille <akim@epita.fr>
5857
5858 Remove `translations' as it is always set to true.
5859
5860 * src/gram.h: Adjust.
5861 * src/reader.c (packsymbols, parse_token_decl): Adjust
5862 * src/print.c (print_grammar): Adjust.
5863 * src/output.c (output_token_translations): Adjust.
5864 * src/lex.c (lex): Adjust.
5865 * src/gram.c: Be sure the set pointers to NULL.
5866 (dummy): Rename as...
5867 (gram_free): this.
5868
5869 2001-09-22 Akim Demaille <akim@epita.fr>
5870
5871 * configure.in: Invoke AM_LIB_DMALLOC.
5872 * src/system.h: Use dmalloc.
5873 * src/LR0.c: Be sure to have pointers initialized to NULL.
5874 (allocate_itemsets): Allocate kernel_items only if needed.
5875
5876 2001-09-22 Akim Demaille <akim@epita.fr>
5877
5878 * configure.in: Bump to 1.29b.
5879 * tests/Makefile.am (DISTCLEANFILES): Add package.m4.
5880 * tests/calc.at (_AT_DATA_CALC_Y): #undef malloc so that we don't
5881 need xmalloc.c in calc.y.
5882 From Pascal Bart.
5883
5884 2001-09-21 Akim Demaille <akim@epita.fr>
5885
5886 Version 1.29a.
5887 * Makefile.maint, config/config.guess, config/config.sub,
5888 * config/missing: Update from masters.
5889 * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend
5890 upon package.m4.
5891 * configure.in (ALL_LINGUAS): Add `tr'.
5892
5893 2001-09-21 Akim Demaille <akim@epita.fr>
5894
5895 * tests/Makefile.am (package.m4): Move to...
5896 ($(srcdir)/$(TESTSUITE)): here.
5897
5898 2001-09-20 Akim Demaille <akim@epita.fr>
5899
5900 * src/complain.c: No longer try to be standalone: use system.h.
5901 Don't assume __STDC__ is defined to 1. Just test if it is defined.
5902 * src/complain.h: Likewise.
5903 * src/reduce.c (useless_nonterminals, inaccessable_symbols):
5904 Remove the unused variable `n'.
5905 From Albert Chin-A-Young.
5906
5907 2001-09-18 Marc Autret <autret_m@epita.fr>
5908
5909 * doc/bison.1: Update.
5910 * doc/bison.texinfo (Bison Options): Update --defines and --graph
5911 descriptions.
5912 (Option Cross Key): Update.
5913 Add --graph.
5914
5915 2001-09-18 Marc Autret <autret_m@epita.fr>
5916
5917 * tests/regression.at: New test (comment in %union).
5918
5919 2001-09-18 Marc Autret <autret_m@epita.fr>
5920
5921 * src/reader.c (parse_union_decl): Do not output '/'. Let copy_comment
5922 do that.
5923 Reported by Keith Browne.
5924
5925 2001-09-18 Marc Autret <autret_m@epita.fr>
5926
5927 * tests/output.at: Add tests for --defines and --graph.
5928
5929 2001-09-18 Marc Autret <autret_m@epita.fr>
5930
5931 * tests/output.at: Removes tests of %{header,src}_extension features.
5932
5933 2001-09-18 Akim Demaille <akim@epita.fr>
5934
5935 * tests/Makefile.am (package.m4): New.
5936 * tests/calc.at (_AT_CHECK_CALC): Just run `calc input'.
5937 (_AT_CHECK_CALC_ERROR): Likewise.
5938 Factor the `, ' part of verbose error messages.
5939
5940 2001-09-18 Marc Autret <autret_m@epita.fr>
5941
5942 * src/getargs.c (longopts): Declare --defines and --graph as options
5943 with optional arguments.
5944 * src/files.h: Add extern declarations.
5945 * src/files.c (spec_graph_file, spec_defines_file): New.
5946 (output_files): Update.
5947 Remove CPP-outed code.
5948
5949 2001-09-18 Marc Autret <autret_m@epita.fr>
5950
5951 Turn off %{source,header}_extension feature.
5952
5953 * src/files.c (compute_exts_from_gf): Update.
5954 (compute_exts_from_src): Update.
5955 (output_files): CPP-out useless code.
5956 * src/files.h: Remove {header,source}_extension extern declarations.
5957 * src/reader.c (parse_dquoted_param): CPP-out.
5958 (parse_header_extension_decl): Remove.
5959 (parse_source_extension_decl): Remove.
5960 (read_declarations): Remove cases tok_{hdrext,srcext}.
5961 * src/lex.c (percent_table): Remove {header,source}_extension entries.
5962 * src/lex.h (token_t): Remove tok_hdrext and tok_srcext.
5963
5964 2001-09-10 Akim Demaille <akim@epita.fr>
5965
5966 * tests/output.at (AT_CHECK_BISON_FLAGS, AT_CHECK_BISON_PERCENT):
5967 (AT_CHECK_BISON_PERCENT_FLAGS): Merge into...
5968 (AT_CHECK_OUTPUT): this.
5969 Merely check ls' exit status, its output is useless.
5970
5971 2001-09-10 Akim Demaille <akim@epita.fr>
5972
5973 * tests/calc.at: Use m4_match.
5974 (_AT_DATA_CALC_Y): Check `yyin != NULL', not `stdin != NULL'.
5975
5976 2001-09-10 Marc Autret <autret_m@epita.fr>,
5977 Akim Demaille <akim@epita.fr>
5978
5979 * src/vcg.h (graph_s): color, textcolor, bordercolor are now
5980 enum color_e.
5981 * src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
5982 to `normal'.
5983 * src/reader.c (parse_token_decl): Initialize token with tok_eof.
5984 * src/lex.h: Adjust prototype.
5985 (token_t): Add `tok_undef'.
5986 * src/lex.c (struct percent_table_struct): Retval is now a token_t.
5987 (parse_percent_token): Now returns token_t.
5988 Add default statement in switch.
5989 (lex): Separate `c' as an input variable, from the token_t result
5990 part.
5991 (unlexed): Is a token_t.
5992
5993 2001-09-10 Akim Demaille <akim@epita.fr>
5994
5995 * configure.in: Bump to 1.29a.
5996
5997 2001-09-07 Akim Demaille <akim@epita.fr>
5998
5999 Version 1.29.
6000
6001 2001-08-30 Akim Demaille <akim@epita.fr>
6002
6003 * tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
6004 * m4/atconfig.m4: Remove.
6005 * tests/testsuite.at, tests/atlocal.in, tests/output.at,
6006 * tests/bison: New.
6007 * tests/regression.at, tests/calc.at: Use m4_define, AT_BANNER,
6008 m4_if, m4_patsubst, and m4_regexp.
6009 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Use an
6010 `input' file instead of echo.
6011
6012 2001-08-29 Akim Demaille <akim@epita.fr>
6013
6014 Bump to 1.28e.
6015
6016 2001-08-29 Akim Demaille <akim@epita.fr>
6017
6018 Version 1.28d.
6019
6020 2001-08-29 Paul Eggert <eggert@twinsun.com>
6021
6022 * src/bison.simple (yyparse): Don't take the address of an
6023 item before the start of an array, as that doesn't conform to
6024 the C Standard.
6025
6026 2001-08-29 Robert Anisko <anisko_r@epita.fr>
6027
6028 * doc/bison.texinfo (Location Tracking Calc): New node.
6029
6030 2001-08-29 Paul Eggert <eggert@twinsun.com>
6031
6032 * src/output.c (output): Do not define const, as this now
6033 causes more problems than it cures.
6034
6035 2001-08-29 Akim Demaille <akim@epita.fr>
6036
6037 * doc/bison.texinfo: Modernize `@node' and `@top' use: just name
6038 the nodes.
6039 Be sure to tag the `detailmenu'.
6040
6041 2001-08-29 Akim Demaille <akim@epita.fr>
6042
6043 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
6044 download in a tmp dir.
6045
6046 2001-08-28 Marc Autret <autret_m@epita.fr>
6047
6048 * config/depcomp: New file.
6049
6050 2001-08-28 Marc Autret <autret_m@epita.fr>
6051
6052 * doc/bison.1 (mandoc): Adjust.
6053 From Juan Manuel Guerrero.
6054
6055 2001-08-28 Marc Autret <autret_m@epita.fr>
6056
6057 * src/print_graph.c (print_state): Fix.
6058
6059 2001-08-27 Marc Autret <autret_m@epita.fr>
6060
6061 * src/vcg.h (classname_s, infoname_s, node_s): Constify the
6062 char * members.
6063 Echo modifications to the functions prototypes.
6064 * src/vcg.c (add_classname, add_infoname): Adjust arguments.
6065
6066 2001-08-27 Marc Autret <autret_m@epita.fr>
6067
6068 * src/vcg.c: Include `xalloc.h'.
6069 (add_colorentry): New.
6070 (add_classname): New.
6071 (add_infoname): New.
6072 * src/vcg.h: Add new prototypes.
6073
6074 2001-08-27 Akim Demaille <akim@epita.fr>
6075
6076 * Makefile.maint: Sync. again with CVS Autoconf.
6077
6078 2001-08-27 Akim Demaille <akim@epita.fr>
6079
6080 * Makefile.maint: Formatting changes.
6081 (po-update, cvs-update, update): New targets.
6082 (AMTAR): Remove.
6083
6084 2001-08-27 Akim Demaille <akim@epita.fr>
6085
6086 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
6087 * Makefile.maint: Sync. with CVS Autoconf.
6088
6089 2001-08-27 Marc Autret <autret_m@epita.fr>
6090
6091 * src/vcg.h (struct infoname_s): New.
6092 (struct colorentry_s): New.
6093 (graph_s): New fields {vertical,horizontal}_order in structure.
6094 Add `infoname' field.
6095 Add `colorentry' field;
6096 * src/vcg_defaults.h (G_VERTICAL_ORDER): New.
6097 (G_HORIZONTAL_ORDER): New.
6098 (G_INFONAME): New.
6099 (G_COLORENTRY): New.
6100 * src/vcg.c (output_graph): Add output of {vertical,horizontal}_order.
6101 Add output of `infoname'.
6102 Add output of `colorentry'.
6103
6104 2001-08-27 Marc Autret <autret_m@epita.fr>
6105
6106 * src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
6107 This one shadowed a global parameter.
6108
6109 2001-08-24 Marc Autret <autret_m@epita.fr>
6110
6111 * src/print_graph.c (node_output_size): Declared POSIX `size_t' type,
6112 instead of `unsigned'.
6113 (print_state): Do not call obstack_object_size () in obstack_grow ()
6114 to avoid macro variables shadowing.
6115
6116 2001-08-23 Marc Autret <autret_m@epita.fr>
6117
6118 * src/lex.c (percent_table): Typo: s/naem/name/.
6119 Add graph option.
6120 Normalize new options declarations.
6121
6122 2001-08-20 Pascal Bart <pascal.bart@epita.fr>
6123
6124 * tests/suite.at: Exercise %header_extension and %source_extension.
6125
6126 2001-08-16 Marc Autret <autret_m@epita.fr>
6127
6128 * src/reader.c (parse_dquoted_param): New.
6129 (parse_header_extension_decl): Use it.
6130 (parse_source_extension_decl): Likewise.
6131
6132 2001-08-16 Marc Autret <autret_m@epita.fr>
6133
6134 * src/vcg.c: Remove includes of `complain.h' and `xalloc.h'.
6135 (get_xxxx_str): Use assert () instead of complain ().
6136 Remove return invokations in default cases.
6137 (get_decision_str): Modify default behaviour. Remove second argument.
6138 Echo modifications on calls.
6139 (output_graph): Fix.
6140
6141 2001-08-16 Marc Autret <autret_m@epita.fr>
6142
6143 * src/getargs.c (usage): Update with ``-g, --graph''.
6144
6145 2001-08-16 Marc Autret <autret_m@epita.fr>
6146
6147 * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
6148 (Option Cross Key): Likewise.
6149 * doc/bison.1: Update.
6150
6151 2001-09-25 Pascal Bart <pascal.bart@epita.fr>
6152
6153 * src/output.c (output_master_parser): Don't finish action_obstack.
6154 (output_parser): Don't care about the muscle action, here.
6155 (prepare): Copy the action_obstack in the action muscle.
6156 (output): Free action_obstack.
6157
6158 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
6159
6160 * src/reader.c (parse_union_decl): Add new obstack union_obstack. Which
6161 will contain `%union' declaration.
6162 (parse_union_decl): Delete #line directive output.
6163 (parse_union_decl): Substitute /attrs_obstack/union_obstack for all
6164 informations about %union.
6165 (parse_union_decl): Copy the union_obstack in the muscle stype.
6166 * src/bison.simple: Add new #line directive.
6167 Add typdef %%stype YYSTYPE.
6168
6169 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
6170
6171 * src/bison.simple: Add new `#line' directive.
6172
6173 2001-09-22 Pascal Bart <pascal.bart@epita.fr>
6174
6175 * src/bison.simple: New `#line' directive.
6176 * src/output.c (output_parser): Support new dynamic muscle input_line.
6177
6178 2001-09-22 Marc Autret <autret_m@epita.fr>
6179
6180 * src/output.c (output_master_parser): New.
6181 (output_parser): Be more re-entrant.
6182
6183 2001-09-21 Marc Autret <autret_m@epita.fr>
6184
6185 * src/reader.c (copy_definition, parse_union_decl): Update and use
6186 `linef' muscle.
6187 (copy_action): Likewise.
6188 Use obstack_1grow ().
6189 * src/muscle_tab.c (muscle_init): Add muscle `linef'.
6190
6191 2001-09-21 Marc Autret <autret_m@epita.fr>
6192
6193 * src/options.c (option_table): Adjust.
6194 * src/lex.c (parse_percent_token): Fix.
6195
6196 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
6197
6198 * src/options.c (symtab.h): Include it, need by lex.h.
6199
6200 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
6201
6202 * src/lex.c (parse_percent_token): Change type of variable `tx', which
6203 is now an option_table_struct*.
6204 (option_strcmp): New function option_strcmp.
6205 (parse_percent_token): Call option_strcmp.
6206 * src/getargs.c (xalloc.h, options.h): Include it.
6207 (getargs): Call create_long_option_table.
6208 (getargs): Free longopts at the end of the function.
6209 (shortopts): Move in options.c.
6210 * src/options.c (create_long_option_table): New function. Convert
6211 information from option_table to option structure.
6212 * src/reader.c (options.h): Include it.
6213
6214 * src/Makefile.am: Adjust.
6215 * src/options.c (option_table): Create from longopts and percent_table.
6216 * src/getargs.c (longopts): Delete.
6217 * src/lex.c (struct percent_table_struct): Delete.
6218 (percent_table): Delete.
6219 (options.h): Include it.
6220 * src/options.c: Create.
6221 * src/options.h: Create.
6222 Declare enum opt_access_e.
6223 Define struct option_table_struct.
6224
6225 2001-09-20 Marc Autret <autret_m@epita.fr>
6226
6227 * doc/bison.texinfo: Adjust terminologies about prologue and epilogue
6228 sections of Bison.
6229
6230 2001-09-19 Pascal Bart <pascal.bart@epita.fr>
6231
6232 * src/bison.simple: s/%%filename/%%skeleton.
6233 * src/muscle_tab.c (getargs.h): Include it.
6234 (muscle_init): Insert new muscle skeleton.
6235
6236 2001-09-18 Pascal Bart <pascal.bart@epita.fr>
6237
6238 * src/output.c (output_parser): Delete unused variable actions_dumped.
6239
6240 2001-09-07 Pascal Bart <pascal.bart@epita.fr>
6241
6242 * src/output.c (output): Delete call to reader_output_yylsp.
6243 * src/reader.c (reader): Likewise.
6244 * src/reader.h: Delete declaration of reader_output_yylsp.
6245
6246 2001-09-02 Marc Autret <autret_m@epita.fr>
6247
6248 * src/reader.c: Include muscle_tab.h.
6249 (parse_union_decl): Update.
6250 (parse_macro_decl): Rename parse_muscle_decl.
6251 Update to use renamed functions and variable.
6252 (read_declarations, copy_action, read_additionnal_code, : Updated
6253 with correct variables and functions names.
6254 (packsymbols, reader): Likewise.
6255
6256 * src/reader.h (muscle_obstack): Extern declaration update.
6257
6258 * src/output.c: Include muscle_tab.h
6259 In all functions using macro_insert, change by using muscle_insert ().
6260 (macro_obstack): Rename muscle_obstack.
6261 Echo modifications in the whole file.
6262 (MACRO_INSERT_INT): Rename MUSCLE_INSERT_INT.
6263 (MACRO_INSERT_STRING): Rename MUSCLE_INSERT_STRING.
6264 (MACRO_INSERT_PREFIX): Rename MUSCLE_INSERT_PREFIX.
6265
6266 * src/muscle_tab.h: Update double inclusion macros.
6267 (macro_entry_s): Rename muscle_entry_s.
6268 Update prototypes.
6269
6270 * src/muscle_tab.c: Include muscle_tab.h.
6271 Rename macro_tabble to muscle_table.
6272 (mhash1, mhash2, mcmp): Use muscle_entry.
6273 (macro_init): Rename muscle_init. Update.
6274 (macro_insert): Rename muscle_insert. Update.
6275 (macro_find): Rename muscle_find. Update.
6276
6277 * src/main.c: Include muscle_tab.h.
6278 (main): Call muscle_init ().
6279 * src/Makefile.am (bison_SOURCES): Echo modifications.
6280
6281 2001-09-02 Marc Autret <autret_m@epita.fr>
6282
6283 Now the files macro_tab.[ch] are named muscle_tab.[ch].
6284
6285 * src/muscle_tab.c, src/muscle_tab.h: Add files.
6286
6287 2001-09-02 Marc Autret <autret_m@epita.fr>
6288
6289 * src/macrotab.c, src/macrotab.h: Remove.
6290
6291 2001-09-01 Pascal Bart <pascal.bart@epita.fr>
6292
6293 * src/reader.c (copy_guard): Use muscle to specify the `#line'
6294 filename.
6295
6296 2001-09-01 Marc Autret <autret_m@epita.fr>
6297
6298 * tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set
6299 to an explicit value to activate the feature. We do it here.
6300
6301 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
6302
6303 * src/output.c (prepare): Delete the `filename' muscule insertion.
6304 * src/reader.c (copy_action): Use `filename' muscule with `#line'.
6305 (parse_union_decl): Likewise.
6306 * src/macrotab.c (macro_init): Initialize filename by infile.
6307
6308 2001-08-31 Marc Autret <autret_m@epita.fr>
6309
6310 * src/bison.simple (YYLSP_NEEDED): New definition.
6311 * src/output.c (prepare): Add macro insertion of `locations_flag'
6312
6313 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
6314
6315 * src/output.c (prepare): Delete insertion of previous muscles,
6316 and insert the `prefix' muscles.
6317 * src/macrotab.c (macro_init): Likewise.
6318 (macro_init): Initialization prefix directive by `yy'.
6319 * src/bison.simple: Substitute all %%yylex, %%yychar, %%yylval,
6320 %%yydebug, %%yyerror, %%yynerrs and %%yyparse by yylex, yychar,
6321 yylval, yydebug, yyerror, yynerrs and yyparse.
6322 New directive `#define' to substitute yydebug, ... with option
6323 name_prefix.
6324
6325 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
6326
6327 * src/main.c (main): Standardize.
6328 * src/output.c (output_table_data, output_parser): Likewise.
6329 * src/macrotab.h, src/macrotab.c, src/bison.simple: Likewise.
6330
6331 2001-08-31 Pascal Bart <pascal.bart@epita.fr>, Marc Autret <autret_m@epita.fr>
6332
6333 * src/reader.c (read_additionnal_code): Rename %%user_code to
6334 %%epilogue.
6335 * src/output.c (output): Rename %%declarations to %%prologue.
6336 * src/bison.simple: Echo modifications.
6337
6338 2001-08-31 Marc Autret <autret_m@epita.fr>
6339
6340 * src/reader.c (readgram): CleanUp.
6341 (output_token_defines): Likewise.
6342 (packsymbols): Likewise.
6343 (reader): Likewise.
6344 * src/output.c (output): CPP-out useless code.
6345
6346 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
6347
6348 * src/reader.c (reader): Delete obsolete call to function
6349 output_trailers and output_headers.
6350 * src/output.h: Remove obsolete functions prototypes of output_headers
6351 and output_trailers.
6352
6353 2001-08-30 Pascal Bart <pascal.bart@epita.fr>
6354
6355 * src/main.c: Include macrotab.h.
6356 * src/macrotab.h (macro_entry_s): Constify fields.
6357 Adjust functions prototypes.
6358 * src/macrotab.c (macro_insert): Constify key and value.
6359 (macro_find): Constify key.
6360 (macro_insert): Include 'xalloc.h'
6361 (macro_insert): Use XMALLOC.
6362 (macro_find): Constify return value.
6363 * src/output.c (output_table_data): Rename table to table_data.
6364 (output_parser): Constify macro_key, macro_value.
6365
6366 2001-08-30 Marc Autret <autret_m@epita.fr>
6367
6368 * src/reader.c (parse_skel_decl): New.
6369 (read_declarations): Add case `tok_skel', call parse_skel_decl ().
6370 * src/lex.h (token_t): New token `tok_skel'.
6371 * src/lex.c (percent_table): Add skeleton option entry.
6372 Standardize.
6373
6374 2001-08-29 Marc Autret <autret_m@epita.fr>
6375
6376 * src/bison.simple: Add %%user_code directive at the end.
6377 * src/reader.c (read_additionnal_code): New.
6378 (reader): Use it.
6379 * src/output.c (output_program): Remove.
6380 (output): Update.
6381
6382 2001-08-28 Marc Autret <autret_m@epita.fr>
6383
6384 * src/output.c (output_actions): Clean up.
6385 (output_gram): CPP-out useless code.
6386 * src/reader.c (reader): Clean up, CPP-out useless code.
6387
6388 2001-08-28 Pascal Bart <pascal.bart@epita.fr>
6389
6390 * src/output.c (output): Copy attrs_obstack in the '%%definitions'
6391 directive.
6392 * src/bison.simple: Add `%%definitions'.
6393
6394 2001-08-28 Marc Autret <autret_m@epita.fr>
6395
6396 * config/depcomp: New file.
6397
6398 2001-08-27 Paul Eggert <eggert@twinsun.com>
6399
6400 * src/bison.simple (yyparse): Don't take the address of an
6401 item before the start of an array, as that doesn't conform to
6402 the C Standard.
6403
6404 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
6405
6406 * src/output.c (output): Remove the initialization of the macro
6407 obstack. It was done too late here.
6408
6409 * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
6410 completely wrong.
6411 (reader): Initialize the macro obstack here, since we need it to grow
6412 '%define' directives.
6413
6414 * src/reader.h: Declare the macro obstack as extern.
6415
6416 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
6417
6418 * src/output.c (output_parser): Fix. Store single '%' characters in
6419 the output obstack instead of throwing them away.
6420
6421 2001-08-27 Akim Demaille <akim@epita.fr>
6422
6423 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
6424
6425 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
6426
6427 * lib/Makefile.am: Adjust.
6428
6429 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
6430
6431 * src/bison.simple: Update and add '%%' directives.
6432
6433 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
6434
6435 * src/reader.c (reader): Remove calls to 'output_headers' and
6436 'output_trailers'. Remove some C output.
6437 (readgram): Disable a piece of code that was writing a default
6438 definition for 'YYSTYPE'.
6439 (reader_output_yylsp): Remove.
6440 (packsymbols): Output token defintions to a macro.
6441 (copy_definition): Disable C output.
6442
6443 * src/reader.c (parse_macro_decl): New function used to parse macro
6444 declarations.
6445 (copy_string2): Put the body of copy_string into this new function.
6446 Add a parameter to let the caller choose whether he wants to copy the
6447 string delimiters or not.
6448 (copy_string): Be a simple call to copy_string2 with the last argument
6449 bound to true.
6450 (read_declarations): Add case for macro definition.
6451 (copy_identifier): New.
6452 (parse_macro_decl): Read macro identifiers using copy_identifier
6453 rather than lex.
6454
6455 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
6456
6457 * src/output.c (prepare): Add prefixed names.
6458 (output_parser): Output semantic actions.
6459 (output_parser): Fix bug on '%%line' directives.
6460
6461 * src/output.c (output_headers): Remove. The C code printed by this
6462 function should now be in the skeletons.
6463 (output_trailers): Remove.
6464 (output): Disable call to 'reader_output_yylsp'.
6465 (output_rule_data): Do not output tables to the table obstack.
6466
6467 * src/output.c: Remove some C dedicated output.
6468 Improve the use of macro and output obstacks.
6469 (output_defines): Remove.
6470
6471 * src/output.c (output_token_translations): Associate 'translate'
6472 table with a macro. No output to the table obstack.
6473 (output_gram): Same for 'rhs' and 'prhs'.
6474 (output_stos): Same for 'stos'.
6475 (output_rule_data): Same for 'r1' and 'r2'.
6476 (token_actions): Same for 'defact'.
6477 (goto_actions): Same for 'defgoto'.
6478 (output_base): Same for 'pact' and 'pgoto'.
6479 (output_table): Same for 'table'.
6480 (output_check): Same for 'check'.
6481
6482 * src/output.c (output_table_data): New function.
6483 (output_short_table): Remove.
6484 (output_short_or_char_table): Remove.
6485
6486 * src/output.c (output_parser): Replace most of the skeleton copy code
6487 with something new. Skeletons are now processed character by character
6488 rather than line by line, and Bison looks for '%%' macros. This is the
6489 first step in making Bison's output process (a lot) more flexible.
6490 (output_parser): Use the macro table.
6491
6492 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
6493
6494 * src/main.c (main): Initialize the macro table.
6495
6496 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
6497
6498 * src/lex.c (percent_table): Add tok_define.
6499 * src/lex.h: Add tok_define.
6500
6501 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
6502
6503 * src/macrotab.c: New file.
6504 * src/macrotab.h: New file.
6505 * src/Makefile.am: Update.
6506
6507 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
6508
6509 * lib/hash.c: New file.
6510 * lib/hash.h: New file.
6511 * lib/Makefile.am: Update.
6512
6513 2001-08-15 Akim Demaille <akim@epita.fr>
6514
6515 Version 1.28c.
6516
6517 2001-08-15 Marc Autret <autret_m@epita.fr>
6518
6519 * src/reader.c (readgram): Indent output macro YYSTYPE.
6520 (packsymbols): Likewise.
6521 (output_token_defines): Likewise.
6522 * src/files.c: Standardize.
6523 (compute_header_macro): New.
6524 (defines_obstack_save): New. Use compute_header_macro.
6525 (output_files): Update. Use defines_obstack_save.
6526
6527 2001-08-15 Akim Demaille <akim@epita.fr>
6528
6529 * doc/bison.texinfo (Table of Symbols): Document
6530 YYSTACK_USE_ALLOCA.
6531
6532 2001-08-15 Akim Demaille <akim@epita.fr>
6533
6534 * missing: Update from CVS Automake.
6535 * config/config.guess, config/config.sub, config/texinfo.tex:
6536 Update from gnu.org.
6537
6538 2001-08-15 Akim Demaille <akim@epita.fr>
6539
6540 * Makefile.maint: Sync with CVS Autoconf.
6541
6542 2001-08-14 Pascal Bart <pascal.bart@epita.fr>
6543
6544 * doc/bison.texinfo: Include GNU Free Documentation License from
6545 `fdl.texi'.
6546 * doc/fdl.texi: Add to package.
6547
6548 2001-08-14 Marc Autret <autret_m@epita.fr>
6549
6550 Turn on %{source,header}_extension features.
6551
6552 * src/lex.c (percent_table): Un-CPP out header_extension and
6553 source_extension.
6554 * src/files.c (compute_exts_from_gf): Compare pointers with NULL.
6555 (compute_exts_from_src): Remove conditions. It restores priorities
6556 between options.
6557
6558 2001-08-14 Marc Autret <autret_m@epita.fr>
6559
6560 * src/files.c (compute_base_names): Add extensions computing when
6561 `--file-prefix' used.
6562 Standardize function calls.
6563
6564 2001-08-13 Marc Autret <autret_m@epita.fr>
6565
6566 * src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
6567 defining it (defined but null disables alloca).
6568
6569 2001-08-13 Marc Autret <autret_m@epita.fr>
6570
6571 * src/bison.simple (_yy_memcpy): CPP reformat.
6572
6573 2001-08-13 Pascal Bart <pascal.bart@epita.fr>
6574
6575 * tests/atconfig.in (CPPFLAGS): Fix.
6576
6577 2001-08-10 Pascal Bart <pascal.bart@epita.fr>
6578
6579 * doc/bison.texinfo: Include GNU General Public License from
6580 `gpl.texi'.
6581 * doc/gpl.texi: Add to package.
6582
6583 2001-08-10 Marc Autret <autret_m@epita.fr>
6584
6585 * src/print_graph.h: Fix.
6586 * src/reader.c (read_declarations): Use parse_header_extension_decl ().
6587
6588 2001-08-10 Akim Demaille <akim@epita.fr>
6589
6590 * src/system.h: Provide default declarations for stpcpy, strndup,
6591 and strnlen.
6592
6593 2001-08-10 Robert Anisko <anisko_r@epita.fr>
6594
6595 * doc/bison.texinfo (Locations): Update @$ stuff.
6596
6597 2001-08-09 Robert Anisko <anisko_r@epita.fr>
6598
6599 * src/bison.simple (YYLLOC_DEFAULT): Update.
6600 (yyparse): Adjust.
6601
6602 2001-08-08 Marc Autret <autret_m@epita.fr>
6603
6604 * doc/bison.texinfo: Change @samp{$<@dots{}>} to
6605 @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
6606 Reported by Fabrice Bauzac.
6607
6608 2001-08-08 Marc Autret <autret_m@epita.fr>
6609
6610 * src/vcg_default.h: Use NULL instead of 0 to initialize pointers.
6611 * src/vcg.c (output_node): Fix.
6612 * src/vcg.h: Cleanup.
6613 * src/print_graph.c: Add comments.
6614 (node_output_size): New global variable. Simplify the formatting of
6615 the VCG graph output.
6616 (print_actions): Unused code is now used. It notifies the final state
6617 and no action states in the VCG graph. It also give the reduce actions.
6618 The `shift and goto' edges are red and the `go to state' edges are
6619 blue.
6620 Get the current node name and node_obstack by argument.
6621 (node_obstack): New variable.
6622 (print_state): Manage node_obstack.
6623 (print_core): Use node_obstack given by argument.
6624 A node is not only computed here but in print_actions also.
6625 (print_graph): CPP out useless code instead of commenting it.
6626
6627 2001-08-07 Pascal Bart <pascal.bart@epita.fr>
6628
6629 * tests/atconfig.in (CPPFLAGS): Fix.
6630
6631 2001-08-07 Akim Demaille <akim@epita.fr>
6632
6633 * src/print_graph.c (quote): New.
6634 (print_core): Use it.
6635
6636 2001-08-06 Akim Demaille <akim@epita.fr>, Marc Autret <autret_m@epita.fr>
6637
6638 * src/vcg.c (complain.h): Include it.
6639 Unepitaize `return' invocations.
6640 [NDEBUG] (main): Remove.
6641 * src/vcg.h (node_t, edge_t, graph_t): Constify the char * members.
6642 * src/files.c (open_files): Initialize graph_obstack.
6643 * src/print_graph.c (print_actions): CPP out useless code.
6644 (print_core): Don't output the last `\n' in labels.
6645 Use `quote'.
6646 * src/files.c (output_files): Output the VCG file.
6647 * src/main.c (main): Invoke print_graph ();
6648
6649 2001-08-06 Marc Autret <autret_m@epita.fr>
6650
6651 Automaton VCG graph output.
6652 Using option ``-g'' or long option ``--graph'', you can generate
6653 a gram_filename.vcg file containing a VCG description of the LALR (1)
6654 automaton of your grammar.
6655
6656 * src/main.c: Call to print_graph() function.
6657 * src/getargs.h: Update.
6658 * src/getargs.c (options): Update to catch `-g' and `--graph' options.
6659 (graph_flag): New flag.
6660 (longopts): Update.
6661 (getargs): Add case `g'.
6662 * src/files.c (graph_obstack): New obstack struct.
6663 (open_files): Initialize new obstack.
6664 (output_files): Saves graph_obstack if required.
6665 * src/files.h (graph_obstack): New extern declaration.
6666 * src/Makefile.am: Add new source files.
6667
6668 2001-08-06 Marc Autret <autret_m@epita.fr>
6669
6670 * src/print_graph.c, src/print_graph.h (graph): New.
6671 * src/vcg.h: New file.
6672 * src/vcg.c: New file, VCG graph handling.
6673
6674 2001-08-06 Marc Autret <autret_m@epita.fr>
6675
6676 Add of %source_extension and %header_extension which specify
6677 the source or/and the header output file extension.
6678
6679 * src/files.c (compute_base_names): Remove initialisation of
6680 src_extension and header_extension.
6681 (compute_exts_from_gf): Update.
6682 (compute_exts_from_src): Update.
6683 (output_files): Update.
6684 * src/reader.c (parse_header_extension_decl): New.
6685 (parse_source_extension_decl): New.
6686 (read_declarations): New case statements for the new tokens.
6687 * src/lex.c (percent_table): Add entries for %source_extension
6688 and %header_extension.
6689 * src/lex.h (token_e): New tokens tok_hdrext and tok_srcext.
6690
6691 2001-08-06 Marc Autret <autret_m@epita.fr>
6692
6693 * configure.in: Bump to 1.28c.
6694 * doc/bison.texinfo: Texinfo thingies.
6695
6696 2001-08-04 Pascal Bart <pascal.bart@epita.fr>
6697
6698 * tests/atconfig.in (CPPFLAGS): Add.
6699 * tests/calc.at (AT_CHECK): Use CPPFLAGS.
6700
6701 2001-08-03 Akim Demaille <akim@epita.fr>
6702
6703 Version 1.28b.
6704
6705 2001-08-03 Akim Demaille <akim@epita.fr>
6706
6707 * tests/Makefile.am (check-local): Ship testsuite.
6708 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
6709 Include `string.h'.
6710
6711 2001-08-03 Akim Demaille <akim@epita.fr>
6712
6713 * configure.in: Try using -Wformat when compiling.
6714
6715 2001-08-03 Akim Demaille <akim@epita.fr>
6716
6717 * configure.in: Bump to 1.28b.
6718
6719 2001-08-03 Akim Demaille <akim@epita.fr>
6720
6721 * src/complain.c: Adjust strerror_r portability issues.
6722
6723 2001-08-03 Akim Demaille <akim@epita.fr>
6724
6725 Version 1.28a.
6726
6727 2001-08-03 Akim Demaille <akim@epita.fr>
6728
6729 * src/getargs.c, src/getarg.h (skeleton)): Constify.
6730 * src/lex.c (literalchar): Avoid name clashes on `buf'.
6731 * src/getargs.c: Include complain.h.
6732 * src/files.c, src/files.h (skeleton_find): Avoid name clashes.
6733 * lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
6734
6735 2001-08-03 Akim Demaille <akim@epita.fr>
6736
6737 * src/reader.c (readgram): Display hidden chars in error messages.
6738
6739 2001-08-03 Akim Demaille <akim@epita.fr>
6740
6741 Update to gettext 0.10.39.
6742
6743 2001-08-03 Akim Demaille <akim@epita.fr>
6744
6745 * lib/strspn.c: New.
6746
6747 2001-08-01 Marc Autret <autret_m@epita.fr>
6748
6749 * doc/bison.texinfo: Update.
6750 * doc/bison.1 (mandoc): Update.
6751 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove .c and .h.
6752 * src/files.c: Support output files extensions computing.
6753 (src_extension): New static variable.
6754 (header_extension): New static variable.
6755 (tr): New function.
6756 (get_extension_index): New function, gets the index of an extension
6757 filename in a string.
6758 (compute_exts_from_gf): New function, computes extensions from the
6759 grammar file extension.
6760 (compute_exts_from_src): New functions, computes extensions from the
6761 C source file extension, file given by ``-o'' option.
6762 (compute_base_names): Update.
6763 (output_files): Update.
6764
6765 2001-08-01 Robert Anisko <anisko_r@epita.fr>
6766
6767 * doc/bison.texi: Document @$.
6768 (Locations): New section.
6769
6770 2001-07-18 Akim Demaille <akim@epita.fr>
6771
6772 * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
6773 * config/prev-version.txt, config/move-if-change: New.
6774 * Makefile.am: Adjust.
6775
6776 2001-07-08 Pascal Bart <pascal.bart@epita.fr>
6777
6778 * src/bison.simple (yyparse): Suppress warning `comparaison
6779 between signed and unsigned'.
6780
6781 2001-07-05 Pascal Bart <pascal.bart@epita.fr>
6782
6783 * src/getargs.h (raw_flag): Remove.
6784 * src/getargs.c: Die on `-r'/`--raw'.
6785 * src/lex.c (parse_percent_token): Die on `%raw'.
6786 * src/reader.c (output_token_defines): Suppress call to `raw_flag'.
6787 * tests/calc.at: Suppress test with option `--raw'.
6788
6789 2001-07-14 Akim Demaille <akim@epita.fr>
6790
6791 * config/: New.
6792 * configure.in: Require Autoconf 2.50.
6793 Update to gettext 0.10.38.
6794
6795 2001-03-16 Akim Demaille <akim@epita.fr>
6796
6797 * doc/bison.texinfo: ANSIfy the examples.
6798
6799 2001-03-16 Akim Demaille <akim@epita.fr>
6800
6801 * getargs.c (skeleton): New variable.
6802 (longopts): --skeleton is a new option.
6803 (shortopts, getargs): -S is a new option.
6804 * getargs.h: Declare skeleton.
6805 * output.c (output_parser): Use it.
6806
6807 2001-03-16 Akim Demaille <akim@epita.fr>
6808
6809 * m4/strerror_r.m4: New.
6810 * m4/error.m4: Run AC_FUNC_STRERROR_R.
6811 * lib/error.h, lib/error.c: Update.
6812
6813 2001-03-16 Akim Demaille <akim@epita.fr>
6814
6815 * src/getargs.c (longopts): Clean up.
6816
6817 2001-02-21 Akim Demaille <akim@epita.fr>
6818
6819 * src/reader.c (gensym): `gensym_count' is your own.
6820 Use a static buf to create the symbol name, as token_buffer is no
6821 longer a buffer.
6822
6823 2001-02-08 Akim Demaille <akim@epita.fr>
6824
6825 * src/conflicts.c (conflict_report): Be sure not to append to res
6826 between two calls, which could happen if both first sprintf were
6827 skipped, but not the first cp += strlen.
6828
6829 2001-02-08 Akim Demaille <akim@epita.fr>
6830
6831 * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
6832 New, from fileutils 4.0.37.
6833 * configure.in: Require Autoconf 2.49c. I took some time before
6834 making this decision. This is the only way out for portability
6835 issues in Bison, it would mean way too much duplicate effort to
6836 import in Bison features implemented in 2.49c since 2.13.
6837 AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above.
6838
6839 2001-02-02 Akim Demaille <akim@epita.fr>
6840
6841 * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
6842 * lib/xalloc.h, lib/xmalloc.c: Update.
6843
6844 2001-01-19 Akim Demaille <akim@epita.fr>
6845
6846 Get rid of the ad hoc handling of token_buffer in the scanner: use
6847 the obstacks.
6848
6849 * src/lex.c (token_obstack): New.
6850 (init_lex): Initialize it. No longer call...
6851 (grow_token_buffer): this. Remove it.
6852 Adjust all the places which used it to use the obstack.
6853
6854 2001-01-19 Akim Demaille <akim@epita.fr>
6855
6856 * src/lex.h: Rename all the tokens:
6857 s/\bENDFILE\b/tok_eof/g;
6858 s/\bIDENTIFIER\b/tok_identifier/g;
6859 etc.
6860 Let them be enums, not #define, to ease debugging.
6861 Adjust all the code.
6862
6863 2001-01-18 Akim Demaille <akim@epita.fr>
6864
6865 * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
6866 * src/lex.c (maxtoken, grow_token_buffer): Static.
6867
6868 2001-01-18 Akim Demaille <akim@epita.fr>
6869
6870 Since we now use obstacks, more % directives can be enabled.
6871
6872 * src/lex.c (percent_table): Also accept `%yacc',
6873 `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
6874 `%debug'.
6875 Handle the actions for `%semantic_parser' and `%pure_parser' here,
6876 instead of returning a token.
6877 * src/lex.h (SEMANTIC_PARSER, PURE_PARSER): Remove, unused.
6878 * src/reader.c (read_declarations): Adjust.
6879 * src/files.c (open_files): Don't call `compute_base_names', don't
6880 compute `attrsfile' since they depend upon data which might be
6881 *in* the input file now.
6882 (output_files): Do it here.
6883 * src/output.c (output_headers): Document the fact that this patch
6884 introduces a guaranteed SEGV for semantic parsers.
6885 * doc/bison.texinfo: Document them.
6886 * tests/suite.at: Exercise these %options.
6887
6888 2000-12-20 Akim Demaille <akim@epita.fr>
6889
6890 Also handle the output file (--verbose) with obstacks.
6891
6892 * files.c (foutput): Remove.
6893 (output_obstack): New.
6894 Adjust all dependencies.
6895 * src/conflicts.c: Return a string.
6896 * src/system.h (obstack_grow_string): Rename as...
6897 (obstack_sgrow): this. Be ready to work with non literals.
6898 (obstack_fgrow4): New.
6899
6900 2000-12-20 Akim Demaille <akim@epita.fr>
6901
6902 * src/files.c (open_files): Fix the computation of short_base_name
6903 in the case of `-o foo.tab.c'.
6904
6905 2000-12-20 Akim Demaille <akim@epita.fr>
6906
6907 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
6908 (copy_dollar): Now that everything uses obstacks, get rid of the
6909 FILE * parameters.
6910
6911 2000-12-20 Akim Demaille <akim@epita.fr>
6912
6913 * src/files.c (open_files): Actually the `.output' file is based
6914 on the short_base_name, not base_name.
6915 * tests/suite.at (Checking output file names): Adjust.
6916
6917 2000-12-20 Akim Demaille <akim@epita.fr>
6918
6919 * src/bison.s1: Remove, we now use directly...
6920 * src/bison.simple: this.
6921 * src/Makefile.am: Use pkgdata instead of data.
6922
6923 2000-12-20 Akim Demaille <akim@epita.fr>
6924
6925 * src/files.c (guard_obstack): New.
6926 (open_files): Initialize it.
6927 (output_files): Dump it...
6928 * src/files.h: Export it.
6929 * src/reader.c (copy_guard): Use it.
6930
6931 2000-12-19 Akim Demaille <akim@epita.fr>
6932
6933 * src/files.c (outfile, defsfile, actfile): Removed as global
6934 vars.
6935 (open_files): Don't compute them.
6936 (output_files): Adjust.
6937 (base_name, short_base_name): Be global.
6938 Adjust dependencies.
6939
6940 2000-12-19 Akim Demaille <akim@epita.fr>
6941
6942 * src/files.c (strsuffix): New.
6943 (stringappend): Be just like strcat but allocate.
6944 (base_names): Eve out from open_files.
6945 Try to simplify the rather hairy computation of base_name and
6946 short_base_name.
6947 (open_files): Use it.
6948 * tests/suite.at (Checking output file names): New test.
6949
6950 2000-12-19 Akim Demaille <akim@epita.fr>
6951
6952 * src/system.h (obstack_grow_literal_string): Rename as...
6953 (obstack_grow_string): this.
6954 * src/output.c (output_parser): Recognize `%% actions' instead of
6955 `$'.
6956 * src/bison.s1: s/$/%% actions/.
6957 * src/bison.hairy: Likewise.
6958
6959 2000-12-19 Akim Demaille <akim@epita.fr>
6960
6961 * src/output.c (output_parser): Compute the `#line' lines when
6962 there are.
6963 * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
6964 Suggested by Hans Aberg.
6965
6966 2000-12-19 Akim Demaille <akim@epita.fr>
6967
6968 Let the handling of the skeleton files be local to the procedures
6969 that use it.
6970
6971 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
6972 longer static.
6973 (fparser, open_extra_files): Remove.
6974 (open_files, output_files): Don't take care of fparser.
6975 * src/files.h: Adjust.
6976 * src/output.c (output_parser): Open and close the file to the
6977 skeleton.
6978 * src/reader.c (read_declarations): When %semantic_parser, open
6979 fguard.
6980
6981 2000-12-19 Akim Demaille <akim@epita.fr>
6982
6983 * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
6984 * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
6985
6986 2000-12-19 Akim Demaille <akim@epita.fr>
6987
6988 * src/files.c (open_files): Yipee! We no longer need all the code
6989 looking for `/tmp' since we have no tmp file.
6990
6991 2000-12-19 Akim Demaille <akim@epita.fr>
6992
6993 * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
6994 New macros.
6995 * src/files.c (open_files): Less dependency on MSDOS etc.
6996
6997 2000-12-14 Akim Demaille <akim@epita.fr>
6998
6999 * src/bison.s1 (YYLLOC_DEFAULT): New macro.
7000 Provide a default definition.
7001 Use it when executing the default @ action.
7002 * src/reader.c (reader_output_yylsp): No longer include
7003 `timestamp' and `text' in the default YYLTYPE.
7004
7005 2000-12-12 Akim Demaille <akim@epita.fr>
7006
7007 * src/reader.c (copy_definition, parse_union_decl, copy_action)
7008 (copy_guard): Quote the file names.
7009 Reported by Laurent Mascherpa.
7010
7011 2000-12-12 Akim Demaille <akim@epita.fr>
7012
7013 * src/output.c (output_headers, output_program, output): Be sure
7014 to escape special characters when outputting filenames.
7015 (ACTSTR_PROLOGUE, ACTSTR_EPILOGUE): Remove.
7016 (output_headers): Don't depend on them, Use ACTSTR.
7017
7018 2000-11-17 Akim Demaille <akim@epita.fr>
7019
7020 * lib/obstack.h: Formatting changes.
7021 (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
7022 prevents type checking.
7023 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
7024 cast the value to (void *): assigning a `foo *' to a `void *'
7025 variable is valid.
7026 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
7027 * src/reader.c (parse_union_decl): Typo: use obstack_1grow to
7028 append characters.
7029
7030 2000-11-17 Akim Demaille <akim@epita.fr>
7031
7032 * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
7033 as...
7034 (suite.m4, regression.m4, calc.m4): these.
7035 * tests/atgeneral.m4: Update from CVS Autoconf.
7036
7037 2000-11-17 Akim Demaille <akim@epita.fr>
7038
7039 * tests/regression.m4 (%union and --defines): New test,
7040 demonstrating a current bug in the obstack implementation.
7041
7042 2000-11-17 Akim Demaille <akim@epita.fr>
7043
7044 * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
7045 macros.
7046 Use them to declare the variables which are global or local to
7047 `yyparse'.
7048
7049 2000-11-17 Akim Demaille <akim@epita.fr>
7050
7051 * acconfig.h: Remove, no longer used.
7052
7053 2000-11-07 Akim Demaille <akim@epita.fr>
7054
7055 * src: s/Copyright (C)/Copyright/g.
7056
7057 2000-11-07 Akim Demaille <akim@epita.fr>
7058
7059 * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
7060 defining.
7061 * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
7062
7063 2000-11-07 Akim Demaille <akim@epita.fr>
7064
7065 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
7066 Merge in a single CPP if/else.
7067
7068 2000-11-07 Akim Demaille <akim@epita.fr>
7069
7070 * src/output.c (output): Remove useless variables.
7071 * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
7072 argument `data' for consistency with the prototypes.
7073 Qualify it `const'.
7074 (obstack_copy, obstack_copy0): Rename the second argument as
7075 `address' for consistency. Qualify it `const'.
7076 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
7077 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
7078 `const' their input argument (`data' or `address').
7079 Adjust the corresponding macros to include `const' in casts.
7080
7081 2000-11-03 Akim Demaille <akim@epita.fr>
7082
7083 * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
7084 s/PFILE1/BISON_HAIRY/.
7085 Adjust dependencies.
7086
7087 2000-11-03 Akim Demaille <akim@epita.fr>
7088
7089 For some reason, this was not applied.
7090
7091 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
7092 `unlink': it's no longer used.
7093
7094 2000-11-03 Akim Demaille <akim@epita.fr>
7095
7096 * src/files.c (skeleton_find): New function, eved out of...
7097 (open_files, open_extra_files): here.
7098
7099 2000-11-03 Akim Demaille <akim@epita.fr>
7100
7101 Don't use `atexit'.
7102
7103 * src/files.c (obstack_save): New function.
7104 (done): Rename as...
7105 (output_files): this.
7106 Use `obstack_save'.
7107 * src/main.c (main): Don't use `atexit' to register `done', since
7108 it no longer has to remove tmp files, just call `output_files'
7109 when there are no errors.
7110
7111 2000-11-02 Akim Demaille <akim@epita.fr>
7112
7113 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
7114 `unlink': it's no longer used.
7115 * src/files.h: Formatting changes.
7116
7117 2000-11-02 Akim Demaille <akim@epita.fr>
7118
7119 Remove the last uses of mktemp and unlink/delete.
7120
7121 * src/files.c (fdefines, ftable): Removed.
7122 (defines_ostack, table_obstack): New.
7123 Adjust dependencies of the former into uses of the latter.
7124 * src/output.c (output_short_or_char_table, output_short_table):
7125 Convert to using obstacks.
7126 * src/reader.c (copy_comment2): Accept one FILE * and two
7127 obstacks.
7128 (output_token_defines, reader_output_yylsp): Use obstacks.
7129 * src/system.h (obstack_fgrow3): New.
7130
7131 2000-11-01 Akim Demaille <akim@epita.fr>
7132
7133 Change each use of `fattrs' into a use of `attrs_obstack'.
7134
7135 * src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
7136 * src/files.c (fattrs): Remove.
7137 (attrs_obstack): New.
7138 Adjust all dependencies.
7139 (done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
7140
7141 2000-11-01 Akim Demaille <akim@epita.fr>
7142
7143 Introduce obstacks.
7144 Change each use of `faction' into a use of `action_obstack'.
7145
7146 * lib/obstack.h, lib/obstack.c: New files.
7147 * src/files.c (faction): Remove.
7148 (action_obstack): New.
7149 Adjust all dependencies.
7150
7151 2000-10-20 Akim Demaille <akim@epita.fr>
7152
7153 * lib/quote.h (PARAMS): New macro. Use it.
7154
7155 2000-10-16 Akim Demaille <akim@epita.fr>
7156
7157 * src/output.c (output_short_or_char_table): New function.
7158 (output_short_table, output_token_translations): Use it.
7159 (goto_actions): Use output_short_table.
7160
7161 2000-10-16 Akim Demaille <akim@epita.fr>
7162
7163 * src/symtab.c (bucket_new): New function.
7164 (getsym): Use it.
7165
7166 * src/output.c (output_short_table): New argument to display the
7167 comment associated with the table.
7168 Adjust dependencies.
7169 (output_gram): Use it.
7170 (output_rule_data): Nicer output layout for YYTNAME.
7171
7172 2000-10-16 Akim Demaille <akim@epita.fr>
7173
7174 * src/lex.c (read_typename): New function.
7175 (lex): Use it.
7176 * src/reader.c (copy_dollar): Likewise.
7177
7178 2000-10-16 Akim Demaille <akim@epita.fr>
7179
7180 * src/reader.c (copy_comment2): Expect the input stream to be on
7181 the `/' which is suspected to open a comment, instead of being
7182 called after `//' or `/*' was read.
7183 (copy_comment, copy_definition, parse_union_decl, copy_action)
7184 (copy_guard): Adjust.
7185
7186 2000-10-16 Akim Demaille <akim@epita.fr>
7187
7188 * src/reader.c (parse_expect_decl): Use `skip_white_space' and
7189 `read_signed_integer'.
7190
7191 2000-10-16 Akim Demaille <akim@epita.fr>
7192
7193 * src/reader.c (copy_dollar): New function.
7194 (copy_guard, copy_action): Use it.
7195
7196 2000-10-16 Akim Demaille <akim@epita.fr>
7197
7198 * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
7199 * m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
7200 New files, from Fileutils 4.0.27.
7201 * src/main.c (printable_version): Remove.
7202 * src/lex.c, src/reader.c: Use `quote'.
7203
7204 2000-10-04 Akim Demaille <akim@epita.fr>
7205
7206 * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
7207
7208 2000-10-04 Akim Demaille <akim@epita.fr>
7209
7210 * doc/bison.texinfo: Various typos spotted by Neil Booth.
7211
7212 2000-10-04 Akim Demaille <akim@epita.fr>
7213
7214 When a literal string is used to define two different tokens,
7215 `bison -v' segfaults.
7216 Reported by Piotr Gackiewicz, and fixed by Neil Booth.
7217
7218 * tests/regression.m4: New file.
7219 Include the core of the sample provided by Piotr Gackiewicz.
7220 * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
7221 properly.
7222
7223 2000-10-04 Akim Demaille <akim@epita.fr>
7224
7225 * src/reader.c (parse_expect_decl): Keep `count' within the size
7226 of `buffer'.
7227 From Neil Booth.
7228
7229 2000-10-02 Paul Eggert <eggert@twinsun.com>
7230
7231 * bison.s1 (yyparse): Assign the default value
7232 unconditionally, to avoid a GCC warning and make the parser a
7233 tad smaller.
7234
7235 2000-10-02 Akim Demaille <akim@epita.fr>
7236
7237 * src/getargs.c (getargs): Don't dump `--help' on unrecognized
7238 options.
7239
7240 2000-10-02 Akim Demaille <akim@epita.fr>
7241
7242 * src/derives.c, src/print.c, src/reduce.c: To ease the
7243 translation, move some `\n' out of the translated strings.
7244
7245 2000-10-02 Akim Demaille <akim@epita.fr>
7246
7247 The location tracking mechanism is precious for parse error
7248 messages. Nevertheless, it is enabled only when `@n' is used in
7249 the grammar, which is a different issue (you can use it in error
7250 message, but not in the grammar per se). Therefore, there should
7251 be another means to enable it.
7252
7253 * src/getargs.c (getargs): Support `--locations'.
7254 (usage): Report it.
7255 * src/getargs.h (locationsflag): Export it.
7256 * src/lex.c (percent_table): Support `%locations'.
7257 * src/reader.c (yylsp_needed): Remove this variable, now replaced
7258 with `locationsflag'.
7259 * doc/bison.texinfo: Document `--locations' and `%locations'.
7260 Sort the options.
7261 * tests/calc.m4: Test it.
7262
7263 For regularity of the names, replace each
7264 (nolineflag, toknumflag, rawtokenumflag, noparserflag): with...
7265 (no_lineflag, token_tableflag, rawflag, no_parserflag): this.
7266 In addition replace each `flag' with `_flag'.
7267
7268 2000-10-02 Akim Demaille <akim@epita.fr>
7269
7270 Also test parse error messages, including with YYERROR_VERBOSE.
7271
7272 * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
7273 associative).
7274 Use it to check the computations.
7275 Use it to check `nonassoc' is honored.
7276 (AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed
7277 `--yyerror-verbose'.
7278 (_AT_CHECK_CALC): Adjust to this option.
7279 (_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
7280
7281 2000-10-02 Akim Demaille <akim@epita.fr>
7282
7283 Test also `--verbose', `--defines' and `--name-prefix'. Testing
7284 the latter demonstrates a flaw in the handling of non debugging
7285 parsers introduced by myself on 2000-03-16: `#define yydebug 0'
7286 was used in order to simplify:
7287
7288 #if YYDEBUG
7289 if (yydebug)
7290 {
7291 ...
7292 }
7293 #endif
7294
7295 into
7296
7297 if (yydebug)
7298 {
7299 ...
7300 }
7301
7302 unfortunately this leads to a CPP conflict when
7303 `--name-prefix=foo' is used since it produces `#define yydebug
7304 foodebug'.
7305
7306 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
7307 (YYDPRINTF): New macro.
7308 Spread its use.
7309 * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
7310 the bison options.
7311 Also test `--verbose', `--defines' and `--name-prefix'.
7312
7313 2000-10-02 Akim Demaille <akim@epita.fr>
7314
7315 Improve the readability of the produced parsers.
7316
7317 * src/bison.s1: Formatting changes.
7318 Improve the comment related to the `$' mark.
7319 (yydefault): Don't fall through to `yyresume': `goto' there.
7320 * src/output.c (output_parser): When the `$' is met, skip the end
7321 of its line.
7322 New variable, `number_of_dollar_signs', to check there's exactly
7323 one `$' in the parser skeleton.
7324
7325 2000-10-02 Akim Demaille <akim@epita.fr>
7326
7327 * lib/xstrdup.c: New file, from the fileutils.
7328 * src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
7329 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
7330 instead of strlen + xmalloc + strcpy.
7331 * src/symtab.c (copys): Remove, use xstrdup instead.
7332
7333 2000-10-02 Akim Demaille <akim@epita.fr>
7334
7335 * src/gram.h (associativity): New enum type which replaces the
7336 former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
7337 `right_assoc', `left_assoc' and `non_assoc'.
7338 Adjust all dependencies.
7339 * src/reader.c: Formatting changes.
7340 (LTYPESTR): Don't define it, use it as a literal in
7341 `reader_output_yylsp'.
7342 * src/symtab.h (symbol_class): New enum type which replaces the
7343 former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
7344 `sunknown', `stoken and `snterm'.
7345
7346 2000-10-02 Akim Demaille <akim@epita.fr>
7347
7348 * src/getargs.c (fixed_outfiles): Rename as...
7349 (yaccflag): for consistency and accuracy.
7350 Adjust dependencies.
7351
7352 2000-10-02 Akim Demaille <akim@epita.fr>
7353
7354 Use the more standard files `xalloc.h' and `xmalloc.c' instead of
7355 Bison's `allocate.c' and `alloc.h'. This patch was surprisingly
7356 difficult and introduced a lot of core dump. It turns out that
7357 Bison used an implementation of `xmalloc' based on `calloc', and
7358 at various places it does depend upon the initialization to 0. I
7359 have not tried to isolate the pertinent places, and all the former
7360 calls to Bison's `xmalloc' are now using `XCALLOC'. Someday,
7361 someone should address this issue.
7362
7363 * src/allocate.c, src/alloc.h, m4/bison-decl.m4: Remove.
7364 * lib/xmalloc.c, lib/xalloc.h, m4/malloc.m4, m4/realloc.m4: New
7365 files.
7366 Adjust dependencies.
7367 * src/warshall.h: New file.
7368 Propagate.
7369
7370 2000-10-02 Akim Demaille <akim@epita.fr>
7371
7372 Various anti-`extern in *.c' changes.
7373
7374 * src/system.h: Include `assert.h'.
7375
7376 2000-10-02 Akim Demaille <akim@epita.fr>
7377
7378 * src/state.h (nstates, final_state, first_state, first_shift)
7379 (first_reduction): Move their exportation from here...
7380 * src/LR0.h: to here.
7381 Adjust dependencies.
7382 * src/getargs.c (statisticsflag): New variable.
7383 Add support for `--statistics'.
7384 Adjust dependencies.
7385
7386 Remove a lot of now useless `extern' statements in most files.
7387
7388 2000-10-02 Akim Demaille <akim@epita.fr>
7389
7390 * src/LR0.h: New file.
7391 Propagate its use.
7392
7393 2000-10-02 Akim Demaille <akim@epita.fr>
7394
7395 * src/print.h: New file.
7396 Propagate its use.
7397 * src/print.c: Formatting and ordering changes.
7398 (verbose, terse): Replace with...
7399 (print_results): this new function.
7400 Adjust dependencies.
7401
7402 2000-10-02 Akim Demaille <akim@epita.fr>
7403
7404 * src/conflicts.c (conflict_report): New function.
7405 (conflict_log, verbose_conflict_log): Replace with...
7406 (print_conflicts): this function.
7407 Adjust dependencies.
7408 * src/conflicts.h: New file.
7409 Propagate its inclusion.
7410
7411 2000-10-02 Akim Demaille <akim@epita.fr>
7412
7413 * src/nullable.h: New file.
7414 Propagate its inclusion.
7415 * src/nullable.c: Formatting changes.
7416
7417 2000-10-02 Akim Demaille <akim@epita.fr>
7418
7419 * src/reduce.h: New file.
7420 Propagate its inclusion.
7421 * src/reduce.c: Topological sort and other formatting changes.
7422 (bool, TRUE, FALSE): Move their definition to...
7423 * src/system.h: here.
7424
7425 2000-10-02 Akim Demaille <akim@epita.fr>
7426
7427 * src/files.c: Formatting changes.
7428 (tryopen, tryclose, openfiles): Rename as...
7429 (xfopen, xfclose, open_files): this.
7430 (stringappend): static.
7431 * src/files.h: Complete the list of exported symbols.
7432 Propagate its use.
7433
7434 2000-10-02 Akim Demaille <akim@epita.fr>
7435
7436 * src/reader.h: New file.
7437 Propagate its use instead of tedious list of `extern' and
7438 prototypes.
7439 * src/reader.c: Formatting changes, topological sort,
7440 s/register//.
7441
7442 2000-10-02 Akim Demaille <akim@epita.fr>
7443
7444 * src/lex.h: Prototype `lex.c' exported functions.
7445 * src/reader.c: Adjust.
7446 * src/lex.c: Formatting changes.
7447 (safegetc): Rename as...
7448 (xgetc): this.
7449
7450 2000-10-02 Akim Demaille <akim@epita.fr>
7451
7452 * src/lalr.h: New file.
7453 Propagate its inclusion instead of prototypes and `extern'.
7454 * src/lalr.c: Formatting changes, topological sorting etc.
7455
7456 2000-10-02 Akim Demaille <akim@epita.fr>
7457
7458 * src/output.c (token_actions): Introduce a temporary array,
7459 YYDEFACT, that makes it possible for this function to use
7460 output_short_table.
7461
7462 2000-10-02 Akim Demaille <akim@epita.fr>
7463
7464 `user_toknums' is output as a `short[]' in `output.c', while it is
7465 defined as a `int[]' in `reader.c'. For consistency with the
7466 other output tables, `user_toknums' is now defined as a table of
7467 shorts.
7468
7469 * src/reader.c (user_toknums): Be a short table instead of an int
7470 table.
7471 Adjust dependencies.
7472
7473 Factor the short table outputs.
7474
7475 * src/output.c (output_short_table): New function.
7476 * src/output.c (output_gram, output_stos, output_rule_data)
7477 (output_base, output_table, output_check): Use it.
7478
7479 2000-10-02 Akim Demaille <akim@epita.fr>
7480
7481 * src/output.c (output): Topological sort of the functions, in
7482 order to get rid of the `static' prototypes.
7483 No longer use `register'.
7484 * src/output.h: New file.
7485 Propagate its inclusion in files explicitly prototyping functions
7486 from output.c.
7487
7488 2000-09-21 Akim Demaille <akim@epita.fr>
7489
7490 * src/atgeneral.m4: Update from Autoconf.
7491
7492 2000-09-21 Akim Demaille <akim@epita.fr>
7493
7494 * src/closure.h: New file.
7495 * src/closure.c: Formatting changes, topological sort over the
7496 functions, use of closure.h.
7497 (initialize_closure, finalize_closure): Rename as...
7498 (new_closure, free_closure): these. Adjust dependencies.
7499 * src/LR0.c: Formatting changes, topological sort, use of
7500 cloture.h.
7501 (initialize_states): Rename as...
7502 (new_states): this.
7503 * src/Makefile.am (noinst_HEADERS): Adjust.
7504
7505 2000-09-20 Akim Demaille <akim@epita.fr>
7506
7507 * src/acconfig.h: Don't protect config.h against multiple
7508 inclusion.
7509 Don't define PARAMS.
7510 * src/system.h: Define PARAMS.
7511 Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
7512 purpose of config.h. system.h must not try to fix wrong
7513 definitions in config.h.
7514
7515 2000-09-20 Akim Demaille <akim@epita.fr>
7516
7517 * src/derives.h: New file.
7518 * src/main.c, src/derives.h: Use it.
7519 Formatting changes.
7520 * src/Makefile.am (noinst_HEADERS): Adjust.
7521
7522 2000-09-20 Akim Demaille <akim@epita.fr>
7523
7524 * tests/atgeneral.m4: Update from Autoconf.
7525 * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
7526 (AT_CHECK_CALC): New macros.
7527 Use these macros to test bison with options `', `--raw',
7528 `--debug', `--yacc', `--yacc --debug'.
7529
7530 2000-09-19 Akim Demaille <akim@epita.fr>
7531
7532 * src/output.c: Formatting changes.
7533 * src/machine.h: Remove, leaving its contents in...
7534 * src/system.h: here.
7535 Include stdio.h.
7536 Adjust all dependencies on stdio.h and machine.h.
7537 * src/getargs.h: New file.
7538 Let all `extern' declarations about getargs.c be replaced with
7539 inclusion of `getargs.h'.
7540 * src/Makefile.am (noinst_HEADERS): Adjust.
7541
7542 * tests/calc.m4 (yyin): Be initialized in main, not on the global
7543 scope.
7544 (yyerror): Returns void, not int.
7545 * doc/bison.texinfo: Formatting changes.
7546
7547 2000-09-19 Akim Demaille <akim@epita.fr>
7548
7549 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
7550 portable.
7551
7552 2000-09-18 Akim Demaille <akim@epita.fr>
7553
7554 * configure.in: Append WARNING_CFLAGS to CFLAGS.
7555 * src/Makefile.am (INCLUDES): Don't.
7556 Be ready to fetch headers in lib/.
7557
7558 2000-09-18 Akim Demaille <akim@epita.fr>
7559
7560 * doc/bison.texinfo: Update the copyright.
7561 ANSIfy and GNUify the examples.
7562 Remove the old menu.
7563
7564 2000-09-18 Akim Demaille <akim@epita.fr>
7565
7566 First set of tests: use the `calc' example from the documentation.
7567
7568 * src/bison.s1 (yyparse): Condition the code using `yytname' which
7569 is defined only when YYDEBUG is.
7570 * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
7571 * src/files.c (tryopen, tryclose): Formatting changes.
7572 Move to the top and be static.
7573 * src/reader.c (read_signed_integer): Likewise.
7574 * tests/calc.m4: New file.
7575 * Makefile.am, suite.m4: Adjust.
7576 * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
7577
7578 2000-09-18 Akim Demaille <akim@epita.fr>
7579
7580 Add support for an Autotest test suite for Bison.
7581
7582 * m4/m4.m4, m4/atconfig.m4: New files.
7583 * m4/Makefile.am (EXTRA_DIST): Adjust.
7584 * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
7585 files.
7586 * src/getargs.c: Display a more standard --version message.
7587 * src/reader.c (reader): Formatting changes.
7588 No longer depend upon VERSION_STRING.
7589 * configure.in: No longer use `dnl'.
7590 Set up the test suite and the new directory `tests/.
7591 (VERSION_STRING): Remove.
7592
7593 2000-04-14 Akim Demaille <akim@epita.fr>
7594
7595 * src/reader.c (copy_comment2): New function, same as former
7596 `copy_comment', but outputs into two FILE *.
7597 (copy_comment): Use it.
7598 (parse_union_decl): Use it.
7599 (get_type, parse_start_decl): Use the same `invalid' message.
7600 (parse_start_decl, parse_union_decl): Use the same `multiple'
7601 message.
7602 (parse_union_decl, copy_guard, copy_action): Use the same
7603 `unmatched' message.
7604 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
7605
7606 2000-03-31 Akim Demaille <akim@epita.fr>
7607
7608 * src/files.c (tryopen, tryclose): Move to the top.
7609 Be static.
7610
7611 2000-03-31 Akim Demaille <akim@epita.fr>
7612
7613 * src/main.c (main): Don't call `done', exit does it.
7614
7615 2000-03-31 Akim Demaille <akim@epita.fr>
7616
7617 * allocate.c: s/return (foo)/return foo/.
7618 * lalr.c: Likewise.
7619 * LR0.c: Likewise.
7620 * output.c: Likewise.
7621 * reader.c: Likewise.
7622 * symtab.c: Likewise.
7623 * vmsgetargs.c: Likewise.
7624
7625 2000-03-31 Akim Demaille <akim@epita.fr>
7626
7627 Clean up the error reporting functions.
7628
7629 * src/report.c: New file.
7630 * src/report.h: Likewise.
7631 * src/Makefile.am: Adjust.
7632 * m4/error.m4: New file.
7633 * m4/Makefile.am: Adjust.
7634 * configure.in (jm_PREREQ_ERROR): Call it.
7635 * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
7636 Remove.
7637 (fatal, fatals): Remove. All callers use complain.c::fatal.
7638 (warn, warni, warns, warnss, warnss): Remove. All callers use
7639 complain.c::complain.
7640 (toomany): Remove, use fatal instead.
7641 * src/files.c (done): No argument, use complain_message_count.
7642 * src/main.c (main): Register `done' to `atexit'.
7643
7644 * src/getargs.c (usage): More `fputs', less `fprintf'.
7645
7646 2000-03-28 Akim Demaille <akim@epita.fr>
7647
7648 * lib/: New directory.
7649 * Makefile.am (SUBDIRS): Adjust.
7650 * configure.in: Adjust.
7651 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
7652 useless.
7653 * src/alloca.c: Moved to lib/.
7654 * src/getopt.c: Likewise.
7655 * src/getopt1.c: Likewise.
7656 * src/getopt.h: Likewise.
7657 * src/ansi2knr.c: Likewise.
7658 * src/ansi2knr.1: Likewise.
7659 * src/Makefile.am: Adjust.
7660 * lib/Makefile.am: New file.
7661
7662 2000-03-28 Akim Demaille <akim@epita.fr>
7663
7664 * src/getargs.c (usage): Refresh the help message.
7665
7666 2000-03-17 Akim Demaille <akim@epita.fr>
7667
7668 * src/getopt1.c: Updated from textutils 2.0e
7669 * src/getopt.c: Likewise.
7670 * src/getopt.h: Likewise.
7671
7672 2000-03-17 Akim Demaille <akim@epita.fr>
7673
7674 * src/Makefile.am (bison.simple): Fix the awk program: quote only
7675 the file name, not the whole `#line LINE FILE'.
7676
7677 2000-03-17 Akim Demaille <akim@epita.fr>
7678
7679 On syntax errors, report the token on which we choked.
7680
7681 * src/bison.s1 (yyparse): In the label yyerrlab, when
7682 YYERROR_VERBOSE, add yychar in msg.
7683
7684 2000-03-17 Akim Demaille <akim@epita.fr>
7685
7686 * src/reader.c (copy_at): New function.
7687 (copy_guard): Use it.
7688 (copy_action): Use it.
7689
7690 2000-03-17 Akim Demaille <akim@epita.fr>
7691
7692 Be kind to translators, save some useless translations.
7693
7694 * src/main.c (banner): New function.
7695 (fatal_banner): Use it.
7696 (warn_banner): Use it.
7697
7698 2000-03-17 Akim Demaille <akim@epita.fr>
7699
7700 * src/reader.c (copy_definition): Use copy_string and
7701 copy_comment. Removed now unused `match', `ended',
7702 `cplus_comment'.
7703 (copy_comment, copy_string): Moved, to be visible from
7704 copy_definition.
7705
7706 2000-03-17 Akim Demaille <akim@epita.fr>
7707
7708 * src/reader.c (copy_string): Declare `static inline'. No
7709 problems with inline, since it is checked by configure.
7710 (copy_comment): Likewise.
7711
7712 2000-03-17 Akim Demaille <akim@epita.fr>
7713
7714 * src/reader.c (packsymbols): Formatting changes.
7715
7716 2000-03-17 Akim Demaille <akim@epita.fr>
7717
7718 * src/reader.c (copy_comment): New function, factored out from:
7719 (copy_action): Use it. Removed now unused `match', `ended',
7720 `cplus_comment'.
7721 (copy_guard): Likewise.
7722
7723 2000-03-17 Akim Demaille <akim@epita.fr>
7724
7725 * src/reader.c (copy_string): New function, factored out from:
7726 (copy_action): Use it.
7727 (copy_guard): Likewise.
7728
7729 2000-03-17 Akim Demaille <akim@epita.fr>
7730
7731 Change the handling of @s so that they behave exactly like $s.
7732 There is now a pseudo variable @$ (readble and writable), location
7733 of the lhs of the rule (by default ranging from the location of
7734 the first symbol of the rhs, to the location of the last symbol,
7735 or, if the rhs is empty, YYLLOC).
7736
7737 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
7738 yyval.
7739 (yyparse): When providing a default semantic action, provide a
7740 default location action.
7741 (after the $): No longer change `*YYLSP', just stack YYLOC the
7742 same way you stack YYVAL.
7743 * src/reader.c (read_declarations): Use warns.
7744 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
7745 (copy_action, case '@'): Likewise.
7746 Use a standard error message, to save useless work from
7747 translators.
7748
7749 2000-03-17 Akim Demaille <akim@epita.fr>
7750
7751 * src/bison.s1: Formatting and cosmetics changes.
7752 * src/reader.c: Likewise.
7753 Update the Copyright notice.
7754
7755 2000-03-17 Akim Demaille <akim@epita.fr>
7756
7757 * src/bison.s1 (#line): All set to `#line' only, since the
7758 Makefile now handles them.
7759
7760 2000-03-16 Akim Demaille <akim@epita.fr>
7761
7762 * src/output.c (output_rule_data): Output the documentation of
7763 some of the tables.
7764 (Copyright notice): Update.
7765 Formatting changes.
7766
7767 2000-03-16 Akim Demaille <akim@epita.fr>
7768
7769 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
7770 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
7771 One `#if YYDEBUG' remains, since it uses variables which are
7772 defined only if `YYDEBUG != 0'.
7773
7774 2000-03-16 Akim Demaille <akim@epita.fr>
7775
7776 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
7777 and related variables so that the similarities are highlighted.
7778
7779 2000-03-16 Akim Demaille <akim@epita.fr>
7780
7781 * src/bison.s1: Properly indent CPP directives.
7782
7783 2000-03-16 Akim Demaille <akim@epita.fr>
7784
7785 * src/bison.s1: Properly indent the `alloca' CPP section.
7786
7787 2000-03-16 Akim Demaille <akim@epita.fr>
7788
7789 Do not hard code values of directories in `configure.in'.
7790 Update the `configure' tool chain.
7791
7792 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
7793 src/makefile.am.
7794 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
7795 (AC_OUTPUT): Add m4/Makefile.
7796 Bump to bison 1.28a, 1.29 has never been released.
7797 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
7798 handled via src/Makefile.am.
7799 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
7800 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
7801 autoheader.
7802 * Makefile.am (SUBDIRS): Add m4.
7803 (ACLOCAL_AM_FLAGS): New variable.
7804 (AUTOMAKE_OPTIONS): Add check-news.
7805 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
7806 the proper line number and file name.
7807 (DEFS): Propagate the location of bison library files and of the
7808 locale files.
7809 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
7810 builddir.
7811 * acinclude.m4: Remove, replaced by the directory m4.
7812 * m4/Makefile.am (EXTRA_DIST): New variable.
7813 * m4/gettext.m4: New file, from the fileutils.
7814 * m4/lcmessage.m4: Likewise
7815 * m4/progtest.m4: Likewise.
7816 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
7817
7818 2000-03-10 Akim Demaille <akim@epita.fr>
7819
7820 * src/closure.c:
7821 Formatting changes of various comments.
7822 Respect the GNU coding standards at various places.
7823 Don't use `_()' when no translation is needed.
7824
7825 1999-12-13 Jesse Thilo <jthilo@gnu.org>
7826
7827 * src/files.c:
7828 OS/2 honors TMPDIR environment variable.
7829
7830 1999-12-13 Jesse Thilo <jthilo@gnu.org>
7831
7832 * doc/bison.texinfo: Tweaked spelling and grammar.
7833 Updated ISBN.
7834 Removed reference to price of printed copy.
7835 Mention BISON_SIMPLE and BISON_HAIRY.
7836
7837 1999-12-13 Jesse Thilo <jthilo@gnu.org>
7838
7839 * configure.in, NEWS:
7840 Bison 1.29 released.
7841
7842 1999-10-27 Jesse Thilo <jthilo@gnu.org>
7843
7844 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
7845 Added reference card.
7846
7847 1999-07-26 Jesse Thilo <jthilo@gnu.org>
7848
7849 * po/ru.po: Added Russian translation.
7850
7851 1999-07-26 Jesse Thilo <jthilo@gnu.org>
7852
7853 * configure.in: Added Russian translation.
7854
7855 1999-07-06 Jesse Thilo <jthilo@gnu.org>
7856
7857 * configure.in, NEWS, README:
7858 Released version 1.28.
7859
7860 1999-06-14 Jesse Thilo <jthilo@gnu.org>
7861
7862 * src/system.h:
7863 Squashed redefinition warning on some systems.
7864
7865 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
7866 Have configure build version string instead of relying on ANSI string
7867 concatentation.
7868
7869 1999-06-14 Jesse Thilo <jthilo@gnu.org>
7870
7871 * po/POTFILES.in: Got rid of version.c.
7872
7873 1999-06-14 Jesse Thilo <jthilo@gnu.org>
7874
7875 * acconfig.h, configure.in:
7876 Have configure build version string instead of relying on ANSI string
7877 concatentation.
7878
7879 1999-06-08 Jesse Thilo <jthilo@gnu.org>
7880
7881 * doc/bison.1:
7882 Dropped mention of `+' for long-named options.
7883
7884 1999-05-30 Jesse Thilo <jthilo@gnu.org>
7885
7886 * src/files.c: Added <unistd.h> for unlink().
7887
7888 * src/Makefile.am, src/system.h:
7889 I18n fixes.
7890
7891 1999-05-30 Jesse Thilo <jthilo@gnu.org>
7892
7893 * README: Added a FAQ list.
7894
7895 * configure.in, acconfig.h:
7896 I18n fixes.
7897
7898 1999-05-30 Jesse Thilo <jthilo@gnu.org>
7899
7900 * doc/FAQ, doc/Makefile.am:
7901 Added a FAQ list.
7902
7903 1999-05-19 Jesse Thilo <jthilo@gnu.org>
7904
7905 * src/alloc.h, src/symtab.h, src/version.c:
7906 Protected inclusion of "config.h" with HAVE_CONFIG_H.
7907
7908 1999-04-18 Jesse Thilo <jthilo@gnu.org>
7909
7910 * src/.cvsignore, src/Makefile.am:
7911 Reorganized: sources in `src', documentation in `doc'.
7912
7913 * src/lex.c (literalchar):
7914 fixed the code for escaping double quotes (thanks
7915 Jonathan Czisny.)
7916
7917 1999-04-18 Jesse Thilo <jthilo@gnu.org>
7918
7919 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
7920 Adjusted paths to reflect directory reorganization.
7921
7922 1999-04-18 Jesse Thilo <jthilo@gnu.org>
7923
7924 * doc/.cvsignore, doc/Makefile.am:
7925 Reorganized: sources in `src', documentation in `doc'.
7926
7927 1999-04-18 Jesse Thilo <jthilo@gnu.org>
7928
7929 * configure.in:
7930 Updated AC_INIT file to reflect directory reorganization.
7931
7932 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
7933 Reorganized: sources in `src', documentation in `doc'.
7934
7935 1999-04-13 Jesse Thilo <jthilo@gnu.org>
7936
7937 * src/allocate.c:
7938 Don't declare calloc() and realloc() if not necessary.
7939
7940 1999-04-13 Jesse Thilo <jthilo@gnu.org>
7941
7942 * configure.in, acconfig.h, acinclude.m4:
7943 Don't declare calloc() and realloc() if not necessary.
7944
7945 1999-03-23 Jesse Thilo <jthilo@gnu.org>
7946
7947 * po/.cvsignore: Added i18n support.
7948
7949 1999-03-23 Jesse Thilo <jthilo@gnu.org>
7950
7951 * acconfig.h, configure.in, Makefile.am:
7952 Added i18n support.
7953
7954 1999-03-22 Jesse Thilo <jthilo@gnu.org>
7955
7956 * src/bison.s1: Fixed #line numbers.
7957
7958 1999-03-15 Jesse Thilo <jthilo@gnu.org>
7959
7960 * po/es.po, po/fr.po, po/nl.po, po/de.po:
7961 Added PO files from Translation Project.
7962
7963 1999-03-03 Jesse Thilo <jthilo@gnu.org>
7964
7965 * Makefile.am:
7966 Added support for non-ANSI compilers (ansi2knr).
7967
7968 1999-02-16 Jesse Thilo <jthilo@gnu.org>
7969
7970 * configure.in: Bumped version number to 1.27.
7971
7972 * Makefile.am:
7973 Added `bison.simple' to list of files removed by `make distclean'.
7974
7975 1999-02-12 Jesse Thilo <jthilo@gnu.org>
7976
7977 * src/files.c, src/files.h:
7978 Defined locations of parser files in config.h instead of Makefile.
7979
7980 1999-02-12 Jesse Thilo <jthilo@gnu.org>
7981
7982 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
7983 Defined locations of parser files in config.h instead of Makefile.
7984
7985 1999-02-09 Jesse Thilo <jthilo@gnu.org>
7986
7987 * Makefile.am:
7988 Removed inappropriate use of $< macro.
7989
7990 1999-02-05 Jesse Thilo <jthilo@gnu.org>
7991
7992 * po/Makefile.in.in, po/POTFILES.in:
7993 Add `po' directory skeleton.
7994
7995 1999-01-27 Jesse Thilo <jthilo@gnu.org>
7996
7997 * README: Document help-bison list.
7998
7999 * configure.in: Add check for mkstemp().
8000
8001 1999-01-20 Jesse Thilo <jthilo@gnu.org>
8002
8003 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
8004 Hush a few compiler warnings.
8005
8006 * src/files.c:
8007 Add tryclose(), which verifies that fclose was successful.
8008 Hush a couple of compiler warnings.
8009
8010 1999-01-20 Jesse Thilo <jthilo@gnu.org>
8011
8012 * Makefile.am, OChangeLog:
8013 ChangeLog is now automatically generated. Include the old version as
8014 OChangeLog.
8015
8016 1999-01-14 Jesse Thilo <jthilo@gnu.org>
8017
8018 * 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:
8019 Update FSF address.
8020
8021 1999-01-14 Jesse Thilo <jthilo@gnu.org>
8022
8023 * doc/bison.texinfo: Fix formatting glitch.
8024
8025 * doc/bison.texinfo: Update FSF address.
8026
8027 1999-01-14 Jesse Thilo <jthilo@gnu.org>
8028
8029 * acconfig.h: Update FSF address.
8030
8031 1999-01-08 Jesse Thilo <jthilo@gnu.org>
8032
8033 * src/system.h:
8034 Don't define PACKAGE here, since config.h defines it.
8035
8036 1998-12-30 Jesse Thilo <jthilo@gnu.org>
8037
8038 * src/reader.c: Update copyright date.
8039
8040 * src/main.c:
8041 Ditch sprintf to statically-sized buffers in fatal/warn functions in
8042 favor of output directly to stderr (avoids buffer overruns).
8043
8044 * src/reader.c: Some checks for premature EOF.
8045
8046 * 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:
8047 Use prototypes if the compiler understands them.
8048
8049 * src/files.c: Honor TMPDIR on Unix hosts.
8050 Use prototypes if the compiler understands them.
8051
8052 * src/reader.c:
8053 Fix a couple of buffer overrun bugs.
8054 Use prototypes if the compiler understands them.
8055
8056 * src/system.h: Include unistd.h and ctype.h.
8057 Use #ifdef instead of #if for NLS symbols.
8058
8059 1998-12-30 Jesse Thilo <jthilo@gnu.org>
8060
8061 * doc/bison.texinfo:
8062 Delete comment "consider using @set for edition number, etc..." since
8063 we now are doing so.
8064
8065 1998-12-30 Jesse Thilo <jthilo@gnu.org>
8066
8067 * configure.in:
8068 Use prototypes if the compiler understands them.
8069
8070 * NEWS: Document 1.26 highlights.
8071
8072 * Makefile.am: Require Automake 1.3 or later.
8073
8074 * acconfig.h:
8075 Use prototypes if the compiler understands them.
8076
8077 1998-12-29 Jesse Thilo <jthilo@gnu.org>
8078
8079 * src/version.c:
8080 Use VERSION symbol from automake for version number.
8081
8082 1998-12-29 Jesse Thilo <jthilo@gnu.org>
8083
8084 * acconfig.h, configure.in, version.cin:
8085 Use VERSION symbol from automake for version number.
8086
8087 1998-11-28 Jesse Thilo <jthilo@gnu.org>
8088
8089 * Makefile.am:
8090 Distribute original version of simple parser (bison.s1), not built
8091 version (bison.simple).
8092
8093 1998-11-28 Jesse Thilo <jthilo@gnu.org>
8094
8095 * doc/bison.texinfo: Add info dir entry.
8096
8097 * doc/bison.texinfo:
8098 Let automake put version number into documentation.
8099
8100 1998-11-26 Jesse Thilo <jthilo@gnu.org>
8101
8102 * src/bison.cld, src/build.com, src/vmshlp.mar:
8103 Add non-RCS files from /gd/gnu/bison.
8104
8105 1998-11-26 Jesse Thilo <jthilo@gnu.org>
8106
8107 * doc/bison.1:
8108 Document the BISON_HAIRY and BISON_SIMPLE variables.
8109
8110 1998-11-25 Jesse Thilo <jthilo@gnu.org>
8111
8112 * src/version.c: Build version.c automatically.
8113
8114 * src/reader.c:
8115 Fix token numbering (used to start at 258, not 257).
8116
8117 * src/system.h: Include config.h.
8118
8119 * src/getargs.c: Update bug report address.
8120
8121 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
8122 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
8123
8124 1998-11-25 Jesse Thilo <jthilo@gnu.org>
8125
8126 * Makefile.am:
8127 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
8128
8129 * configure.in, version.cin:
8130 Build version.c automatically.
8131
8132 * AUTHORS: Add AUTHORS file.
8133
8134 * README: Update bug report address.
8135
8136 * bison.simple:
8137 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
8138
8139 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
8140 Add automake stuff.
8141
8142 1998-11-25 Jesse Thilo <jthilo@gnu.org>
8143
8144 * doc/bison.texinfo: Clean up some formatting.
8145
8146 1998-05-05 Richard Stallman <rms@gnu.org>
8147
8148 * doc/bison.texinfo:
8149 Explain better why to make a pure parser.
8150
8151 1998-01-05 Richard Stallman <rms@gnu.org>
8152
8153 * src/files.c (openfiles):
8154 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
8155 find a temporary directory, if possible. Do not unlink files while
8156 they are open.
8157
8158 1997-08-25 Richard Stallman <rms@gnu.org>
8159
8160 * src/reader.c (stack_offset;):
8161 Change some warni to warns.
8162
8163 * src/lex.c (literalchar): Use warns, not warni.
8164
8165 1997-06-28 Richard Stallman <rms@gnu.org>
8166
8167 * src/bison.s1: Add a Bison version comment.
8168
8169 * src/main.c (fatal, warn, berror):
8170 Use program_name.
8171
8172 1997-06-28 Richard Stallman <rms@gnu.org>
8173
8174 * Makefile.in (bison_version): New variable.
8175 (dist): Use that variable.
8176 (bison.s1): Substitute the Bison version into bison.simple.
8177
8178 * bison.simple: Add a Bison version comment.
8179
8180 1997-06-18 Richard Stallman <rms@gnu.org>
8181
8182 * src/main.c (fatal, warn, berror):
8183 Make error messages standard.
8184 (toomany): Improve error message text.
8185
8186 * 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:
8187 new.h renamed to alloc.h.
8188
8189 1997-06-18 Richard Stallman <rms@gnu.org>
8190
8191 * Makefile.in: new.h renamed to alloc.h.
8192
8193 1997-05-24 Richard Stallman <rms@gnu.org>
8194
8195 * src/lex.c (literalchar):
8196 Fix the code for escaping \, " and '.
8197
8198 (lex): Avoid trouble when there are many chars
8199 to discard in a char literal with just several chars in it.
8200
8201 1997-05-17 Richard Stallman <rms@gnu.org>
8202
8203 * src/bison.s1:
8204 Use malloc, if using alloca is troublesome.
8205 (YYSTACK_USE_ALLOCA): New flag macro.
8206 Define it for some systems and compilers.
8207 (YYSTACK_ALLOC): New macro.
8208 (yyparse): Use YYSTACK_ALLOC to allocate stack.
8209 If it was malloc'd, free it.
8210
8211 1997-05-17 Richard Stallman <rms@gnu.org>
8212
8213 * bison.simple:
8214 Use malloc, if using alloca is troublesome.
8215 (YYSTACK_USE_ALLOCA): New flag macro.
8216 Define it for some systems and compilers.
8217 (YYSTACK_ALLOC): New macro.
8218 (yyparse): Use YYSTACK_ALLOC to allocate stack.
8219 If it was malloc'd, free it.
8220
8221 1997-04-23 Richard Stallman <rms@gnu.org>
8222
8223 * src/bison.s1:
8224 (alloca) [__hpux]: Always define as __builtin_alloca.
8225
8226 1997-04-23 Richard Stallman <rms@gnu.org>
8227
8228 * bison.simple:
8229 (alloca) [__hpux]: Always define as __builtin_alloca.
8230
8231 1997-04-22 Richard Stallman <rms@gnu.org>
8232
8233 * src/bison.s1:
8234 [__hpux]: Include alloca.h (right for HPUX 10)
8235 instead of declaring alloca (right for HPUX 9).
8236
8237 * src/bison.s1 (__yy_memcpy):
8238 Declare arg `count' as unsigned int.
8239 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
8240
8241 1997-04-22 Richard Stallman <rms@gnu.org>
8242
8243 * bison.simple:
8244 [__hpux]: Include alloca.h (right for HPUX 10)
8245 instead of declaring alloca (right for HPUX 9).
8246
8247 * bison.simple (__yy_memcpy):
8248 Declare arg `count' as unsigned int.
8249 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
8250
8251 1997-01-03 Richard Stallman <rms@gnu.org>
8252
8253 * src/allocate.c: [__STDC__ or _MSC_VER]:
8254 Declare calloc and realloc to return void *.
8255
8256 1997-01-02 Richard Stallman <rms@gnu.org>
8257
8258 * src/system.h:
8259 [_MSC_VER]: Include stdlib.h and process.h.
8260 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
8261
8262 * src/main.c (main): Return FAILURE as a value.
8263 (printable_version): Declare arg as int, not char.
8264
8265 1997-01-02 Richard Stallman <rms@gnu.org>
8266
8267 * Makefile.in (dist):
8268 Explicitly check for symlinks, and copy them.
8269
8270 1996-12-19 Richard Stallman <rms@gnu.org>
8271
8272 * src/files.c:
8273 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
8274
8275 1996-12-18 Paul Eggert <eggert@gnu.org>
8276
8277 * src/bison.s1 (yyparse):
8278 If __GNUC__ and YYPARSE_PARAM are both defined,
8279 declare yyparse to have a void * argument.
8280
8281 1996-12-18 Paul Eggert <eggert@gnu.org>
8282
8283 * bison.simple (yyparse):
8284 If __GNUC__ and YYPARSE_PARAM are both defined,
8285 declare yyparse to have a void * argument.
8286
8287 1996-12-17 Richard Stallman <rms@gnu.org>
8288
8289 * src/reduce.c (nbits): Add some casts.
8290
8291 1996-08-12 Richard Stallman <rms@gnu.org>
8292
8293 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
8294
8295 1996-08-12 Richard Stallman <rms@gnu.org>
8296
8297 * bison.simple: Test _MSDOS as well as _MSDOS_.
8298
8299 1996-07-31 Richard Stallman <rms@gnu.org>
8300
8301 * src/bison.s1:
8302 [__sun && __i386]: Include alloca.h.
8303
8304 1996-07-31 Richard Stallman <rms@gnu.org>
8305
8306 * bison.simple:
8307 [__sun && __i386]: Include alloca.h.
8308
8309 1996-07-30 Richard Stallman <rms@gnu.org>
8310
8311 * src/bison.s1: Comment change.
8312
8313 * src/bison.s1: Test _MSDOS_, not MSDOS.
8314
8315 1996-07-30 Richard Stallman <rms@gnu.org>
8316
8317 * bison.simple: Comment change.
8318
8319 * bison.simple: Test _MSDOS_, not MSDOS.
8320
8321 1996-06-01 Richard Stallman <rms@gnu.org>
8322
8323 * 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:
8324 Insert `_' macro around many string constants.
8325
8326 * src/main.c:
8327 Insert `_' macro around many string constants.
8328
8329 (main): Call setlocale, bindtextdomain and textdomain.
8330
8331 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
8332 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
8333 [ENABLE_NLS]: Include libintl.h.
8334 [ENABLE_NLS] (gettext): Define.
8335 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
8336 (N_, PACKAGE, LOCALEDIR): New macros.
8337
8338 1996-06-01 Richard Stallman <rms@gnu.org>
8339
8340 * POTFILES.in: New file.
8341
8342 * Makefile.in (allocate.o):
8343 Define target explicitly.
8344
8345 * Makefile.in (CFLAGS): Set to @CFLAGS@.
8346 (LDFLAGS): Set to @LDFLAGS@.
8347 (configure): Run autoconf only if preceding `cd' succeeds.
8348 (bison.s1): Redirect output to temporary file then move the
8349 temporary to the target, rather than redirecting directly to bison.s1.
8350 (clean): Remove config.status and config.log.
8351 (distclean): Don't remove config.status here.
8352
8353 1996-05-12 Richard Stallman <rms@gnu.org>
8354
8355 * src/bison.s1:
8356 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
8357
8358 1996-05-12 Richard Stallman <rms@gnu.org>
8359
8360 * bison.simple:
8361 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
8362
8363 1996-05-11 Richard Stallman <rms@gnu.org>
8364
8365 * src/bison.s1 (__yy_memcpy):
8366 Really reorder the args, as was supposedly done on Feb 14 1995.
8367 (yyparse): Calls changed accordingly.
8368
8369 1996-05-11 Richard Stallman <rms@gnu.org>
8370
8371 * Makefile.in (dist): Don't use $(srcdir).
8372
8373 * bison.simple (__yy_memcpy):
8374 Really reorder the args, as was supposedly done on Feb 14 1995.
8375 (yyparse): Calls changed accordingly.
8376
8377 1996-01-27 Richard Stallman <rms@gnu.org>
8378
8379 * src/output.c (output_rule_data):
8380 Test YYERROR_VERBOSE in the conditional
8381 around the definition of ttyname.
8382
8383 1995-12-29 Richard Stallman <rms@gnu.org>
8384
8385 * src/bison.s1:
8386 Fix line numbers in #line commands.
8387
8388 1995-12-29 Richard Stallman <rms@gnu.org>
8389
8390 * bison.simple:
8391 Fix line numbers in #line commands.
8392
8393 1995-12-27 Richard Stallman <rms@gnu.org>
8394
8395 * src/bison.s1 (YYPARSE_PARAM_DECL):
8396 In C++, make it always null.
8397 (YYPARSE_PARAM_ARG): New macro.
8398 (yyparse): Use YYPARSE_PARAM_ARG.
8399
8400 1995-12-27 Richard Stallman <rms@gnu.org>
8401
8402 * bison.simple (YYPARSE_PARAM_DECL):
8403 In C++, make it always null.
8404 (YYPARSE_PARAM_ARG): New macro.
8405 (yyparse): Use YYPARSE_PARAM_ARG.
8406
8407 1995-11-29 Richard Stallman <rms@gnu.org>
8408
8409 * doc/bison.texinfo:
8410 Describe literal string tokens, %raw, %no_lines, %token_table.
8411
8412 1995-11-29 Daniel Hagerty <hag@gnu.org>
8413
8414 * doc/bison.texinfo: Fixed update date
8415
8416 1995-10-16 Richard Stallman <rms@gnu.org>
8417
8418 * src/version.c: Version 1.25.
8419
8420 1995-10-16 Richard Stallman <rms@gnu.org>
8421
8422 * NEWS: *** empty log message ***
8423
8424 1995-10-16 Richard Stallman <rms@gnu.org>
8425
8426 * doc/bison.1, doc/bison.rnh:
8427 Add new options.
8428
8429 1995-10-15 Richard Stallman <rms@gnu.org>
8430
8431 * src/vmsgetargs.c, src/getargs.c:
8432 Added -n, -k, and -raw switches.
8433 (noparserflag, toknumflag, rawtoknumflag): New variables.
8434
8435 * src/symtab.h (SALIAS):
8436 New #define for adding aliases to %token.
8437 (struct bucket): Added `alias' field.
8438
8439 * src/reduce.c (reduce_grammar):
8440 Revise error message.
8441 (print_notices): Remove final `.' from error message.
8442
8443 * src/reader.c (reader_output_yylsp):
8444 New function.
8445 (readgram): Use `#if 0' around code that accepted %command
8446 inside grammar rules: The documentation doesn't allow it,
8447 and it will fail since the %command processors scan for the next %.
8448 (parse_token_decl): Extended the %token
8449 declaration to allow a multi-character symbol as an alias.
8450 (parse_thong_decl): New function.
8451 (read_declarations): Added %thong declarations.
8452 (read_declarations): Handle NOOP to deal with allowing
8453 % declarations as another means to specify the flags.
8454 (readgram): Allow %prec prior to semantics embedded in a rule.
8455 (skip_to_char, read_declarations, copy_definition)
8456 (parse_token_decl, parse_start_decl, parse_type_decl)
8457 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
8458 (get_type_name, copy_guard, copy_action, readgram)
8459 (get_type, packsymbols): Revised most error messages.
8460 Changed `fatal' to `warnxxx' to avoid aborting for error.
8461 Revised and use multiple warnxxx functions to avoid using VARARGS1.
8462 (read_declarations): Improve the error message for
8463 an invalid character. Do not abort.
8464 (read_declarations, copy_guard, copy_action): Use
8465 printable_version to avoid unprintable characters in printed output.
8466 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
8467 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
8468 Allow the type of a non-terminal can be given
8469 more than once, as long as all specifications give the same type.
8470
8471 * src/output.c:
8472 (output_headers, output_trailers, output, output_gram)
8473 (output_rule_data): Implement noparserflag variable.
8474 Implement toknumflag variable.
8475 (output): Call reader_output_yylsp to output LTYPESTR.
8476
8477 * src/main.c (main):
8478 If reader sees an error, don't process the grammar.
8479 (fatals): Updated to not use VARARGS1.
8480 (printable_version, int_to_string, warn, warni, warns, warnss)
8481 (warnsss): New error reporting functions. Avoid abort for error.
8482
8483 * src/lex.h:
8484 Added THONG and NOOP for alias processing.
8485 Added SETOPT for the new code that allows setting options with %flags.
8486
8487 * src/lex.c:
8488 Include getopt.h. Add some extern decls.
8489 (safegetc): New function to deal with EOF gracefully.
8490 (literalchar); new function to deal with reading \ escapes.
8491 (lex): Use literalchar.
8492 (lex): Implemented "..." tokens.
8493 (literalchar, lex, parse_percent_token): Made tokenbuffer
8494 always contain the token. This includes growing the token
8495 buffer while reading an integer.
8496 (parse_percent_token): Replaced if-else statement with percent_table.
8497 (parse_percent_token): Added % declarations as another
8498 way to specify the flags -n, -l, and -r. Also added hooks for
8499 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
8500 major changes to files.c.
8501 (lex) Retain in the incoming stream a character following
8502 an incorrect '/'.
8503 (skip_white_space, lex): Revised most error messages
8504 and changed fatal to warn to avoid aborting.
8505 (percent_table): Added %thong declarations.
8506
8507 * src/gram.h: Comment changes.
8508
8509 * src/files.c (openfiles, open_extra_files, done):
8510 Add faction flag
8511 and actfile file. Handle noparserflag. Both for -n switch.
8512
8513 * src/conflicts.c (resolve_sr_conflict):
8514 Remove use of alloca.
8515
8516 1995-06-01 Jim Meyering <meyering@gnu.org>
8517
8518 * doc/bison.texinfo: *** empty log message ***
8519
8520 1995-05-06 Richard Stallman <rms@gnu.org>
8521
8522 * src/bison.s1: Comment change.
8523
8524 1995-05-06 Richard Stallman <rms@gnu.org>
8525
8526 * bison.simple: Comment change.
8527
8528 1995-05-03 Richard Stallman <rms@gnu.org>
8529
8530 * src/version.c: Version now 1.24.
8531
8532 * src/bison.s1: Change distribution terms.
8533
8534 * src/version.c: Version now 1.23.
8535
8536 1995-05-03 Richard Stallman <rms@gnu.org>
8537
8538 * doc/bison.texinfo:
8539 Rewrite "Conditions for Using Bison".
8540 Update version to 1.24.
8541
8542 1995-05-03 Richard Stallman <rms@gnu.org>
8543
8544 * bison.simple: Change distribution terms.
8545
8546 1995-02-23 Richard Stallman <rms@gnu.org>
8547
8548 * src/files.c: Test __VMS_POSIX as well as VMS.
8549
8550 1995-02-14 Jim Meyering <meyering@gnu.org>
8551
8552 * src/bison.s1 (__yy_memcpy):
8553 Renamed from __yy_bcopy to avoid
8554 confusion. Reverse FROM and TO arguments to be consistent with
8555 those of memcpy.
8556
8557 1995-02-14 Jim Meyering <meyering@gnu.org>
8558
8559 * bison.simple (__yy_memcpy):
8560 Renamed from __yy_bcopy to avoid
8561 confusion. Reverse FROM and TO arguments to be consistent with
8562 those of memcpy.
8563
8564 1994-11-10 David J. MacKenzie <djm@gnu.org>
8565
8566 * NEWS: reformat
8567
8568 * NEWS: New file.
8569
8570 * Makefile.in (DISTFILES): Include NEWS.
8571
8572 * Makefile.in (DISTFILES):
8573 Include install-sh, not install.sh.
8574
8575 * configure.in: Update to Autoconf v2 macro names.
8576
8577 1994-10-05 David J. MacKenzie <djm@gnu.org>
8578
8579 * Makefile.in: fix typo
8580
8581 * Makefile.in (prefix, exec_prefix):
8582 Let configure set them.
8583
8584 1994-09-28 David J. MacKenzie <djm@gnu.org>
8585
8586 * Makefile.in: Set datadir to $(prefix)/share.
8587
8588 1994-09-15 Richard Stallman <rms@gnu.org>
8589
8590 * src/bison.s1:
8591 Update copyright notice and GPL version.
8592
8593 1994-09-15 Richard Stallman <rms@gnu.org>
8594
8595 * bison.simple:
8596 Update copyright notice and GPL version.
8597
8598 1994-07-12 Richard Stallman <rms@gnu.org>
8599
8600 * src/reduce.c, src/reader.c:
8601 entered into RCS
8602
8603 1994-05-05 David J. MacKenzie <djm@gnu.org>
8604
8605 * Makefile.in: entered into RCS
8606
8607 1994-03-26 Richard Stallman <rms@gnu.org>
8608
8609 * src/bison.s1: entered into RCS
8610
8611 1994-03-26 Richard Stallman <rms@gnu.org>
8612
8613 * bison.simple: entered into RCS
8614
8615 1994-03-25 Richard Stallman <rms@gnu.org>
8616
8617 * src/main.c: entered into RCS
8618
8619 1994-03-24 Richard Stallman <rms@gnu.org>
8620
8621 * src/conflicts.c: entered into RCS
8622
8623 1994-01-02 Richard Stallman <rms@gnu.org>
8624
8625 * Makefile.in: *** empty log message ***
8626
8627 1993-11-21 Richard Stallman <rms@gnu.org>
8628
8629 * src/bison.s1: *** empty log message ***
8630
8631 1993-11-21 Richard Stallman <rms@gnu.org>
8632
8633 * doc/bison.texinfo: entered into RCS
8634
8635 * doc/bison.texinfo: *** empty log message ***
8636
8637 1993-11-21 Richard Stallman <rms@gnu.org>
8638
8639 * bison.simple: *** empty log message ***
8640
8641 1993-10-25 David J. MacKenzie <djm@gnu.org>
8642
8643 * doc/bison.texinfo: *** empty log message ***
8644
8645 1993-10-19 Richard Stallman <rms@gnu.org>
8646
8647 * src/bison.s1: *** empty log message ***
8648
8649 1993-10-19 Richard Stallman <rms@gnu.org>
8650
8651 * bison.simple: *** empty log message ***
8652
8653 1993-10-14 Richard Stallman <rms@gnu.org>
8654
8655 * src/bison.s1: *** empty log message ***
8656
8657 1993-10-14 Richard Stallman <rms@gnu.org>
8658
8659 * bison.simple: *** empty log message ***
8660
8661 1993-09-14 David J. MacKenzie <djm@gnu.org>
8662
8663 * doc/bison.texinfo: *** empty log message ***
8664
8665 1993-09-13 Noah Friedman <friedman@gnu.org>
8666
8667 * Makefile.in: *** empty log message ***
8668
8669 1993-09-10 Richard Stallman <rms@gnu.org>
8670
8671 * src/conflicts.c: *** empty log message ***
8672
8673 * src/system.h: entered into RCS
8674
8675 1993-09-10 Richard Stallman <rms@gnu.org>
8676
8677 * doc/bison.1: entered into RCS
8678
8679 1993-09-06 Noah Friedman <friedman@gnu.org>
8680
8681 * src/version.c: entered into RCS
8682
8683 1993-09-06 Noah Friedman <friedman@gnu.org>
8684
8685 * Makefile.in: *** empty log message ***
8686
8687 1993-07-30 David J. MacKenzie <djm@gnu.org>
8688
8689 * Makefile.in: *** empty log message ***
8690
8691 1993-07-24 Richard Stallman <rms@gnu.org>
8692
8693 * src/bison.s1: *** empty log message ***
8694
8695 1993-07-24 Richard Stallman <rms@gnu.org>
8696
8697 * bison.simple: *** empty log message ***
8698
8699 1993-07-08 David J. MacKenzie <djm@gnu.org>
8700
8701 * Makefile.in: *** empty log message ***
8702
8703 1993-07-04 Richard Stallman <rms@gnu.org>
8704
8705 * src/bison.s1: *** empty log message ***
8706
8707 1993-07-04 Richard Stallman <rms@gnu.org>
8708
8709 * bison.simple: *** empty log message ***
8710
8711 1993-06-26 David J. MacKenzie <djm@gnu.org>
8712
8713 * src/getargs.c: entered into RCS
8714
8715 1993-06-26 David J. MacKenzie <djm@gnu.org>
8716
8717 * doc/bison.texinfo: *** empty log message ***
8718
8719 * doc/bison.1: New file.
8720
8721 1993-06-25 Richard Stallman <rms@gnu.org>
8722
8723 * src/getargs.c: New file.
8724
8725 1993-06-16 Richard Stallman <rms@gnu.org>
8726
8727 * src/bison.s1: *** empty log message ***
8728
8729 1993-06-16 Richard Stallman <rms@gnu.org>
8730
8731 * bison.simple: *** empty log message ***
8732
8733 1993-06-03 Richard Stallman <rms@gnu.org>
8734
8735 * src/bison.s1: New file.
8736
8737 1993-06-03 Richard Stallman <rms@gnu.org>
8738
8739 * doc/bison.texinfo: *** empty log message ***
8740
8741 1993-06-03 Richard Stallman <rms@gnu.org>
8742
8743 * bison.simple: New file.
8744
8745 1993-05-19 Richard Stallman <rms@gnu.org>
8746
8747 * doc/bison.texinfo: New file.
8748
8749 1993-05-07 Noah Friedman <friedman@gnu.org>
8750
8751 * Makefile.in: *** empty log message ***
8752
8753 1993-04-28 Noah Friedman <friedman@gnu.org>
8754
8755 * src/reader.c: *** empty log message ***
8756
8757 1993-04-23 Noah Friedman <friedman@gnu.org>
8758
8759 * src/alloc.h: entered into RCS
8760
8761 1993-04-20 David J. MacKenzie <djm@gnu.org>
8762
8763 * src/version.c: *** empty log message ***
8764
8765 * src/files.c, src/allocate.c:
8766 entered into RCS
8767
8768 * src/reader.c: *** empty log message ***
8769
8770 * src/lex.c: entered into RCS
8771
8772 * src/conflicts.c: New file.
8773
8774 * src/symtab.c: entered into RCS
8775
8776 * src/alloc.h: New file.
8777
8778 * src/LR0.c: entered into RCS
8779
8780 1993-04-18 Noah Friedman <friedman@gnu.org>
8781
8782 * src/reader.c: New file.
8783
8784 * src/version.c: *** empty log message ***
8785
8786 1993-04-18 Noah Friedman <friedman@gnu.org>
8787
8788 * Makefile.in: *** empty log message ***
8789
8790 1993-04-17 Noah Friedman <friedman@gnu.org>
8791
8792 * Makefile.in: *** empty log message ***
8793
8794 1993-04-15 Richard Stallman <rms@gnu.org>
8795
8796 * src/main.c, src/files.c:
8797 New file.
8798
8799 1993-04-15 Noah Friedman <friedman@gnu.org>
8800
8801 * configure.in: entered into RCS
8802
8803 * configure.in: *** empty log message ***
8804
8805 * configure.in: New file.
8806
8807 1993-04-14 Richard Stallman <rms@gnu.org>
8808
8809 * Makefile.in: New file.
8810
8811 1993-04-13 Richard Stallman <rms@gnu.org>
8812
8813 * src/version.c: New file.
8814
8815 1993-03-25 Richard Stallman <rms@gnu.org>
8816
8817 * src/output.c: entered into RCS
8818
8819 1992-09-25 Richard Stallman <rms@gnu.org>
8820
8821 * configure.bat: entered into RCS
8822
8823 1992-06-22 Richard Stallman <rms@gnu.org>
8824
8825 * src/vmsgetargs.c: entered into RCS
8826
8827 1992-06-22 Richard Stallman <rms@gnu.org>
8828
8829 * doc/bison.rnh: entered into RCS
8830
8831 1992-04-20 David J. MacKenzie <djm@gnu.org>
8832
8833 * README: entered into RCS
8834
8835 1992-01-22 Richard Stallman <rms@gnu.org>
8836
8837 * src/machine.h: entered into RCS
8838
8839 1991-12-21 Richard Stallman <rms@gnu.org>
8840
8841 * src/lalr.c, src/closure.c:
8842 entered into RCS
8843
8844 1991-12-20 Richard Stallman <rms@gnu.org>
8845
8846 * src/state.h: entered into RCS
8847
8848 1991-12-18 Richard Stallman <rms@gnu.org>
8849
8850 * src/print.c, src/nullable.c, src/derives.c:
8851 entered into RCS
8852
8853 1991-11-03 David J. MacKenzie <djm@gnu.org>
8854
8855 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
8856 entered into RCS
8857
8858 1988-09-09 Richard Stallman <rms@gnu.org>
8859
8860 * src/bison.hairy: entered into RCS
8861
8862 1987-12-16 Richard Stallman <rms@gnu.org>
8863
8864 * REFERENCES: entered into RCS
8865 -----
8866
8867 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
8868
8869 This file is part of GNU Bison.
8870
8871 GNU Bison is free software; you can redistribute it and/or modify
8872 it under the terms of the GNU General Public License as published by
8873 the Free Software Foundation; either version 2, or (at your option)
8874 any later version.
8875
8876 GNU Bison is distributed in the hope that it will be useful,
8877 but WITHOUT ANY WARRANTY; without even the implied warranty of
8878 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
8879 GNU General Public License for more details.
8880
8881 You should have received a copy of the GNU General Public License
8882 along with GNU Bison; see the file COPYING. If not, write to
8883 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
8884 Boston, MA 02111-1307, USA.