]> git.saurik.com Git - bison.git/history - ChangeLog
Factor the generation of the (integral) tables bw yacc.c and lalr1.cc.
[bison.git] / ChangeLog
2008-11-26  Akim DemailleFactor the generation of the (integral) tables bw yacc...
2008-11-26  Akim DemailleGet rid of (yy)rhs and (yy)prhs.
2008-11-26  Akim DemailleRule length is unsigned.
2008-11-26  Akim DemailleGet rid of lalr1-split.cc.
2008-11-26  Akim DemailleUse yy* consistently.
2008-11-25  Akim DemailleGet rid of yyrhs and yyprhs in glr.c.
2008-11-25  Akim DemailleFlag glr tests.
2008-11-25  Akim DemaillePrefer TESTSUITE_FLAGS.
2008-11-25  Akim DemailleGet rid of yyrhs and yyprhs in larl1.java.
2008-11-25  Akim DemailleFormatting changes.
2008-11-25  Akim DemailleGet rid of yyrhs and yyprhs in yacc.c.
2008-11-25  Akim Demailleb4_tables_map.
2008-11-25  Akim Demailleb4_table_declare.
2008-11-25  Akim DemailleFormatting changes.
2008-11-25  Akim Demailleb4_args is more general than only C++.
2008-11-21  Di-an JanImplement no-XXX arguments for --warnings, --report...
2008-11-21  Akim DemailleDisplay the changes in cross-options.texi.
2008-11-20  Di-an Jan Improves options in the manual.
2008-11-19  Joel E. DennyFix unexpanded macros in GLR defines file.
2008-11-18  Akim DemailleMore TODO.
2008-11-18  Akim DemailleRegen.
2008-11-18  Akim DemailleUse b4_subtract where possible.
2008-11-18  Akim DemailleRemove incorrect mode specification.
2008-11-17  Joel E. DennySimplify last patch slightly.
2008-11-17  Joel E. DennyFix last warning from --enable-gcc-warnings.
2008-11-17  Joel E. DennyDon't let maintainer-*-check targets force a version...
2008-11-17  Di-an JanFix formatting and content of bison.texinfo menus
2008-11-17  Di-an JanHandles several --enable-gcc-warnings.
2008-11-17  Di-an JanUse AT_DATA_GRAMMAR for C++ variants compiled tests.
2008-11-16  Akim DemailleFix ChangeLog.
2008-11-16  Akim DemailleAdd missing $(EXEEXT).
2008-11-15  Akim DemailleUpdate TODO.
2008-11-15  Akim DemailleFormatting changes.
2008-11-15  Akim DemailleRemove duplicate header inclusion.
2008-11-15  Akim DemailleRegen.
2008-11-15  Akim DemailleFixes.
2008-11-15  Akim DemailleSupport parametric types.
2008-11-15  Akim DemailleTest token.prefix.
2008-11-15  Akim DemailleTest the make_TOKEN interface.
2008-11-15  Akim DemailleFormatting change.
2008-11-15  Akim DemailleSimplify code for variants bench marks.
2008-11-15  Akim DemailleBetter error message.
2008-11-15  Akim DemailleUpdate variant.yy to newest interface.
2008-11-15  Akim DemailleDon't use locations in variant.yy.
2008-11-15  Akim DemailleComment changes.
2008-11-15  Akim DemailleRemove tests/Makefile.am.
2008-11-15  Akim DemailleComment changes.
2008-11-15  Akim Demailledjgpp/local.mk.
2008-11-15  Akim DemailleRemove doc/Makefile.am.
2008-11-15  Akim DemailleMove sc_tight_scope into maint.mk.
2008-11-15  Akim DemailleRegen.
2008-11-15  Akim DemailleRemove src/Makefile.am.
2008-11-15  Akim DemailleRemove useless variable.
2008-11-15  Akim DemailleRemove data/Makefile.am.
2008-11-15  Akim DemailleRemove etc/Makefile.am.
2008-11-15  Akim DemailleRemove examples/local.mk.
2008-11-15  Akim DemailleRemove build-aux/Makefile.am.
2008-11-15  Akim DemailleProvide convenience constructors for locations and...
2008-11-15  Akim DemailleInstead of using make_symbol<TOK_FOO>, generate make_FO...
2008-11-13  Akim Demaille%define token.prefix.
2008-11-13  Akim DemailleCompute at M4 time some of the subtractions.
2008-11-13  Akim Demaillesymbol::token.
2008-11-13  Akim DemailleYYERRCODE.
2008-11-13  Akim DemailleTODO: YYPRINT.
2008-11-13  Akim DemailleComment changes.
2008-11-13  Akim DemailleDefine make_symbol in the header.
2008-11-13  Akim DemailleDefine yytranslate in the header for lex_symbol.
2008-11-13  Akim DemailleDefine the constructors of symbol_type in b4_symbol_con...
2008-11-13  Akim DemailleMake it easier to move the definition of yytranslate_.
2008-11-13  Akim DemailleRemove useless class specification.
2008-11-13  Akim DemailleFiner input type for yytranslate.
2008-11-13  Akim DemailleHonor lex-params in %define lex_symbol mode.
2008-11-13  Akim DemailleSimplify names.
2008-11-13  Akim DemailleUse b4_type_names for the union type.
2008-11-13  Akim DemailleDefine the "identifier" of a symbol.
2008-11-11  Akim DemailleLocations are no longer required by lalr1.cc.
2008-11-11  Akim DemailleAT_FULL_COMPILE.
2008-11-11  Akim DemailleSupport parens in calc++.
2008-11-11  Akim DemailleSimplify lalr1.cc since %defines is mandatory.
2008-11-11  Akim DemailleTODO: yyfmt.
2008-11-11  Akim DemaillePrefer M4 to CPP.
2008-11-11  Akim DemailleSupport i18n of the parse error messages.
2008-11-11  Akim DemailleMore TODO.
2008-11-11  Akim DemailleMake it possible to return a symbol_type from yylex.
2008-11-11  Akim DemailleRemove useless bench case.
2008-11-11  Akim DemailleImprove display of directives.
2008-11-11  Akim DemailleUse string_cast in the bench.
2008-11-11  Akim DemailleReplace yychar with a Boolean.
2008-11-11  Akim DemailleFactor the tables.
2008-11-11  Akim DemailleLet yytranslate handle the eof case.
2008-11-11  Akim Demailleyychar cannot be empty in yyerrlab.
2008-11-11  Akim DemailleBench: syntactic sugar for %define/#define.
2008-11-11  Akim DemailleLess memory pressure on the "list" bench.
2008-11-11  Akim DemailleIntroduce make_symbol.
2008-11-11  Akim DemailleInform m4 whether a tag is a valid id.
2008-11-11  Akim DemailleAdd ChangeLog entry for the previous checkin.
2008-11-11  Paolo BonziniReplace m4/warning.m4 with warnings module.
2008-11-10  Di-an JanWork around Java's ``code too large'' problem for parse...
2008-11-10  Di-an JanVarious Java skeleton improvements.
2008-11-10  Akim DemailleUpdate TODO.
next