]> git.saurik.com Git - bison.git/history - data
(b4_token_defines): Also define YYTOKENTYPE for K&R C.
[bison.git] / data /
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++...