]> git.saurik.com Git - bison.git/history - tests
(AC_SYNCLINES_COMPILE): Accept any nonzero
[bison.git] / tests /
2002-08-12  Paul Eggert(AC_SYNCLINES_COMPILE): Accept any nonzero
2002-08-12  Paul EggertDo not use 'cc -c input.c -o input';
2002-08-12  Paul Eggert(yylex): Do not pass signed char to isupper; it's not...
2002-08-12  Paul Eggert(EXTRA_DIST): Avoid +=, a GNU make extension.
2002-08-02  Akim Demaille* src/conflicts.c (conflicts_output): Don't output...
2002-07-31  Akim DemailleLet --trace have arguments.
2002-07-30  Akim DemailleIn verbose parse error message, don't report `error...
2002-07-30  Akim DemailleNormalize conflict related messages.
2002-07-30  Akim DemailleReport rules which are never reduced by the parser...
2002-07-29  Akim DemailleUse $accept and $end, as BYacc and BTYacc do, instead...
2002-07-29  Akim Demaille* src/reduce.c (reduce_grammar): When the language...
2002-07-26  Akim Demaille* src/output.c (prepare_tokens): Go up to ntokens,...
2002-07-25  Akim DemailleStop storing rules from 1 to nrules + 1.
2002-07-25  Akim Demaille* data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for...
2002-07-25  Akim Demaille* src/gram.h (TIEM_NUMBER_MAX): New.
2002-07-09  Akim Demaille* src/complain.h, src/complain.c (warn, complain):...
2002-07-09  Akim Demaille* tests/synclines.at (AT_SYNCLINES_COMPILE): New.
2002-07-03  Akim Demaille* src/closure.c (print_fderives): Use rule_rhs_print.
2002-06-30  Akim DemailleTypo.
2002-06-30  Akim DemailleHave the GLR tests be `warning' checked, and fix the...
2002-06-30  Akim Demaille* src/print.c (print_shifts, print_gotos): Merge into...
2002-06-30  Akim DemailleDisplay items as we display rules.
2002-06-30  Akim Demaille* src/print.c (state_default_rule_compute): New, extrac...
2002-06-30  Akim DemailleMake the test suite pass with warnings checked.
2002-06-28  Paul HilfingerInitial check-in introducing experimental GLR parsing...
2002-06-26  Paul HilfingerNew file: Tests for GLR parsing.
2002-06-20  Akim Demaille* src/parse-gram.y (YYPRINT, yyprint): Don't mess with...
2002-06-20  Akim Demaille* data/bison.simple (yysymprint): Don't print the token...
2002-06-20  Akim Demaille* src/symtab.h, src/symtab.c (symbol_t): printer and
2002-06-19  Akim Demaille* tests/actions.at (Destructors): Augment to test locat...
2002-06-19  Akim DemaillePrepare @$ in %destructor, but currently don't bind...
2002-06-18  Akim Demailleand Akim Demaille <akim@epita.fr>
2002-06-17  Akim Demaille* data/m4sugar/m4sugar.m4 (m4_map): Recognize when...
2002-06-17  Akim Demaille* src/reader.h, src/reader.c (symbol_list, symbol_list_new)
2002-06-15  Akim Demaille* src/gram.h, src/gram.c (grammar_rules_partial_print...
2002-06-15  Akim DemailleCopy BYacc's nice way to report the grammar.
2002-06-15  Akim DemailleLet symbols have a location.
2002-06-15  Akim Demaille* src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_locatio...
2002-06-12  Akim Demaille* src/scan-gram.l (SC_BRACED_CODE): Don't use `<.*...
2002-06-12  Akim Demaille* src/scan-gram.l (SC_PROLOGUE): Don't eat characters...
2002-06-11  Akim DemailleHave Bison grammars parsed by a Bison grammar.
2002-06-11  Akim Demaille* src/reader.c (grammar_current_rule_prec_set).
2002-06-11  Akim DemailleGCJ's parser requires the tokens to be defined before...
2002-05-26  Akim Demaille* src/state.h (state_t): `solved_conflicts' is a new...
2002-05-26  Akim Demaille* tests/calc.at (AT_CHECK_CALC): Adjust: there are...
2002-05-20  Paul Hilfinger* data/bison.simple (yyr1): Don't use yy_token_number_t...
2002-05-13  Akim Demaille* tests/regression.at (Token definitions): Prototype...
2002-05-07  Akim Demaille* tests/synclines.at: Be sure to prototype yylex and...
2002-05-06  Akim Demaille* src/closure.c (print_firsts): Display of the symbol...
2002-05-05  Akim Demaille* tests/torture.at (Many lookaheads): New test.
2002-05-05  Akim Demaille* src/output.c (output_unsigned_int_table): New.
2002-05-04  Akim Demaille* src/symtab.h (SALIAS, SUNDEF): Rename as...
2002-05-02  Akim DemailleRemove the so called hairy (semantic) parsers.
2002-04-25  Robert Anisko* src/scan-skel.l: Postprocess quadrigraphs.
2002-04-25  Akim Demaille* tests/sets.at (AT_EXTRACT_SETS): Sed portability...
2002-04-24  Robert Anisko* tests/calc.at: Exercise prologue splitting.
2002-04-23  Akim Demaille* tests/sets.at (AT_EXTRACT_SETS): Don't use 8 char...
2002-04-22  Akim Demaille* data/bison.simple (yyr1): Its type is that of a token...
2002-04-22  Akim Demaille* src/reader.c (token_translations_init): 256 is now...
2002-04-09  Akim Demaille* tests/calc.at (_AT_CHECK_CALC_ERROR): Receive as...
2002-04-09  Akim Demaille* src/gram.h, src/gram.c (error_token_number): Remove...
2002-04-08  Akim Demaille* src/gram.h (item_number_t): New, the type of item...
2002-04-08  Akim Demaille* src/gram.h (item_number_t): New, the type of item...
2002-04-07  Akim Demaille* src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
2002-04-07  Akim Demaille* tests/torture.at (Big triangle): New.
2002-04-07  Akim Demaille* src/LR0.c (new_state): Display `nstates' as the name...
2002-04-07  Akim Demaille* src/gram.h, src/gram.c (rules_rhs_length): New.
2002-03-19  Akim DemailleTest and fix the #line outputs.
2002-03-19  Akim Demaille* tests/regression.at (%nonassoc and eof, Unresolved...
2002-03-04  Akim Demaille* tests/input.at (Invalid $n, Invalid @n): Add the...
2002-03-04  Akim Demaille* src/warshall.h, src/warshall.c (bitmatrix_print)...
2002-03-04  Akim Demaille* tests/sets.at (Broken Closure): Add the ending `;'.
2002-02-14  Akim Demaille* tests/regression.at (else): Adjust to Andreas' change.
2002-02-11  Akim Demaille* tests/regression.at (%nonassoc and eof): Don't include
2002-02-07  Akim DemailleFix the previous test.
2002-02-07  Akim Demaille* tests/input.at: New.
2002-02-05  Akim DemailleGive a try to M4 as a back end.
2002-02-05  Akim Demaille* src/bison.simple, src/bison.hairy, src/bison.c++...
2002-01-27  Akim DemailleFix `%nonassoc and eof'.
2002-01-27  Akim Demaille* tests/sets.at (AT_EXTRACT_SETS): New.
2002-01-27  Akim Demaille* tests/actions.at, tests/calc.at, tests/headers.at,
2002-01-25  Akim Demaille* tests/regression.at (%nonassoc and eof): New.
2002-01-24  Akim DemailleBison dumps core when trying to complain about broken...
2002-01-21  Akim DemailleAdjust.
2002-01-20  Marc Autret* tests/output.at: New test.
2002-01-09  Akim Demaille* configure.in (WERROR_CFLAGS): Compute it.
2002-01-06  Akim Demaille* src/reader.c (parse_braces): Don't fetch the next...
2002-01-06  Akim DemailleBison is dead wrong in its RR conflict reports.
2002-01-06  Akim DemailleCreating package.m4 from configure.ac causes too many...
2002-01-06  Akim Demaille* src/Makefile.am (bison_SOURCES): Add parse-skel.h and
2001-12-29  Akim Demaille%name-prefix is broken.
2001-12-29  Akim Demaille* src/bison.simple: Define YYDEBUG and YYERROR_VERBOSE...
2001-12-29  Akim Demaille* src/output.c (header_output): Don't forget to export...
2001-12-29  Akim Demaille* tests/actions.at (Mid-rule actions): Output on a...
2001-12-29  Akim DemailleMid-rule actions are simply... ignored!
2001-12-29  Akim Demaille* tests/calc.at (_AT_DATA_CALC_Y): Also use %union.
2001-12-29  Akim Demaille* tests/regression.at (Web2c Actions): Blindly move...
2001-12-29  Akim Demaille* tests/regression.at (Web2c Report): Catch up: the...
2001-12-29  Akim Demaille* src/reader.c (readgram): Bind the initial rule's...
2001-12-29  Akim DemailleFix the `GAWK Grammar' failure.
next