platform/upstream/bison.git
2002-11-30 Paul Eggert(Type Clashes): Expect warnings, not complaints.
2002-11-30 Paul Eggertfund -> found
2002-11-30 Paul EggertAdd Yacc Library.
2002-11-30 Paul EggertDescribe Yacc library, lex-param and parse-param changes.
2002-11-30 Paul Eggert(gram_error): Now static. Add static decl.
2002-11-30 Paul Eggert(gram_error): Remove decl.
2002-11-30 Paul Eggert(Yacc Library): New node. Regenerate top menu.
2002-11-30 Paul Eggert(lib_LIBRARIES, liby_a_SOURCES): New macros.
2002-11-30 Paul Eggertlib/main.c, lib/yyerror.c: New files.
2002-11-30 Paul EggertEmphasize that yylex and yyerror must be declared befor...
2002-11-29 Paul Eggert[a-f] -> [abcdef], so that we don't assume the C locale.
2002-11-29 Paul Eggert%parse-param and %lex-param now take just one argument...
2002-11-29 Paul Eggert(Simple LALR Calculator): Adopt new convention for...
2002-11-29 Paul Eggert"," now elicits a warning, rather than being
2002-11-29 Paul Eggert(add_param): New function.
2002-11-29 Paul Eggert(Parser Function, Pure Calling, Error Reporting, Table...
2002-11-29 Paul Eggert(reader): Remove gram_control; it wasn't being used.
2002-11-28 Paul EggertSync with gnulib.
2002-11-27 Paul EggertRename identifiers to avoid real and potential collisions.
2002-11-27 Paul Eggert(STEP): Renamed from YY_STEP. All uses changed.
2002-11-27 Paul Eggert(struct gram_control_s, gram_control_t): Remove.
2002-11-27 Paul Eggert(print_token_value): Renamed from yyprint.
2002-11-27 Paul Eggertyyprint -> print_token_value
2002-11-27 Paul Eggert(_AT_CHECK_PRINTER_AND_DESTRUCTOR): yyout -> yyoutput,
2002-11-27 Paul Eggert(b4_yysymprint_generate): yyout -> yyoutput,
2002-11-25 Paul EggertUpdate version to 1.75d.
2002-11-25 Paul EggertRegenerate.
2002-11-25 Paul EggertVersion 1.75c.
2002-11-25 Paul EggertSync with gnulib.
2002-11-25 Paul Eggert(Actions after errors): Use an output format
2002-11-25 Paul Eggert(yyerrlab1): Move this label down, so that the
2002-11-23 Paul EggertSync with gnulib.
2002-11-22 Paul EggertSync with gnulib again.
2002-11-21 Paul EggertSync with gnulib.
2002-11-21 Paul Eggert* lib/argmatch.c, lib/argmatch.h: Sync with gnulib.
2002-11-21 Paul EggertSync with gnulib.
2002-11-21 Paul Eggert(_AT_TEST_GLR_CXXTYPES): Do not include <assert.h>.
2002-11-21 Paul Eggert(_AT_DATA_CALC_Y): Do not include <assert.h>.
2002-11-21 Paul Eggert(_AT_CHECK_PRINTER_AND_DESTRUCTOR): Do not include...
2002-11-21 Paul Eggert(get_color_str, get_textmode_str, get_shape_str,
2002-11-21 Paul Eggert(conflict_row, pack_vector): Use abort rather than...
2002-11-21 Paul EggertDo not include <assert.h>.
2002-11-21 Paul Eggert(symbol_user_token_number_set, symbol_make_alias, symbo...
2002-11-21 Paul Eggert(struniq_assert): Now returns void, and aborts if the...
2002-11-21 Paul Eggert(state_new, state_free, state_transitions_set, state_re...
2002-11-21 Paul Eggert(packgram, reader): Use abort rather than assert.
2002-11-21 Paul Eggert(prepare_rules, token_definitions_output): Use abort...
2002-11-21 Paul Eggert(nullable_compute): Use abort rather than assert.
2002-11-21 Paul Eggert(set_goto_map, map_goto): Use abort rather than assert.
2002-11-21 Paul Eggert(trace_argmatch, report_argmatch): Use verify rather...
2002-11-21 Paul Eggert(resolve_sr_conflict): Use abort rather than assert.
2002-11-21 Paul EggertDo not include <assert.h>.
2002-11-21 Paul Eggert(ARRAY_CARDINALITY): Do not bother to #undef.
2002-11-21 Paul EggertDo not include <assert.h>.
2002-11-19 Paul Eggert* data/glr.c (yygetLRActions): Replace `yyindex' with
2002-11-19 Paul Eggert(yygetLRActions): Replace `yyindex' with
2002-11-18 Paul EggertPacify Sun ONE Studio 7 lint. Also, rename "ParseError"
2002-11-18 Akim Demaille* doc/bison.texinfo (Tracing): `yyprint' shouldn't...
2002-11-18 Paul Eggert(_AT_DATA_CALC_Y): Make vars static instead of
2002-11-18 Paul Eggert(YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]:...
2002-11-16 Akim DemailleReally remove it.
2002-11-16 Akim DemailleAugment the similarity between GLR and LALR traces.
2002-11-16 Akim Demaille* src/getargs.h, src/getargs.c (trace_e, trace_args...
2002-11-16 Akim DemailleMake the ``Printers and Destructors'' test more verbose...
2002-11-16 Paul Eggert* data/yacc.c: Avoid over-quoting of __line__ and __file__.
2002-11-16 Paul EggertAvoid over-quoting of __line__ and __file.
2002-11-16 Paul Eggert* tests/actions.at (Actions after errors): New test...
2002-11-16 Paul Eggert(Actions after errors): New test case.
2002-11-15 Paul EggertRegenerate.
2002-11-15 Paul Eggert* data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison...
2002-11-15 Akim Demaille* src/parse-gram.y (declaration): Have %parse-param...
2002-11-15 Akim Demaille* m4/prereq.m4: Removed the commented jm_PREREQ_HASH
2002-11-15 Akim Demaille2002-11-15 Tim Van Holder <tim.van.holder@pandora.be>
2002-11-15 Akim DemailleAlways check the value returned by yyparse.
2002-11-15 Paul Eggert(AT_TEST_CPP_GUARD_H): Compile with -I., as Forte 7...
2002-11-15 Paul Eggert* src/output.c (output_skeleton): Call xfopen instead of
2002-11-15 Paul Eggert(output_skeleton): Call xfopen instead of duplicating...
2002-11-14 Paul Hilfinger* data/glr.c (yyFail): Always set yyerrflag. Corrects...
2002-11-14 Paul EggertMention the bugs fixed by the latest change.
2002-11-14 Paul Eggert* tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume...
2002-11-14 Paul Eggert(AT_TEST_CPP_GUARD_H): Don't assume that "$CC -E foo...
2002-11-14 Paul Eggert(Torturing the Scanner): Surround the backslash-newline...
2002-11-14 Akim Demaille* tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore...
2002-11-14 Akim Demaille* tests/synclines.at (AT_SYNCLINES_COMPILE): Ignore...
2002-11-14 Akim Demaille* tests/atlocal.in (CPPFLAGS): We have config.h.
2002-11-14 Akim Demaille* doc/bison.texinfo: Various formatting changes (alignm...
2002-11-14 Paul EggertFix some bugs reported by Albert Chin-A-Young in
2002-11-14 Paul Eggert(export YYLTYPE): Don't invoke "cc a.c b.c -o c"; the...
2002-11-14 Paul Eggert(Torturing the Scanner): Don't invoke "cc a.c b.c
2002-11-14 Paul Eggert(Torturing the Scanner): Remove lines containing
2002-11-14 Paul Eggert* tests/glr-regr1.at (Badly Collapsed GLR States):...
2002-11-13 Paul Eggert(Badly Collapsed GLR States): Avoid //
2002-11-13 Akim DemailleBump to 1.75c.
2002-11-13 Akim Demaille* data/yacc.c: Leave bigger chunks of quoted text.
2002-11-13 Paul Eggert(AC_INIT): Bump version to 1.75c.
2002-11-13 Paul EggertRegenerate.
2002-11-13 Paul EggertVersion 1.75b.
2002-11-13 Paul Eggert(yydoAction): Return YYRESULTTAG, not int.
2002-11-13 Paul Eggert[! BITSET_INLINE]: Remove.
2002-11-13 Paul Eggert(BITSET_INLINE): Remove.
next