]> git.saurik.com Git - bison.git/history - tests
Add Yacc Library.
[bison.git] / tests /
2002-11-29  Paul Eggert(Simple LALR Calculator): Adopt new convention for...
2002-11-27  Paul Eggert(_AT_CHECK_PRINTER_AND_DESTRUCTOR): yyout -> yyoutput,
2002-11-25  Paul Eggert(Actions after errors): Use an output format
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-18  Paul Eggert(_AT_DATA_CALC_Y): Make vars static instead of
2002-11-16  Akim DemailleMake the ``Printers and Destructors'' test more verbose...
2002-11-16  Paul Eggert(Actions after errors): New test case.
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 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-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  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-13  Paul Eggert(Badly Collapsed GLR States): Avoid //
2002-11-12  Akim Demaille* tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR...
2002-11-12  Akim Demaille* tests/actions.at (AT_CHECK_PRINTER_AND_DESTRUCTOR...
2002-11-12  Akim Demaille* tests/regression.at (input.y): s/YYEOF/MYEOF/, as...
2002-11-12  Paul Eggert(Torturing the Scanner): Add tests that @oline@,
2002-11-10  Paul Eggert(AT_DATA_TRIANGULAR_GRAMMAR, AT_DATA_HORIZONTAL_GRAMMAR,
2002-11-10  Paul Eggert(Invalid inputs): Adjust wording in diagnostic to match...
2002-11-07  Akim DemailleLet yyerror always receive the msg as last argument...
2002-11-06  Akim Demaille* tests/regression.at (Invalid inputs): Adjust to the...
2002-11-06  Paul Eggert(Invalid $n, Invalid @n): Change expected wording accor...
2002-11-04  Akim Demaille* tests/glr-regr1.at (Badly Collapsed GLR States):...
2002-11-04  Akim Demaille* src/location.h (LOCATION_PRINT): Use quotearg slot...
2002-11-04  Paul Eggert(Type Clashes): Adjust to diagnostic changes.
2002-11-03  Akim Demaille* data/c.m4 (b4_identification, b4_user_args, b4_parse_...
2002-11-03  Akim Demaille* tests/calc.at: Change all the AT_CHECK_CALC_LALR and
2002-11-03  Paul EggertAdd tests for backslash-newline, m4 quotes
2002-10-30  Paul HilfingerAdd test glr-regr1.at to check for incorrect collapsing...
2002-10-25  Paul Eggert(_AT_DATA_CALC_Y): Remove unused strcat declaration.
2002-10-25  Paul Eggert(_AT_TEST_GLR_CALC): Include stdlib.h, since
2002-10-20  Akim Demaille* src/muscle_tab.c (muscle_grow): Remove trailing debug...
2002-10-20  Akim Demaille* data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if...
2002-10-19  Akim Demaille* tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC...
2002-10-19  Akim DemaillePrototype support of %lex-param and %parse-param.
2002-10-19  Paul Eggert(%nonassoc and eof): #undef memcmp and realloc.
2002-10-19  Paul Eggert(_AT_DATA_CALC_Y): #undef memcmp and realloc.
2002-10-14  Akim Demaille* tests/Makefile.am (maintainer-check-posix): New.
2002-10-14  Paul EggertSay "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
2002-10-14  Paul Eggert(Web2c Actions): signed char -> yysigned_char.
2002-10-13  Akim Demaille* src/print.c (print_state): Separate the list of solve...
2002-10-13  Akim Demaille* configure.ac (AC_GNU_SOURCE): Use it instead of hand...
2002-10-13  Akim DemailleGLR parsers sometimes raise parse errors instead of...
2002-10-13  Paul Eggert(Exotic Dollars): Test for "nonterm: { $$ = 123; }...
2002-10-11  Akim Demaille* tests/regression.at Characters Escapes): New.
2002-10-05  Paul Eggert(Braces parsing): Use grep, not fgrep, as POSIX 1003...
2002-09-30  Akim Demaille* configure.ac: Update AC_OUTPUT and AM_CONFIG_HEADER
2002-09-10  Akim DemailleTypo.
2002-09-10  Akim Demaille* src/parse-gram.y: Associate a human readable string...
2002-09-10  Akim Demaille* tests/Makefile.am ($(srcdir)/package.m4): Bison now...
2002-08-12  Paul Eggert(AT_INCREASE_DATA_SIZE): New macro.
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 `<.*...
next