]> git.saurik.com Git - bison.git/blob - ChangeLog
* lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
[bison.git] / ChangeLog
1 2002-03-04 Akim Demaille <akim@epita.fr>
2
3 * lib/bitset-int.h, lib/bitset.c, lib/bitset.h, lib/bitsetv.c,
4 * lib/bitsetv.h, lib/ebitset.c, lib/ebitset.h, lib/lbitset.c,
5 * lib/lbitset.h, lib/sbitset.c, lib/sbitset.h: New.
6 * src/closure.c (fderives): Be an array of bitsets.
7
8 2002-02-28 Robert Anisko <robert@lrde.epita.fr>
9
10 * data/bison.c++: Merge the two generated headers. Insert a copyright
11 notice in each output file.
12
13 2002-02-28 Akim Demaille <akim@epita.fr>
14
15 * data/bison.c++: Copy the prologue of bison.simple to fetch
16 useful M4 definitions, such as b4_header_guard.
17
18 2002-02-25 Akim Demaille <akim@epita.fr>
19
20 * src/getargs.c (version): Give the name of the authors, and use a
21 translator friendly scheme for the bgr
22 copyright notice.
23
24 2002-02-25 Akim Demaille <akim@epita.fr>
25
26 * src/output.c (header_output): Remove, now handled completely via
27 M4.
28
29 2002-02-25 Akim Demaille <akim@epita.fr>
30
31 * m4/m4.m4: New, from CVS Autoconf.
32 * configure.in: Invoke it.
33 * src/output.c (output_skeleton): Use its result instead of the
34 hard coded name.
35
36 2002-02-25 Akim Demaille <akim@epita.fr>
37
38 * lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
39 Fileutils 4.1.5.
40 * configure.in: Invoke UTILS_FUNC_MKSTEMP.
41 * src/output.c (output_skeleton): Use mkstemp to create a real
42 temporary file.
43 Move the filling of `skeleton' and its muscle to...
44 (prepare): here.
45 (output): Move the definition of the prologue muscle to...
46 (prepare): here.
47 * src/system.h (DEFAULT_TMPDIR): New.
48
49 2002-02-14 Paul Eggert <eggert@twinsun.com>
50
51 Remove the support for C++ namespace cleanliness; it was
52 causing more problems than it was curing, since it didn't work
53 properly on some nonstandard C++ compilers. This can wait
54 for a proper C++ parser.
55
56 * NEWS: Document this.
57 * doc/bison.texinfo (Bison Parser, Debugging): Remove special mention
58 of C++, as it's treated like C now.
59 * src/bison.simple (YYSTD): Remove.
60 (YYSIZE_T, YYFPRINTF, YYPARSE_PARAM_ARG, YYPARSE_PARAM_DECL):
61 Treat C++ just like Standard C instead of trying to support
62 namespace cleanliness.
63
64 2002-02-14 Akim Demaille <akim@epita.fr>
65
66 * tests/regression.at (else): Adjust to Andreas' change.
67
68 2002-02-14 Akim Demaille <akim@epita.fr>
69
70 * lib/Makefile.am (EXTRA_DIST): Ship strnlen.c.
71
72 2002-02-13 Andreas Schwab <schwab@suse.de>
73
74 * src/output.c (output_rule_data): Don't output NULL, it might
75 not be defined yet.
76
77 2002-02-11 Robert Anisko <robert@lrde.epita.fr>
78
79 * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
80 (Copyright notice): Update.
81
82 2002-02-11 Akim Demaille <akim@epita.fr>
83
84 * tests/regression.at (%nonassoc and eof): Don't include
85 nonportable headers.
86
87 2002-02-08 Robert Anisko <robert@lrde.epita.fr>
88
89 * data/bison.c++: Correct error recovery. Make the user able to
90 initialize the starting location.
91
92 2002-02-07 Akim Demaille <akim@epita.fr>
93
94 * tests/input.at: New.
95
96 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
97
98 * data/bison.c++: Replace some direct m4 expansions by constants. Be
99 more consistent when naming methods and variables. Put preprocessor
100 directives around tables only needed for debugging.
101
102 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
103
104 * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
105 C++ parsers.
106 (yy::b4_name::parse): Use print_.
107
108 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
109
110 * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
111
112 2002-02-07 Robert Anisko <robert@lrde.epita.fr>
113
114 * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in
115 C++ parsers.
116 (yy::b4_name::parse): Build verbose error messages, and use error_.
117
118 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
119
120 * data/bison.c++: Fix m4 quoting in comments.
121
122 2002-02-06 Robert Anisko <robert@lrde.epita.fr>
123
124 * data/bison.c++: Adjust the parser code. Fix some muscles that were
125 not expanded by m4.
126
127 2002-02-05 Akim Demaille <akim@epita.fr>
128
129 * data/bison.c++: Adjust to the M4 back end.
130 More is certainly needed.
131
132 2002-02-05 Akim Demaille <akim@epita.fr>
133
134 Give a try to M4 as a back end.
135
136 * lib/readpipe.c: New, from wdiff.
137 * src/Makefile.am (DEFS): Define PKGDATADIR, not BISON_SIMPLE and
138 BISON_HAIRY.
139 * src/system.h (BISON_HAIRY, BISON_SIMPLE): Remove the DOS and VMS
140 specific values. Now it is m4 that performs the lookup.
141 * src/parse-skel.y: Remove.
142 * src/muscle_tab.c, src/muscle_tab.h (muscles_m4_output): New.
143 * src/output.c (actions_output, guards_output)
144 (token_definitions_output): No longer keeps track of the output
145 line number, hence remove the second argument.
146 (guards_output): Check against the guard member of a rule, not the
147 action member.
148 Adjust callers.
149 (output_skeleton): Don't look for the skeleton location, let m4 do
150 that.
151 Create `/tmp/muscles.m4'. This is temporary, a proper temporary
152 file will be used.
153 Invoke `m4' on m4sugar.m4, muscles.m4, and the skeleton.
154 (prepare): Given that for the time being changesyntax is not
155 usable in M4, rename the muscles using `-' to `_'.
156 Define `defines_flag', `output_parser_name' and `output_header_name'.
157 * src/output.h (actions_output, guards_output)
158 (token_definitions_output): Adjust prototypes.
159 * src/scan-skel.l: Instead of scanning the skeletons, it now
160 processes the output of m4: `__oline__' and `#output'.
161 * data/bison.simple: Adjust to be used by M4(sugar).
162 * tests/Makefile.am: Use check_SCRIPTS to make sure `bison' is up
163 to date.
164 * tests/bison.in: Use the secrete envvar `BISON_PKGDATADIR'
165 instead of the dead `BISON_SIMPLE' and `BISON_HAIRY'.
166 * data/m4sugar/m4sugar.m4, data/m4sugar/version.m4: New,
167 shamelessly stolen from CVS Autoconf.
168
169 2002-02-05 Akim Demaille <akim@epita.fr>
170
171 * lib/hash.c, lib/hash.h: Replace with Fileutils 4.1's version.
172 * configure.in: Check for the declarations of free and malloc.
173 * src/muscle_tab.c: Adjust.
174
175 2002-02-05 Akim Demaille <akim@epita.fr>
176
177 * src/muscle_tab.c (muscle_init): Don't default to NULL muscle
178 which have no values.
179
180 2002-02-05 Akim Demaille <akim@epita.fr>
181
182 * src/bison.simple, src/bison.hairy, src/bison.c++: Move to...
183 * data/: here.
184
185 2002-01-29 Paul Eggert <eggert@twinsun.com>
186
187 * src/bison.simple (YYSIZE_T): Do not define merely because
188 YYSTACK_USE_ALLOCA is nonzero or alloca or _ALLOCA_H are defined.
189 On some platforms, <alloca.h> does not declare YYSTD (size_t).
190
191 2002-01-27 Akim Demaille <akim@epita.fr>
192
193 Fix `%nonassoc and eof'.
194
195 * src/state.c (errs_dup): Aaaah! The failure was due to bytes
196 which were not properly copied! Replace
197 memcpy (res->errs, src->errs, src->nerrs);
198 with
199 memcpy (res->errs, src->errs, src->nerrs * sizeof (src->errs[0]));
200 !!!
201 * tests/regression.at (%nonassoc and eof): Adjust to newest
202 Autotest: `.' is not in the PATH.
203
204 2002-01-27 Akim Demaille <akim@epita.fr>
205
206 * tests/sets.at (AT_EXTRACT_SETS): New.
207 (Nullable): Use it.
208 (Firsts): New.
209
210 2002-01-26 Akim Demaille <akim@epita.fr>
211
212 * tests/actions.at, tests/calc.at, tests/headers.at,
213 * tests/torture.at: Adjust to the newest Autotest which no longer
214 forces `.' in the PATH.
215
216 2002-01-25 Akim Demaille <akim@epita.fr>
217
218 * tests/regression.at (%nonassoc and eof): New.
219 Suggested by Robert Anisko.
220
221 2002-01-24 Akim Demaille <akim@epita.fr>
222
223 Bison dumps core when trying to complain about broken input files.
224 Reported by Cris van Pelt.
225
226 * src/lex.c (parse_percent_token): Be sure to set token_buffer.
227 * tests/regression.at (Invalid input: 1, Invalid input: 2): Merge
228 into...
229 (Invalid inputs): Strengthen: exercise parse_percent_token.
230
231 2002-01-24 Robert Anisko <robert.anisko@epita.fr>
232
233 * src/Makefile.am: Add bison.c++.
234 * src/bison.c++: New skeleton.
235
236 2002-01-21 Paolo Bonzini <bonzini@gnu.org>
237
238 * po/it.po: New.
239
240 2002-01-21 Kees Zeelenberg <kzlg@users.sourceforge.net>
241
242 * src/files.c (skeleton_find) [MSDOS]: Fix cp definition.
243
244 2002-01-20 Marc Autret <marc@gnu.org>
245
246 * src/files.c (compute_output_file_names): Fix
247
248 2002-01-20 Marc Autret <marc@gnu.org>
249
250 * tests/output.at: New test.
251 * src/files.c (compute_base_names): Don't map extensions when
252 the YACC flag is set, use defaults.
253 Reported by Evgeny Stambulchik.
254
255 2002-01-20 Marc Autret <marc@gnu.org>
256
257 * src/system.h: Need to define __attribute__ away for non-GCC
258 compilers as well (i.e. the vendor C compiler).
259 Suggested by Albert Chin-A-Young.
260
261 2002-01-11 Tim Van Holder <tim.van.holder@pandora.be>
262
263 * lib/hash.h, lib/hash.c: Renamed __P to PARAMS and used the
264 canonical definition.
265 * src/system.h: Use the canonical definition for PARAMS (avoids
266 a conflict with the macro from lib/hash.h).
267
268 2002-01-11 Akim Demaille <akim@epita.fr>
269
270 * configure.in: Use AC_FUNC_STRNLEN.
271 Fixes the failures observed on AIX 4.3 by H.Merijn Brand.
272
273 2002-01-09 Akim Demaille <akim@epita.fr>
274
275 * src/files.c, src/files.h (output_infix): New.
276 (tab_extension): Remove.
277 (compute_base_names): Compute the former, drop the latter.
278 * src/output.c (prepare): Insert the muscles `output-infix', and
279 `output-suffix'.
280 * src/parse-skel.y (string, string.1): New.
281 (section.header): Use it.
282 (section.yacc): Remove.
283 (prefix): Remove too.
284 * src/scan-skel.l: Adjust.
285 * src/bison.simple, src/bison.hairy: Adjust.
286
287 2002-01-09 Akim Demaille <akim@epita.fr>
288
289 * configure.in (WERROR_CFLAGS): Compute it.
290 * src/Makefile.am (CFLAGS): Pass it.
291 * tests/atlocal.in (CFLAGS): Idem.
292 * src/files.c: Fix a few warnings.
293 (get_extension_index): Remove, unused.
294
295 2002-01-08 Akim Demaille <akim@epita.fr>
296
297 * src/getargs.c (AS_FILE_NAME): New.
298 (getargs): Use it to convert DOSish file names.
299 * src/files.c (base_name): Rename as full_base_name to avoid
300 clashes with `base_name ()'.
301 (filename_split): New.
302 (compute_base_names): N-th rewrite, using filename_split.
303
304 2002-01-08 Akim Demaille <akim@epita.fr>
305
306 * lib/basename.c, lib/dirname.h, lib/dirname.c, lib/memrchr.c:
307 New, stolen from the Fileutils 4.1.
308 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
309 * configure.in: Check for the presence of memrchr, and of its
310 prototype.
311
312 2002-01-07 Tim Van Holder <tim.van.holder@pandora.be>
313
314 * lib/hash.h (__P): Added definition for this macro.
315 * src/Makefile.am: Add parse-skel.c and scan-skel.c to
316 BUILT_SOURCES, to ensure they are generated first.
317 * src/parse-skel.y: Use YYERROR_VERBOSE instead of
318 %error-verbose to allow bootstrapping with bison 1.30x.
319
320 2002-01-06 Akim Demaille <akim@epita.fr>
321
322 * src/reader.c (parse_braces): Don't fetch the next char, the
323 convention is to fetch on entry.
324 * tests/torture.at (GNU Cim Grammar): Reintroduce their weird
325 'switch' without a following semicolon.
326 * tests/regression.at (braces parsing): New.
327
328 2002-01-06 Akim Demaille <akim@epita.fr>
329
330 Bison is dead wrong in its RR conflict reports.
331
332 * tests/torture.at (GNU Cim Grammar): New.
333 * src/conflicts.c (count_rr_conflicts): Fix.
334
335 2002-01-06 Akim Demaille <akim@epita.fr>
336
337 Creating package.m4 from configure.ac causes too many problems.
338
339 * tests/Makefile.am (package.m4): Create it by hand,
340 AC_CONFIG_TESTDIR no longer does in the most recent CVS Autoconf.
341
342 2002-01-06 Akim Demaille <akim@epita.fr>
343
344 * src/Makefile.am (bison_SOURCES): Add parse-skel.h and
345 skeleton.h.
346
347 2002-01-04 Paul Eggert <eggert@twinsun.com>
348
349 * doc/bison.texinfo (Debugging):
350 Remove YYSTDERR; it's no longer defined or used.
351 Also, s/cstdio.h/cstdio/.
352
353 2002-01-03 Akim Demaille <akim@epita.fr>
354
355 * tests/bison.in, tests/atlocal.in: Adjust to CVS Autoconf.
356
357 2002-01-03 Akim Demaille <akim@epita.fr>
358
359 * src/parse-skel.y (process_skeleton): Don't bind the parser's
360 tracing code to --trace, wait for a better --trace option, with
361 args.
362
363 2002-01-03 Akim Demaille <akim@epita.fr>
364
365 * src/bison.simple (YYSTDERR): Remove, replace `stderr'.
366 The ISO C++ standard is extremely clear about it: stderr is
367 considered a macro, not a regular symbol (see table 94 `Header
368 <cstdio> synopsis', [lib.c.files] 27.8.2 C Library files).
369 Therefore std:: does not apply to it. It still does with fprintf.
370 Also, s/cstdio.h/cstdio/.
371
372 2002-01-03 Akim Demaille <akim@epita.fr>
373
374 * lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
375 for non system headers.
376
377 2002-01-02 Akim Demaille <akim@epita.fr>
378
379 Equip the skeleton chain with location tracking, runtime trace,
380 pure parser and scanner.
381
382 * src/parse-skel.y: Request a pure parser, locations, and prefix
383 renaming.
384 (%union): Having several members with the same type does not help
385 type mismatches, simplify.
386 (YYPRINT, yyprint): New.
387 (yyerror): ``Rename'' (there is a #define yyerror skel_error) as...
388 (skel_error): this.
389 Handle locations.
390 * src/scan-skel.l: Adjust to these changes.
391 * src/skeleton.h (LOCATION_RESET, LOCATION_LINES, LOCATION_STEP)
392 (LOCATION_PRINT, skel_control_t): New.
393
394 2001-12-30 Akim Demaille <akim@epita.fr>
395
396 * src/parse-skel.y: Get rid of the shift/reduce conflict:
397 replace `gb' with BLANKS.
398 * src/scan-skel.l: Adjust.
399
400 2001-12-30 Akim Demaille <akim@epita.fr>
401
402 * src/system.h: We don't need nor want bcopy.
403 Throw away MS-DOS crap: we don't need getpid.
404 * configure.in: We don't need strndup. It was even causing
405 problems: because Flex includes the headers *before* us,
406 _GNU_SOURCE is not defined by config.h, and therefore strndup was
407 not visible.
408 * lib/xstrndup.c: New.
409 * src/scan-skel.l: Use it.
410 Be sure to initialize yylval.muscle member when scanning a MUSCLE.
411 * src/parse-skel.y: Use %directives instead of #defines.
412
413 2001-12-30 Akim Demaille <akim@epita.fr>
414
415 * src/skeleton.h: New.
416 * src/output.c (output_parser, output_master_parser): Remove, dead
417 code.
418 * src/output.h (get_lines_number, actions_output, guards_output)
419 (token_definitions_output): Prototype them.
420 * src/parse-skel.y: Add the license notice.
421 Include output.h and skeleton.h.
422 (process_skeleton): Returns void, and takes a single parameter.
423 * src/scan-skel.l: Add the license notice.
424 Include skeleton.h.
425 Don't use %option yylineno: it seems that then Flex imagines
426 REJECT has been used, and therefore it won't reallocate its
427 buffers (which makes no other sense to me than a bug). It results
428 in warnings for `unused: yy_flex_realloc'.
429
430 2001-12-30 Robert Anisko <robert.anisko@epita.fr>
431
432 * src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
433 (MUSCLE_INSERT_PREFIX): ...to there.
434 * src/output.c (MUSCLE_INSERT_INT, MUSCLE_INSERT_STRING)
435 (MUSCLE_INSERT_PREFIX): Move from here...
436
437 * src/bison.hairy: Add a section directive. Put braces around muscle
438 names. This parser skeleton is still broken, but Bison should not
439 choke on a bad muscle 'syntax'.
440 * src/bison.simple: Add a section directive. Put braces around muscle
441 names.
442
443 * src/files.h (strsuffix, stringappend): Add declarations.
444 (tab_extension): Add declaration.
445 (short_base_name): Add declaration.
446
447 * src/files.c (strsuffix, stringappend): No longer static. These
448 functions are used in the skeleton parser.
449 (tab_extension): New.
450 (compute_base_names): Use the computations done in this function
451 to guess if the generated parsers should have '.tab' in their
452 names.
453 (short_base_name): No longer static.
454
455 * src/output.c (output_skeleton): New.
456 (output): Disable call to output_master_parser, and give a try to
457 a new skeleton handling system.
458 (guards_output, actions_output): No longer static.
459 (token_definitions_output, get_lines_number): No longer static.
460
461 * configure.in: Use AM_PROG_LEX and AC_PROG_YACC.
462
463 * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
464 parse-skel.y.
465
466 * src/parse-skel.y: New file.
467 * src/scan-skel.l: New file.
468
469 2001-12-29 Akim Demaille <akim@epita.fr>
470
471 %name-prefix is broken.
472
473 * src/files.c (spec_name_prefix): Initialize to NULL, not to "yy".
474 Adjust all dependencies.
475 * tests/headers.at (export YYLTYPE): Strengthen this test: use
476 %name-prefix.
477
478 Renaming yylval but not yylloc is not consistent. Now we do.
479
480 * src/bison.simple: Prefix yylloc if used.
481 * doc/bison.texinfo (Decl Summary): Document that.
482
483 2001-12-29 Akim Demaille <akim@epita.fr>
484
485 * doc/bison.texinfo: Promote `%long-directive' over
486 `%long_directive'.
487 Remove all references to fixed-output-files, yacc is enough.
488
489 2001-12-29 Akim Demaille <akim@epita.fr>
490
491 * src/bison.simple: Define YYDEBUG and YYERROR_VERBOSE *after* the
492 user prologue. These are defaults.
493 * tests/actions.at (Mid-rule actions): Make sure the user can
494 define YYDEBUG and YYERROR_VERBOSE.
495
496 2001-12-29 Akim Demaille <akim@epita.fr>
497
498 * src/output.c (header_output): Don't forget to export YYLTYPE and
499 yylloc.
500 * tests/headers.at (export YYLTYPE): New, make sure it does.
501 * tests/regression.at (%union and --defines, Invalid CPP headers):
502 Move to...
503 * tests/headers.at: here.
504
505 2001-12-29 Akim Demaille <akim@epita.fr>
506
507 * src/gram.h (rule_s): Member `assoc' is of type `associativity'.
508
509 2001-12-29 Akim Demaille <akim@epita.fr>
510
511 * tests/actions.at (Mid-rule actions): Output on a single line
512 instead of several.
513
514 2001-12-29 Akim Demaille <akim@epita.fr>
515
516 * doc/bison.texinfo: Formatting changes.
517
518 2001-12-29 Akim Demaille <akim@epita.fr>
519
520 Don't store the token defs in a muscle, just be ready to output it
521 on command. Now possible via `symbols'. Fixes a memory leak.
522
523 * src/output.c (token_definitions_output): New.
524 (output_parser, header_output): Use it.
525 * src/reader.c (symbols_save): Remove.
526
527 2001-12-29 Akim Demaille <akim@epita.fr>
528
529 * src/bison.simple: Do not provide a default for YYSTYPE and
530 YYLTYPE before the user's prologue. Otherwise it's hardly... a
531 default.
532
533 2001-12-29 Akim Demaille <akim@epita.fr>
534
535 Mid-rule actions are simply... ignored!
536
537 * src/reader.c (readgram): Be sure to attach mid-rule actions to
538 the empty-rule associated to the dummy symbol, not to the host
539 rule.
540 * tests/actions.at (Mid-rule actions): New.
541
542 2001-12-29 Akim Demaille <akim@epita.fr>
543
544 Memory leak.
545
546 * src/reader.c (reader): Free grammar.
547
548 2001-12-29 Akim Demaille <akim@epita.fr>
549
550 Memory leak.
551
552 * src/LR0.c (new_itemsets): Don't allocate `shift_symbol' here,
553 since it allocates it for each state, although only one is needed.
554 (allocate_storage): Do it here.
555
556 2001-12-29 Akim Demaille <akim@epita.fr>
557
558 * src/options.h, src/options.c (create_long_option_table): Rename
559 as...
560 (long_option_table_new): this, with a clearer prototype.
561 (percent_table): Remove, unused,
562 * src/getargs.c (getargs): Adjust.
563
564 2001-12-29 Akim Demaille <akim@epita.fr>
565
566 * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.c
567 * src/print.c, src/print_graph.c, src/state.h: Rename state_table
568 as states.
569
570 2001-12-29 Akim Demaille <akim@epita.fr>
571
572 * src/lalr.c (build_relations): Rename `states' as `states1'.
573 Sorry, I don't understand exactly what it is, no better name...
574
575 2001-12-29 Akim Demaille <akim@epita.fr>
576
577 * src/closure.c, src/conflicts.c, src/derives.c, src/gram.c
578 * src/gram.h, src/lalr.c, src/nullable.c, src/output.c, src/print.c
579 * src/print_graph.c, src/reader.c, src/reduce.c: Rename rule_table
580 as rules.
581
582 2001-12-29 Akim Demaille <akim@epita.fr>
583
584 * src/gram.c (rprec, rprecsym, rassoc): Remove, unused since long
585 ago.
586
587 2001-12-29 Akim Demaille <akim@epita.fr>
588
589 * src/reader.c, src/reader.h (user_toknums): Remove.
590 Adjust all users to use symbols[i]->user_token_number.
591
592 2001-12-29 Akim Demaille <akim@epita.fr>
593
594 * src/gram.c, src/gram.h (sprec, sassoc): Remove.
595 Adjust all users to use symbols[i]->prec or ->assoc.
596
597 2001-12-29 Akim Demaille <akim@epita.fr>
598
599 * src/reader.c, src/reader.h (tags): Remove.
600 Adjust all users to use symbols[i]->tag.
601
602 2001-12-29 Akim Demaille <akim@epita.fr>
603
604 * src/gram.h, src/gram.c (symbols): New, similar to state_table
605 and rule_table.
606 * src/reader.c (packsymbols): Fill this table.
607 Drop sprec.
608 * src/conflicts.c (resolve_sr_conflict): Adjust.
609 * src/reduce.c (reduce_grammar): Adjust: just sort symbols, a
610 single table.
611 Use symbols[i]->tag instead of tags[i].
612
613 2001-12-29 Akim Demaille <akim@epita.fr>
614
615 * tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
616 In addition, put a comment in there, to replace...
617 * tests/regression.at (%union and C comments): Remove.
618
619 2001-12-29 Akim Demaille <akim@epita.fr>
620
621 * tests/regression.at (Web2c Actions): Blindly move the actual
622 output as expected output. The contents *seem* right to me, but I
623 can't pretend reading perfectly parser tables... Nonetheless, all
624 the other tests pass correctly, the table look OK, even though the
625 presence of `$axiom' is to be noted: AFAICS it is useless (but
626 harmless).
627
628 2001-12-29 Akim Demaille <akim@epita.fr>
629
630 * src/reader.c (readgram): Don't add the rule 0 if there were no
631 rules read. In other words, add it _after_ having performed
632 grammar sanity checks.
633 Fixes the `tests/regression.at (Invalid input: 1)' Failure.
634
635 2001-12-29 Akim Demaille <akim@epita.fr>
636
637 * tests/regression.at (Web2c Report): Catch up: the rule 0 is now
638 visible, and some states have now a different number.
639
640 2001-12-29 Akim Demaille <akim@epita.fr>
641
642 * src/reader.c (readgram): Bind the initial rule's lineno to that
643 of the first rule.
644 * tests/regression.at (Rule Line Numbers, Unresolved SR Conflicts):
645 (Solved SR Conflicts): Adjust rule 0's line number.
646
647 2001-12-29 Akim Demaille <akim@epita.fr>
648
649 Fix the `GAWK Grammar' failure.
650
651 * src/LR0.c (final_state): Initialize to -1 so that we do compute
652 the reductions of the first state which was mistakenly confused
653 with the final state because precisely final_state was initialized
654 to 0.
655 * tests/sets.at (Nullable): Adjust: state 0 does have lookaheads,
656 now noticed by Bison.
657 * tests/regression.at (Rule Line Numbers): Adjust: state 0 does
658 have a reduction on $default.
659
660 2001-12-29 Akim Demaille <akim@epita.fr>
661
662 * src/gram.c (ritem_print): Be sure to subtract 1 when displaying
663 rule line numbers.
664 * src/closure.c (print_closure): Likewise.
665 * src/derives.c (print_derives): Likewise.
666 * tests/sets.at (Nullable): Adjust: the rule numbers are correct
667 now.
668
669 2001-12-29 Akim Demaille <akim@epita.fr>
670
671 * src/lalr.c (lookaheads_print): New.
672 (lalr): Call it when --trace-flag.
673 * tests/sets.at (Nullable): Adjust: when tracing, the lookaheads
674 are dumped.
675
676 2001-12-29 Akim Demaille <akim@epita.fr>
677
678 * src/derives.c (print_derives): Be sure to use `>= 0', not `> 0',
679 when walking through ritem, even via rule->rhs.
680 * src/reduce.c (dump_grammar, useful_production, reduce_output)
681 (useful_production, useless_nonterminals): Likewise.
682 (reduce_grammar_tables): Likewise, plus update nritems.
683 * src/nullable.c (set_nullable): Likewise.
684 * src/lalr.c (build_relations): Likewise.
685 * tests/sets.at (Nullable): Adjust.
686 Fortunately, now, the $axiom is no longer nullable.
687
688 2001-12-29 Akim Demaille <akim@epita.fr>
689
690 * src/LR0.c (generate_states): Use nritems, not nitems, nor using
691 the 0-sentinel.
692 * src/gram.c (ritem_longest_rhs): Likewise.
693 * src/reduce.c (nonterminals_reduce): Likewise.
694 * src/print_graph.c (print_graph): Likewise.
695 * src/output.c (output_rule_data): Likewise.
696 * src/nullable.c (set_nullable): Likewise.
697
698 2001-12-29 Akim Demaille <akim@epita.fr>
699
700 * src/output.c: Comment changes.
701
702 2001-12-27 Paul Eggert <eggert@twinsun.com>
703
704 * src/bison.simple (YYSTACK_ALLOC, YYSIZE_T): Remove special
705 cases for non-GNU systems like AIX, HP-UX, SGI, Sun, and
706 Sparc, as they were causing more porting problems than the
707 (minor) performance improvement was worth.
708
709 Also, catch up with 1.31's YYSTD.
710
711 2001-12-27 Akim Demaille <akim@epita.fr>
712
713 * src/output.c (output_gram): Rely on nritems, not the
714 0-sentinel. See below.
715 Use -1 as separator, not 0.
716 * src/bison.simple (yyparse): Subtract 1 to the rule numbers.
717 Rely on -1 as separator in yyrhs, instead of 0.
718 * tests/calc.at (AT_CHECK_CALC): Now, the parsers no longer issue
719 twice `Now at end of input', therefore there are two lines less to
720 expect.
721
722 2001-12-27 Akim Demaille <akim@epita.fr>
723
724 * tests/regression.at (Unresolved SR Conflicts):
725 (Solved SR Conflicts, Rule Line Numbers): Adjust to the changes
726 below.
727
728 2001-12-27 Akim Demaille <akim@epita.fr>
729
730 * src/LR0.c (new_state): Recognize the final state by the fact it
731 is reached by eoftoken.
732 (insert_start_shifting_state, insert_eof_shifting_state)
733 (insert_accepting_state, augment_automaton): Remove, since now
734 these states are automatically computed from the initial state.
735 (generate_states): Adjust.
736 * src/print.c: When reporting a rule number to the user, substract
737 1, so that the axiom rule is rule 0, and the first user rule is 1.
738 * src/reduce.c: Likewise.
739 * src/print_graph.c (print_core): For the time being, just as for
740 the report, depend upon --trace-flags to dump the full set of
741 items.
742 * src/reader.c (readgram): Once the grammar read, insert the rule
743 0: `$axiom: START-SYMBOL $'.
744 * tests/set.at: Adjust: rule 0 is now displayed, and since the
745 number of the states has changed (the final state is no longer
746 necessarily the last), catch up.
747
748 2001-12-27 Akim Demaille <akim@epita.fr>
749
750 Try to make the use of the eoftoken valid. Given that its value
751 is 0 which was also used as a sentinel in ritem, (i) make sure >= 0
752 is used instead of > 0 where appropriate, (ii), depend upon nritems
753 instead of the 0-sentinel.
754
755 * src/gram.h, src/gram.c (nritems): New.
756 Expected to be duplication of nitems, but for the time being...
757 * src/reader.c (packgram): Assert nritems and nitems are equal.
758 * src/LR0.c (allocate_itemsets, new_itemsets): Adjust.
759 * src/closure.c (print_closure, print_fderives): Likewise.
760 * src/gram.c (ritem_print): Likewise.
761 * src/print.c (print_core, print_grammar): Likewise.
762 * src/print_graph.c: Likewise.
763
764 2001-12-27 Akim Demaille <akim@epita.fr>
765
766 * src/main.c (main): If there are complains after grammar
767 reductions, then output the report anyway if requested, then die.
768 * src/symtab.c (bucket_new): Initialize `value' to -1, not 0.
769 * src/reader.c (eoftoken): New.
770 (parse_token_decl): If the token being defined has value `0', it
771 is the eoftoken.
772 (packsymbols): No longer hack `tags' to insert `$' by hand.
773 Be sure to preserve the value of the eoftoken.
774 (reader): Make sure eoftoken is defined.
775 Initialize nsyms to 0: now eoftoken is created just like the others.
776 * src/print.c (print_grammar): Don't special case the eof token.
777 * src/regression.at: Adjust: `$' has value 0, not -1, which was a
778 lie anyway, albeit pleasant.
779 * tests/calc.at: Exercise error messages with eoftoken.
780 Change the grammar so that empty input is invalid.
781 Adjust expectations.
782 When yyungeting, be sure to use a valid yylloc: use last_yylloc.
783
784 2001-12-27 Akim Demaille <akim@epita.fr>
785
786 * configure.in: Check the protos of strchr ans strspn.
787 Replace strchr if needed.
788 * src/system.h: Provide the protos of strchr, strspn and memchr if
789 missing.
790 * lib/strchr.c: New.
791 * src/reader.c (symbols_save): Use strchr.
792
793 2001-12-27 Akim Demaille <akim@epita.fr>
794
795 * src/print.c, src/print_graph.c (escape): New.
796 Use it to quote the TAGS outputs.
797 * src/print_graph.c (print_state): Now errors are in red, and
798 reductions in green.
799 Prefer high to wide: output the state number on a line of its own.
800
801 2001-12-27 Akim Demaille <akim@epita.fr>
802
803 * src/state.h, src/state.c (reductions_new): New.
804 * src/LR0.c (set_state_table): Let all the states have a
805 `reductions', even if reduced to 0.
806 (save_reductions): Adjust.
807 * src/lalr.c (initialize_LA, initialize_lookaheads): Adjust.
808 * src/print.c (print_reductions, print_actions): Adjust.
809 * src/output.c (action_row): Adjust.
810
811 2001-12-27 Akim Demaille <akim@epita.fr>
812
813 * src/state.h, src/state.c (errs_new, errs_dup): New.
814 * src/LR0.c (set_state_table): Let all the states have an errs,
815 even if reduced to 0.
816 * src/print.c (print_errs, print_reductions): Adjust.
817 * src/output.c (output_actions, action_row): Adjust.
818 * src/conflicts.c (resolve_sr_conflict): Adjust.
819
820 2001-12-27 Akim Demaille <akim@epita.fr>
821
822 * src/lalr.c (set_goto_map, initialize_F): Use SHIFT_SYMBOL.
823
824 2001-12-27 Akim Demaille <akim@epita.fr>
825
826 * src/conflicts.c, src/conflicts.h (print_reductions): Move to...
827 * src/print.c: here.
828 (lookaheadset, shiftset): New, used as additional storage by
829 print_reductions.
830 (print_results): Adjust.
831 (print_shifts, print_gotos, print_errs): New, extracted from...
832 (print_actions): here.
833 * src/print_graph.c (print_actions): Remove dead code.
834
835 2001-12-27 Akim Demaille <akim@epita.fr>
836
837 * src/reader.c (copy_dollar, copy_at): Better checking of `n' in
838 `$n' and `@n'.
839
840 2001-12-27 Akim Demaille <akim@epita.fr>
841
842 * src/lalr.c (add_lookback_edge): Use state_t instead of ints.
843 (build_relations): Adjust.
844
845 2001-12-27 Akim Demaille <akim@epita.fr>
846
847 * src/lalr.c (set_goto_map): Remove a wrong but benign loop
848 duplication.
849
850 2001-12-27 Akim Demaille <akim@epita.fr>
851
852 * src/reader.c (packgram): Catch nitems overflows.
853
854 2001-12-27 Akim Demaille <akim@epita.fr>
855
856 * src/files.c, src/files.h (guard_obstack): Remove.
857 * src/output.c (output): Adjust.
858 * src/reader.c (parse_braces): New, factoring...
859 (copy_action, copy_guard): these two which are renamed as...
860 (parse_action, parse_guard): these.
861 As a voluntary consequence, using braces around guards is now
862 mandatory.
863
864 2001-12-27 Akim Demaille <akim@epita.fr>
865
866 * src/gram.h (rule_t): `guard' and `guard_line' are new members.
867 * src/reader.c (symbol_list): `guard' and `guard_line' are new
868 members.
869 (symbol_list_new): Adjust.
870 (copy_action): action_line is the first line, not the last.
871 (copy_guard): Just as for actions, store the `action' only, not
872 the switch/case/break flesh.
873 Don't parse the user action that might follow the guard, let...
874 (readgram): do it, i.e., now, there can be an action after a
875 guard.
876 In other words the guard is just explicitly optional.
877 (packgram): Adjust.
878 * src/output.c (guards_output): New.
879 (output_parser): Call it when needed.
880 (output): Also free the guard and attrs obstacks.
881 * src/files.c, src/files.h (obstack_save): Remove.
882 (output_files): Remove.
883 As a result, if one needs the former `.act' file, using an
884 appropriate skeleton which requires actions and guards is now
885 required.
886 * src/main.c (main): Adjust.
887 * tests/semantic.at: New.
888 * tests/regression.at: Use `input.y' as input file name.
889 Avoid 8+3 problems by requiring input.c when the test needs the
890 parser.
891
892 2001-12-27 Akim Demaille <akim@epita.fr>
893
894 * src/reader.c (symbol_list_new): Be sure to initialize all the
895 fields.
896
897 2001-12-27 Akim Demaille <akim@epita.fr>
898
899 All the hacks using a final pseudo state are now useless.
900
901 * src/LR0.c (set_state_table): state_table holds exactly nstates.
902 * src/lalr.c (nLA): New.
903 (initialize_LA, compute_lookaheads, initialize_lookaheads): Use it
904 instead of lookaheadsp from the pseudo state (nstate + 1).
905
906 2001-12-27 Akim Demaille <akim@epita.fr>
907
908 * src/output.c (action_row, token_actions): Use a state_t instead
909 of a integer, and nlookaheads instead of the following state's
910 lookaheadsp.
911
912 2001-12-27 Akim Demaille <akim@epita.fr>
913
914 * src/conflicts.c (log_resolution, flush_shift)
915 (resolve_sr_conflict, set_conflicts, solve_conflicts)
916 (count_sr_conflicts, count_rr_conflicts, conflicts_output)
917 (conflicts_print, print_reductions): Use a state_t instead of an
918 integer when referring to a state.
919 As much as possible, depend upon nlookaheads, instead of the
920 `lookaheadsp' member of the following state (since lookaheads of
921 successive states are successive, the difference between state n + 1
922 and n served as the number of lookaheads for state n).
923 * src/lalr.c (add_lookback_edge): Likewise.
924 * src/print.c (print_core, print_actions, print_state)
925 (print_results): Likewise.
926 * src/print_graph.c (print_core, print_actions, print_state)
927 (print_graph): Likewise.
928 * src/conflicts.h: Adjust.
929
930 2001-12-27 Akim Demaille <akim@epita.fr>
931
932 * src/bison.hairy: Formatting/comment changes.
933 ANSIfy.
934 Remove `register' indications.
935 Add plenty of `static'.
936
937 2001-12-27 Akim Demaille <akim@epita.fr>
938
939 * src/output.c (prepare): Drop the muscle `ntbase' which
940 duplicates ntokens.
941 * src/bison.simple: Formatting/comment changes.
942 Use YYNTOKENS only, which is documented, but not YYNTBASE, which
943 is an undocumented synonym.
944
945 2001-12-22 Akim Demaille <akim@epita.fr>
946
947 * src/output.c (output_table_data): Change the prototype to use
948 `int' for array ranges: some invocations do pass an int, not a
949 short.
950 Reported by Wayne Green.
951
952 2001-12-22 Akim Demaille <akim@epita.fr>
953
954 Some actions of web2c.y are improperly triggered.
955 Reported by Mike Castle.
956
957 * src/lalr.c (traverse): s/F (i)[k] = F (j)[k]/F (j)[k] = F (i)[k]/.
958 * tests/regression.at (Web2c): Rename as...
959 (Web2c Report): this.
960 (Web2c Actions): New.
961
962 2001-12-22 Akim Demaille <akim@epita.fr>
963
964 Reductions in web2c.y are improperly reported.
965 Reported by Mike Castle.
966
967 * src/conflicts.c (print_reductions): Fix.
968 * tests/regression.at (Web2c): New.
969
970 2001-12-18 Akim Demaille <akim@epita.fr>
971
972 Some host fail on `assert (!"foo")', which expands to
973 ((!"foo") ? (void)0 : __assert("!"foo."", __FILE__, __LINE__))
974 Reported by Nelson Beebee.
975
976 * src/output.c, src/vcg.c: Replace `assert (!"it succeeded")' with
977 `#define it_succeeded 0' and `assert (it_succeeded)'.
978
979 2001-12-17 Marc Autret <autret_m@epita.fr>
980
981 * src/bison.simple: Don't hard code the skeleton line and filename.
982 * src/output.c (output_parser): Rename 'line' as 'output_line'.
983 New line counter 'skeleton_line' (skeleton-line muscle).
984
985 2001-12-17 Paul Eggert <eggert@twinsun.com>
986
987 * NEWS, doc/bison.texinfo, doc/bison.1, doc/bison.rnh: Document that
988 YYDEBUG must be defined to a nonzero value.
989
990 * src/bison.simple (yytname): Do not assume that the user defines
991 YYDEBUG to a properly parenthesized expression.
992
993 2001-12-17 Akim Demaille <akim@epita.fr>
994
995 * src/state.h (state_t): Rename lookaheads as lookaheadsp.
996 nlookaheads is a new member.
997 Adjust all users.
998 * src/lalr.h (nlookaheads): Remove this orphan declaration.
999 * src/lalr.c (initialize_lookaheads): Set nlookaheads for each
1000 state.
1001
1002 2001-12-17 Akim Demaille <akim@epita.fr>
1003
1004 * src/files.h, src/files.c (open_files, close_files): Remove.
1005 * src/main.c (main): Don't open/close files, nor invoke lex_free,
1006 let...
1007 * src/reader.c (reader): Do it.
1008
1009 2001-12-17 Akim Demaille <akim@epita.fr>
1010
1011 * src/conflicts.c (print_reductions): Formatting changes.
1012
1013 2001-12-17 Akim Demaille <akim@epita.fr>
1014
1015 * src/conflicts.c (flush_shift): Also adjust lookaheadset.
1016 (flush_reduce): New.
1017 (resolve_sr_conflict): Adjust.
1018
1019 2001-12-17 Akim Demaille <akim@epita.fr>
1020
1021 * src/output.c (output_obstack): Be static and rename as...
1022 (format_obstack): this, to avoid any confusion with files.c's
1023 output_obstack.
1024 * src/reader.h (muscle_obstack): Move to...
1025 * src/output.h: here, since it's defined in output.c.
1026
1027 2001-12-17 Akim Demaille <akim@epita.fr>
1028
1029 * src/output.c (action_row, save_column, default_goto)
1030 (sort_actions, matching_state, pack_vector): Better variable
1031 locality.
1032
1033 2001-12-17 Akim Demaille <akim@epita.fr>
1034
1035 * src/output.c: Various formatting changes.
1036
1037 2001-12-17 Akim Demaille <akim@epita.fr>
1038
1039 * src/files.c (output_files): Free the output_obstack.
1040 * src/main.c (main): Call print and print_graph conditionally.
1041 * src/print.c (print): Work unconditionally.
1042 * src/print_graph.c (print_graph): Work unconditionally.
1043 * src/conflicts.c (log_resolution): Output only if verbose_flag.
1044
1045 2001-12-16 Marc Autret <autret_m@epita.fr>
1046
1047 * src/output.c (actions_output): Fix. When we use %no-lines,
1048 there is one less line per action.
1049
1050 2001-12-16 Marc Autret <autret_m@epita.fr>
1051
1052 * src/bison.simple: Remove a useless #line directive.
1053 s/#line %%line %%skeleton/#line %%line "%%parser-file-name"/'.
1054 * src/output.c (get_lines_number): New.
1055 (output_parser): Adjust, now takes care about the lines of a
1056 output muscles.
1057 Fix line numbering.
1058 (actions_output): Computes the number of lines taken by actions.
1059 (output_master_parser): Insert new skeleton which is the name of
1060 the output parser file name.
1061
1062 2001-12-15 Marc Autret <autret_m@epita.fr>
1063
1064 * src/bison.simple [YYERROR_VERBOSE]: Restore backward compatibility.
1065
1066 2001-12-15 Marc Autret <autret_m@epita.fr>
1067
1068 * src/output.c (output_gram): Keep track of the hairy one.
1069
1070 2001-12-15 Akim Demaille <akim@epita.fr>
1071
1072 Make `make distcheck' work.
1073
1074 * lib/Makefile.am (INCLUDES): Add top_srcdir/intl, since hash uses
1075 system.h which uses libgettext.h.
1076
1077 2001-12-15 Akim Demaille <akim@epita.fr>
1078
1079 * src/nullable.c (set_nullable): Useless rules must be skipped,
1080 otherwise, since we range over their symbols, we might look at a
1081 nonterminal which no longer ``exists'', i.e., it is not counted in
1082 `nvars', hence we overflow our arrays.
1083
1084 2001-12-15 Akim Demaille <akim@epita.fr>
1085
1086 The header can also be produced directly, without any obstack!
1087 Yahoo!
1088
1089 * src/files.c, src/files.h (defines_obstack): Remove.
1090 (compute_header_macro): Global.
1091 (defines_obstack_save): Remove.
1092 * src/reader.c (parse_union_decl): No longer output to
1093 defines_obstack: its content can be found in the `stype' muscle
1094 anyway.
1095 (output_token_translations): Merge into...
1096 (symbols_output): this.
1097 Rename as...
1098 (symbols_save): this.
1099 (reader): Adjust.
1100 * src/output.c (header_output): New.
1101 (output): Call it.
1102
1103 2001-12-15 Akim Demaille <akim@epita.fr>
1104
1105 * src/reader.c (parse_union_decl): Instead of handling two obstack
1106 simultaneously, use one to define the `stype' muscle, and use the
1107 value of the latter to fill defines_obstack.
1108 (copy_comment): Remove.
1109 (copy_comment2): Work for a single obstack.
1110 Rename as...
1111 (copy_comment): this.
1112
1113 2001-12-15 Akim Demaille <akim@epita.fr>
1114
1115 * src/lex.c, src/lex.h (xgetc): No longer static.
1116 * src/reader.c (parse_union_decl): Revamp.
1117
1118 2001-12-15 Akim Demaille <akim@epita.fr>
1119
1120 Still making progress in separating Bison into (i) input, (ii)
1121 process, (iii) output: now we can directly output the parser file
1122 without using table_obstack at all.
1123
1124 * src/files.c, src/files.h (table_obstack): Bye bye.
1125 (parser_file_name): New.
1126 * src/files.c (compute_output_file_names): Compute it.
1127 * src/output.c (actions_output, output_parser)
1128 (output_master_parser): To a file instead of an obstack.
1129
1130 2001-12-15 Akim Demaille <akim@epita.fr>
1131
1132 Attach actions to rules, instead of pre-outputting them to
1133 actions_obstack.
1134
1135 * src/gram.h (rule_t): action and action_line are new members.
1136 * src/reader.c (symbol_list): Likewise.
1137 (copy_action): Save the actions within the rule.
1138 (packgram): Save them in rule_table.
1139 * src/output.c (actions_output): New.
1140 (output_parser): Use it on `%%actions'.
1141 (output_rule_data): Don't free rule_table.
1142 (output): Do it.
1143 (prepare): Don't save the `action' muscle.
1144 * src/bison.simple: s/%%action/%%actions/.
1145
1146 2001-12-15 Akim Demaille <akim@epita.fr>
1147
1148 * src/reader.c (copy_action): When --yacc, don't append a `;'
1149 to the user action: let it fail if lacking.
1150 Suggested by Arnold Robbins and Tom Tromey.
1151
1152 2001-12-14 Akim Demaille <akim@epita.fr>
1153
1154 * src/lex.c (literalchar): Simply return the char you decoded, non
1155 longer mess around with obstacks and int pointers.
1156 Adjust all callers.
1157
1158 2001-12-14 Akim Demaille <akim@epita.fr>
1159
1160 * src/lex.c (literalchar): Don't escape the special characters,
1161 just decode them, and keep them as char (before, eol was output as
1162 the 2 char string `\n' etc.).
1163 * src/output.c (output_rule_data): Use quotearg to output the
1164 token strings.
1165
1166 2001-12-13 Paul Eggert <eggert@twinsun.com>
1167
1168 * src/bison.simple (YYSIZE_T, YYSTACK_ALLOC, YYSTACK_FREE):
1169 Do not infringe on the global user namespace when using C++.
1170 (YYFPRINTF, YYSTDERR): New macros, needed for the above.
1171 All uses of `fprintf' and `stderr' changed.
1172
1173 * doc/bison.texinfo: Document YYFPRINTF, YYSTDERR.
1174
1175 2001-12-13 Akim Demaille <akim@epita.fr>
1176
1177 The computation of nullable is broken: it doesn't handle empty
1178 RHS's properly.
1179
1180 * tests/torture.at (GNU AWK Grammar): New.
1181 * tests/sets.at (Nullable): New.
1182 * src/nullable.c (set_nullable): Instead of blindly looping over
1183 `ritems', loop over the rules, and then over their rhs's.
1184
1185 Work around Autotest bugs.
1186
1187 * src/warshall.c (bitmatrix_print): Don't use `+--+' as table
1188 frame, because Autotest understand lines starting with a `+' as
1189 traces from the shell. Then, they are not processed properly.
1190 Admittedly an Autotest bug, but we don't have time to wait for
1191 Autotest to catch up.
1192 * tests/regression.at (Broken Closure): Adjust to the new table
1193 frames.
1194 Move to...
1195 * tests/sets.at: here.
1196
1197 2001-12-13 Akim Demaille <akim@epita.fr>
1198
1199 * src/closure.c (closure): Use nrules instead of playing tricks
1200 with BITS_PER_WORD.
1201
1202 2001-12-13 Akim Demaille <akim@epita.fr>
1203
1204 * src/print.c (print_actions): Output the handling of `$' as the
1205 traces do: shifting the token EOF. Before EOF was treated as a
1206 nonterminal.
1207 * tests/regression.at: Adjust some tests.
1208 * src/print_graph.c (print_core): Complete the set of items via
1209 closure. The next-to-final and final states are still unsatisfying,
1210 but that's to be addressed elsewhere.
1211 No longer output the rule numbers, but do output the state number.
1212 A single loop for the shifts + gotos is enough, but picked a
1213 distinct color for each.
1214 (print_graph): Initialize and finalize closure.
1215
1216 2001-12-13 Akim Demaille <akim@epita.fr>
1217
1218 * src/reader.c (readgram): Remove dead code, an strip useless
1219 braces.
1220 (get_type): Remove, unused.
1221
1222 2001-12-12 Akim Demaille <akim@epita.fr>
1223
1224 * src/complain.h, src/complain.c: Remove error_one_per_line, rely
1225 on that of lib/error.c.
1226
1227 2001-12-12 Akim Demaille <akim@epita.fr>
1228
1229 Some hosts don't like `/' in includes.
1230
1231 * src/system.h: Include libgettext.h without qualifying the path.
1232 * src/Makefile.am (INCLUDES): Add $(top_srcdir)/intl, remove
1233 $(top_srcdir).
1234
1235 2001-12-11 Marc Autret <autret_m@epita.fr>
1236
1237 * src/output.c (output_parser): Remove useless muscle.
1238
1239 2001-12-11 Marc Autret <autret_m@epita.fr>
1240
1241 * src/bison.simple: Remove #line just before %%epilogue. It
1242 is now handled in ...
1243 * src/reader.c (read_additionnal_code): Add the output of a
1244 #line for the epilogue.
1245
1246 2001-12-10 Marc Autret <autret_m@epita.fr>
1247
1248 * src/reader.c (copy_definition): Re-use CPP-outed code which
1249 replace precedent remove.
1250 * src/bison.simple: Remove #line before %%prologue because
1251 %%input-line is wrong at this time.
1252
1253 2001-12-10 Marc Autret <autret_m@epita.fr>
1254
1255 * src/reader.c (symbols_output): Clean up.
1256 * src/output.c (output_gram, output): Clean up.
1257
1258 2001-12-10 Akim Demaille <akim@epita.fr>
1259
1260 * src/lalr.c (initialize_lookaheads): New. Extracted from...
1261 * src/LR0.c (set_state_table): here.
1262 * src/lalr.c (lalr): Call it.
1263
1264 2001-12-10 Akim Demaille <akim@epita.fr>
1265
1266 * src/state.h (shifts): Remove the `number' member: shifts are
1267 attached to state, hence no longer need to be labelled with a
1268 state number.
1269
1270 2001-12-10 Akim Demaille <akim@epita.fr>
1271
1272 Now that states have a complete set of members, the linked list of
1273 shifts is useless: just fill directly the state's shifts member.
1274
1275 * src/state.h (shifts): Remove the `next' member.
1276 * src/LR0.c (first_state, last_state): Remove.
1277 Adjust the callers.
1278 (augment_automaton): Don't look for the shifts that must be added
1279 a shift on EOF: it is those of the state we looked for! But now,
1280 since shifts are attached, it is no longer needed to looking
1281 merely by its id: its number.
1282
1283 2001-12-10 Akim Demaille <akim@epita.fr>
1284
1285 * src/LR0.c (augment_automaton): Better variable locality.
1286 Remove an impossible branch: if there is a state corresponding to
1287 the start symbol being shifted, then there is shift for the start
1288 symbol from the initial state.
1289
1290 2001-12-10 Akim Demaille <akim@epita.fr>
1291
1292 * src/LR0.c (augment_automaton): Call `insert_eof_shifting_state'
1293 only when appropriate: when insert_start_shifting_state' is not
1294 invoked.
1295 * tests/regression.at (Rule Line Numbers): Adjust.
1296
1297 2001-12-10 Akim Demaille <akim@epita.fr>
1298
1299 * src/LR0.c (augment_automaton): Now that all states have shifts,
1300 merge the two cases addition shifts to the initial state.
1301
1302 2001-12-10 Akim Demaille <akim@epita.fr>
1303
1304 * src/lalr.c (set_state_table): Move to...
1305 * src/LR0.c: here.
1306 * src/lalr.c (lalr): Don't call it...
1307 * src/LR0.c (generate_states): do it.
1308 * src/LR0.h (first_state): Remove, only the table is used.
1309
1310 2001-12-10 Akim Demaille <akim@epita.fr>
1311
1312 * src/LR0.h (first_shift, first_reduction): Remove.
1313 * src/lalr.c: Don't use first_shift: find shifts through the
1314 states.
1315
1316 2001-12-10 Akim Demaille <akim@epita.fr>
1317
1318 * src/LR0.c: Attach shifts to states as soon as they are
1319 computed.
1320 * src/lalr.c (set_state_table): Instead of assigning shifts to
1321 state, just assert that the mapping was properly done.
1322
1323 2001-12-10 Akim Demaille <akim@epita.fr>
1324
1325 * src/LR0.c (insert_start_shift): Rename as...
1326 (insert_start_shifting_state): this.
1327 (insert_eof_shifting_state, insert_accepting_state): New.
1328 (augment_automaton): Adjust.
1329 Better locality of the variables.
1330 When looking if the start_symbol is shifted from the initial
1331 state, using `while (... symbol != start_symbol ...)' sounds
1332 better than `while (... symbol < start_symbol ...)': If fail
1333 to see how the order between symbols could be relevant!
1334
1335 2001-12-10 Akim Demaille <akim@epita.fr>
1336
1337 * src/getargs.h: Don't declare `spec_name_prefix' and
1338 `spec_file_prefix', declared by src/files.h.
1339 * src/files.c, src/files.h: Default for spec_name_prefix is "yy".
1340 * src/muscle_tab.c (muscle_init): Default prefix to NULL.
1341 * src/output.c (prepare): Adjust.
1342 * src/reader.c (symbols_output): Likewise.
1343 * src/vmsgetargs.c: Vaguely adjust, but who cares?
1344
1345 2001-12-10 Akim Demaille <akim@epita.fr>
1346
1347 * src/muscle_tab.c (muscle_init): NULL is a better default than
1348 `"0"'.
1349
1350 2001-12-10 Akim Demaille <akim@epita.fr>
1351
1352 * src/reader.c (reader): Calling symbols_output once is enough.
1353
1354 2001-12-10 Akim Demaille <akim@epita.fr>
1355
1356 Now that states have a complete set of members, the linked list of
1357 reductions is useless: just fill directly the state's reductions
1358 member.
1359
1360 * src/state.h (struct reductions): Remove member `number' and
1361 `next'.
1362 * src/LR0.c (first_reduction, last_reduction): Remove.
1363 (save_reductions): Don't link the new reductions, store them in
1364 this_state.
1365 * src/lalr.c (set_state_table): No need to attach reductions to
1366 states, it's already done.
1367 * src/output.c (output_actions): No longer free the shifts, then
1368 the reductions, then the states: free all the states and their
1369 members.
1370
1371 2001-12-10 Akim Demaille <akim@epita.fr>
1372
1373 * src/options.c (OPTN, DRTV, BOTH): New.
1374 (option_table): Use them.
1375
1376 * src/muscle_tab.c: Don't include xalloc.h and string.h: that's
1377 the job of system.h.
1378 * src/options.c: Don't include stdio.h and xalloc.h for the same
1379 reasons.
1380
1381 2001-12-10 Akim Demaille <akim@epita.fr>
1382
1383 * src/output.c (output, prepare): Make sure the values of the
1384 muscles `action' and `prologue' are 0-terminated.
1385
1386 2001-12-10 Akim Demaille <akim@epita.fr>
1387
1388 Clean up GCC warnings.
1389
1390 * src/reader.c (copy_action): `buf' is not used.
1391 (parse_skel_decl): Be static.
1392 * src/muscle_tab.c (mhash1, mhash2, muscle_insert): Preserve `const'.
1393 * src/options.h (create_long_option_table): Have a real prototype.
1394 * lib/hash.c, lib/hash.h (hash_insert, hash_insert_at, hash_delete)
1395 (hash_delete_at): Return const void *.
1396 Adjust casts to preserve the const.
1397
1398 2001-12-10 Akim Demaille <akim@epita.fr>
1399
1400 * configure.in: Require 2.52g.
1401 M4 is not needed, but AUTOM4TE is.
1402 * m4/m4.m4: Remove.
1403 * tests/Makefile.am: Adjust.
1404
1405 2001-12-10 Akim Demaille <akim@epita.fr>
1406
1407 One structure for states is enough, even though theoretically
1408 there are LR(0) states and LALR(1) states.
1409
1410 * src/lalr.h (state_t): Remove.
1411 (state_table): Be state_t **, not state_t *.
1412 * src/state.h (core, CORE_ALLOC): Rename as...
1413 (state_t, STATE_ALLOC): this.
1414 Add the LALR(1) members: shifts, reductions, errs.
1415 * src/LR0.c (state_table): Rename as...
1416 (state_hash): this, to avoid name clashes with the global
1417 `state_table'.
1418 * src/print_graph.c, src/LR0.c, src/LR0.h, src/conflicts.c
1419 * src/lalr.c, src/lalr.h, src/output.c, src/print.c: Adjust.
1420
1421 2001-12-10 Akim Demaille <akim@epita.fr>
1422
1423 Bison dumps core on bash.y.
1424 Reported by Pascal Bart.
1425
1426 * src/warshall.c (bitmatrix_print): New.
1427 (TC): Use it.
1428 When performing a transitive closure R(i, j) && R(j, k) => R(i, k),
1429 j must be the outer loop.
1430 * tests/regression.at (Broken Closure): New.
1431
1432 2001-12-05 Akim Demaille <akim@epita.fr>
1433
1434 * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
1435 its argument.
1436 Reported by Peter Hámorský.
1437
1438 2001-12-05 Akim Demaille <akim@epita.fr>
1439
1440 * src/conflicts.c (err_table): Remove.
1441 (resolve_sr_conflict): Adjust.
1442 * src/lalr.h (state_t.reduction_table, state_t.shift_table):
1443 Rename as...
1444 (state_t.reductions, state_t.shifts): this.
1445
1446 2001-12-05 Akim Demaille <akim@epita.fr>
1447
1448 * src/reduce.c (reduce_grammar_tables): No longer disable the
1449 removal of useless rules via CPP but via `if (0)', so that the
1450 compiler still check the code is valid.
1451 For instance, it should have noticed `rline' no longer exists: use
1452 the `line' member of rule_t.
1453 * src/gram.c (dummy, rline): Remove, unused.
1454
1455 2001-12-05 Akim Demaille <akim@epita.fr>
1456
1457 * src/output.c (pack_vector): Use assert, not berror.
1458 * src/main.c (berror): Remove, unused.
1459
1460 2001-12-05 Akim Demaille <akim@epita.fr>
1461
1462 New experimental feature: if --verbose --trace output all the
1463 items of a state, not only its kernel.
1464
1465 * src/print.c (print_core): If `trace_flag', then invoke closure
1466 before outputting the items of the state (print_core is no longer
1467 a correct name them).
1468 (print_results): Invoke new_closure/free_closure if needed.
1469
1470 2001-12-05 Akim Demaille <akim@epita.fr>
1471
1472 * src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.
1473 * src/closure.c, src/closure.h (itemsetsize): Rename as...
1474 (nitemset): for consistency with the rest of the project.
1475
1476 2001-12-05 Akim Demaille <akim@epita.fr>
1477
1478 * src/closure.c (print_closure): Improve.
1479 (closure): Use it for printing input and output.
1480
1481 2001-12-05 Akim Demaille <akim@epita.fr>
1482
1483 * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are
1484 indexed by nonterminals.
1485
1486 2001-12-05 Akim Demaille <akim@epita.fr>
1487
1488 * src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of
1489 what it was!).
1490 * src/warshall.h: Remove accidental duplication of the content.
1491
1492 2001-12-05 Akim Demaille <akim@epita.fr>
1493
1494 * src/closure.c (set_fderives): De-obfuscate.
1495
1496 2001-12-05 Akim Demaille <akim@epita.fr>
1497
1498 * src/closure.c (print_firsts, print_fderives): De-obfuscate.
1499
1500 2001-12-05 Akim Demaille <akim@epita.fr>
1501
1502 * src/closure.c (set_firsts): De-obfuscate.
1503
1504 2001-12-05 Akim Demaille <akim@epita.fr>
1505
1506 * src/output.c (action_row): De-obfuscate
1507 using the good o' techniques: arrays not pointers, variable
1508 locality, BITISSET, RESETBIT etc.
1509
1510 2001-12-05 Akim Demaille <akim@epita.fr>
1511
1512 Pessimize the code to simplify it: from now on, all the states
1513 have a valid SHIFTS, which NSHIFTS is possibly 0.
1514
1515 * src/LR0.c (shifts_new): Be global and move to..
1516 * src/state.c, src/state.h: here.
1517 * src/conflicts, src/lalr.c, src/output.c, src/print.c,
1518 * src/print_graph: Adjust.
1519
1520 2001-12-05 Akim Demaille <akim@epita.fr>
1521
1522 * src/state.h (SHIFT_DISABLE, SHIFT_IS_DISABLED): New.
1523 * src/conflicts.c: Use it.
1524 Restore a few missing `if (!SHIFT_IS_DISABLED)' which were
1525 incorrectly ``simplified''.
1526
1527 2001-12-05 Akim Demaille <akim@epita.fr>
1528
1529 * src/conflicts.c (flush_shift, resolve_sr_conflict): De-obfuscate
1530 using the good o' techniques: arrays not pointers, variable
1531 locality, BITISSET, RESETBIT etc.
1532
1533 2001-12-05 Akim Demaille <akim@epita.fr>
1534
1535 * src/state.h (SHIFT_SYMBOL): New.
1536 * src/conflicts.c: Use it to deobfuscate.
1537
1538 2001-12-05 Akim Demaille <akim@epita.fr>
1539
1540 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts)
1541 (print_reductions): De-obfuscate using the good o' techniques:
1542 arrays not pointers, variable locality, BITISSET.
1543
1544 2001-12-05 Akim Demaille <akim@epita.fr>
1545
1546 * src/conflicts.c (print_reductions): Arrays, not pointers.
1547 Use BITISSET.
1548
1549 2001-12-05 Akim Demaille <akim@epita.fr>
1550
1551 * src/conflicts.c (print_reductions): Pessimize, but clarify.
1552
1553 2001-12-05 Akim Demaille <akim@epita.fr>
1554
1555 * src/conflicts.c (print_reductions): Improve variable locality.
1556
1557 2001-12-05 Akim Demaille <akim@epita.fr>
1558
1559 * src/conflicts.c (print_reductions): Pessimize, but clarify.
1560
1561 2001-12-05 Akim Demaille <akim@epita.fr>
1562
1563 * src/conflicts.c (print_reductions): Improve variable locality.
1564
1565 2001-12-05 Akim Demaille <akim@epita.fr>
1566
1567 * src/state.h (SHIFT_IS_ERROR, SHIFT_IS_GOTO, SHIFT_IS_SHIFT): New.
1568 * src/lalr.c: Use them.
1569
1570 2001-12-05 Akim Demaille <akim@epita.fr>
1571
1572 * src/LR0.c (augment_automaton): Formatting changes.
1573 Better variable locality.
1574
1575 2001-12-05 Akim Demaille <akim@epita.fr>
1576
1577 * src/lalr.c (matrix_print): New.
1578 (transpose): Use it.
1579 Use arrays instead of pointers.
1580
1581 2001-12-05 Akim Demaille <akim@epita.fr>
1582
1583 * src/lalr.c (maxrhs): Move to...
1584 * src/gram.c, src/gram.h (ritem_longest_rhs): here.
1585 * src/lalr.c (build_relations): Adjust.
1586
1587 2001-12-05 Akim Demaille <akim@epita.fr>
1588
1589 * src/lalr.c (transpose): Free the memory allocated to the
1590 argument, as it is replaced by the results by the unique caller.
1591 (build_relations): Merely invoke transpose: it handles the memory
1592 deallocation.
1593 Improve variable locality.
1594 Avoid variables used as mere abbreviations.
1595 (compute_lookaheads): Use arrays instead of pointers.
1596
1597 2001-12-05 Akim Demaille <akim@epita.fr>
1598
1599 * src/lalr.c (initialize_F): Improve variable locality.
1600 Avoid variables used as mere abbreviations.
1601
1602 2001-12-05 Akim Demaille <akim@epita.fr>
1603
1604 * src/derives.c (print_derives): Display the ruleno.
1605 * src/lalr.c (initialize_F, transpose): Better variable locality
1606 to improve readability.
1607 Avoid variables used as mere abbreviations.
1608
1609 2001-12-05 Akim Demaille <akim@epita.fr>
1610
1611 * src/lalr.c (traverse): Use arrays instead of pointers.
1612
1613 2001-12-05 Akim Demaille <akim@epita.fr>
1614
1615 * src/nullable.c (set_nullable): Use a for loop to de-obfuscate
1616 the handling of squeue.
1617 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
1618
1619 2001-12-05 Akim Demaille <akim@epita.fr>
1620
1621 Because useless nonterminals are now kept alive (instead of being
1622 `destroyed'), we now sometimes examine them, and store information
1623 related to them. Hence we need to know their number, and adjust
1624 memory allocations.
1625
1626 * src/reduce.c, src/reduce.h (nuseless_nonterminals): No longer
1627 static.
1628 * src/LR0.c (allocate_itemsets): The memory allocated to
1629 `symbol_count' was used for two different purpose: once to count
1630 the number of occurrences of each symbol, and later reassigned to
1631 `shift_symbol', containing the symbol that can be shifted from a
1632 given state.
1633 Deobfuscate, i.e., allocate, use and free `symbol_count' here
1634 only, and...
1635 (new_itemsets): Allocate `shift_symbol' here.
1636 (allocate_itemsets): symbol_count includes useless nonterminals.
1637 Make room for them.
1638 (free_storage): Use `free', not `XFREE', for pointers that cannot
1639 be null.
1640
1641 2001-12-05 Akim Demaille <akim@epita.fr>
1642
1643 * src/nullable.c (set_nullable): Deobfuscate the handling of
1644 ritem.
1645 `symbol >= 0' is wrong now, use `rule_table[ruleno].useful'.
1646
1647 2001-12-05 Akim Demaille <akim@epita.fr>
1648
1649 * src/gram.c, src/gram.h (ritem_print): New.
1650 * src/gram.c (dummy): Remove, now there is actual code in gram.c.
1651 (This useless function was defined only to work around VMS linkers
1652 that can't handle compilation units with variables only).
1653 * src/reduce.c (dump_grammar): Use it to trace the construction of
1654 ritem.
1655
1656 2001-12-04 Paul Eggert <eggert@twinsun.com>
1657
1658 * src/bison.simple (union yyalloc): Change member names
1659 to be the same as the stack names.
1660 (yyparse): yyptr is now union yyalloc *, not char *.
1661 (YYSTACK_RELOCATE): Likewise. This avoids a GCC warning,
1662 and may generate better code on some machines.
1663 (yystpcpy): Use prototype if __STDC__ is defined, not just
1664 if __cplusplus is defined.
1665
1666 2001-11-30 Akim Demaille <akim@epita.fr>
1667
1668 * configure.in (WARNING_CFLAGS): Add -Werror when possible.
1669 (CFLAGS): Do not include the WARNING_CFLAGS here, since GNU
1670 Gettext doesn't compile cleanly, and dies with -Werror.
1671 * src/Makefile.am, lib/Makefile.am, tests/atlocal.in (CFLAGS):
1672 Include WARNING_CFLAGS here.
1673 * lib/xstrdup.c: Include xalloc.h, so that xstrdup be declared
1674 before being defined.
1675
1676 2001-11-27 Paul Eggert <eggert@twinsun.com>
1677
1678 * lib/quotearg.h (quotearg_n, quotearg_n_style):
1679 First arg is int, not unsigned.
1680 * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
1681 (SIZE_MAX, UINT_MAX): New macros.
1682 (quotearg_n_options): Abort if N is negative.
1683 Avoid overflow check on hosts where size_t is 64 bits and int
1684 is 32 bits, as overflow is impossible there.
1685 Fix off-by-one typo that caused unnecessary reallocation.
1686
1687 2001-11-29 Paul Eggert <eggert@twinsun.com>
1688
1689 Name space cleanup in generated parser.
1690
1691 * doc/bison.texinfo (Bison Parser): Discuss system headers
1692 and their effect on the user name space.
1693
1694 * src/bison.simple:
1695 (YYSTACK_ALLOC, YYSTACK_FREE, union yyalloc, YYSTACK_GAP_MAX,
1696 YYSTACK_BYTES, YYSTACK_RELOCATE): Do not define unless necessary,
1697 i.e. unless ! defined (yyoverflow) || defined (YYERROR_VERBOSE).
1698
1699 (YYSIZE_T): New macro. Use it instead of size_t, to avoid infringing
1700 on user names when possible.
1701
1702 (YYSTACK_USE_ALLOCA): Do not define; just use any existing defn.
1703 Simplify test for whather <alloca.h> exists.
1704
1705 (<stdlib.h>): Include if we will use malloc, and if standard C or C++.
1706
1707 (<stdio.h>): Include if YYDEBUG.
1708
1709 (yymemcpy): Renamed from __yy_memcpy. Do not define unless
1710 ! defined (yyoverflow) && ! defined (yymemcpy).
1711
1712 (yymemcpy, yyparse): Rename local variables as needed so that
1713 they all begin with 'yy'.
1714
1715 (yystrlen, yystpcpy): New functions.
1716
1717 (YY_DECL_NON_LSP_VARIABLES): Renamed from _YY_DECL_VARIABLES.
1718 All uses changed.
1719
1720 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy
1721 instead of relying on string.h functions. Use YYSTACK_ALLOC
1722 and YYSTACK_FREE instead of malloc and free.
1723
1724 2001-11-30 Akim Demaille <akim@epita.fr>
1725
1726 * src/bison.simple (YYSTYPE, YYLTYPE): Move their definitions
1727 before their first uses.
1728 (YYBISON, YYPURE): Move to the top of the output.
1729
1730 2001-11-30 Akim Demaille <akim@epita.fr>
1731
1732 * tests/reduce.at (Useless Nonterminals): Fix.
1733
1734 2001-11-30 Akim Demaille <akim@epita.fr>
1735
1736 * src/bison.simple (YYSTACK_FREE): Use `do {;} while (0)' as empty
1737 if body instead of `;' to pacify GCC's warnings.
1738
1739 2001-11-30 Akim Demaille <akim@epita.fr>
1740
1741 Instead of mapping the LHS of unused rules to -1, keep the LHS
1742 valid, but flag the rules as invalid.
1743
1744 * src/gram.h (rule_t): `useful' is a new member.
1745 * src/print.c (print_grammar): Adjust.
1746 * src/derives.c (set_derives): Likewise.
1747 * src/reader.c (packgram, reduce_output): Likewise.
1748 * src/reduce.c (reduce_grammar_tables): Likewise.
1749 * tests/reduce.at (Underivable Rules, Useless Rules): New.
1750
1751 2001-11-30 Akim Demaille <akim@epita.fr>
1752
1753 * src/reduce.c (reduce_output): Formatting changes.
1754 * src/print.c (print_results, print_grammar): Likewise.
1755 * tests/regression.at (Rule Line Numbers)
1756 (Solved SR Conflicts, Unresolved SR Conflicts): Adjust.
1757
1758 2001-11-30 Akim Demaille <akim@epita.fr>
1759
1760 * src/reduce.c (nonterminals_reduce): Instead of throwing away
1761 useless nonterminals, move them at the end of the symbol arrays.
1762 (reduce_output): Adjust.
1763 * tests/reduce.at (Useless Nonterminals): Adjust.
1764
1765 2001-11-30 Akim Demaille <akim@epita.fr>
1766
1767 * src/reduce.c: Various comment/formatting changes.
1768 (nonterminals_reduce): New, extracted from...
1769 (reduce_grammar_tables): here.
1770 (reduce_grammar): Call nonterminals_reduce.
1771
1772 2001-11-29 Paul Eggert <eggert@twinsun.com>
1773
1774 * src/bison.simple (YYSTACK_REALLOC): Remove.
1775 (YYSTACK_ALLOC): Resurrect this macro, with its old meaning.
1776 (YYSTACK_FREE, YYSTACK_GAP_MAX, YYSTACK_BYTES, YYSTACK_RELOCATE):
1777 New macros.
1778 (union yyalloc): New type.
1779 (__yy_memcpy): Last arg is size_t, not unsigned int, to remove
1780 an arbitrary restriction on hosts where size_t is wider than int.
1781
1782 (yyparse): Don't dump core if alloca or malloc fails; instead, report
1783 a parser stack overflow. Allocate just one block of memory for all
1784 three stacks, instead of allocating three blocks; this typically is
1785 faster and reduces fragmentation.
1786
1787 Do not limit the number of items in the stack to a value that fits
1788 in 'int', as this is an arbitrary limit on hosts with 64-bit
1789 size_t and 32-bit int.
1790
1791 2001-11-29 Marc Autret <autret_m@epita.fr>
1792
1793 * tests/calc.at [AT_DATA_CALC_Y]: Use %error-verbose instead
1794 of defining YYERROR_VERBOSE.
1795 [AT_DATA]: $4 is now out of C declarations in the prologue.
1796
1797 2001-11-28 Marc Autret <autret_m@epita.fr>
1798
1799 * src/reader.c (parse_dquoted_param): New.
1800 (parse_skel_decl): Use it.
1801 * src/lex.h: Add its prototype.
1802 * src/lex.c (literalchar): Become not static.
1803
1804 2001-11-28 Marc Autret <autret_m@epita.fr>
1805
1806 * src/output.h: And put its extern declaration here.
1807 * src/output.c (error_verbose): Define here.
1808 (prepare): Echo name modification.
1809 * src/getargs.h: Clean its extern declaration.
1810 * src/getargs.c (error_verbose_flag): Remove.
1811 (getargs): Remove case 'e'.
1812 * src/options.c (option_table): 'error-verbose' is now seen as simple
1813 percent option.
1814 Include output.h.
1815
1816 * src/reader.c (read_declarations): Remove case tok_include.
1817 (parse_include_decl): Remove.
1818 * src/lex.h (token_t): Remove tok_include.
1819 * src/options.c (option_table): 'include' is now a simple command line
1820 option.
1821
1822 2001-11-28 Marc Autret <autret_m@epita.fr>
1823
1824 * src/bison.simple: Adjust muscle names.
1825 * src/muscle_tab.c (muscle_init): Also rename the muscles.
1826 * src/output.c (prepare): s/_/-/ for the muscles names.
1827 (output_parser): When scanning for a muscle, allow '-' instead of '_'.
1828
1829 2001-11-28 Marc Autret <autret_m@epita.fr>
1830
1831 * src/bison.simple: Fix debug.
1832 [YYERROR_VERBOSE]: Re-integrate as an internal macro.
1833
1834 2001-11-28 Akim Demaille <akim@epita.fr>
1835
1836 * src/LR0.c (shifts_new): New.
1837 (save_shifts, insert_start_shift, augment_automaton): Use it.
1838
1839 2001-11-28 Akim Demaille <akim@epita.fr>
1840
1841 * src/closure.c (closure): `b' and `ruleno' denote the same value:
1842 keep ruleno only.
1843
1844 2001-11-28 Akim Demaille <akim@epita.fr>
1845
1846 * src/closure.c (closure): Instead of looping over word in array
1847 then bits in words, loop over bits in array.
1848
1849 2001-11-28 Akim Demaille <akim@epita.fr>
1850
1851 * src/closure.c (closure): No longer optimize the special case
1852 where all the bits of `ruleset[r]' are set to 0, to make the code
1853 clearer.
1854
1855 2001-11-28 Akim Demaille <akim@epita.fr>
1856
1857 * src/closure.c (closure): `r' and `c' are new variables, used to
1858 de-obfuscate accesses to RULESET and CORE.
1859
1860 2001-11-28 Akim Demaille <akim@epita.fr>
1861
1862 * src/reduce.c (reduce_print): Use ngettext.
1863 (dump_grammar): Improve the trace accuracy.
1864
1865 2001-11-28 Akim Demaille <akim@epita.fr>
1866
1867 * src/reduce.c (dump_grammar): Don't translate trace messages.
1868
1869 2001-11-28 Akim Demaille <akim@epita.fr>
1870
1871 * tests/reduce.at (Useless Terminals, Useless Nonterminals): New.
1872 * src/reduce.c (reduce_grammar_tables): Do not free useless tags,
1873 as all tags are free'ed afterwards.
1874 From Enrico Scholz.
1875
1876 2001-11-27 Paul Eggert <eggert@twinsun.com>
1877
1878 * src/bison.simple (YYSTACK_REALLOC): Fix typo that caused us to
1879 use alloca when we didn't want to, and vice versa.
1880
1881 2001-11-27 Marc Autret <autret_m@epita.fr>
1882
1883 * src/muscle_tab.c (muscle_init): Remove 'verbose' muscle
1884 initialization.
1885 * src/output.c (prepare): Remove its update.
1886
1887 2001-11-27 Marc Autret <autret_m@epita.fr>
1888
1889 * tests/torture.at [AT_DATA]: Remove YYERROR_VERBOSE definition.
1890 Use %error-verbose.
1891
1892 2001-11-27 Marc Autret <autret_m@epita.fr>
1893
1894 * src/bison.simple: Remove YYERROR_VERBOSE using.
1895 Use %%error_verbose.
1896 (yyparse): Likewise.
1897 * src/output.c (prepare): Give its final value.
1898 * src/muscle_tab.c (muscle_init): Init new muscle 'error_verbose'.
1899 * src/getargs.h: Add its extern declaration.
1900 * src/getargs.c (error_verbose_flag): New int.
1901 (getargs): Update to catch new case.
1902 * src/options.c (option_table): 'error-verbose' is a new option.
1903 (shortopts): Update.
1904
1905 2001-11-27 Akim Demaille <akim@epita.fr>
1906
1907 * src/system.h: Use intl/libgettext.h.
1908 * src/Makefile.am (INCLUDES): Add -I $(top_srcdir).
1909
1910 2001-11-27 Akim Demaille <akim@epita.fr>
1911
1912 * tests/torture.at (Exploding the Stack Size with Malloc):
1913 s/YYSTACK_USE_ALLOCA_ALLOCA/YYSTACK_USE_ALLOCA/.
1914
1915 2001-11-27 Akim Demaille <akim@epita.fr>
1916
1917 * src/files.c: Include error.h.
1918 Reported by Hans Aberg.
1919
1920 2001-11-26 Marc Autret <autret_m@epita.fr>
1921
1922 * src/reader.c (parse_include_decl): New, not yet implemented.
1923 (read_declarations): Add case tok_include.
1924 * src/getargs.h (include): Add its extern definition.
1925 * src/getargs.c (include): New const char *.
1926 (getargs): Add case '-I'.
1927 * src/options.c (option_table): Add include as command line and
1928 percent option.
1929 * src/lex.h (token_t): Add tok_include.
1930
1931 2001-11-26 Akim Demaille <akim@epita.fr>
1932
1933 * src/reader.c (readgram): Make sure rules for mid-rule actions
1934 have a lineno equal to that of their host rule.
1935 Reported by Hans Aberg.
1936 * tests/regression.at (Rule Line Numbers): New.
1937
1938 2001-11-26 Akim Demaille <akim@epita.fr>
1939
1940 * src/LR0.c (allocate_itemsets): kernel_size contains ints, not
1941 size_ts.
1942
1943 2001-11-26 Akim Demaille <akim@epita.fr>
1944
1945 * src/complain.c, src/complain.h (error): Remove, provided by
1946 lib/error.[ch].
1947
1948 2001-11-26 Akim Demaille <akim@epita.fr>
1949
1950 * src/reader.c (read_declarations): Don't abort on tok_illegal,
1951 issue an error message.
1952 * tests/regression.at (Invalid %directive): New.
1953 Reported by Hans Aberg.
1954
1955 2001-11-26 Akim Demaille <akim@epita.fr>
1956
1957 * configure.in: Invoke AC_FUNC_OBSTACK and AC_FUNC_ERROR_AT_LINE.
1958 * lib/Makefile.am (libbison_a_SOURCES): Adjust.
1959
1960 2001-11-26 Akim Demaille <akim@epita.fr>
1961
1962 * src/conflicts.c (conflicts_print): Don't complain at all when
1963 there are no reduce/reduce conflicts, and as many shift/reduce
1964 conflicts as expected.
1965 * tests/regression.at (%expect right): Adjust.
1966
1967 2001-11-23 Akim Demaille <akim@epita.fr>
1968
1969 * lib/alloca.c: Update, from fileutils.
1970
1971 2001-11-23 Akim Demaille <akim@epita.fr>
1972
1973 * lib/Makefile.am (libbison_a_LIBADD): Add @ALLOCA@.
1974
1975 2001-11-23 Akim Demaille <akim@epita.fr>
1976
1977 * src/system.h: Include alloca.h.
1978 * src/main.c (main) [C_ALLOCA]: Call alloca (0).
1979
1980 2001-11-23 Akim Demaille <akim@epita.fr>
1981
1982 * src/print_graph.c (print_actions): Remove `rule', unused.
1983 * src/LR0.c (kernel_size): Contain `int' instead of `size_t' to
1984 pacify GCC's signed < unsigned warnings.
1985 * src/closure.c (itemsetsize): Likewise.
1986 * src/reader.c (symbol_list_new): Static.
1987
1988 2001-11-23 Akim Demaille <akim@epita.fr>
1989
1990 Attaching lineno to buckets is stupid, since only one copy of each
1991 symbol is kept, only the line of the first occurrence is kept too.
1992
1993 * src/symtab.h, src/symtab.c (bucket): Remove the line member.
1994 * src/reader.c (rline_allocated): Remove, unused.
1995 (symbol_list): Have a `line' member.
1996 (symbol_list_new): New.
1997 (readgram): Use it.
1998 * src/print.c (print_grammar): Output the rule line numbers.
1999 * tests/regression.at (Solved SR Conflicts)
2000 (Unresolved SR Conflicts): Adjust.
2001 Reported by Hans Aberg.
2002
2003 2001-11-22 Marc Autret <autret_m@epita.fr>
2004
2005 * src/bison.simple [YYERROR_VERBOSE]: Force its value to be 1 or 0.
2006
2007 2001-11-22 Marc Autret <autret_m@epita.fr>
2008
2009 * src/muscle_tab.c (muscle_init): Remove initialization of
2010 skeleton muscle.
2011 * src/output.c (output_master_parser): Do it here.
2012
2013 2001-11-20 Akim Demaille <akim@epita.fr>
2014
2015 * po/sv.po: New.
2016 * configure.in (ALL_LINGUAS): Adjust.
2017 * po/POTFILE.in: Remove `nullable.c' and `derives.c' which no
2018 longer contains strings to translate.
2019
2020 2001-11-19 Akim Demaille <akim@epita.fr>
2021
2022 * src/conflicts.c (conflicts_print): Add a missing \n.
2023
2024 2001-11-19 Akim Demaille <akim@epita.fr>
2025
2026 * src/nullable.c (nullable_print): New.
2027 (set_nullable): Call it when tracing.
2028 Better locality of variables.
2029
2030 2001-11-19 Akim Demaille <akim@epita.fr>
2031
2032 * src/print.c (print_actions): Better locality of variables.
2033
2034 2001-11-19 Akim Demaille <akim@epita.fr>
2035
2036 * src/derives.c (print_derives): Fix and enrich.
2037 * src/closure.c (print_fderives): Likewise.
2038
2039 2001-11-19 Akim Demaille <akim@epita.fr>
2040
2041 * src/closure.c (itemsetend): Remove, replaced with...
2042 (itemsetsize): new.
2043
2044 2001-11-19 Akim Demaille <akim@epita.fr>
2045
2046 * src/LR0.c (kernel_end): Remove, replaced with...
2047 (kernel_size): new.
2048
2049 2001-11-19 Akim Demaille <akim@epita.fr>
2050
2051 * src/conflicts.c (set_conflicts): Use arrays instead of pointers
2052 to clarify.
2053
2054 2001-11-19 Akim Demaille <akim@epita.fr>
2055
2056 * src/closure.c (closure): Use arrays instead of pointers to clarify.
2057
2058 2001-11-19 Akim Demaille <akim@epita.fr>
2059
2060 * src/closure.c, src/derives.c, src/nullable.c: Adjust various
2061 trace messages.
2062 * src/LR0.c: Likewise.
2063 (allocate_itemsets): Use arrays instead of pointers to clarify.
2064
2065 2001-11-19 Akim Demaille <akim@epita.fr>
2066
2067 * src/getargs.c (statistics_flag): Replace with...
2068 (trace_flag): New.
2069 (longopts): Accept --trace instead of --statistics.
2070 * src/getargs.h, src/options.c: Adjust.
2071 * src/LR0.c, src/closure.c, src/derives.c, src/nullable.c,
2072 * src/reduce.c: Use trace_flags instead of the CPP conditional TRACE.
2073
2074 2001-11-19 Akim Demaille <akim@epita.fr>
2075
2076 * src/LR0.c (new_itemsets, get_state): Use more arrays and fewer
2077 pointers to clarify the code.
2078 (save_reductions, save_shifts): Factor common parts of alternatives.
2079
2080 2001-11-19 Akim Demaille <akim@epita.fr>
2081
2082 * src/LR0.c (new_state, get_state): Complete TRACE code.
2083 * src/closure.c: Include `reader.h' to get `tags', needed by the
2084 trace code.
2085 Rename the conditional DEBUG as TRACE.
2086 Output consistently TRACEs to stderr, not stdout.
2087 * src/derives.c: Likewise.
2088 * src/reduce.c: (inaccessable_symbols): Using if is better style
2089 than goto.
2090 Use `#if TRACE' instead of `#if 0' for tracing code.
2091
2092 2001-11-19 Akim Demaille <akim@epita.fr>
2093
2094 * src/system.h (LIST_FREE, shortcpy): New.
2095 * src/LR0.c: Use them.
2096 * src/output.c (free_itemsets, free_reductions, free_shifts):
2097 Remove, replaced by LIST_FREE.
2098
2099 2001-11-19 Akim Demaille <akim@epita.fr>
2100
2101 * src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)
2102 (REDUCTIONS_ALLOC): New.
2103 * src/LR0.c, src/conflicts.c: Use them to de-obfuscate memory
2104 allocation.
2105
2106 2001-11-19 Akim Demaille <akim@epita.fr>
2107
2108 * src/LR0.c (new_state): Complete trace code.
2109 * src/nullable.c (set_nullable): Don't translate traces.
2110
2111 2001-11-19 Akim Demaille <akim@epita.fr>
2112
2113 * src/print_graph.c (print_core): Better locality of variables.
2114 * src/print.c (print_core): Likewise.
2115
2116 2001-11-19 Akim Demaille <akim@epita.fr>
2117
2118 * src/vcg.c: You do the output, so you are responsible of the
2119 handling of VCG syntax, in particular: use quotearg.
2120 * src/print_graph.c: Don't.
2121 (print_actions): Don't output the actions as part of the nodes,
2122 since that's the job of the edges.
2123 (print_state): Don't output by hand: fill the node description,
2124 and ask for its output.
2125
2126 2001-11-19 Akim Demaille <akim@epita.fr>
2127
2128 * src/bison.simple (yyparse): When verbosely reporting an error,
2129 no longer put additional quotes around token names.
2130 * tests/calc.at: Adjust.
2131
2132 2001-11-19 Akim Demaille <akim@epita.fr>
2133
2134 * src/symtab.h, src/symtab.c: `line' is a new member of `bucket'.
2135 * src/reader.c (record_rule_lines, rline, rline_allocated): Remove.
2136 * src/output.c: Adjust.
2137
2138 2001-11-19 Akim Demaille <akim@epita.fr>
2139
2140 * src/gram.h (rprec, rprecsym, rassoc): Remove, now part of...
2141 (rule_t): this.
2142 * src/conflicts.c, src/reader.c, src/reduce.c: Adjust.
2143
2144 2001-11-19 Akim Demaille <akim@epita.fr>
2145
2146 * src/gram.h (rule_t): New.
2147 (rule_table): New.
2148 (rrhs, rlhs): Remove, part of state_t.
2149 * src/print_graph.c, src/closure.c, src/conflicts.c, src/derives.c,
2150 * src/lalr.c, src/nullable.c, src/output.c, src/print.c,
2151 * src/reader.c, src/reduce.c: Adjust.
2152
2153 2001-11-19 Akim Demaille <akim@epita.fr>
2154
2155 * src/reader.c (symbols_output): New, extracted from...
2156 (packsymbols): Here.
2157 (reader): Call it.
2158
2159 2001-11-19 Akim Demaille <akim@epita.fr>
2160
2161 * src/lalr.c (set_maxrhs, maxrhs): Remove, replaced with...
2162 (maxrhs): this new function.
2163
2164 2001-11-19 Akim Demaille <akim@epita.fr>
2165
2166 * src/lalr.c (F): New macro to access the variable F.
2167 Adjust.
2168
2169 2001-11-19 Akim Demaille <akim@epita.fr>
2170
2171 * src/lalr.h (LA): New macro to access the variable LA.
2172 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
2173 * src/lalr.c: Adjust.
2174
2175 2001-11-19 Akim Demaille <akim@epita.fr>
2176
2177 * src/lalr.c (initialize_LA): Only initialize LA. Let...
2178 (set_state_table): handle the `lookaheads' members.
2179
2180 2001-11-19 Akim Demaille <akim@epita.fr>
2181
2182 * src/lalr.h (lookaheads): Removed array, whose contents is now
2183 a member of...
2184 (state_t): this structure.
2185 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
2186 Adjust.
2187
2188 2001-11-19 Akim Demaille <akim@epita.fr>
2189
2190 * src/lalr.h (consistent): Removed array, whose contents is now
2191 a member of...
2192 (state_t): this structure.
2193 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
2194 Adjust.
2195
2196 2001-11-19 Akim Demaille <akim@epita.fr>
2197
2198 * src/lalr.h (reduction_table, shift_table): Removed arrays, whose
2199 contents are now members of...
2200 (state_t): this structure.
2201 * src/output.c, src/lalr.c, src/print_graph.c, src/conflicts.c:
2202 Adjust.
2203
2204 2001-11-19 Akim Demaille <akim@epita.fr>
2205
2206 * src/lalr.h (state_t): New.
2207 (state_table): Be a state_t * instead of a core **.
2208 (accessing_symbol): Remove, part of state_t.
2209 * src/lalr.c: Adjust.
2210 (set_accessing_symbol): Merge into...
2211 (set_state_table): this.
2212 * src/print_graph.c, src/conflicts.c: Adjust.
2213
2214 2001-11-14 Akim Demaille <akim@epita.fr>
2215
2216 * tests/calc.at, tests/output.at, tests/regression.at,
2217 * tests/testsuite.at, tests/torture.at: Rely on Autotest 2.52g:
2218 now the tests are run in private dirs, therefore AC_CLEANUP and
2219 family can be simplified to 0-ary.
2220 * tests/atlocal.in: Now that we run `elsewhere' than in tests/,
2221 use abs. path to find config.h.
2222 * tests/calc.at (AT_CHECK_CALC): Don't try to check the compiler's
2223 stderr, there can be way too much random noise.
2224 Instead pass -Werror to GCC and rely on the exit status.
2225 Reported by Wolfram Wagner.
2226
2227 2001-11-14 Akim Demaille <akim@epita.fr>
2228
2229 * src/bison.simple (yyparse): Let yyls1, yyss1 and yyvs1 be
2230 defined only if yyoverflow is defined, to avoid `warning: unused
2231 variable `yyvs1''.
2232 Reported by The Test Suite.
2233
2234 2001-11-14 Akim Demaille <akim@epita.fr>
2235
2236 * src/print.c: Include reduce.h.
2237 Reported by Hans Aberg.
2238
2239 2001-11-14 Akim Demaille <akim@epita.fr>
2240
2241 * src/lex.c, src/lex.h (token_buffer, unlexed_token_buffer):
2242 Revert a previous patch: these are really const.
2243 * src/conflicts.c (conflict_report): Additional useless pair of
2244 braces to pacify GCC's warnings for `if () if () {} else {}'.
2245 * src/lex.c (parse_percent_token): Replace equal_offset with
2246 arg_offset.
2247 arg is const.
2248 Be sure to strdup `arg' when used, since there is no reason for
2249 token_buffer not to change.
2250
2251 2001-11-14 Akim Demaille <akim@epita.fr>
2252
2253 * src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure a proper
2254 definition.
2255 * src/main.c (main): Use them.
2256 Suggested by Hans Aberg.
2257
2258 2001-11-12 Akim Demaille <akim@epita.fr>
2259
2260 * src/system.h (ngettext): Now that we use ngettext, be sure to
2261 provide a default definition when NLS are not used.
2262
2263 2001-11-12 Akim Demaille <akim@epita.fr>
2264
2265 * doc/bison.texinfo: Use `$' as shell prompt, not `%'.
2266 Use @kbd to denote user input.
2267 (Language and Grammar): ANSIfy the example.
2268 Adjust its layout for info/notinfo.
2269 (Location Tracking Calc): Output error messages to stderr.
2270 Output locations in a more GNUtically correct way.
2271 Fix a couple of Englishos.
2272 Adjust @group/@end group pairs.
2273
2274 2001-11-12 Akim Demaille <akim@epita.fr>
2275
2276 %expext was not functioning at all.
2277
2278 * src/conflicts.c (expected_conflicts): Set to -1.
2279 (conflict_report): Use ngettext.
2280 (conflicts_print): Check %expect and make its violation an error.
2281 * doc/bison.texinfo (Expect Decl): Adjust.
2282 * configure.in (AM_GNU_GETTEXT): Ask for ngettext.
2283 * tests/regression.at (%expect not enough, %expect right)
2284 (%expect too much): New.
2285
2286 2001-11-12 Akim Demaille <akim@epita.fr>
2287
2288 * tests/regression.at (Conflicts): Rename as...
2289 (Unresolved SR Conflicts): this.
2290 (Solved SR Conflicts): New.
2291
2292 2001-11-12 Akim Demaille <akim@epita.fr>
2293
2294 * src/reduce.c (print_results): Rename as...
2295 (reduce_output): This.
2296 Output to OUT, passed as argument, instead of output_obstack.
2297 (dump_grammar): Likewise.
2298 (reduce_free): New.
2299 Also free V1.
2300 (reduce_grammar): No longer call reduce_output, since...
2301 * src/print.c (print_results): do it.
2302 * src/main.c (main): Call reduce_free;
2303
2304 2001-11-12 Akim Demaille <akim@epita.fr>
2305
2306 * src/conflicts.c (print_reductions): Accept OUT as argument.
2307 Output to it, not to output_obstack.
2308 * src/print.c (print_actions): Adjust.
2309
2310 2001-11-12 Akim Demaille <akim@epita.fr>
2311
2312 * src/conflicts.c (count_sr_conflicts, count_rr_conflicts): Return
2313 the result instead of using...
2314 (src_total, rrc_total, src_count, rrc_count): Remove.
2315 (any_conflicts): Remove.
2316 (print_conflicts): Split into...
2317 (conflicts_print, conflicts_output): New.
2318 * src/conflicts.h: Adjust.
2319 * src/main.c (main): Invoke both conflicts_output and conflicts_print.
2320 * src/print.c (print_grammar): Issue `\n' between two rules.
2321 * tests/regression.at (Conflicts): New.
2322 Reported by Tom Lane.
2323
2324 2001-11-12 Akim Demaille <akim@epita.fr>
2325
2326 * tests/regression.at (Invalid input): Remove, duplicate with
2327 ``Invalid input: 1''.
2328
2329 2001-11-12 Akim Demaille <akim@epita.fr>
2330
2331 * tests/torture.at (AT_DATA_STACK_TORTURE)
2332 (Exploding the Stack Size with Alloca)
2333 (Exploding the Stack Size with Malloc): New.
2334
2335 2001-11-12 Akim Demaille <akim@epita.fr>
2336
2337 * src/bison.simple (YYSTACK_REALLOC): New.
2338 (yyparse) [!yyoverflow]: Use it and free the old stack.
2339 Reported by Per Allansson.
2340
2341 2001-11-12 Pascal Bart <pascal.bart@epita.fr>
2342
2343 * src/bison.simple: Define type yystype instead of YYSTYPE, and
2344 define CPP macro, which substitute YYSTYPE by yystype.
2345 * src/reader.c (parse_union_decl): Output yystype/YYSTYPE as we do
2346 with yyltype/YYLTYPE. This allows inclusion of the generated
2347 header within the parser if the compiler, such as GGC, accepts
2348 multiple equivalent #defines.
2349 From Akim.
2350
2351 2001-11-05 Akim Demaille <akim@epita.fr>
2352
2353 * src/reader.c (symbols_output): New, extracted from...
2354 (packsymbols): here.
2355 (reader): Adjust.
2356
2357 2001-11-05 Akim Demaille <akim@epita.fr>
2358
2359 * src/lex.c (parse_percent_token): s/quotearg/quote/.
2360
2361 2001-11-05 Akim Demaille <akim@epita.fr>
2362
2363 * tests/regression.at (AT_TEST_CPP_GUARD_H): Adjust the clean up
2364 pattern.
2365
2366 2001-11-05 Akim Demaille <akim@epita.fr>
2367
2368 * src/options.h (struct option_table_struct): set_flags is void*.
2369 * src/options.c (longopts): Support `--output' and `%output'.
2370 (usage): Adjust.
2371 * src/lex.h (tok_setopt): Remove, replaced with...
2372 (tok_intopt, tok_stropt): these new guys.
2373 * src/lex.c (getopt.h): Not needed.
2374 (token_buffer, unlexed_token_buffer): Not const.
2375 (percent_table): Promote `-' over `_' in directive names.
2376 Active `%name-prefix', `file-prefix', and `output'.
2377 (parse_percent_token): Accept possible arguments to directives.
2378 Promote `-' over `_' in directive names.
2379
2380 2001-11-04 Akim Demaille <akim@epita.fr>
2381
2382 * doc/bison.texinfo (Decl Summary): Split the list into
2383 `directives for grammars' and `directives for bison'.
2384 Sort'em.
2385 Add description of `%name-prefix', `file-prefix', and `output'.
2386 Promote `-' over `_' in directive names.
2387 (Bison Options): s/%locactions/%locations/. Nice Freudian slip.
2388 Simplify the description of `--name-prefix'.
2389 Promote `-' over `_' in directive names.
2390 Promote `--output' over `--output-file'.
2391 Fix the description of `--defines'.
2392 * tests/output.at: Exercise %file-prefix and %output.
2393
2394 2001-11-02 Akim Demaille <akim@epita.fr>
2395
2396 * doc/refcard.tex: Update.
2397
2398 2001-11-02 Akim Demaille <akim@epita.fr>
2399
2400 * src/symtab.h (SUNDEF): New.
2401 * src/symtab.c (bucket_new): Init user_token_number to SUNDEF to
2402 stand for `uninitialized', instead of 0.
2403 * src/reader.c (packsymbols, parse_thong_decl): Adjust.
2404 * src/lex.c (lex): Adjust.
2405
2406 * tests/calc.at (_AT_DATA_CALC_Y): Declare a token for EOF.
2407 Number it 0.
2408 Let yylex return it instead of a plain 0.
2409 Reported by Dick Streefland.
2410
2411 2001-11-02 Akim Demaille <akim@epita.fr>
2412
2413 * tests/regression.at (Mixing %token styles): New test.
2414
2415 2001-11-02 Akim Demaille <akim@epita.fr>
2416
2417 * src/reader.c (parse_thong_decl): Formatting changes.
2418 (token_translations_init): New, extracted from...
2419 (packsymbols): Here.
2420 Adjust.
2421
2422 2001-11-01 Akim Demaille <akim@epita.fr>
2423
2424 * tests/regression.at (AT_TEST_CPP_GUARD_H): New.
2425 Check that `9foo.y' produces correct cpp guards.
2426 * src/files.c (compute_header_macro): Prepend `BISON_' to CPP
2427 guards.
2428 Reported by Wwp.
2429
2430 2001-11-01 Akim Demaille <akim@epita.fr>
2431
2432 * tests/regression.at (Invalid input: 2): New.
2433 * src/lex.c (unlexed_token_buffer): New.
2434 (lex, unlex): Adjust: when unlexing, be sure to save token_buffer
2435 too.
2436 Reported by Wwp.
2437
2438 2001-11-01 Akim Demaille <akim@epita.fr>
2439
2440 * tests/calc.at: Catch up with 1.30.
2441 * configure.in: Bump to 1.49a.
2442 Adjust to newer Autotest.
2443
2444 2001-10-19 Pascal Bart <pascal.bart@epita.fr>
2445
2446 * src/conflicts.c: Move global variables rrc_total and src_total ...
2447 (print_conflicts): here.
2448 * src/output.c (output): Free global variable user_toknums.
2449 * src/lex.c (token_obstack): Become static.
2450
2451 2001-10-18 Akim Demaille <akim@epita.fr>
2452
2453 * tests/atlocal.in (GCC): Add.
2454 * tests/calc.at: s/m4_match/m4_bmatch/.
2455 s/m4_patsubst/m4_bpatsubst/.
2456 (AT_CHECK_CALC): Check the compiler's stderr only if it's GCC.
2457 * configure.in: AC_SUBST(GCC).
2458
2459 2001-10-14 Marc Autret <autret_m@epita.fr>
2460
2461 * src/options.c (create_long_option_table): Fix.
2462
2463 2001-10-10 Akim Demaille <akim@epita.fr>
2464
2465 * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.
2466
2467 2001-10-04 Akim Demaille <akim@epita.fr>
2468
2469 * src/reader.c (parse_union_decl): Push the caracters in
2470 union_obstack, not attrs_obstack.
2471
2472 2001-10-04 Akim Demaille <akim@epita.fr>
2473
2474 Merge in the branch 1.29.
2475
2476 * src/reader.c (packsymbols): Use a temporary obstack for
2477 `%%tokendef', since output_stack is already used elsewhere.
2478
2479 2001-10-02 Akim Demaille <akim@epita.fr>
2480
2481 Bump 1.29d.
2482
2483 2001-10-02 Akim Demaille <akim@epita.fr>
2484
2485 Version 1.29c.
2486
2487 2001-10-02 Akim Demaille <akim@epita.fr>
2488
2489 * tests/regression.at (Invalid CPP headers): New.
2490 From Alexander Belopolsky.
2491 * src/files.c (compute_header_macro): Map non alnum chars to `_'.
2492
2493 2001-10-02 Akim Demaille <akim@epita.fr>
2494
2495 * tests/regression.at (Invalid input): New.
2496 * src/lex.c (lex): Be sure to set `token_buffer' in any case.
2497 Reported by Shura.
2498
2499 2001-10-02 Akim Demaille <akim@epita.fr>
2500
2501 * tests/calc.at: Now that --debug works, the tests must be adjusted.
2502
2503 2001-10-02 Akim Demaille <akim@epita.fr>
2504
2505 * src/output.c (output_parser): Assert `skeleton'.
2506 * src/files.c (skeleton_find): Look harder for skeletons on DOSish
2507 systems.
2508 From Shura.
2509
2510 2001-10-01 Marc Autret <autret_m@epita.fr>
2511
2512 * src/lex.h: Echo modifications.
2513 * src/lex.c (unlex): Parameter is now token_t.
2514 From Hans Aberg.
2515
2516 2001-10-01 Marc Autret <autret_m@epita.fr>
2517
2518 * src/main.c: Include lex.h.
2519 From Hans Aberg.
2520
2521 2001-09-29 Akim Demaille <akim@epita.fr>
2522
2523 * src/getargs.c (longopts): `--debug' is `-t', not `-d'.
2524
2525 2001-09-28 Akim Demaille <akim@epita.fr>
2526
2527 * tests/testsuite.at: Update to newer Autotest.
2528 * tests/Makefile.am (EXTRA_DIST): bison is not to be shipped.
2529
2530 2001-09-27 Akim Demaille <akim@epita.fr>
2531
2532 Position independent wrapper.
2533
2534 * tests/bison: Remove.
2535 * tests/bison.in: New.
2536 * configure.in: Adjust.
2537
2538 2001-09-27 Paul Eggert <eggert@twinsun.com>
2539
2540 Port quotearg fixes from tar 1.13.24.
2541
2542 * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
2543 tm to be declared.
2544 (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
2545 (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
2546
2547 * m4/Makefile.am (EXTRA_DIST): Add mbrtowc.m4.
2548 * m4/mbrtowc.m4: New file.
2549 * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for mbsinit and stddef.h.
2550 Use jm_FUNC_MBRTOWC instead of AC_CHECK_FUNCS(mbrtowc).
2551
2552 2001-09-27 Akim Demaille <akim@epita.fr>
2553
2554 Bump to 1.29c.
2555
2556 2001-09-27 Akim Demaille <akim@epita.fr>
2557
2558 Version 1.29b.
2559
2560 2001-09-25 Akim Demaille <akim@epita.fr>
2561
2562 * src/system.h: Include `xalloc.h'.
2563 Remove it from the C files.
2564 * src/files.c (output_files): Free the obstacks.
2565 * src/lex.c (init_lex): Rename as...
2566 (lex_init): this.
2567 (lex_free): New.
2568 * src/main.c (main): Use it.
2569
2570 2001-09-24 Marc Autret <autret_m@epita.fr>
2571
2572 * src/vcg.c (open_edge, close_edge, open_node, close_node): Change
2573 to output informations in fout (FILE*).
2574 (open_graph, close_graph): Likewise.
2575 (output_graph, output_edge, output_node): Likewise.
2576 * src/vcg.h: Update function prototypes.
2577 * src/print_graph.c (print_graph): Open output graph file.
2578 (print_actions): Adjust.
2579 * src/files.h: Remove extern declaration.
2580 * src/files.c: Remove graph_obstack declaration.
2581 (open_files): Remove graph_obstack initialization.
2582 (output_files): Remove graph_obstack saving.
2583
2584 2001-09-24 Marc Autret <autret_m@epita.fr>
2585
2586 * src/files.c (compute_output_file_names): Fix.
2587
2588 2001-09-24 Marc Autret <autret_m@epita.fr>,
2589 Akim Demaille <akim@epita.fr>
2590
2591 * src/reader.c (reader): Remove call to free_symtab ().
2592 * src/main.c (main): Call it here.
2593 Include symtab.h.
2594 * src/conflicts.c (initialize_conflicts): Rename as...
2595 (solve_conflicts): this.
2596 * src/print.c (print_core, print_actions, print_state)
2597 (print_grammar): Dump to a file instead a `output_obstack'.
2598 (print_results): Dump `output_obstack', and then proceed with the
2599 FILE *.
2600 * src/files.c (compute_output_file_names, close_files): New.
2601 (output_files): Adjust.
2602 * src/main.c (main): Adjust.
2603
2604 2001-09-23 Marc Autret <autret_m@epita.fr>
2605
2606 * src/files.c (compute_header_macro): Computes header macro name
2607 from spec_defines_file when given.
2608
2609 2001-09-23 Marc Autret <autret_m@epita.fr>
2610
2611 * src/files.c (output_files): Add default extensions.
2612
2613 2001-09-22 Akim Demaille <akim@epita.fr>
2614
2615 * src/conflicts.c (finalize_conflicts): Rename as...
2616 (free_conflicts): this.
2617
2618 2001-09-22 Akim Demaille <akim@epita.fr>
2619
2620 * src/gram.c (gram_free): Rename back as...
2621 (dummy): this.
2622 (output_token_translations): Free `token_translations'.
2623 * src/symtab.c (free_symtab): Free the tag field.
2624
2625 2001-09-22 Akim Demaille <akim@epita.fr>
2626
2627 Remove `translations' as it is always set to true.
2628
2629 * src/gram.h: Adjust.
2630 * src/reader.c (packsymbols, parse_token_decl): Adjust
2631 * src/print.c (print_grammar): Adjust.
2632 * src/output.c (output_token_translations): Adjust.
2633 * src/lex.c (lex): Adjust.
2634 * src/gram.c: Be sure the set pointers to NULL.
2635 (dummy): Rename as...
2636 (gram_free): this.
2637
2638 2001-09-22 Akim Demaille <akim@epita.fr>
2639
2640 * configure.in: Invoke AM_LIB_DMALLOC.
2641 * src/system.h: Use dmalloc.
2642 * src/LR0.c: Be sure to have pointers initialized to NULL.
2643 (allocate_itemsets): Allocate kernel_items only if needed.
2644
2645 2001-09-22 Akim Demaille <akim@epita.fr>
2646
2647 * configure.in: Bump to 1.29b.
2648 * tests/Makefile.am (DISTCLEANFILES): Add package.m4.
2649 * tests/calc.at (_AT_DATA_CALC_Y): #undef malloc so that we don't
2650 need xmalloc.c in calc.y.
2651 From Pascal Bart.
2652
2653 2001-09-21 Akim Demaille <akim@epita.fr>
2654
2655 Version 1.29a.
2656 * Makefile.maint, config/config.guess, config/config.sub,
2657 * config/missing: Update from masters.
2658 * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): No longer depend
2659 upon package.m4.
2660 * configure.in (ALL_LINGUAS): Add `tr'.
2661
2662 2001-09-21 Akim Demaille <akim@epita.fr>
2663
2664 * tests/Makefile.am (package.m4): Move to...
2665 ($(srcdir)/$(TESTSUITE)): here.
2666
2667 2001-09-20 Akim Demaille <akim@epita.fr>
2668
2669 * src/complain.c: No longer try to be standalone: use system.h.
2670 Don't assume __STDC__ is defined to 1. Just test if it is defined.
2671 * src/complain.h: Likewise.
2672 * src/reduce.c (useless_nonterminals, inaccessable_symbols):
2673 Remove the unused variable `n'.
2674 From Albert Chin-A-Young.
2675
2676 2001-09-18 Marc Autret <autret_m@epita.fr>
2677
2678 * doc/bison.1: Update.
2679 * doc/bison.texinfo (Bison Options): Update --defines and --graph
2680 descriptions.
2681 (Option Cross Key): Update.
2682 Add --graph.
2683
2684 2001-09-18 Marc Autret <autret_m@epita.fr>
2685
2686 * tests/regression.at: New test (comment in %union).
2687
2688 2001-09-18 Marc Autret <autret_m@epita.fr>
2689
2690 * src/reader.c (parse_union_decl): Do not output '/'. Let copy_comment
2691 do that.
2692 Reported by Keith Browne.
2693
2694 2001-09-18 Marc Autret <autret_m@epita.fr>
2695
2696 * tests/output.at: Add tests for --defines and --graph.
2697
2698 2001-09-18 Marc Autret <autret_m@epita.fr>
2699
2700 * tests/output.at: Removes tests of %{header,src}_extension features.
2701
2702 2001-09-18 Akim Demaille <akim@epita.fr>
2703
2704 * tests/Makefile.am (package.m4): New.
2705 * tests/calc.at (_AT_CHECK_CALC): Just run `calc input'.
2706 (_AT_CHECK_CALC_ERROR): Likewise.
2707 Factor the `, ' part of verbose error messages.
2708
2709 2001-09-18 Marc Autret <autret_m@epita.fr>
2710
2711 * src/getargs.c (longopts): Declare --defines and --graph as options
2712 with optional arguments.
2713 * src/files.h: Add extern declarations.
2714 * src/files.c (spec_graph_file, spec_defines_file): New.
2715 (output_files): Update.
2716 Remove CPP-outed code.
2717
2718 2001-09-18 Marc Autret <autret_m@epita.fr>
2719
2720 Turn off %{source,header}_extension feature.
2721
2722 * src/files.c (compute_exts_from_gf): Update.
2723 (compute_exts_from_src): Update.
2724 (output_files): CPP-out useless code.
2725 * src/files.h: Remove {header,source}_extension extern declarations.
2726 * src/reader.c (parse_dquoted_param): CPP-out.
2727 (parse_header_extension_decl): Remove.
2728 (parse_source_extension_decl): Remove.
2729 (read_declarations): Remove cases tok_{hdrext,srcext}.
2730 * src/lex.c (percent_table): Remove {header,source}_extension entries.
2731 * src/lex.h (token_t): Remove tok_hdrext and tok_srcext.
2732
2733 2001-09-10 Akim Demaille <akim@epita.fr>
2734
2735 * tests/output.at (AT_CHECK_BISON_FLAGS, AT_CHECK_BISON_PERCENT):
2736 (AT_CHECK_BISON_PERCENT_FLAGS): Merge into...
2737 (AT_CHECK_OUTPUT): this.
2738 Merely check ls' exit status, its output is useless.
2739
2740 2001-09-10 Akim Demaille <akim@epita.fr>
2741
2742 * tests/calc.at: Use m4_match.
2743 (_AT_DATA_CALC_Y): Check `yyin != NULL', not `stdin != NULL'.
2744
2745 2001-09-10 Marc Autret <autret_m@epita.fr>,
2746 Akim Demaille <akim@epita.fr>
2747
2748 * src/vcg.h (graph_s): color, textcolor, bordercolor are now
2749 enum color_e.
2750 * src/print_graph.c (print_graph): Initalize graph.layoutalgorithm
2751 to `normal'.
2752 * src/reader.c (parse_token_decl): Initialize token with tok_eof.
2753 * src/lex.h: Adjust prototype.
2754 (token_t): Add `tok_undef'.
2755 * src/lex.c (struct percent_table_struct): Retval is now a token_t.
2756 (parse_percent_token): Now returns token_t.
2757 Add default statement in switch.
2758 (lex): Separate `c' as an input variable, from the token_t result
2759 part.
2760 (unlexed): Is a token_t.
2761
2762 2001-09-10 Akim Demaille <akim@epita.fr>
2763
2764 * configure.in: Bump to 1.29a.
2765
2766 2001-09-07 Akim Demaille <akim@epita.fr>
2767
2768 Version 1.29.
2769
2770 2001-08-30 Akim Demaille <akim@epita.fr>
2771
2772 * tests/atgeneral.m4, tests/atconfig.in, tests/suite.at: Remove.
2773 * m4/atconfig.m4: Remove.
2774 * tests/testsuite.at, tests/atlocal.in, tests/output.at,
2775 * tests/bison: New.
2776 * tests/regression.at, tests/calc.at: Use m4_define, AT_BANNER,
2777 m4_if, m4_patsubst, and m4_regexp.
2778 * tests/calc.at (_AT_CHECK_CALC, _AT_CHECK_CALC_ERROR): Use an
2779 `input' file instead of echo.
2780
2781 2001-08-29 Akim Demaille <akim@epita.fr>
2782
2783 Bump to 1.28e.
2784
2785 2001-08-29 Akim Demaille <akim@epita.fr>
2786
2787 Version 1.28d.
2788
2789 2001-08-29 Paul Eggert <eggert@twinsun.com>
2790
2791 * src/bison.simple (yyparse): Don't take the address of an
2792 item before the start of an array, as that doesn't conform to
2793 the C Standard.
2794
2795 2001-08-29 Robert Anisko <anisko_r@epita.fr>
2796
2797 * doc/bison.texinfo (Location Tracking Calc): New node.
2798
2799 2001-08-29 Paul Eggert <eggert@twinsun.com>
2800
2801 * src/output.c (output): Do not define const, as this now
2802 causes more problems than it cures.
2803
2804 2001-08-29 Akim Demaille <akim@epita.fr>
2805
2806 * doc/bison.texinfo: Modernize `@node' and `@top' use: just name
2807 the nodes.
2808 Be sure to tag the `detailmenu'.
2809
2810 2001-08-29 Akim Demaille <akim@epita.fr>
2811
2812 * Makefile.maint (do-po-update): Wget refuses to overwrite files:
2813 download in a tmp dir.
2814
2815 2001-08-28 Marc Autret <autret_m@epita.fr>
2816
2817 * config/depcomp: New file.
2818
2819 2001-08-28 Marc Autret <autret_m@epita.fr>
2820
2821 * doc/bison.1 (mandoc): Adjust.
2822 From Juan Manuel Guerrero.
2823
2824 2001-08-28 Marc Autret <autret_m@epita.fr>
2825
2826 * src/print_graph.c (print_state): Fix.
2827
2828 2001-08-27 Marc Autret <autret_m@epita.fr>
2829
2830 * src/vcg.h (classname_s, infoname_s, node_s): Constify the
2831 char * members.
2832 Echo modifications to the functions prototypes.
2833 * src/vcg.c (add_classname, add_infoname): Adjust arguments.
2834
2835 2001-08-27 Marc Autret <autret_m@epita.fr>
2836
2837 * src/vcg.c: Include `xalloc.h'.
2838 (add_colorentry): New.
2839 (add_classname): New.
2840 (add_infoname): New.
2841 * src/vcg.h: Add new prototypes.
2842
2843 2001-08-27 Akim Demaille <akim@epita.fr>
2844
2845 * Makefile.maint: Sync. again with CVS Autoconf.
2846
2847 2001-08-27 Akim Demaille <akim@epita.fr>
2848
2849 * Makefile.maint: Formatting changes.
2850 (po-update, cvs-update, update): New targets.
2851 (AMTAR): Remove.
2852
2853 2001-08-27 Akim Demaille <akim@epita.fr>
2854
2855 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
2856 * Makefile.maint: Sync. with CVS Autoconf.
2857
2858 2001-08-27 Marc Autret <autret_m@epita.fr>
2859
2860 * src/vcg.h (struct infoname_s): New.
2861 (struct colorentry_s): New.
2862 (graph_s): New fields {vertical,horizontal}_order in structure.
2863 Add `infoname' field.
2864 Add `colorentry' field;
2865 * src/vcg_defaults.h (G_VERTICAL_ORDER): New.
2866 (G_HORIZONTAL_ORDER): New.
2867 (G_INFONAME): New.
2868 (G_COLORENTRY): New.
2869 * src/vcg.c (output_graph): Add output of {vertical,horizontal}_order.
2870 Add output of `infoname'.
2871 Add output of `colorentry'.
2872
2873 2001-08-27 Marc Autret <autret_m@epita.fr>
2874
2875 * src/reader.c (parse_dquoted_param): Rename variable `index' to `i'.
2876 This one shadowed a global parameter.
2877
2878 2001-08-24 Marc Autret <autret_m@epita.fr>
2879
2880 * src/print_graph.c (node_output_size): Declared POSIX `size_t' type,
2881 instead of `unsigned'.
2882 (print_state): Do not call obstack_object_size () in obstack_grow ()
2883 to avoid macro variables shadowing.
2884
2885 2001-08-23 Marc Autret <autret_m@epita.fr>
2886
2887 * src/lex.c (percent_table): Typo: s/naem/name/.
2888 Add graph option.
2889 Normalize new options declarations.
2890
2891 2001-08-20 Pascal Bart <pascal.bart@epita.fr>
2892
2893 * tests/suite.at: Exercise %header_extension and %source_extension.
2894
2895 2001-08-16 Marc Autret <autret_m@epita.fr>
2896
2897 * src/reader.c (parse_dquoted_param): New.
2898 (parse_header_extension_decl): Use it.
2899 (parse_source_extension_decl): Likewise.
2900
2901 2001-08-16 Marc Autret <autret_m@epita.fr>
2902
2903 * src/vcg.c: Remove includes of `complain.h' and `xalloc.h'.
2904 (get_xxxx_str): Use assert () instead of complain ().
2905 Remove return invokations in default cases.
2906 (get_decision_str): Modify default behaviour. Remove second argument.
2907 Echo modifications on calls.
2908 (output_graph): Fix.
2909
2910 2001-08-16 Marc Autret <autret_m@epita.fr>
2911
2912 * src/getargs.c (usage): Update with ``-g, --graph''.
2913
2914 2001-08-16 Marc Autret <autret_m@epita.fr>
2915
2916 * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
2917 (Option Cross Key): Likewise.
2918 * doc/bison.1: Update.
2919
2920 2001-09-25 Pascal Bart <pascal.bart@epita.fr>
2921
2922 * src/output.c (output_master_parser): Don't finish action_obstack.
2923 (output_parser): Don't care about the muscle action, here.
2924 (prepare): Copy the action_obstack in the action muscle.
2925 (output): Free action_obstack.
2926
2927 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
2928
2929 * src/reader.c (parse_union_decl): Add new obstack union_obstack. Which
2930 will contain `%union' declaration.
2931 (parse_union_decl): Delete #line directive output.
2932 (parse_union_decl): Substitute /attrs_obstack/union_obstack for all
2933 informations about %union.
2934 (parse_union_decl): Copy the union_obstack in the muscle stype.
2935 * src/bison.simple: Add new #line directive.
2936 Add typdef %%stype YYSTYPE.
2937
2938 2001-09-23 Pascal Bart <pascal.bart@epita.fr>
2939
2940 * src/bison.simple: Add new `#line' directive.
2941
2942 2001-09-22 Pascal Bart <pascal.bart@epita.fr>
2943
2944 * src/bison.simple: New `#line' directive.
2945 * src/output.c (output_parser): Support new dynamic muscle input_line.
2946
2947 2001-09-22 Marc Autret <autret_m@epita.fr>
2948
2949 * src/output.c (output_master_parser): New.
2950 (output_parser): Be more re-entrant.
2951
2952 2001-09-21 Marc Autret <autret_m@epita.fr>
2953
2954 * src/reader.c (copy_definition, parse_union_decl): Update and use
2955 `linef' muscle.
2956 (copy_action): Likewise.
2957 Use obstack_1grow ().
2958 * src/muscle_tab.c (muscle_init): Add muscle `linef'.
2959
2960 2001-09-21 Marc Autret <autret_m@epita.fr>
2961
2962 * src/options.c (option_table): Adjust.
2963 * src/lex.c (parse_percent_token): Fix.
2964
2965 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
2966
2967 * src/options.c (symtab.h): Include it, need by lex.h.
2968
2969 2001-09-20 Pascal Bart <pascal.bart@epita.fr>
2970
2971 * src/lex.c (parse_percent_token): Change type of variable `tx', which
2972 is now an option_table_struct*.
2973 (option_strcmp): New function option_strcmp.
2974 (parse_percent_token): Call option_strcmp.
2975 * src/getargs.c (xalloc.h, options.h): Include it.
2976 (getargs): Call create_long_option_table.
2977 (getargs): Free longopts at the end of the function.
2978 (shortopts): Move in options.c.
2979 * src/options.c (create_long_option_table): New function. Convert
2980 information from option_table to option structure.
2981 * src/reader.c (options.h): Include it.
2982
2983 * src/Makefile.am: Adjust.
2984 * src/options.c (option_table): Create from longopts and percent_table.
2985 * src/getargs.c (longopts): Delete.
2986 * src/lex.c (struct percent_table_struct): Delete.
2987 (percent_table): Delete.
2988 (options.h): Include it.
2989 * src/options.c: Create.
2990 * src/options.h: Create.
2991 Declare enum opt_access_e.
2992 Define struct option_table_struct.
2993
2994 2001-09-20 Marc Autret <autret_m@epita.fr>
2995
2996 * doc/bison.texinfo: Adjust terminologies about prologue and epilogue
2997 sections of Bison.
2998
2999 2001-09-19 Pascal Bart <pascal.bart@epita.fr>
3000
3001 * src/bison.simple: s/%%filename/%%skeleton.
3002 * src/muscle_tab.c (getargs.h): Include it.
3003 (muscle_init): Insert new muscle skeleton.
3004
3005 2001-09-18 Pascal Bart <pascal.bart@epita.fr>
3006
3007 * src/output.c (output_parser): Delete unused variable actions_dumped.
3008
3009 2001-09-07 Pascal Bart <pascal.bart@epita.fr>
3010
3011 * src/output.c (output): Delete call to reader_output_yylsp.
3012 * src/reader.c (reader): Likewise.
3013 * src/reader.h: Delete declaration of reader_output_yylsp.
3014
3015 2001-09-02 Marc Autret <autret_m@epita.fr>
3016
3017 * src/reader.c: Include muscle_tab.h.
3018 (parse_union_decl): Update.
3019 (parse_macro_decl): Rename parse_muscle_decl.
3020 Update to use renamed functions and variable.
3021 (read_declarations, copy_action, read_additionnal_code, : Updated
3022 with correct variables and functions names.
3023 (packsymbols, reader): Likewise.
3024
3025 * src/reader.h (muscle_obstack): Extern declaration update.
3026
3027 * src/output.c: Include muscle_tab.h
3028 In all functions using macro_insert, change by using muscle_insert ().
3029 (macro_obstack): Rename muscle_obstack.
3030 Echo modifications in the whole file.
3031 (MACRO_INSERT_INT): Rename MUSCLE_INSERT_INT.
3032 (MACRO_INSERT_STRING): Rename MUSCLE_INSERT_STRING.
3033 (MACRO_INSERT_PREFIX): Rename MUSCLE_INSERT_PREFIX.
3034
3035 * src/muscle_tab.h: Update double inclusion macros.
3036 (macro_entry_s): Rename muscle_entry_s.
3037 Update prototypes.
3038
3039 * src/muscle_tab.c: Include muscle_tab.h.
3040 Rename macro_tabble to muscle_table.
3041 (mhash1, mhash2, mcmp): Use muscle_entry.
3042 (macro_init): Rename muscle_init. Update.
3043 (macro_insert): Rename muscle_insert. Update.
3044 (macro_find): Rename muscle_find. Update.
3045
3046 * src/main.c: Include muscle_tab.h.
3047 (main): Call muscle_init ().
3048 * src/Makefile.am (bison_SOURCES): Echo modifications.
3049
3050 2001-09-02 Marc Autret <autret_m@epita.fr>
3051
3052 Now the files macro_tab.[ch] are named muscle_tab.[ch].
3053
3054 * src/muscle_tab.c, src/muscle_tab.h: Add files.
3055
3056 2001-09-02 Marc Autret <autret_m@epita.fr>
3057
3058 * src/macrotab.c, src/macrotab.h: Remove.
3059
3060 2001-09-01 Pascal Bart <pascal.bart@epita.fr>
3061
3062 * src/reader.c (copy_guard): Use muscle to specify the `#line'
3063 filename.
3064
3065 2001-09-01 Marc Autret <autret_m@epita.fr>
3066
3067 * tests/calc.at (exp): Now, YYERROR_VERBOSE need to be set
3068 to an explicit value to activate the feature. We do it here.
3069
3070 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
3071
3072 * src/output.c (prepare): Delete the `filename' muscule insertion.
3073 * src/reader.c (copy_action): Use `filename' muscule with `#line'.
3074 (parse_union_decl): Likewise.
3075 * src/macrotab.c (macro_init): Initialize filename by infile.
3076
3077 2001-08-31 Marc Autret <autret_m@epita.fr>
3078
3079 * src/bison.simple (YYLSP_NEEDED): New definition.
3080 * src/output.c (prepare): Add macro insertion of `locations_flag'
3081
3082 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
3083
3084 * src/output.c (prepare): Delete insertion of previous muscles,
3085 and insert the `prefix' muscles.
3086 * src/macrotab.c (macro_init): Likewise.
3087 (macro_init): Initialization prefix directive by `yy'.
3088 * src/bison.simple: Substitute all %%yylex, %%yychar, %%yylval,
3089 %%yydebug, %%yyerror, %%yynerrs and %%yyparse by yylex, yychar,
3090 yylval, yydebug, yyerror, yynerrs and yyparse.
3091 New directive `#define' to substitute yydebug, ... with option
3092 name_prefix.
3093
3094 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
3095
3096 * src/main.c (main): Standardize.
3097 * src/output.c (output_table_data, output_parser): Likewise.
3098 * src/macrotab.h, src/macrotab.c, src/bison.simple: Likewise.
3099
3100 2001-08-31 Pascal Bart <pascal.bart@epita.fr>, Marc Autret <autret_m@epita.fr>
3101
3102 * src/reader.c (read_additionnal_code): Rename %%user_code to
3103 %%epilogue.
3104 * src/output.c (output): Rename %%declarations to %%prologue.
3105 * src/bison.simple: Echo modifications.
3106
3107 2001-08-31 Marc Autret <autret_m@epita.fr>
3108
3109 * src/reader.c (readgram): CleanUp.
3110 (output_token_defines): Likewise.
3111 (packsymbols): Likewise.
3112 (reader): Likewise.
3113 * src/output.c (output): CPP-out useless code.
3114
3115 2001-08-31 Pascal Bart <pascal.bart@epita.fr>
3116
3117 * src/reader.c (reader): Delete obsolete call to function
3118 output_trailers and output_headers.
3119 * src/output.h: Remove obsolete functions prototypes of output_headers
3120 and output_trailers.
3121
3122 2001-08-30 Pascal Bart <pascal.bart@epita.fr>
3123
3124 * src/main.c: Include macrotab.h.
3125 * src/macrotab.h (macro_entry_s): Constify fields.
3126 Adjust functions prototypes.
3127 * src/macrotab.c (macro_insert): Constify key and value.
3128 (macro_find): Constify key.
3129 (macro_insert): Include 'xalloc.h'
3130 (macro_insert): Use XMALLOC.
3131 (macro_find): Constify return value.
3132 * src/output.c (output_table_data): Rename table to table_data.
3133 (output_parser): Constify macro_key, macro_value.
3134
3135 2001-08-30 Marc Autret <autret_m@epita.fr>
3136
3137 * src/reader.c (parse_skel_decl): New.
3138 (read_declarations): Add case `tok_skel', call parse_skel_decl ().
3139 * src/lex.h (token_t): New token `tok_skel'.
3140 * src/lex.c (percent_table): Add skeleton option entry.
3141 Standardize.
3142
3143 2001-08-29 Marc Autret <autret_m@epita.fr>
3144
3145 * src/bison.simple: Add %%user_code directive at the end.
3146 * src/reader.c (read_additionnal_code): New.
3147 (reader): Use it.
3148 * src/output.c (output_program): Remove.
3149 (output): Update.
3150
3151 2001-08-28 Marc Autret <autret_m@epita.fr>
3152
3153 * src/output.c (output_actions): Clean up.
3154 (output_gram): CPP-out useless code.
3155 * src/reader.c (reader): Clean up, CPP-out useless code.
3156
3157 2001-08-28 Pascal Bart <pascal.bart@epita.fr>
3158
3159 * src/output.c (output): Copy attrs_obstack in the '%%definitions'
3160 directive.
3161 * src/bison.simple: Add `%%definitions'.
3162
3163 2001-08-28 Marc Autret <autret_m@epita.fr>
3164
3165 * config/depcomp: New file.
3166
3167 2001-08-27 Paul Eggert <eggert@twinsun.com>
3168
3169 * src/bison.simple (yyparse): Don't take the address of an
3170 item before the start of an array, as that doesn't conform to
3171 the C Standard.
3172
3173 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
3174
3175 * src/output.c (output): Remove the initialization of the macro
3176 obstack. It was done too late here.
3177
3178 * src/reader.c (parse_macro_decl): Fix. Use of the macro obstack was
3179 completely wrong.
3180 (reader): Initialize the macro obstack here, since we need it to grow
3181 '%define' directives.
3182
3183 * src/reader.h: Declare the macro obstack as extern.
3184
3185 2001-08-27 Robert Anisko <robert.anisko@epita.fr>
3186
3187 * src/output.c (output_parser): Fix. Store single '%' characters in
3188 the output obstack instead of throwing them away.
3189
3190 2001-08-27 Akim Demaille <akim@epita.fr>
3191
3192 * Makefile.am (AUTOMAKE_OPTIONS): 1.5.
3193
3194 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
3195
3196 * lib/Makefile.am: Adjust.
3197
3198 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
3199
3200 * src/bison.simple: Update and add '%%' directives.
3201
3202 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
3203
3204 * src/reader.c (reader): Remove calls to 'output_headers' and
3205 'output_trailers'. Remove some C output.
3206 (readgram): Disable a piece of code that was writing a default
3207 definition for 'YYSTYPE'.
3208 (reader_output_yylsp): Remove.
3209 (packsymbols): Output token defintions to a macro.
3210 (copy_definition): Disable C output.
3211
3212 * src/reader.c (parse_macro_decl): New function used to parse macro
3213 declarations.
3214 (copy_string2): Put the body of copy_string into this new function.
3215 Add a parameter to let the caller choose whether he wants to copy the
3216 string delimiters or not.
3217 (copy_string): Be a simple call to copy_string2 with the last argument
3218 bound to true.
3219 (read_declarations): Add case for macro definition.
3220 (copy_identifier): New.
3221 (parse_macro_decl): Read macro identifiers using copy_identifier
3222 rather than lex.
3223
3224 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
3225
3226 * src/output.c (prepare): Add prefixed names.
3227 (output_parser): Output semantic actions.
3228 (output_parser): Fix bug on '%%line' directives.
3229
3230 * src/output.c (output_headers): Remove. The C code printed by this
3231 function should now be in the skeletons.
3232 (output_trailers): Remove.
3233 (output): Disable call to 'reader_output_yylsp'.
3234 (output_rule_data): Do not output tables to the table obstack.
3235
3236 * src/output.c: Remove some C dedicated output.
3237 Improve the use of macro and output obstacks.
3238 (output_defines): Remove.
3239
3240 * src/output.c (output_token_translations): Associate 'translate'
3241 table with a macro. No output to the table obstack.
3242 (output_gram): Same for 'rhs' and 'prhs'.
3243 (output_stos): Same for 'stos'.
3244 (output_rule_data): Same for 'r1' and 'r2'.
3245 (token_actions): Same for 'defact'.
3246 (goto_actions): Same for 'defgoto'.
3247 (output_base): Same for 'pact' and 'pgoto'.
3248 (output_table): Same for 'table'.
3249 (output_check): Same for 'check'.
3250
3251 * src/output.c (output_table_data): New function.
3252 (output_short_table): Remove.
3253 (output_short_or_char_table): Remove.
3254
3255 * src/output.c (output_parser): Replace most of the skeleton copy code
3256 with something new. Skeletons are now processed character by character
3257 rather than line by line, and Bison looks for '%%' macros. This is the
3258 first step in making Bison's output process (a lot) more flexible.
3259 (output_parser): Use the macro table.
3260
3261 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
3262
3263 * src/main.c (main): Initialize the macro table.
3264
3265 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
3266
3267 * src/lex.c (percent_table): Add tok_define.
3268 * src/lex.h: Add tok_define.
3269
3270 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
3271
3272 * src/macrotab.c: New file.
3273 * src/macrotab.h: New file.
3274 * src/Makefile.am: Update.
3275
3276 2001-08-25 Robert Anisko <robert.anisko@epita.fr>
3277
3278 * lib/hash.c: New file.
3279 * lib/hash.h: New file.
3280 * lib/Makefile.am: Update.
3281
3282 2001-08-15 Akim Demaille <akim@epita.fr>
3283
3284 Version 1.28c.
3285
3286 2001-08-15 Marc Autret <autret_m@epita.fr>
3287
3288 * src/reader.c (readgram): Indent output macro YYSTYPE.
3289 (packsymbols): Likewise.
3290 (output_token_defines): Likewise.
3291 * src/files.c: Standardize.
3292 (compute_header_macro): New.
3293 (defines_obstack_save): New. Use compute_header_macro.
3294 (output_files): Update. Use defines_obstack_save.
3295
3296 2001-08-15 Akim Demaille <akim@epita.fr>
3297
3298 * doc/bison.texinfo (Table of Symbols): Document
3299 YYSTACK_USE_ALLOCA.
3300
3301 2001-08-15 Akim Demaille <akim@epita.fr>
3302
3303 * missing: Update from CVS Automake.
3304 * config/config.guess, config/config.sub, config/texinfo.tex:
3305 Update from gnu.org.
3306
3307 2001-08-15 Akim Demaille <akim@epita.fr>
3308
3309 * Makefile.maint: Sync with CVS Autoconf.
3310
3311 2001-08-14 Pascal Bart <pascal.bart@epita.fr>
3312
3313 * doc/bison.texinfo: Include GNU Free Documentation License from
3314 `fdl.texi'.
3315 * doc/fdl.texi: Add to package.
3316
3317 2001-08-14 Marc Autret <autret_m@epita.fr>
3318
3319 Turn on %{source,header}_extension features.
3320
3321 * src/lex.c (percent_table): Un-CPP out header_extension and
3322 source_extension.
3323 * src/files.c (compute_exts_from_gf): Compare pointers with NULL.
3324 (compute_exts_from_src): Remove conditions. It restores priorities
3325 between options.
3326
3327 2001-08-14 Marc Autret <autret_m@epita.fr>
3328
3329 * src/files.c (compute_base_names): Add extensions computing when
3330 `--file-prefix' used.
3331 Standardize function calls.
3332
3333 2001-08-13 Marc Autret <autret_m@epita.fr>
3334
3335 * src/bison.simple (YYSTACK_USE_ALLOCA): Changed to allow users
3336 defining it (defined but null disables alloca).
3337
3338 2001-08-13 Marc Autret <autret_m@epita.fr>
3339
3340 * src/bison.simple (_yy_memcpy): CPP reformat.
3341
3342 2001-08-13 Pascal Bart <pascal.bart@epita.fr>
3343
3344 * tests/atconfig.in (CPPFLAGS): Fix.
3345
3346 2001-08-10 Pascal Bart <pascal.bart@epita.fr>
3347
3348 * doc/bison.texinfo: Include GNU General Public License from
3349 `gpl.texi'.
3350 * doc/gpl.texi: Add to package.
3351
3352 2001-08-10 Marc Autret <autret_m@epita.fr>
3353
3354 * src/print_graph.h: Fix.
3355 * src/reader.c (read_declarations): Use parse_header_extension_decl ().
3356
3357 2001-08-10 Akim Demaille <akim@epita.fr>
3358
3359 * src/system.h: Provide default declarations for stpcpy, strndup,
3360 and strnlen.
3361
3362 2001-08-10 Robert Anisko <anisko_r@epita.fr>
3363
3364 * doc/bison.texinfo (Locations): Update @$ stuff.
3365
3366 2001-08-09 Robert Anisko <anisko_r@epita.fr>
3367
3368 * src/bison.simple (YYLLOC_DEFAULT): Update.
3369 (yyparse): Adjust.
3370
3371 2001-08-08 Marc Autret <autret_m@epita.fr>
3372
3373 * doc/bison.texinfo: Change @samp{$<@dots{}>} to
3374 @samp{$<@dots{}>@var{n}} in Section Actions in Mid-Rule.
3375 Reported by Fabrice Bauzac.
3376
3377 2001-08-08 Marc Autret <autret_m@epita.fr>
3378
3379 * src/vcg_default.h: Use NULL instead of 0 to initialize pointers.
3380 * src/vcg.c (output_node): Fix.
3381 * src/vcg.h: Cleanup.
3382 * src/print_graph.c: Add comments.
3383 (node_output_size): New global variable. Simplify the formatting of
3384 the VCG graph output.
3385 (print_actions): Unused code is now used. It notifies the final state
3386 and no action states in the VCG graph. It also give the reduce actions.
3387 The `shift and goto' edges are red and the `go to state' edges are
3388 blue.
3389 Get the current node name and node_obstack by argument.
3390 (node_obstack): New variable.
3391 (print_state): Manage node_obstack.
3392 (print_core): Use node_obstack given by argument.
3393 A node is not only computed here but in print_actions also.
3394 (print_graph): CPP out useless code instead of commenting it.
3395
3396 2001-08-07 Pascal Bart <pascal.bart@epita.fr>
3397
3398 * tests/atconfig.in (CPPFLAGS): Fix.
3399
3400 2001-08-07 Akim Demaille <akim@epita.fr>
3401
3402 * src/print_graph.c (quote): New.
3403 (print_core): Use it.
3404
3405 2001-08-06 Akim Demaille <akim@epita.fr>, Marc Autret <autret_m@epita.fr>
3406
3407 * src/vcg.c (complain.h): Include it.
3408 Unepitaize `return' invocations.
3409 [NDEBUG] (main): Remove.
3410 * src/vcg.h (node_t, edge_t, graph_t): Constify the char * members.
3411 * src/files.c (open_files): Initialize graph_obstack.
3412 * src/print_graph.c (print_actions): CPP out useless code.
3413 (print_core): Don't output the last `\n' in labels.
3414 Use `quote'.
3415 * src/files.c (output_files): Output the VCG file.
3416 * src/main.c (main): Invoke print_graph ();
3417
3418 2001-08-06 Marc Autret <autret_m@epita.fr>
3419
3420 Automaton VCG graph output.
3421 Using option ``-g'' or long option ``--graph'', you can generate
3422 a gram_filename.vcg file containing a VCG description of the LALR (1)
3423 automaton of your grammar.
3424
3425 * src/main.c: Call to print_graph() function.
3426 * src/getargs.h: Update.
3427 * src/getargs.c (options): Update to catch `-g' and `--graph' options.
3428 (graph_flag): New flag.
3429 (longopts): Update.
3430 (getargs): Add case `g'.
3431 * src/files.c (graph_obstack): New obstack struct.
3432 (open_files): Initialize new obstack.
3433 (output_files): Saves graph_obstack if required.
3434 * src/files.h (graph_obstack): New extern declaration.
3435 * src/Makefile.am: Add new source files.
3436
3437 2001-08-06 Marc Autret <autret_m@epita.fr>
3438
3439 * src/print_graph.c, src/print_graph.h (graph): New.
3440 * src/vcg.h: New file.
3441 * src/vcg.c: New file, VCG graph handling.
3442
3443 2001-08-06 Marc Autret <autret_m@epita.fr>
3444
3445 Add of %source_extension and %header_extension which specify
3446 the source or/and the header output file extension.
3447
3448 * src/files.c (compute_base_names): Remove initialisation of
3449 src_extension and header_extension.
3450 (compute_exts_from_gf): Update.
3451 (compute_exts_from_src): Update.
3452 (output_files): Update.
3453 * src/reader.c (parse_header_extension_decl): New.
3454 (parse_source_extension_decl): New.
3455 (read_declarations): New case statements for the new tokens.
3456 * src/lex.c (percent_table): Add entries for %source_extension
3457 and %header_extension.
3458 * src/lex.h (token_e): New tokens tok_hdrext and tok_srcext.
3459
3460 2001-08-06 Marc Autret <autret_m@epita.fr>
3461
3462 * configure.in: Bump to 1.28c.
3463 * doc/bison.texinfo: Texinfo thingies.
3464
3465 2001-08-04 Pascal Bart <pascal.bart@epita.fr>
3466
3467 * tests/atconfig.in (CPPFLAGS): Add.
3468 * tests/calc.at (AT_CHECK): Use CPPFLAGS.
3469
3470 2001-08-03 Akim Demaille <akim@epita.fr>
3471
3472 Version 1.28b.
3473
3474 2001-08-03 Akim Demaille <akim@epita.fr>
3475
3476 * tests/Makefile.am (check-local): Ship testsuite.
3477 * tests/calc.at (_AT_DATA_CALC_Y): Prototype all the functions.
3478 Include `string.h'.
3479
3480 2001-08-03 Akim Demaille <akim@epita.fr>
3481
3482 * configure.in: Try using -Wformat when compiling.
3483
3484 2001-08-03 Akim Demaille <akim@epita.fr>
3485
3486 * configure.in: Bump to 1.28b.
3487
3488 2001-08-03 Akim Demaille <akim@epita.fr>
3489
3490 * src/complain.c: Adjust strerror_r portability issues.
3491
3492 2001-08-03 Akim Demaille <akim@epita.fr>
3493
3494 Version 1.28a.
3495
3496 2001-08-03 Akim Demaille <akim@epita.fr>
3497
3498 * src/getargs.c, src/getarg.h (skeleton)): Constify.
3499 * src/lex.c (literalchar): Avoid name clashes on `buf'.
3500 * src/getargs.c: Include complain.h.
3501 * src/files.c, src/files.h (skeleton_find): Avoid name clashes.
3502 * lib/quotearg.c, lib/quotearg.h: Update from fileutils 4.1.
3503
3504 2001-08-03 Akim Demaille <akim@epita.fr>
3505
3506 * src/reader.c (readgram): Display hidden chars in error messages.
3507
3508 2001-08-03 Akim Demaille <akim@epita.fr>
3509
3510 Update to gettext 0.10.39.
3511
3512 2001-08-03 Akim Demaille <akim@epita.fr>
3513
3514 * lib/strspn.c: New.
3515
3516 2001-08-01 Marc Autret <autret_m@epita.fr>
3517
3518 * doc/bison.texinfo: Update.
3519 * doc/bison.1 (mandoc): Update.
3520 * src/system.h (EXT_GUARD_C, EXT_STYPE_H): Remove .c and .h.
3521 * src/files.c: Support output files extensions computing.
3522 (src_extension): New static variable.
3523 (header_extension): New static variable.
3524 (tr): New function.
3525 (get_extension_index): New function, gets the index of an extension
3526 filename in a string.
3527 (compute_exts_from_gf): New function, computes extensions from the
3528 grammar file extension.
3529 (compute_exts_from_src): New functions, computes extensions from the
3530 C source file extension, file given by ``-o'' option.
3531 (compute_base_names): Update.
3532 (output_files): Update.
3533
3534 2001-08-01 Robert Anisko <anisko_r@epita.fr>
3535
3536 * doc/bison.texi: Document @$.
3537 (Locations): New section.
3538
3539 2001-07-18 Akim Demaille <akim@epita.fr>
3540
3541 * Makefile.maint, GNUmakefile: New, from Autoconf 2.52.
3542 * config/prev-version.txt, config/move-if-change: New.
3543 * Makefile.am: Adjust.
3544
3545 2001-07-08 Pascal Bart <pascal.bart@epita.fr>
3546
3547 * src/bison.simple (yyparse): Suppress warning `comparaison
3548 between signed and unsigned'.
3549
3550 2001-07-05 Pascal Bart <pascal.bart@epita.fr>
3551
3552 * src/getargs.h (raw_flag): Remove.
3553 * src/getargs.c: Die on `-r'/`--raw'.
3554 * src/lex.c (parse_percent_token): Die on `%raw'.
3555 * src/reader.c (output_token_defines): Suppress call to `raw_flag'.
3556 * tests/calc.at: Suppress test with option `--raw'.
3557
3558 2001-07-14 Akim Demaille <akim@epita.fr>
3559
3560 * config/: New.
3561 * configure.in: Require Autoconf 2.50.
3562 Update to gettext 0.10.38.
3563
3564 2001-03-16 Akim Demaille <akim@epita.fr>
3565
3566 * doc/bison.texinfo: ANSIfy the examples.
3567
3568 2001-03-16 Akim Demaille <akim@epita.fr>
3569
3570 * getargs.c (skeleton): New variable.
3571 (longopts): --skeleton is a new option.
3572 (shortopts, getargs): -S is a new option.
3573 * getargs.h: Declare skeleton.
3574 * output.c (output_parser): Use it.
3575
3576 2001-03-16 Akim Demaille <akim@epita.fr>
3577
3578 * m4/strerror_r.m4: New.
3579 * m4/error.m4: Run AC_FUNC_STRERROR_R.
3580 * lib/error.h, lib/error.c: Update.
3581
3582 2001-03-16 Akim Demaille <akim@epita.fr>
3583
3584 * src/getargs.c (longopts): Clean up.
3585
3586 2001-02-21 Akim Demaille <akim@epita.fr>
3587
3588 * src/reader.c (gensym): `gensym_count' is your own.
3589 Use a static buf to create the symbol name, as token_buffer is no
3590 longer a buffer.
3591
3592 2001-02-08 Akim Demaille <akim@epita.fr>
3593
3594 * src/conflicts.c (conflict_report): Be sure not to append to res
3595 between two calls, which could happen if both first sprintf were
3596 skipped, but not the first cp += strlen.
3597
3598 2001-02-08 Akim Demaille <akim@epita.fr>
3599
3600 * lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
3601 New, from fileutils 4.0.37.
3602 * configure.in: Require Autoconf 2.49c. I took some time before
3603 making this decision. This is the only way out for portability
3604 issues in Bison, it would mean way too much duplicate effort to
3605 import in Bison features implemented in 2.49c since 2.13.
3606 AC_REPLACE_FUNCS and AC_CHECK_DECLS the functions above.
3607
3608 2001-02-02 Akim Demaille <akim@epita.fr>
3609
3610 * lib/malloc.c, lib/realloc.c: New, from the fileutils 4.0.37.
3611 * lib/xalloc.h, lib/xmalloc.c: Update.
3612
3613 2001-01-19 Akim Demaille <akim@epita.fr>
3614
3615 Get rid of the ad hoc handling of token_buffer in the scanner: use
3616 the obstacks.
3617
3618 * src/lex.c (token_obstack): New.
3619 (init_lex): Initialize it. No longer call...
3620 (grow_token_buffer): this. Remove it.
3621 Adjust all the places which used it to use the obstack.
3622
3623 2001-01-19 Akim Demaille <akim@epita.fr>
3624
3625 * src/lex.h: Rename all the tokens:
3626 s/\bENDFILE\b/tok_eof/g;
3627 s/\bIDENTIFIER\b/tok_identifier/g;
3628 etc.
3629 Let them be enums, not #define, to ease debugging.
3630 Adjust all the code.
3631
3632 2001-01-18 Akim Demaille <akim@epita.fr>
3633
3634 * src/lex.h (MAXTOKEN, maxtoken, grow_token_buffer): Remove, private.
3635 * src/lex.c (maxtoken, grow_token_buffer): Static.
3636
3637 2001-01-18 Akim Demaille <akim@epita.fr>
3638
3639 Since we now use obstacks, more % directives can be enabled.
3640
3641 * src/lex.c (percent_table): Also accept `%yacc',
3642 `%fixed_output_files', `%defines', `%no_parser', `%verbose', and
3643 `%debug'.
3644 Handle the actions for `%semantic_parser' and `%pure_parser' here,
3645 instead of returning a token.
3646 * src/lex.h (SEMANTIC_PARSER, PURE_PARSER): Remove, unused.
3647 * src/reader.c (read_declarations): Adjust.
3648 * src/files.c (open_files): Don't call `compute_base_names', don't
3649 compute `attrsfile' since they depend upon data which might be
3650 *in* the input file now.
3651 (output_files): Do it here.
3652 * src/output.c (output_headers): Document the fact that this patch
3653 introduces a guaranteed SEGV for semantic parsers.
3654 * doc/bison.texinfo: Document them.
3655 * tests/suite.at: Exercise these %options.
3656
3657 2000-12-20 Akim Demaille <akim@epita.fr>
3658
3659 Also handle the output file (--verbose) with obstacks.
3660
3661 * files.c (foutput): Remove.
3662 (output_obstack): New.
3663 Adjust all dependencies.
3664 * src/conflicts.c: Return a string.
3665 * src/system.h (obstack_grow_string): Rename as...
3666 (obstack_sgrow): this. Be ready to work with non literals.
3667 (obstack_fgrow4): New.
3668
3669 2000-12-20 Akim Demaille <akim@epita.fr>
3670
3671 * src/files.c (open_files): Fix the computation of short_base_name
3672 in the case of `-o foo.tab.c'.
3673
3674 2000-12-20 Akim Demaille <akim@epita.fr>
3675
3676 * src/reader.c (copy_string, copy_comment, copy_comment2, copy_at)
3677 (copy_dollar): Now that everything uses obstacks, get rid of the
3678 FILE * parameters.
3679
3680 2000-12-20 Akim Demaille <akim@epita.fr>
3681
3682 * src/files.c (open_files): Actually the `.output' file is based
3683 on the short_base_name, not base_name.
3684 * tests/suite.at (Checking output file names): Adjust.
3685
3686 2000-12-20 Akim Demaille <akim@epita.fr>
3687
3688 * src/bison.s1: Remove, we now use directly...
3689 * src/bison.simple: this.
3690 * src/Makefile.am: Use pkgdata instead of data.
3691
3692 2000-12-20 Akim Demaille <akim@epita.fr>
3693
3694 * src/files.c (guard_obstack): New.
3695 (open_files): Initialize it.
3696 (output_files): Dump it...
3697 * src/files.h: Export it.
3698 * src/reader.c (copy_guard): Use it.
3699
3700 2000-12-19 Akim Demaille <akim@epita.fr>
3701
3702 * src/files.c (outfile, defsfile, actfile): Removed as global
3703 vars.
3704 (open_files): Don't compute them.
3705 (output_files): Adjust.
3706 (base_name, short_base_name): Be global.
3707 Adjust dependencies.
3708
3709 2000-12-19 Akim Demaille <akim@epita.fr>
3710
3711 * src/files.c (strsuffix): New.
3712 (stringappend): Be just like strcat but allocate.
3713 (base_names): Eve out from open_files.
3714 Try to simplify the rather hairy computation of base_name and
3715 short_base_name.
3716 (open_files): Use it.
3717 * tests/suite.at (Checking output file names): New test.
3718
3719 2000-12-19 Akim Demaille <akim@epita.fr>
3720
3721 * src/system.h (obstack_grow_literal_string): Rename as...
3722 (obstack_grow_string): this.
3723 * src/output.c (output_parser): Recognize `%% actions' instead of
3724 `$'.
3725 * src/bison.s1: s/$/%% actions/.
3726 * src/bison.hairy: Likewise.
3727
3728 2000-12-19 Akim Demaille <akim@epita.fr>
3729
3730 * src/output.c (output_parser): Compute the `#line' lines when
3731 there are.
3732 * src/Makefile.am (bison.simple): Be a simple copy of bison.s1.
3733 Suggested by Hans Aberg.
3734
3735 2000-12-19 Akim Demaille <akim@epita.fr>
3736
3737 Let the handling of the skeleton files be local to the procedures
3738 that use it.
3739
3740 * src/files.c (xfopen, xfclose, skeleton_find, guardfile): No
3741 longer static.
3742 (fparser, open_extra_files): Remove.
3743 (open_files, output_files): Don't take care of fparser.
3744 * src/files.h: Adjust.
3745 * src/output.c (output_parser): Open and close the file to the
3746 skeleton.
3747 * src/reader.c (read_declarations): When %semantic_parser, open
3748 fguard.
3749
3750 2000-12-19 Akim Demaille <akim@epita.fr>
3751
3752 * src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
3753 * src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
3754
3755 2000-12-19 Akim Demaille <akim@epita.fr>
3756
3757 * src/files.c (open_files): Yipee! We no longer need all the code
3758 looking for `/tmp' since we have no tmp file.
3759
3760 2000-12-19 Akim Demaille <akim@epita.fr>
3761
3762 * src/system.h (EXT_TAB, EXT_OUTPUT, EXT_STYPE_H, EXT_GUARD_C):
3763 New macros.
3764 * src/files.c (open_files): Less dependency on MSDOS etc.
3765
3766 2000-12-14 Akim Demaille <akim@epita.fr>
3767
3768 * src/bison.s1 (YYLLOC_DEFAULT): New macro.
3769 Provide a default definition.
3770 Use it when executing the default @ action.
3771 * src/reader.c (reader_output_yylsp): No longer include
3772 `timestamp' and `text' in the default YYLTYPE.
3773
3774 2000-12-12 Akim Demaille <akim@epita.fr>
3775
3776 * src/reader.c (copy_definition, parse_union_decl, copy_action)
3777 (copy_guard): Quote the file names.
3778 Reported by Laurent Mascherpa.
3779
3780 2000-12-12 Akim Demaille <akim@epita.fr>
3781
3782 * src/output.c (output_headers, output_program, output): Be sure
3783 to escape special characters when outputting filenames.
3784 (ACTSTR_PROLOGUE, ACTSTR_EPILOGUE): Remove.
3785 (output_headers): Don't depend on them, Use ACTSTR.
3786
3787 2000-11-17 Akim Demaille <akim@epita.fr>
3788
3789 * lib/obstack.h: Formatting changes.
3790 (obstack_grow, obstack_grow0): Don't cast WHERE at all: it
3791 prevents type checking.
3792 (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
3793 cast the value to (void *): assigning a `foo *' to a `void *'
3794 variable is valid.
3795 (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
3796 * src/reader.c (parse_union_decl): Typo: use obstack_1grow to
3797 append characters.
3798
3799 2000-11-17 Akim Demaille <akim@epita.fr>
3800
3801 * tests/Makefile.am (suite.m4, regression.m4, calc.m4): Rename
3802 as...
3803 (suite.m4, regression.m4, calc.m4): these.
3804 * tests/atgeneral.m4: Update from CVS Autoconf.
3805
3806 2000-11-17 Akim Demaille <akim@epita.fr>
3807
3808 * tests/regression.m4 (%union and --defines): New test,
3809 demonstrating a current bug in the obstack implementation.
3810
3811 2000-11-17 Akim Demaille <akim@epita.fr>
3812
3813 * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES): New
3814 macros.
3815 Use them to declare the variables which are global or local to
3816 `yyparse'.
3817
3818 2000-11-17 Akim Demaille <akim@epita.fr>
3819
3820 * acconfig.h: Remove, no longer used.
3821
3822 2000-11-07 Akim Demaille <akim@epita.fr>
3823
3824 * src: s/Copyright (C)/Copyright/g.
3825
3826 2000-11-07 Akim Demaille <akim@epita.fr>
3827
3828 * src/reader.c (reader): #define YYLSP_NEEDED to 1 instead of just
3829 defining.
3830 * src/bison.s1: s/#ifdef YYLSP_NEEDED/#if YYLSP_NEEDED/.
3831
3832 2000-11-07 Akim Demaille <akim@epita.fr>
3833
3834 * src/bison.s1 (YYLEX): Use #if instead of #ifdef.
3835 Merge in a single CPP if/else.
3836
3837 2000-11-07 Akim Demaille <akim@epita.fr>
3838
3839 * src/output.c (output): Remove useless variables.
3840 * lib/obstack.c (obstack_grow, obstack_grow0): Rename the second
3841 argument `data' for consistency with the prototypes.
3842 Qualify it `const'.
3843 (obstack_copy, obstack_copy0): Rename the second argument as
3844 `address' for consistency. Qualify it `const'.
3845 * lib/obstack.h (obstack_copy, obstack_copy0, obstack_grow)
3846 (obstack_grow0, obstack_ptr_grow, obstack_ptr_grow_fast): Qualify
3847 `const' their input argument (`data' or `address').
3848 Adjust the corresponding macros to include `const' in casts.
3849
3850 2000-11-03 Akim Demaille <akim@epita.fr>
3851
3852 * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/.
3853 s/PFILE1/BISON_HAIRY/.
3854 Adjust dependencies.
3855
3856 2000-11-03 Akim Demaille <akim@epita.fr>
3857
3858 For some reason, this was not applied.
3859
3860 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
3861 `unlink': it's no longer used.
3862
3863 2000-11-03 Akim Demaille <akim@epita.fr>
3864
3865 * src/files.c (skeleton_find): New function, eved out of...
3866 (open_files, open_extra_files): here.
3867
3868 2000-11-03 Akim Demaille <akim@epita.fr>
3869
3870 Don't use `atexit'.
3871
3872 * src/files.c (obstack_save): New function.
3873 (done): Rename as...
3874 (output_files): this.
3875 Use `obstack_save'.
3876 * src/main.c (main): Don't use `atexit' to register `done', since
3877 it no longer has to remove tmp files, just call `output_files'
3878 when there are no errors.
3879
3880 2000-11-02 Akim Demaille <akim@epita.fr>
3881
3882 * src/files.c [VMS]: No longer include `ssdef.h', no longer define
3883 `unlink': it's no longer used.
3884 * src/files.h: Formatting changes.
3885
3886 2000-11-02 Akim Demaille <akim@epita.fr>
3887
3888 Remove the last uses of mktemp and unlink/delete.
3889
3890 * src/files.c (fdefines, ftable): Removed.
3891 (defines_ostack, table_obstack): New.
3892 Adjust dependencies of the former into uses of the latter.
3893 * src/output.c (output_short_or_char_table, output_short_table):
3894 Convert to using obstacks.
3895 * src/reader.c (copy_comment2): Accept one FILE * and two
3896 obstacks.
3897 (output_token_defines, reader_output_yylsp): Use obstacks.
3898 * src/system.h (obstack_fgrow3): New.
3899
3900 2000-11-01 Akim Demaille <akim@epita.fr>
3901
3902 Change each use of `fattrs' into a use of `attrs_obstack'.
3903
3904 * src/reader.c (copy_at): Typo: s/yylloc/yyloc/.
3905 * src/files.c (fattrs): Remove.
3906 (attrs_obstack): New.
3907 Adjust all dependencies.
3908 (done): If SEMANTIC_PARSER, dump attrs_obstack into attrsfile.
3909
3910 2000-11-01 Akim Demaille <akim@epita.fr>
3911
3912 Introduce obstacks.
3913 Change each use of `faction' into a use of `action_obstack'.
3914
3915 * lib/obstack.h, lib/obstack.c: New files.
3916 * src/files.c (faction): Remove.
3917 (action_obstack): New.
3918 Adjust all dependencies.
3919
3920 2000-10-20 Akim Demaille <akim@epita.fr>
3921
3922 * lib/quote.h (PARAMS): New macro. Use it.
3923
3924 2000-10-16 Akim Demaille <akim@epita.fr>
3925
3926 * src/output.c (output_short_or_char_table): New function.
3927 (output_short_table, output_token_translations): Use it.
3928 (goto_actions): Use output_short_table.
3929
3930 2000-10-16 Akim Demaille <akim@epita.fr>
3931
3932 * src/symtab.c (bucket_new): New function.
3933 (getsym): Use it.
3934
3935 * src/output.c (output_short_table): New argument to display the
3936 comment associated with the table.
3937 Adjust dependencies.
3938 (output_gram): Use it.
3939 (output_rule_data): Nicer output layout for YYTNAME.
3940
3941 2000-10-16 Akim Demaille <akim@epita.fr>
3942
3943 * src/lex.c (read_typename): New function.
3944 (lex): Use it.
3945 * src/reader.c (copy_dollar): Likewise.
3946
3947 2000-10-16 Akim Demaille <akim@epita.fr>
3948
3949 * src/reader.c (copy_comment2): Expect the input stream to be on
3950 the `/' which is suspected to open a comment, instead of being
3951 called after `//' or `/*' was read.
3952 (copy_comment, copy_definition, parse_union_decl, copy_action)
3953 (copy_guard): Adjust.
3954
3955 2000-10-16 Akim Demaille <akim@epita.fr>
3956
3957 * src/reader.c (parse_expect_decl): Use `skip_white_space' and
3958 `read_signed_integer'.
3959
3960 2000-10-16 Akim Demaille <akim@epita.fr>
3961
3962 * src/reader.c (copy_dollar): New function.
3963 (copy_guard, copy_action): Use it.
3964
3965 2000-10-16 Akim Demaille <akim@epita.fr>
3966
3967 * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
3968 * m4/prereq.m4, m4/c-bs-a.m4, m4/mbstate.m4:
3969 New files, from Fileutils 4.0.27.
3970 * src/main.c (printable_version): Remove.
3971 * src/lex.c, src/reader.c: Use `quote'.
3972
3973 2000-10-04 Akim Demaille <akim@epita.fr>
3974
3975 * lib/error.c, lib/error.h: New files, needed by xmalloc.c.
3976
3977 2000-10-04 Akim Demaille <akim@epita.fr>
3978
3979 * doc/bison.texinfo: Various typos spotted by Neil Booth.
3980
3981 2000-10-04 Akim Demaille <akim@epita.fr>
3982
3983 When a literal string is used to define two different tokens,
3984 `bison -v' segfaults.
3985 Reported by Piotr Gackiewicz, and fixed by Neil Booth.
3986
3987 * tests/regression.m4: New file.
3988 Include the core of the sample provided by Piotr Gackiewicz.
3989 * src/reader.c (parse_token_decl): Diagnose bad cases, and proceed
3990 properly.
3991
3992 2000-10-04 Akim Demaille <akim@epita.fr>
3993
3994 * src/reader.c (parse_expect_decl): Keep `count' within the size
3995 of `buffer'.
3996 From Neil Booth.
3997
3998 2000-10-02 Paul Eggert <eggert@twinsun.com>
3999
4000 * bison.s1 (yyparse): Assign the default value
4001 unconditionally, to avoid a GCC warning and make the parser a
4002 tad smaller.
4003
4004 2000-10-02 Akim Demaille <akim@epita.fr>
4005
4006 * src/getargs.c (getargs): Don't dump `--help' on unrecognized
4007 options.
4008
4009 2000-10-02 Akim Demaille <akim@epita.fr>
4010
4011 * src/derives.c, src/print.c, src/reduce.c: To ease the
4012 translation, move some `\n' out of the translated strings.
4013
4014 2000-10-02 Akim Demaille <akim@epita.fr>
4015
4016 The location tracking mechanism is precious for parse error
4017 messages. Nevertheless, it is enabled only when `@n' is used in
4018 the grammar, which is a different issue (you can use it in error
4019 message, but not in the grammar per se). Therefore, there should
4020 be another means to enable it.
4021
4022 * src/getargs.c (getargs): Support `--locations'.
4023 (usage): Report it.
4024 * src/getargs.h (locationsflag): Export it.
4025 * src/lex.c (percent_table): Support `%locations'.
4026 * src/reader.c (yylsp_needed): Remove this variable, now replaced
4027 with `locationsflag'.
4028 * doc/bison.texinfo: Document `--locations' and `%locations'.
4029 Sort the options.
4030 * tests/calc.m4: Test it.
4031
4032 For regularity of the names, replace each
4033 (nolineflag, toknumflag, rawtokenumflag, noparserflag): with...
4034 (no_lineflag, token_tableflag, rawflag, no_parserflag): this.
4035 In addition replace each `flag' with `_flag'.
4036
4037 2000-10-02 Akim Demaille <akim@epita.fr>
4038
4039 Also test parse error messages, including with YYERROR_VERBOSE.
4040
4041 * tests/calc.m4 (calc.y): Add support for `exp = exp' (non
4042 associative).
4043 Use it to check the computations.
4044 Use it to check `nonassoc' is honored.
4045 (AT_DATA_CALC_Y): Equip `calc.y' with YYERROR_VERBOSE when passed
4046 `--yyerror-verbose'.
4047 (_AT_CHECK_CALC): Adjust to this option.
4048 (_AT_CHECK_CALC_ERROR): New macro to check parse error messages.
4049
4050 2000-10-02 Akim Demaille <akim@epita.fr>
4051
4052 Test also `--verbose', `--defines' and `--name-prefix'. Testing
4053 the latter demonstrates a flaw in the handling of non debugging
4054 parsers introduced by myself on 2000-03-16: `#define yydebug 0'
4055 was used in order to simplify:
4056
4057 #if YYDEBUG
4058 if (yydebug)
4059 {
4060 ...
4061 }
4062 #endif
4063
4064 into
4065
4066 if (yydebug)
4067 {
4068 ...
4069 }
4070
4071 unfortunately this leads to a CPP conflict when
4072 `--name-prefix=foo' is used since it produces `#define yydebug
4073 foodebug'.
4074
4075 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
4076 (YYDPRINTF): New macro.
4077 Spread its use.
4078 * tests/calc.m4 (AT_CHECK_CALC): Do require a title, build it from
4079 the bison options.
4080 Also test `--verbose', `--defines' and `--name-prefix'.
4081
4082 2000-10-02 Akim Demaille <akim@epita.fr>
4083
4084 Improve the readability of the produced parsers.
4085
4086 * src/bison.s1: Formatting changes.
4087 Improve the comment related to the `$' mark.
4088 (yydefault): Don't fall through to `yyresume': `goto' there.
4089 * src/output.c (output_parser): When the `$' is met, skip the end
4090 of its line.
4091 New variable, `number_of_dollar_signs', to check there's exactly
4092 one `$' in the parser skeleton.
4093
4094 2000-10-02 Akim Demaille <akim@epita.fr>
4095
4096 * lib/xstrdup.c: New file, from the fileutils.
4097 * src/reader.c (parse_token_decl, get_type_name, parse_type_decl)
4098 (parse_assoc_decl, parse_thong_decl, get_type): Use `xstrdup'
4099 instead of strlen + xmalloc + strcpy.
4100 * src/symtab.c (copys): Remove, use xstrdup instead.
4101
4102 2000-10-02 Akim Demaille <akim@epita.fr>
4103
4104 * src/gram.h (associativity): New enum type which replaces the
4105 former CPP macros `RIGHT_ASSOC', `LEFT_ASSOC' and `NON_ASSOC' with
4106 `right_assoc', `left_assoc' and `non_assoc'.
4107 Adjust all dependencies.
4108 * src/reader.c: Formatting changes.
4109 (LTYPESTR): Don't define it, use it as a literal in
4110 `reader_output_yylsp'.
4111 * src/symtab.h (symbol_class): New enum type which replaces the
4112 former CPP macros `SUNKNOWN', `STOKEN and `SNTERM' with
4113 `sunknown', `stoken and `snterm'.
4114
4115 2000-10-02 Akim Demaille <akim@epita.fr>
4116
4117 * src/getargs.c (fixed_outfiles): Rename as...
4118 (yaccflag): for consistency and accuracy.
4119 Adjust dependencies.
4120
4121 2000-10-02 Akim Demaille <akim@epita.fr>
4122
4123 Use the more standard files `xalloc.h' and `xmalloc.c' instead of
4124 Bison's `allocate.c' and `alloc.h'. This patch was surprisingly
4125 difficult and introduced a lot of core dump. It turns out that
4126 Bison used an implementation of `xmalloc' based on `calloc', and
4127 at various places it does depend upon the initialization to 0. I
4128 have not tried to isolate the pertinent places, and all the former
4129 calls to Bison's `xmalloc' are now using `XCALLOC'. Someday,
4130 someone should address this issue.
4131
4132 * src/allocate.c, src/alloc.h, m4/bison-decl.m4: Remove.
4133 * lib/xmalloc.c, lib/xalloc.h, m4/malloc.m4, m4/realloc.m4: New
4134 files.
4135 Adjust dependencies.
4136 * src/warshall.h: New file.
4137 Propagate.
4138
4139 2000-10-02 Akim Demaille <akim@epita.fr>
4140
4141 Various anti-`extern in *.c' changes.
4142
4143 * src/system.h: Include `assert.h'.
4144
4145 2000-10-02 Akim Demaille <akim@epita.fr>
4146
4147 * src/state.h (nstates, final_state, first_state, first_shift)
4148 (first_reduction): Move their exportation from here...
4149 * src/LR0.h: to here.
4150 Adjust dependencies.
4151 * src/getargs.c (statisticsflag): New variable.
4152 Add support for `--statistics'.
4153 Adjust dependencies.
4154
4155 Remove a lot of now useless `extern' statements in most files.
4156
4157 2000-10-02 Akim Demaille <akim@epita.fr>
4158
4159 * src/LR0.h: New file.
4160 Propagate its use.
4161
4162 2000-10-02 Akim Demaille <akim@epita.fr>
4163
4164 * src/print.h: New file.
4165 Propagate its use.
4166 * src/print.c: Formatting and ordering changes.
4167 (verbose, terse): Replace with...
4168 (print_results): this new function.
4169 Adjust dependencies.
4170
4171 2000-10-02 Akim Demaille <akim@epita.fr>
4172
4173 * src/conflicts.c (conflict_report): New function.
4174 (conflict_log, verbose_conflict_log): Replace with...
4175 (print_conflicts): this function.
4176 Adjust dependencies.
4177 * src/conflicts.h: New file.
4178 Propagate its inclusion.
4179
4180 2000-10-02 Akim Demaille <akim@epita.fr>
4181
4182 * src/nullable.h: New file.
4183 Propagate its inclusion.
4184 * src/nullable.c: Formatting changes.
4185
4186 2000-10-02 Akim Demaille <akim@epita.fr>
4187
4188 * src/reduce.h: New file.
4189 Propagate its inclusion.
4190 * src/reduce.c: Topological sort and other formatting changes.
4191 (bool, TRUE, FALSE): Move their definition to...
4192 * src/system.h: here.
4193
4194 2000-10-02 Akim Demaille <akim@epita.fr>
4195
4196 * src/files.c: Formatting changes.
4197 (tryopen, tryclose, openfiles): Rename as...
4198 (xfopen, xfclose, open_files): this.
4199 (stringappend): static.
4200 * src/files.h: Complete the list of exported symbols.
4201 Propagate its use.
4202
4203 2000-10-02 Akim Demaille <akim@epita.fr>
4204
4205 * src/reader.h: New file.
4206 Propagate its use instead of tedious list of `extern' and
4207 prototypes.
4208 * src/reader.c: Formatting changes, topological sort,
4209 s/register//.
4210
4211 2000-10-02 Akim Demaille <akim@epita.fr>
4212
4213 * src/lex.h: Prototype `lex.c' exported functions.
4214 * src/reader.c: Adjust.
4215 * src/lex.c: Formatting changes.
4216 (safegetc): Rename as...
4217 (xgetc): this.
4218
4219 2000-10-02 Akim Demaille <akim@epita.fr>
4220
4221 * src/lalr.h: New file.
4222 Propagate its inclusion instead of prototypes and `extern'.
4223 * src/lalr.c: Formatting changes, topological sorting etc.
4224
4225 2000-10-02 Akim Demaille <akim@epita.fr>
4226
4227 * src/output.c (token_actions): Introduce a temporary array,
4228 YYDEFACT, that makes it possible for this function to use
4229 output_short_table.
4230
4231 2000-10-02 Akim Demaille <akim@epita.fr>
4232
4233 `user_toknums' is output as a `short[]' in `output.c', while it is
4234 defined as a `int[]' in `reader.c'. For consistency with the
4235 other output tables, `user_toknums' is now defined as a table of
4236 shorts.
4237
4238 * src/reader.c (user_toknums): Be a short table instead of an int
4239 table.
4240 Adjust dependencies.
4241
4242 Factor the short table outputs.
4243
4244 * src/output.c (output_short_table): New function.
4245 * src/output.c (output_gram, output_stos, output_rule_data)
4246 (output_base, output_table, output_check): Use it.
4247
4248 2000-10-02 Akim Demaille <akim@epita.fr>
4249
4250 * src/output.c (output): Topological sort of the functions, in
4251 order to get rid of the `static' prototypes.
4252 No longer use `register'.
4253 * src/output.h: New file.
4254 Propagate its inclusion in files explicitly prototyping functions
4255 from output.c.
4256
4257 2000-09-21 Akim Demaille <akim@epita.fr>
4258
4259 * src/atgeneral.m4: Update from Autoconf.
4260
4261 2000-09-21 Akim Demaille <akim@epita.fr>
4262
4263 * src/closure.h: New file.
4264 * src/closure.c: Formatting changes, topological sort over the
4265 functions, use of closure.h.
4266 (initialize_closure, finalize_closure): Rename as...
4267 (new_closure, free_closure): these. Adjust dependencies.
4268 * src/LR0.c: Formatting changes, topological sort, use of
4269 cloture.h.
4270 (initialize_states): Rename as...
4271 (new_states): this.
4272 * src/Makefile.am (noinst_HEADERS): Adjust.
4273
4274 2000-09-20 Akim Demaille <akim@epita.fr>
4275
4276 * src/acconfig.h: Don't protect config.h against multiple
4277 inclusion.
4278 Don't define PARAMS.
4279 * src/system.h: Define PARAMS.
4280 Remove some of the ad-hoc CPP magic for DOS, VMS etc.: this is the
4281 purpose of config.h. system.h must not try to fix wrong
4282 definitions in config.h.
4283
4284 2000-09-20 Akim Demaille <akim@epita.fr>
4285
4286 * src/derives.h: New file.
4287 * src/main.c, src/derives.h: Use it.
4288 Formatting changes.
4289 * src/Makefile.am (noinst_HEADERS): Adjust.
4290
4291 2000-09-20 Akim Demaille <akim@epita.fr>
4292
4293 * tests/atgeneral.m4: Update from Autoconf.
4294 * tests/calc.m4 (_AT_DATA_CALC_Y, AT_DATA_CALC_Y, _AT_CHECK_CALC)
4295 (AT_CHECK_CALC): New macros.
4296 Use these macros to test bison with options `', `--raw',
4297 `--debug', `--yacc', `--yacc --debug'.
4298
4299 2000-09-19 Akim Demaille <akim@epita.fr>
4300
4301 * src/output.c: Formatting changes.
4302 * src/machine.h: Remove, leaving its contents in...
4303 * src/system.h: here.
4304 Include stdio.h.
4305 Adjust all dependencies on stdio.h and machine.h.
4306 * src/getargs.h: New file.
4307 Let all `extern' declarations about getargs.c be replaced with
4308 inclusion of `getargs.h'.
4309 * src/Makefile.am (noinst_HEADERS): Adjust.
4310
4311 * tests/calc.m4 (yyin): Be initialized in main, not on the global
4312 scope.
4313 (yyerror): Returns void, not int.
4314 * doc/bison.texinfo: Formatting changes.
4315
4316 2000-09-19 Akim Demaille <akim@epita.fr>
4317
4318 * tests/calc.m4 (calc.y): Do not assign to stdin, as it's not
4319 portable.
4320
4321 2000-09-18 Akim Demaille <akim@epita.fr>
4322
4323 * configure.in: Append WARNING_CFLAGS to CFLAGS.
4324 * src/Makefile.am (INCLUDES): Don't.
4325 Be ready to fetch headers in lib/.
4326
4327 2000-09-18 Akim Demaille <akim@epita.fr>
4328
4329 * doc/bison.texinfo: Update the copyright.
4330 ANSIfy and GNUify the examples.
4331 Remove the old menu.
4332
4333 2000-09-18 Akim Demaille <akim@epita.fr>
4334
4335 First set of tests: use the `calc' example from the documentation.
4336
4337 * src/bison.s1 (yyparse): Condition the code using `yytname' which
4338 is defined only when YYDEBUG is.
4339 * m4/atconfig.m4 (AT_CONFIG): Adjust to Autoconf 2.13.
4340 * src/files.c (tryopen, tryclose): Formatting changes.
4341 Move to the top and be static.
4342 * src/reader.c (read_signed_integer): Likewise.
4343 * tests/calc.m4: New file.
4344 * Makefile.am, suite.m4: Adjust.
4345 * m4/atconfig.m4: Set BISON_SIMPLE and BISON_HAIRY.
4346
4347 2000-09-18 Akim Demaille <akim@epita.fr>
4348
4349 Add support for an Autotest test suite for Bison.
4350
4351 * m4/m4.m4, m4/atconfig.m4: New files.
4352 * m4/Makefile.am (EXTRA_DIST): Adjust.
4353 * tests/suite.m4, tests/Makefile.am, tests/atgeneral.m4: New
4354 files.
4355 * src/getargs.c: Display a more standard --version message.
4356 * src/reader.c (reader): Formatting changes.
4357 No longer depend upon VERSION_STRING.
4358 * configure.in: No longer use `dnl'.
4359 Set up the test suite and the new directory `tests/.
4360 (VERSION_STRING): Remove.
4361
4362 2000-04-14 Akim Demaille <akim@epita.fr>
4363
4364 * src/reader.c (copy_comment2): New function, same as former
4365 `copy_comment', but outputs into two FILE *.
4366 (copy_comment): Use it.
4367 (parse_union_decl): Use it.
4368 (get_type, parse_start_decl): Use the same `invalid' message.
4369 (parse_start_decl, parse_union_decl): Use the same `multiple'
4370 message.
4371 (parse_union_decl, copy_guard, copy_action): Use the same
4372 `unmatched' message.
4373 * m4/Makefile.am (EXTRA_DIST): Add `warning.m4'.
4374
4375 2000-03-31 Akim Demaille <akim@epita.fr>
4376
4377 * src/files.c (tryopen, tryclose): Move to the top.
4378 Be static.
4379
4380 2000-03-31 Akim Demaille <akim@epita.fr>
4381
4382 * src/main.c (main): Don't call `done', exit does it.
4383
4384 2000-03-31 Akim Demaille <akim@epita.fr>
4385
4386 * allocate.c: s/return (foo)/return foo/.
4387 * lalr.c: Likewise.
4388 * LR0.c: Likewise.
4389 * output.c: Likewise.
4390 * reader.c: Likewise.
4391 * symtab.c: Likewise.
4392 * vmsgetargs.c: Likewise.
4393
4394 2000-03-31 Akim Demaille <akim@epita.fr>
4395
4396 Clean up the error reporting functions.
4397
4398 * src/report.c: New file.
4399 * src/report.h: Likewise.
4400 * src/Makefile.am: Adjust.
4401 * m4/error.m4: New file.
4402 * m4/Makefile.am: Adjust.
4403 * configure.in (jm_PREREQ_ERROR): Call it.
4404 * src/main.c (int_to_string, banner, fatal_banner, warn_banner):
4405 Remove.
4406 (fatal, fatals): Remove. All callers use complain.c::fatal.
4407 (warn, warni, warns, warnss, warnss): Remove. All callers use
4408 complain.c::complain.
4409 (toomany): Remove, use fatal instead.
4410 * src/files.c (done): No argument, use complain_message_count.
4411 * src/main.c (main): Register `done' to `atexit'.
4412
4413 * src/getargs.c (usage): More `fputs', less `fprintf'.
4414
4415 2000-03-28 Akim Demaille <akim@epita.fr>
4416
4417 * lib/: New directory.
4418 * Makefile.am (SUBDIRS): Adjust.
4419 * configure.in: Adjust.
4420 (LIBOBJS): Although not used yet, AC_SUBST it, otherwise it's
4421 useless.
4422 * src/alloca.c: Moved to lib/.
4423 * src/getopt.c: Likewise.
4424 * src/getopt1.c: Likewise.
4425 * src/getopt.h: Likewise.
4426 * src/ansi2knr.c: Likewise.
4427 * src/ansi2knr.1: Likewise.
4428 * src/Makefile.am: Adjust.
4429 * lib/Makefile.am: New file.
4430
4431 2000-03-28 Akim Demaille <akim@epita.fr>
4432
4433 * src/getargs.c (usage): Refresh the help message.
4434
4435 2000-03-17 Akim Demaille <akim@epita.fr>
4436
4437 * src/getopt1.c: Updated from textutils 2.0e
4438 * src/getopt.c: Likewise.
4439 * src/getopt.h: Likewise.
4440
4441 2000-03-17 Akim Demaille <akim@epita.fr>
4442
4443 * src/Makefile.am (bison.simple): Fix the awk program: quote only
4444 the file name, not the whole `#line LINE FILE'.
4445
4446 2000-03-17 Akim Demaille <akim@epita.fr>
4447
4448 On syntax errors, report the token on which we choked.
4449
4450 * src/bison.s1 (yyparse): In the label yyerrlab, when
4451 YYERROR_VERBOSE, add yychar in msg.
4452
4453 2000-03-17 Akim Demaille <akim@epita.fr>
4454
4455 * src/reader.c (copy_at): New function.
4456 (copy_guard): Use it.
4457 (copy_action): Use it.
4458
4459 2000-03-17 Akim Demaille <akim@epita.fr>
4460
4461 Be kind to translators, save some useless translations.
4462
4463 * src/main.c (banner): New function.
4464 (fatal_banner): Use it.
4465 (warn_banner): Use it.
4466
4467 2000-03-17 Akim Demaille <akim@epita.fr>
4468
4469 * src/reader.c (copy_definition): Use copy_string and
4470 copy_comment. Removed now unused `match', `ended',
4471 `cplus_comment'.
4472 (copy_comment, copy_string): Moved, to be visible from
4473 copy_definition.
4474
4475 2000-03-17 Akim Demaille <akim@epita.fr>
4476
4477 * src/reader.c (copy_string): Declare `static inline'. No
4478 problems with inline, since it is checked by configure.
4479 (copy_comment): Likewise.
4480
4481 2000-03-17 Akim Demaille <akim@epita.fr>
4482
4483 * src/reader.c (packsymbols): Formatting changes.
4484
4485 2000-03-17 Akim Demaille <akim@epita.fr>
4486
4487 * src/reader.c (copy_comment): New function, factored out from:
4488 (copy_action): Use it. Removed now unused `match', `ended',
4489 `cplus_comment'.
4490 (copy_guard): Likewise.
4491
4492 2000-03-17 Akim Demaille <akim@epita.fr>
4493
4494 * src/reader.c (copy_string): New function, factored out from:
4495 (copy_action): Use it.
4496 (copy_guard): Likewise.
4497
4498 2000-03-17 Akim Demaille <akim@epita.fr>
4499
4500 Change the handling of @s so that they behave exactly like $s.
4501 There is now a pseudo variable @$ (readble and writable), location
4502 of the lhs of the rule (by default ranging from the location of
4503 the first symbol of the rhs, to the location of the last symbol,
4504 or, if the rhs is empty, YYLLOC).
4505
4506 * src/bison.s1 [YYLSP_NEEDED] (yyloc): New variable, twin of
4507 yyval.
4508 (yyparse): When providing a default semantic action, provide a
4509 default location action.
4510 (after the $): No longer change `*YYLSP', just stack YYLOC the
4511 same way you stack YYVAL.
4512 * src/reader.c (read_declarations): Use warns.
4513 (copy_guard, case '@'): Also recognize `@$', expanded as `YYLOC'.
4514 (copy_action, case '@'): Likewise.
4515 Use a standard error message, to save useless work from
4516 translators.
4517
4518 2000-03-17 Akim Demaille <akim@epita.fr>
4519
4520 * src/bison.s1: Formatting and cosmetics changes.
4521 * src/reader.c: Likewise.
4522 Update the Copyright notice.
4523
4524 2000-03-17 Akim Demaille <akim@epita.fr>
4525
4526 * src/bison.s1 (#line): All set to `#line' only, since the
4527 Makefile now handles them.
4528
4529 2000-03-16 Akim Demaille <akim@epita.fr>
4530
4531 * src/output.c (output_rule_data): Output the documentation of
4532 some of the tables.
4533 (Copyright notice): Update.
4534 Formatting changes.
4535
4536 2000-03-16 Akim Demaille <akim@epita.fr>
4537
4538 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
4539 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
4540 One `#if YYDEBUG' remains, since it uses variables which are
4541 defined only if `YYDEBUG != 0'.
4542
4543 2000-03-16 Akim Demaille <akim@epita.fr>
4544
4545 * src/bison.s1 (yyparse): Reorganize the definitions of the stacks
4546 and related variables so that the similarities are highlighted.
4547
4548 2000-03-16 Akim Demaille <akim@epita.fr>
4549
4550 * src/bison.s1: Properly indent CPP directives.
4551
4552 2000-03-16 Akim Demaille <akim@epita.fr>
4553
4554 * src/bison.s1: Properly indent the `alloca' CPP section.
4555
4556 2000-03-16 Akim Demaille <akim@epita.fr>
4557
4558 Do not hard code values of directories in `configure.in'.
4559 Update the `configure' tool chain.
4560
4561 * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by
4562 src/makefile.am.
4563 (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED.
4564 (AC_OUTPUT): Add m4/Makefile.
4565 Bump to bison 1.28a, 1.29 has never been released.
4566 * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are
4567 handled via src/Makefile.am.
4568 (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS,
4569 HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by
4570 autoheader.
4571 * Makefile.am (SUBDIRS): Add m4.
4572 (ACLOCAL_AM_FLAGS): New variable.
4573 (AUTOMAKE_OPTIONS): Add check-news.
4574 * src/Makefile.am (bison.simple): Use awk to replace #line lines with
4575 the proper line number and file name.
4576 (DEFS): Propagate the location of bison library files and of the
4577 locale files.
4578 (INCLUDES): Added `-I ..' so that one can compile with srcdir !=
4579 builddir.
4580 * acinclude.m4: Remove, replaced by the directory m4.
4581 * m4/Makefile.am (EXTRA_DIST): New variable.
4582 * m4/gettext.m4: New file, from the fileutils.
4583 * m4/lcmessage.m4: Likewise
4584 * m4/progtest.m4: Likewise.
4585 * m4/bison-decl.m4: New file, extracted from former acinclude.m4.
4586
4587 2000-03-10 Akim Demaille <akim@epita.fr>
4588
4589 * src/closure.c:
4590 Formatting changes of various comments.
4591 Respect the GNU coding standards at various places.
4592 Don't use `_()' when no translation is needed.
4593
4594 1999-12-13 Jesse Thilo <jthilo@gnu.org>
4595
4596 * src/files.c:
4597 OS/2 honors TMPDIR environment variable.
4598
4599 1999-12-13 Jesse Thilo <jthilo@gnu.org>
4600
4601 * doc/bison.texinfo: Tweaked spelling and grammar.
4602 Updated ISBN.
4603 Removed reference to price of printed copy.
4604 Mention BISON_SIMPLE and BISON_HAIRY.
4605
4606 1999-12-13 Jesse Thilo <jthilo@gnu.org>
4607
4608 * configure.in, NEWS:
4609 Bison 1.29 released.
4610
4611 1999-10-27 Jesse Thilo <jthilo@gnu.org>
4612
4613 * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex:
4614 Added reference card.
4615
4616 1999-07-26 Jesse Thilo <jthilo@gnu.org>
4617
4618 * po/ru.po: Added Russian translation.
4619
4620 1999-07-26 Jesse Thilo <jthilo@gnu.org>
4621
4622 * configure.in: Added Russian translation.
4623
4624 1999-07-06 Jesse Thilo <jthilo@gnu.org>
4625
4626 * configure.in, NEWS, README:
4627 Released version 1.28.
4628
4629 1999-06-14 Jesse Thilo <jthilo@gnu.org>
4630
4631 * src/system.h:
4632 Squashed redefinition warning on some systems.
4633
4634 * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c:
4635 Have configure build version string instead of relying on ANSI string
4636 concatentation.
4637
4638 1999-06-14 Jesse Thilo <jthilo@gnu.org>
4639
4640 * po/POTFILES.in: Got rid of version.c.
4641
4642 1999-06-14 Jesse Thilo <jthilo@gnu.org>
4643
4644 * acconfig.h, configure.in:
4645 Have configure build version string instead of relying on ANSI string
4646 concatentation.
4647
4648 1999-06-08 Jesse Thilo <jthilo@gnu.org>
4649
4650 * doc/bison.1:
4651 Dropped mention of `+' for long-named options.
4652
4653 1999-05-30 Jesse Thilo <jthilo@gnu.org>
4654
4655 * src/files.c: Added <unistd.h> for unlink().
4656
4657 * src/Makefile.am, src/system.h:
4658 I18n fixes.
4659
4660 1999-05-30 Jesse Thilo <jthilo@gnu.org>
4661
4662 * README: Added a FAQ list.
4663
4664 * configure.in, acconfig.h:
4665 I18n fixes.
4666
4667 1999-05-30 Jesse Thilo <jthilo@gnu.org>
4668
4669 * doc/FAQ, doc/Makefile.am:
4670 Added a FAQ list.
4671
4672 1999-05-19 Jesse Thilo <jthilo@gnu.org>
4673
4674 * src/alloc.h, src/symtab.h, src/version.c:
4675 Protected inclusion of "config.h" with HAVE_CONFIG_H.
4676
4677 1999-04-18 Jesse Thilo <jthilo@gnu.org>
4678
4679 * src/.cvsignore, src/Makefile.am:
4680 Reorganized: sources in `src', documentation in `doc'.
4681
4682 * src/lex.c (literalchar):
4683 fixed the code for escaping double quotes (thanks
4684 Jonathan Czisny.)
4685
4686 1999-04-18 Jesse Thilo <jthilo@gnu.org>
4687
4688 * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in:
4689 Adjusted paths to reflect directory reorganization.
4690
4691 1999-04-18 Jesse Thilo <jthilo@gnu.org>
4692
4693 * doc/.cvsignore, doc/Makefile.am:
4694 Reorganized: sources in `src', documentation in `doc'.
4695
4696 1999-04-18 Jesse Thilo <jthilo@gnu.org>
4697
4698 * configure.in:
4699 Updated AC_INIT file to reflect directory reorganization.
4700
4701 * configure.in, .cvsignore, Makefile.am, POTFILES.in:
4702 Reorganized: sources in `src', documentation in `doc'.
4703
4704 1999-04-13 Jesse Thilo <jthilo@gnu.org>
4705
4706 * src/allocate.c:
4707 Don't declare calloc() and realloc() if not necessary.
4708
4709 1999-04-13 Jesse Thilo <jthilo@gnu.org>
4710
4711 * configure.in, acconfig.h, acinclude.m4:
4712 Don't declare calloc() and realloc() if not necessary.
4713
4714 1999-03-23 Jesse Thilo <jthilo@gnu.org>
4715
4716 * po/.cvsignore: Added i18n support.
4717
4718 1999-03-23 Jesse Thilo <jthilo@gnu.org>
4719
4720 * acconfig.h, configure.in, Makefile.am:
4721 Added i18n support.
4722
4723 1999-03-22 Jesse Thilo <jthilo@gnu.org>
4724
4725 * src/bison.s1: Fixed #line numbers.
4726
4727 1999-03-15 Jesse Thilo <jthilo@gnu.org>
4728
4729 * po/es.po, po/fr.po, po/nl.po, po/de.po:
4730 Added PO files from Translation Project.
4731
4732 1999-03-03 Jesse Thilo <jthilo@gnu.org>
4733
4734 * Makefile.am:
4735 Added support for non-ANSI compilers (ansi2knr).
4736
4737 1999-02-16 Jesse Thilo <jthilo@gnu.org>
4738
4739 * configure.in: Bumped version number to 1.27.
4740
4741 * Makefile.am:
4742 Added `bison.simple' to list of files removed by `make distclean'.
4743
4744 1999-02-12 Jesse Thilo <jthilo@gnu.org>
4745
4746 * src/files.c, src/files.h:
4747 Defined locations of parser files in config.h instead of Makefile.
4748
4749 1999-02-12 Jesse Thilo <jthilo@gnu.org>
4750
4751 * acconfig.h, acinclude.m4, configure.in, Makefile.am:
4752 Defined locations of parser files in config.h instead of Makefile.
4753
4754 1999-02-09 Jesse Thilo <jthilo@gnu.org>
4755
4756 * Makefile.am:
4757 Removed inappropriate use of $< macro.
4758
4759 1999-02-05 Jesse Thilo <jthilo@gnu.org>
4760
4761 * po/Makefile.in.in, po/POTFILES.in:
4762 Add `po' directory skeleton.
4763
4764 1999-01-27 Jesse Thilo <jthilo@gnu.org>
4765
4766 * README: Document help-bison list.
4767
4768 * configure.in: Add check for mkstemp().
4769
4770 1999-01-20 Jesse Thilo <jthilo@gnu.org>
4771
4772 * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c:
4773 Hush a few compiler warnings.
4774
4775 * src/files.c:
4776 Add tryclose(), which verifies that fclose was successful.
4777 Hush a couple of compiler warnings.
4778
4779 1999-01-20 Jesse Thilo <jthilo@gnu.org>
4780
4781 * Makefile.am, OChangeLog:
4782 ChangeLog is now automatically generated. Include the old version as
4783 OChangeLog.
4784
4785 1999-01-14 Jesse Thilo <jthilo@gnu.org>
4786
4787 * 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:
4788 Update FSF address.
4789
4790 1999-01-14 Jesse Thilo <jthilo@gnu.org>
4791
4792 * doc/bison.texinfo: Fix formatting glitch.
4793
4794 * doc/bison.texinfo: Update FSF address.
4795
4796 1999-01-14 Jesse Thilo <jthilo@gnu.org>
4797
4798 * acconfig.h: Update FSF address.
4799
4800 1999-01-08 Jesse Thilo <jthilo@gnu.org>
4801
4802 * src/system.h:
4803 Don't define PACKAGE here, since config.h defines it.
4804
4805 1998-12-30 Jesse Thilo <jthilo@gnu.org>
4806
4807 * src/reader.c: Update copyright date.
4808
4809 * src/main.c:
4810 Ditch sprintf to statically-sized buffers in fatal/warn functions in
4811 favor of output directly to stderr (avoids buffer overruns).
4812
4813 * src/reader.c: Some checks for premature EOF.
4814
4815 * 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:
4816 Use prototypes if the compiler understands them.
4817
4818 * src/files.c: Honor TMPDIR on Unix hosts.
4819 Use prototypes if the compiler understands them.
4820
4821 * src/reader.c:
4822 Fix a couple of buffer overrun bugs.
4823 Use prototypes if the compiler understands them.
4824
4825 * src/system.h: Include unistd.h and ctype.h.
4826 Use #ifdef instead of #if for NLS symbols.
4827
4828 1998-12-30 Jesse Thilo <jthilo@gnu.org>
4829
4830 * doc/bison.texinfo:
4831 Delete comment "consider using @set for edition number, etc..." since
4832 we now are doing so.
4833
4834 1998-12-30 Jesse Thilo <jthilo@gnu.org>
4835
4836 * configure.in:
4837 Use prototypes if the compiler understands them.
4838
4839 * NEWS: Document 1.26 highlights.
4840
4841 * Makefile.am: Require Automake 1.3 or later.
4842
4843 * acconfig.h:
4844 Use prototypes if the compiler understands them.
4845
4846 1998-12-29 Jesse Thilo <jthilo@gnu.org>
4847
4848 * src/version.c:
4849 Use VERSION symbol from automake for version number.
4850
4851 1998-12-29 Jesse Thilo <jthilo@gnu.org>
4852
4853 * acconfig.h, configure.in, version.cin:
4854 Use VERSION symbol from automake for version number.
4855
4856 1998-11-28 Jesse Thilo <jthilo@gnu.org>
4857
4858 * Makefile.am:
4859 Distribute original version of simple parser (bison.s1), not built
4860 version (bison.simple).
4861
4862 1998-11-28 Jesse Thilo <jthilo@gnu.org>
4863
4864 * doc/bison.texinfo: Add info dir entry.
4865
4866 * doc/bison.texinfo:
4867 Let automake put version number into documentation.
4868
4869 1998-11-26 Jesse Thilo <jthilo@gnu.org>
4870
4871 * src/bison.cld, src/build.com, src/vmshlp.mar:
4872 Add non-RCS files from /gd/gnu/bison.
4873
4874 1998-11-26 Jesse Thilo <jthilo@gnu.org>
4875
4876 * doc/bison.1:
4877 Document the BISON_HAIRY and BISON_SIMPLE variables.
4878
4879 1998-11-25 Jesse Thilo <jthilo@gnu.org>
4880
4881 * src/version.c: Build version.c automatically.
4882
4883 * src/reader.c:
4884 Fix token numbering (used to start at 258, not 257).
4885
4886 * src/system.h: Include config.h.
4887
4888 * src/getargs.c: Update bug report address.
4889
4890 * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h:
4891 Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
4892
4893 1998-11-25 Jesse Thilo <jthilo@gnu.org>
4894
4895 * Makefile.am:
4896 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
4897
4898 * configure.in, version.cin:
4899 Build version.c automatically.
4900
4901 * AUTHORS: Add AUTHORS file.
4902
4903 * README: Update bug report address.
4904
4905 * bison.simple:
4906 Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
4907
4908 * configure.in, Makefile.am, Makefile.in, stamp-h.in:
4909 Add automake stuff.
4910
4911 1998-11-25 Jesse Thilo <jthilo@gnu.org>
4912
4913 * doc/bison.texinfo: Clean up some formatting.
4914
4915 1998-05-05 Richard Stallman <rms@gnu.org>
4916
4917 * doc/bison.texinfo:
4918 Explain better why to make a pure parser.
4919
4920 1998-01-05 Richard Stallman <rms@gnu.org>
4921
4922 * src/files.c (openfiles):
4923 [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
4924 find a temporary directory, if possible. Do not unlink files while
4925 they are open.
4926
4927 1997-08-25 Richard Stallman <rms@gnu.org>
4928
4929 * src/reader.c (stack_offset;):
4930 Change some warni to warns.
4931
4932 * src/lex.c (literalchar): Use warns, not warni.
4933
4934 1997-06-28 Richard Stallman <rms@gnu.org>
4935
4936 * src/bison.s1: Add a Bison version comment.
4937
4938 * src/main.c (fatal, warn, berror):
4939 Use program_name.
4940
4941 1997-06-28 Richard Stallman <rms@gnu.org>
4942
4943 * Makefile.in (bison_version): New variable.
4944 (dist): Use that variable.
4945 (bison.s1): Substitute the Bison version into bison.simple.
4946
4947 * bison.simple: Add a Bison version comment.
4948
4949 1997-06-18 Richard Stallman <rms@gnu.org>
4950
4951 * src/main.c (fatal, warn, berror):
4952 Make error messages standard.
4953 (toomany): Improve error message text.
4954
4955 * 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:
4956 new.h renamed to alloc.h.
4957
4958 1997-06-18 Richard Stallman <rms@gnu.org>
4959
4960 * Makefile.in: new.h renamed to alloc.h.
4961
4962 1997-05-24 Richard Stallman <rms@gnu.org>
4963
4964 * src/lex.c (literalchar):
4965 Fix the code for escaping \, " and '.
4966
4967 (lex): Avoid trouble when there are many chars
4968 to discard in a char literal with just several chars in it.
4969
4970 1997-05-17 Richard Stallman <rms@gnu.org>
4971
4972 * src/bison.s1:
4973 Use malloc, if using alloca is troublesome.
4974 (YYSTACK_USE_ALLOCA): New flag macro.
4975 Define it for some systems and compilers.
4976 (YYSTACK_ALLOC): New macro.
4977 (yyparse): Use YYSTACK_ALLOC to allocate stack.
4978 If it was malloc'd, free it.
4979
4980 1997-05-17 Richard Stallman <rms@gnu.org>
4981
4982 * bison.simple:
4983 Use malloc, if using alloca is troublesome.
4984 (YYSTACK_USE_ALLOCA): New flag macro.
4985 Define it for some systems and compilers.
4986 (YYSTACK_ALLOC): New macro.
4987 (yyparse): Use YYSTACK_ALLOC to allocate stack.
4988 If it was malloc'd, free it.
4989
4990 1997-04-23 Richard Stallman <rms@gnu.org>
4991
4992 * src/bison.s1:
4993 (alloca) [__hpux]: Always define as __builtin_alloca.
4994
4995 1997-04-23 Richard Stallman <rms@gnu.org>
4996
4997 * bison.simple:
4998 (alloca) [__hpux]: Always define as __builtin_alloca.
4999
5000 1997-04-22 Richard Stallman <rms@gnu.org>
5001
5002 * src/bison.s1:
5003 [__hpux]: Include alloca.h (right for HPUX 10)
5004 instead of declaring alloca (right for HPUX 9).
5005
5006 * src/bison.s1 (__yy_memcpy):
5007 Declare arg `count' as unsigned int.
5008 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
5009
5010 1997-04-22 Richard Stallman <rms@gnu.org>
5011
5012 * bison.simple:
5013 [__hpux]: Include alloca.h (right for HPUX 10)
5014 instead of declaring alloca (right for HPUX 9).
5015
5016 * bison.simple (__yy_memcpy):
5017 Declare arg `count' as unsigned int.
5018 (yyparse): Cast third arg to __yy_memcpy to unsigned int.
5019
5020 1997-01-03 Richard Stallman <rms@gnu.org>
5021
5022 * src/allocate.c: [__STDC__ or _MSC_VER]:
5023 Declare calloc and realloc to return void *.
5024
5025 1997-01-02 Richard Stallman <rms@gnu.org>
5026
5027 * src/system.h:
5028 [_MSC_VER]: Include stdlib.h and process.h.
5029 [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
5030
5031 * src/main.c (main): Return FAILURE as a value.
5032 (printable_version): Declare arg as int, not char.
5033
5034 1997-01-02 Richard Stallman <rms@gnu.org>
5035
5036 * Makefile.in (dist):
5037 Explicitly check for symlinks, and copy them.
5038
5039 1996-12-19 Richard Stallman <rms@gnu.org>
5040
5041 * src/files.c:
5042 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
5043
5044 1996-12-18 Paul Eggert <eggert@gnu.org>
5045
5046 * src/bison.s1 (yyparse):
5047 If __GNUC__ and YYPARSE_PARAM are both defined,
5048 declare yyparse to have a void * argument.
5049
5050 1996-12-18 Paul Eggert <eggert@gnu.org>
5051
5052 * bison.simple (yyparse):
5053 If __GNUC__ and YYPARSE_PARAM are both defined,
5054 declare yyparse to have a void * argument.
5055
5056 1996-12-17 Richard Stallman <rms@gnu.org>
5057
5058 * src/reduce.c (nbits): Add some casts.
5059
5060 1996-08-12 Richard Stallman <rms@gnu.org>
5061
5062 * src/bison.s1: Test _MSDOS as well as _MSDOS_.
5063
5064 1996-08-12 Richard Stallman <rms@gnu.org>
5065
5066 * bison.simple: Test _MSDOS as well as _MSDOS_.
5067
5068 1996-07-31 Richard Stallman <rms@gnu.org>
5069
5070 * src/bison.s1:
5071 [__sun && __i386]: Include alloca.h.
5072
5073 1996-07-31 Richard Stallman <rms@gnu.org>
5074
5075 * bison.simple:
5076 [__sun && __i386]: Include alloca.h.
5077
5078 1996-07-30 Richard Stallman <rms@gnu.org>
5079
5080 * src/bison.s1: Comment change.
5081
5082 * src/bison.s1: Test _MSDOS_, not MSDOS.
5083
5084 1996-07-30 Richard Stallman <rms@gnu.org>
5085
5086 * bison.simple: Comment change.
5087
5088 * bison.simple: Test _MSDOS_, not MSDOS.
5089
5090 1996-06-01 Richard Stallman <rms@gnu.org>
5091
5092 * 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:
5093 Insert `_' macro around many string constants.
5094
5095 * src/main.c:
5096 Insert `_' macro around many string constants.
5097
5098 (main): Call setlocale, bindtextdomain and textdomain.
5099
5100 * src/system.h: [HAVE_LOCALE_H]: Include locale.h.
5101 [! HAVE_LOCALE_H] (setlocale): Define as no-op.
5102 [ENABLE_NLS]: Include libintl.h.
5103 [ENABLE_NLS] (gettext): Define.
5104 [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
5105 (N_, PACKAGE, LOCALEDIR): New macros.
5106
5107 1996-06-01 Richard Stallman <rms@gnu.org>
5108
5109 * POTFILES.in: New file.
5110
5111 * Makefile.in (allocate.o):
5112 Define target explicitly.
5113
5114 * Makefile.in (CFLAGS): Set to @CFLAGS@.
5115 (LDFLAGS): Set to @LDFLAGS@.
5116 (configure): Run autoconf only if preceding `cd' succeeds.
5117 (bison.s1): Redirect output to temporary file then move the
5118 temporary to the target, rather than redirecting directly to bison.s1.
5119 (clean): Remove config.status and config.log.
5120 (distclean): Don't remove config.status here.
5121
5122 1996-05-12 Richard Stallman <rms@gnu.org>
5123
5124 * src/bison.s1:
5125 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
5126
5127 1996-05-12 Richard Stallman <rms@gnu.org>
5128
5129 * bison.simple:
5130 (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
5131
5132 1996-05-11 Richard Stallman <rms@gnu.org>
5133
5134 * src/bison.s1 (__yy_memcpy):
5135 Really reorder the args, as was supposedly done on Feb 14 1995.
5136 (yyparse): Calls changed accordingly.
5137
5138 1996-05-11 Richard Stallman <rms@gnu.org>
5139
5140 * Makefile.in (dist): Don't use $(srcdir).
5141
5142 * bison.simple (__yy_memcpy):
5143 Really reorder the args, as was supposedly done on Feb 14 1995.
5144 (yyparse): Calls changed accordingly.
5145
5146 1996-01-27 Richard Stallman <rms@gnu.org>
5147
5148 * src/output.c (output_rule_data):
5149 Test YYERROR_VERBOSE in the conditional
5150 around the definition of ttyname.
5151
5152 1995-12-29 Richard Stallman <rms@gnu.org>
5153
5154 * src/bison.s1:
5155 Fix line numbers in #line commands.
5156
5157 1995-12-29 Richard Stallman <rms@gnu.org>
5158
5159 * bison.simple:
5160 Fix line numbers in #line commands.
5161
5162 1995-12-27 Richard Stallman <rms@gnu.org>
5163
5164 * src/bison.s1 (YYPARSE_PARAM_DECL):
5165 In C++, make it always null.
5166 (YYPARSE_PARAM_ARG): New macro.
5167 (yyparse): Use YYPARSE_PARAM_ARG.
5168
5169 1995-12-27 Richard Stallman <rms@gnu.org>
5170
5171 * bison.simple (YYPARSE_PARAM_DECL):
5172 In C++, make it always null.
5173 (YYPARSE_PARAM_ARG): New macro.
5174 (yyparse): Use YYPARSE_PARAM_ARG.
5175
5176 1995-11-29 Richard Stallman <rms@gnu.org>
5177
5178 * doc/bison.texinfo:
5179 Describe literal string tokens, %raw, %no_lines, %token_table.
5180
5181 1995-11-29 Daniel Hagerty <hag@gnu.org>
5182
5183 * doc/bison.texinfo: Fixed update date
5184
5185 1995-10-16 Richard Stallman <rms@gnu.org>
5186
5187 * src/version.c: Version 1.25.
5188
5189 1995-10-16 Richard Stallman <rms@gnu.org>
5190
5191 * NEWS: *** empty log message ***
5192
5193 1995-10-16 Richard Stallman <rms@gnu.org>
5194
5195 * doc/bison.1, doc/bison.rnh:
5196 Add new options.
5197
5198 1995-10-15 Richard Stallman <rms@gnu.org>
5199
5200 * src/vmsgetargs.c, src/getargs.c:
5201 Added -n, -k, and -raw switches.
5202 (noparserflag, toknumflag, rawtoknumflag): New variables.
5203
5204 * src/symtab.h (SALIAS):
5205 New #define for adding aliases to %token.
5206 (struct bucket): Added `alias' field.
5207
5208 * src/reduce.c (reduce_grammar):
5209 Revise error message.
5210 (print_notices): Remove final `.' from error message.
5211
5212 * src/reader.c (reader_output_yylsp):
5213 New function.
5214 (readgram): Use `#if 0' around code that accepted %command
5215 inside grammar rules: The documentation doesn't allow it,
5216 and it will fail since the %command processors scan for the next %.
5217 (parse_token_decl): Extended the %token
5218 declaration to allow a multi-character symbol as an alias.
5219 (parse_thong_decl): New function.
5220 (read_declarations): Added %thong declarations.
5221 (read_declarations): Handle NOOP to deal with allowing
5222 % declarations as another means to specify the flags.
5223 (readgram): Allow %prec prior to semantics embedded in a rule.
5224 (skip_to_char, read_declarations, copy_definition)
5225 (parse_token_decl, parse_start_decl, parse_type_decl)
5226 (parse_assoc_decl, parse_union_decl, parse_expect_decl)
5227 (get_type_name, copy_guard, copy_action, readgram)
5228 (get_type, packsymbols): Revised most error messages.
5229 Changed `fatal' to `warnxxx' to avoid aborting for error.
5230 Revised and use multiple warnxxx functions to avoid using VARARGS1.
5231 (read_declarations): Improve the error message for
5232 an invalid character. Do not abort.
5233 (read_declarations, copy_guard, copy_action): Use
5234 printable_version to avoid unprintable characters in printed output.
5235 (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
5236 (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
5237 Allow the type of a non-terminal can be given
5238 more than once, as long as all specifications give the same type.
5239
5240 * src/output.c:
5241 (output_headers, output_trailers, output, output_gram)
5242 (output_rule_data): Implement noparserflag variable.
5243 Implement toknumflag variable.
5244 (output): Call reader_output_yylsp to output LTYPESTR.
5245
5246 * src/main.c (main):
5247 If reader sees an error, don't process the grammar.
5248 (fatals): Updated to not use VARARGS1.
5249 (printable_version, int_to_string, warn, warni, warns, warnss)
5250 (warnsss): New error reporting functions. Avoid abort for error.
5251
5252 * src/lex.h:
5253 Added THONG and NOOP for alias processing.
5254 Added SETOPT for the new code that allows setting options with %flags.
5255
5256 * src/lex.c:
5257 Include getopt.h. Add some extern decls.
5258 (safegetc): New function to deal with EOF gracefully.
5259 (literalchar); new function to deal with reading \ escapes.
5260 (lex): Use literalchar.
5261 (lex): Implemented "..." tokens.
5262 (literalchar, lex, parse_percent_token): Made tokenbuffer
5263 always contain the token. This includes growing the token
5264 buffer while reading an integer.
5265 (parse_percent_token): Replaced if-else statement with percent_table.
5266 (parse_percent_token): Added % declarations as another
5267 way to specify the flags -n, -l, and -r. Also added hooks for
5268 -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
5269 major changes to files.c.
5270 (lex) Retain in the incoming stream a character following
5271 an incorrect '/'.
5272 (skip_white_space, lex): Revised most error messages
5273 and changed fatal to warn to avoid aborting.
5274 (percent_table): Added %thong declarations.
5275
5276 * src/gram.h: Comment changes.
5277
5278 * src/files.c (openfiles, open_extra_files, done):
5279 Add faction flag
5280 and actfile file. Handle noparserflag. Both for -n switch.
5281
5282 * src/conflicts.c (resolve_sr_conflict):
5283 Remove use of alloca.
5284
5285 1995-06-01 Jim Meyering <meyering@gnu.org>
5286
5287 * doc/bison.texinfo: *** empty log message ***
5288
5289 1995-05-06 Richard Stallman <rms@gnu.org>
5290
5291 * src/bison.s1: Comment change.
5292
5293 1995-05-06 Richard Stallman <rms@gnu.org>
5294
5295 * bison.simple: Comment change.
5296
5297 1995-05-03 Richard Stallman <rms@gnu.org>
5298
5299 * src/version.c: Version now 1.24.
5300
5301 * src/bison.s1: Change distribution terms.
5302
5303 * src/version.c: Version now 1.23.
5304
5305 1995-05-03 Richard Stallman <rms@gnu.org>
5306
5307 * doc/bison.texinfo:
5308 Rewrite "Conditions for Using Bison".
5309 Update version to 1.24.
5310
5311 1995-05-03 Richard Stallman <rms@gnu.org>
5312
5313 * bison.simple: Change distribution terms.
5314
5315 1995-02-23 Richard Stallman <rms@gnu.org>
5316
5317 * src/files.c: Test __VMS_POSIX as well as VMS.
5318
5319 1995-02-14 Jim Meyering <meyering@gnu.org>
5320
5321 * src/bison.s1 (__yy_memcpy):
5322 Renamed from __yy_bcopy to avoid
5323 confusion. Reverse FROM and TO arguments to be consistent with
5324 those of memcpy.
5325
5326 1995-02-14 Jim Meyering <meyering@gnu.org>
5327
5328 * bison.simple (__yy_memcpy):
5329 Renamed from __yy_bcopy to avoid
5330 confusion. Reverse FROM and TO arguments to be consistent with
5331 those of memcpy.
5332
5333 1994-11-10 David J. MacKenzie <djm@gnu.org>
5334
5335 * NEWS: reformat
5336
5337 * NEWS: New file.
5338
5339 * Makefile.in (DISTFILES): Include NEWS.
5340
5341 * Makefile.in (DISTFILES):
5342 Include install-sh, not install.sh.
5343
5344 * configure.in: Update to Autoconf v2 macro names.
5345
5346 1994-10-05 David J. MacKenzie <djm@gnu.org>
5347
5348 * Makefile.in: fix typo
5349
5350 * Makefile.in (prefix, exec_prefix):
5351 Let configure set them.
5352
5353 1994-09-28 David J. MacKenzie <djm@gnu.org>
5354
5355 * Makefile.in: Set datadir to $(prefix)/share.
5356
5357 1994-09-15 Richard Stallman <rms@gnu.org>
5358
5359 * src/bison.s1:
5360 Update copyright notice and GPL version.
5361
5362 1994-09-15 Richard Stallman <rms@gnu.org>
5363
5364 * bison.simple:
5365 Update copyright notice and GPL version.
5366
5367 1994-07-12 Richard Stallman <rms@gnu.org>
5368
5369 * src/reduce.c, src/reader.c:
5370 entered into RCS
5371
5372 1994-05-05 David J. MacKenzie <djm@gnu.org>
5373
5374 * Makefile.in: entered into RCS
5375
5376 1994-03-26 Richard Stallman <rms@gnu.org>
5377
5378 * src/bison.s1: entered into RCS
5379
5380 1994-03-26 Richard Stallman <rms@gnu.org>
5381
5382 * bison.simple: entered into RCS
5383
5384 1994-03-25 Richard Stallman <rms@gnu.org>
5385
5386 * src/main.c: entered into RCS
5387
5388 1994-03-24 Richard Stallman <rms@gnu.org>
5389
5390 * src/conflicts.c: entered into RCS
5391
5392 1994-01-02 Richard Stallman <rms@gnu.org>
5393
5394 * Makefile.in: *** empty log message ***
5395
5396 1993-11-21 Richard Stallman <rms@gnu.org>
5397
5398 * src/bison.s1: *** empty log message ***
5399
5400 1993-11-21 Richard Stallman <rms@gnu.org>
5401
5402 * doc/bison.texinfo: entered into RCS
5403
5404 * doc/bison.texinfo: *** empty log message ***
5405
5406 1993-11-21 Richard Stallman <rms@gnu.org>
5407
5408 * bison.simple: *** empty log message ***
5409
5410 1993-10-25 David J. MacKenzie <djm@gnu.org>
5411
5412 * doc/bison.texinfo: *** empty log message ***
5413
5414 1993-10-19 Richard Stallman <rms@gnu.org>
5415
5416 * src/bison.s1: *** empty log message ***
5417
5418 1993-10-19 Richard Stallman <rms@gnu.org>
5419
5420 * bison.simple: *** empty log message ***
5421
5422 1993-10-14 Richard Stallman <rms@gnu.org>
5423
5424 * src/bison.s1: *** empty log message ***
5425
5426 1993-10-14 Richard Stallman <rms@gnu.org>
5427
5428 * bison.simple: *** empty log message ***
5429
5430 1993-09-14 David J. MacKenzie <djm@gnu.org>
5431
5432 * doc/bison.texinfo: *** empty log message ***
5433
5434 1993-09-13 Noah Friedman <friedman@gnu.org>
5435
5436 * Makefile.in: *** empty log message ***
5437
5438 1993-09-10 Richard Stallman <rms@gnu.org>
5439
5440 * src/conflicts.c: *** empty log message ***
5441
5442 * src/system.h: entered into RCS
5443
5444 1993-09-10 Richard Stallman <rms@gnu.org>
5445
5446 * doc/bison.1: entered into RCS
5447
5448 1993-09-06 Noah Friedman <friedman@gnu.org>
5449
5450 * src/version.c: entered into RCS
5451
5452 1993-09-06 Noah Friedman <friedman@gnu.org>
5453
5454 * Makefile.in: *** empty log message ***
5455
5456 1993-07-30 David J. MacKenzie <djm@gnu.org>
5457
5458 * Makefile.in: *** empty log message ***
5459
5460 1993-07-24 Richard Stallman <rms@gnu.org>
5461
5462 * src/bison.s1: *** empty log message ***
5463
5464 1993-07-24 Richard Stallman <rms@gnu.org>
5465
5466 * bison.simple: *** empty log message ***
5467
5468 1993-07-08 David J. MacKenzie <djm@gnu.org>
5469
5470 * Makefile.in: *** empty log message ***
5471
5472 1993-07-04 Richard Stallman <rms@gnu.org>
5473
5474 * src/bison.s1: *** empty log message ***
5475
5476 1993-07-04 Richard Stallman <rms@gnu.org>
5477
5478 * bison.simple: *** empty log message ***
5479
5480 1993-06-26 David J. MacKenzie <djm@gnu.org>
5481
5482 * src/getargs.c: entered into RCS
5483
5484 1993-06-26 David J. MacKenzie <djm@gnu.org>
5485
5486 * doc/bison.texinfo: *** empty log message ***
5487
5488 * doc/bison.1: New file.
5489
5490 1993-06-25 Richard Stallman <rms@gnu.org>
5491
5492 * src/getargs.c: New file.
5493
5494 1993-06-16 Richard Stallman <rms@gnu.org>
5495
5496 * src/bison.s1: *** empty log message ***
5497
5498 1993-06-16 Richard Stallman <rms@gnu.org>
5499
5500 * bison.simple: *** empty log message ***
5501
5502 1993-06-03 Richard Stallman <rms@gnu.org>
5503
5504 * src/bison.s1: New file.
5505
5506 1993-06-03 Richard Stallman <rms@gnu.org>
5507
5508 * doc/bison.texinfo: *** empty log message ***
5509
5510 1993-06-03 Richard Stallman <rms@gnu.org>
5511
5512 * bison.simple: New file.
5513
5514 1993-05-19 Richard Stallman <rms@gnu.org>
5515
5516 * doc/bison.texinfo: New file.
5517
5518 1993-05-07 Noah Friedman <friedman@gnu.org>
5519
5520 * Makefile.in: *** empty log message ***
5521
5522 1993-04-28 Noah Friedman <friedman@gnu.org>
5523
5524 * src/reader.c: *** empty log message ***
5525
5526 1993-04-23 Noah Friedman <friedman@gnu.org>
5527
5528 * src/alloc.h: entered into RCS
5529
5530 1993-04-20 David J. MacKenzie <djm@gnu.org>
5531
5532 * src/version.c: *** empty log message ***
5533
5534 * src/files.c, src/allocate.c:
5535 entered into RCS
5536
5537 * src/reader.c: *** empty log message ***
5538
5539 * src/lex.c: entered into RCS
5540
5541 * src/conflicts.c: New file.
5542
5543 * src/symtab.c: entered into RCS
5544
5545 * src/alloc.h: New file.
5546
5547 * src/LR0.c: entered into RCS
5548
5549 1993-04-18 Noah Friedman <friedman@gnu.org>
5550
5551 * src/reader.c: New file.
5552
5553 * src/version.c: *** empty log message ***
5554
5555 1993-04-18 Noah Friedman <friedman@gnu.org>
5556
5557 * Makefile.in: *** empty log message ***
5558
5559 1993-04-17 Noah Friedman <friedman@gnu.org>
5560
5561 * Makefile.in: *** empty log message ***
5562
5563 1993-04-15 Richard Stallman <rms@gnu.org>
5564
5565 * src/main.c, src/files.c:
5566 New file.
5567
5568 1993-04-15 Noah Friedman <friedman@gnu.org>
5569
5570 * configure.in: entered into RCS
5571
5572 * configure.in: *** empty log message ***
5573
5574 * configure.in: New file.
5575
5576 1993-04-14 Richard Stallman <rms@gnu.org>
5577
5578 * Makefile.in: New file.
5579
5580 1993-04-13 Richard Stallman <rms@gnu.org>
5581
5582 * src/version.c: New file.
5583
5584 1993-03-25 Richard Stallman <rms@gnu.org>
5585
5586 * src/output.c: entered into RCS
5587
5588 1992-09-25 Richard Stallman <rms@gnu.org>
5589
5590 * configure.bat: entered into RCS
5591
5592 1992-06-22 Richard Stallman <rms@gnu.org>
5593
5594 * src/vmsgetargs.c: entered into RCS
5595
5596 1992-06-22 Richard Stallman <rms@gnu.org>
5597
5598 * doc/bison.rnh: entered into RCS
5599
5600 1992-04-20 David J. MacKenzie <djm@gnu.org>
5601
5602 * README: entered into RCS
5603
5604 1992-01-22 Richard Stallman <rms@gnu.org>
5605
5606 * src/machine.h: entered into RCS
5607
5608 1991-12-21 Richard Stallman <rms@gnu.org>
5609
5610 * src/lalr.c, src/closure.c:
5611 entered into RCS
5612
5613 1991-12-20 Richard Stallman <rms@gnu.org>
5614
5615 * src/state.h: entered into RCS
5616
5617 1991-12-18 Richard Stallman <rms@gnu.org>
5618
5619 * src/print.c, src/nullable.c, src/derives.c:
5620 entered into RCS
5621
5622 1991-11-03 David J. MacKenzie <djm@gnu.org>
5623
5624 * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h:
5625 entered into RCS
5626
5627 1988-09-09 Richard Stallman <rms@gnu.org>
5628
5629 * src/bison.hairy: entered into RCS
5630
5631 1987-12-16 Richard Stallman <rms@gnu.org>
5632
5633 * REFERENCES: entered into RCS