]> git.saurik.com Git - bison.git/history - data
* data/bison.simple (YYDSYMPRINT): New.
[bison.git] / data /
2002-06-20  Akim Demaille* data/bison.simple (YYDSYMPRINT): New.
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 Demaille* data/bison.simple (b4_pure_if): New.
2002-06-19  Akim Demaille* data/bison.simple (m4_location_if): New.
2002-06-19  Akim DemaillePrepare @$ in %destructor, but currently don't bind...
2002-06-18  Akim Demaille* data/bison.simple.new: Comment changes.
2002-06-18  Akim Demaille* data/bison.simple (yyoverflowlab): #ifndef yyoverflow...
2002-06-18  Akim Demaille* src/symtab.h, src/symtab.c (symbol_t): destructor_loc...
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-14  Akim Demaille* data/bison.simple, data/bison.c++: Be sure to restore the
2002-06-11  Akim DemailleHave Bison grammars parsed by a Bison grammar.
2002-06-11  Akim DemailleGCJ's parser requires the tokens to be defined before...
2002-05-28  Akim Demaille* data/bison.c++: Use C++ ostreams.
2002-05-28  Akim Demaille* data/bison.c++: Catch up with bison.simple:
2002-05-26  Akim Demaille* tests/calc.at (AT_CHECK_CALC): Adjust: there are...
2002-05-24  Paul Eggert(yyparse): Correct error handling to conform to
2002-05-20  Paul Hilfinger* data/bison.simple (yyr1): Don't use yy_token_number_t...
2002-05-13  Paul Hilfinger* data/bison.simple (b4_sint_type, b4_uint_type): Corre...
2002-05-05  Akim Demaille* src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
2002-05-05  Akim Demaille* src/output.c (output_unsigned_int_table): New.
2002-05-03  Paul Eggert(b4_token_defines): Also define YYTOKENTYPE for K&R C.
2002-05-03  Akim Demaille* data/bison.simple (m4_if): Don't output empty enums.
2002-05-03  Akim Demaille* data/bison.simple (b4_token_enum): New.
2002-05-03  Akim Demaille* data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
2002-05-02  Robert Anisko* data/bison.c++: Adapt expansion of $s and @s to the...
2002-05-02  Akim Demaille* data/bison.simple (yyparse): Do not implement @$...
2002-05-02  Akim DemailleRemove the so called hairy (semantic) parsers.
2002-05-02  Akim Demaille* src/reader.c (copy_at, copy_dollarm parse_braces...
2002-04-27  Paul Eggert(YYCOPY): Fix [] quoting problem in the non-GCC case.
2002-04-27  Paul Eggert(YYSTYPE_IS_TRIVIAL, YYLTYPE_IS_TRIVIAL):
2002-04-24  Robert Anisko* tests/calc.at: Exercise prologue splitting.
2002-04-24  Paul EggertRemove unnecessary commentary and white space differenc...
2002-04-22  Akim Demaille* data/bison.simple (yyr1): Its type is that of a token...
2002-04-09  Akim Demaille* src/gram.h, src/gram.c (error_token_number): Remove...
2002-04-08  Akim Demaille* data/bison.c++: s/b4_item_number_max/b4_rhs_number_max/.
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* data/bison.c++, data/bison.simple: Don't output the...
2002-03-20  Akim Demaille* src/conflicts.c (log_resolution): Argument `resolutio...
2002-03-20  Paul Eggert(YYCOPY): New macro.
2002-03-19  Akim DemailleTest and fix the #line outputs.
2002-03-19  Akim Demaille* data/m4sugar/m4sugar.m4: Update from CVS Autoconf.
2002-03-09  Robert Anisko* data/bison.c++: Make the user able to add members...
2002-03-04  Robert Anisko* data/bison.c++: Remove a debug line.
2002-03-04  Robert Anisko* data/bison.c++: Unmerge value as yylval and value...
2002-02-28  Robert Anisko* data/bison.c++: Merge the two generated headers....
2002-02-28  Akim Demaille* data/bison.c++: Copy the prologue of bison.simple...
2002-02-25  Akim DemailleNew.
2002-02-14  Paul Eggert(YYSTD): Remove.
2002-02-11  Robert Anisko* data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After...
2002-02-08  Robert Anisko* data/bison.c++: Correct error recovery. Make the...
2002-02-07  Robert Anisko* data/bison.c++: Replace some direct m4 expansions...
2002-02-07  Robert Anisko* data/bison.c++ (yy::b4_name::print_): New method...
2002-02-07  Robert Anisko* data/bison.c++ (yy::b4_name::parse): Error recovery...
2002-02-07  Robert Anisko* data/bison.c++ (yy::b4_name::error_): New method...
2002-02-06  Robert Anisko* data/bison.c++: Fix m4 quoting in comments.
2002-02-06  Robert Anisko* data/bison.c++: Adjust the parser code. Fix some...
2002-02-05  Akim DemailleReally add m4sugar to the repo.
2002-02-05  Akim Demaille* data/bison.c++: Adjust to the M4 back end.
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++...