]> git.saurik.com Git - bison.git/history - tests
* src/output.c (prepare): Move the definition of `tokens_number',
[bison.git] / tests /
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 `<.*...
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,
next