]> git.saurik.com Git - bison.git/shortlog
bison.git
2013-04-15  Akim Demaillemuscle: factor the field retrieval
2013-04-15  Akim Demaillemuscle: factor the handling of used variables
2013-04-15  Akim Demaillemuscle: factor the computation of variable names
2013-04-15  Akim Demaillemuscle: factor the kind check in M4
2013-04-15  Akim Demaillemuscle: factor conditionals on defined %define variables
2013-04-11  Akim Demailleapi.token.prefix: use code values
2013-04-11  Akim Demaillec++: fix several issues with locations
2013-04-11  Akim Demaillemuscles: be sure that %code snippets are not glue toget...
2013-04-11  Akim Demaillestyle: fix comments
2013-04-10  Akim DemailleMerge remote-tracking branch 'origin/maint'
2013-04-09  Akim Demailleapi.value.type: use keyword/brace values
2013-04-09  Akim Demailleapi.value.type: diagnose guaranteed failure with -...
2013-04-09  Akim Demailledoc: style changes
2013-04-09  Akim Demailledoc: display locations in error as recommended by GNU...
2013-04-09  Akim Demailledoc: api.value.type union
2013-04-09  Akim Demailledoc: move the section about "%union" where types are...
2013-04-09  Akim Demailledoc: deprecate #define YYSTYPE in favor of %define...
2013-04-09  Akim Demaillevalue type: accept "->" in type tags
2013-04-09  Akim Demaillestyle: simplify the scanning of type tags
2013-04-09  Akim Demailleapi.value.type: implement proper support, check, and...
2013-04-09  Akim Demaillem4: allow the definition of side-effect only macros
2013-04-09  Akim Demaillevariant: fix inconsistent quotation
2013-04-09  Akim Demaillem4: style changes in error messages
2013-04-08  Akim Demailleglr.cc: fix a clang warning
2013-04-08  Akim Demaillemaint: update copyright years
2013-04-08  Akim Demaillebuild: fix VPATH issue
2013-04-08  Akim Demaillebuild: avoid clang's colored diagnostics in the test...
2013-04-08  Akim Demailletests: please clang and use ".cc", not ".c", for C...
2013-04-08  Akim Demaillegnulib: update
2013-04-08  Akim Demailleskeletons: avoid empty switch constructs
2013-04-08  Akim Demaillelalr1.cc: fix compiler warnings
2013-04-08  Akim Demailleyacc.c: do not use __attribute__ unprotected
2013-04-05  Akim Demailleapi.namespace: demonstrate and use {...} values instead...
2013-04-05  Akim Demaillegrammar: do not add a \n at the end of blocks of code
2013-04-04  Akim Demailleregen
2013-04-04  Akim Demaillegrammar: record the kind of %define variable values
2013-04-04  Akim Demaillestyle: fix comments
2013-04-04  Akim Demailleregen
2013-04-04  Akim Demaillegrammar: style changes
2013-04-04  Akim Demaillegrammar: split %union to group together related aspects
2013-04-04  Akim Demaillemuscle: refactor
2013-04-03  Akim Demaillestyle: comment changes
2013-04-03  Akim Demaillemuscle: minor refactoring
2013-03-06  Akim Demailleregen
2013-03-06  Valentin Tolmergram: correct token numbering in precedence declarations
2013-03-04  Akim Demaillemaint: update autoconf submodule
2013-03-04  Akim Demaillediagnostics: no longer include the yacc category in...
2013-03-04  Akim Demaillegrammar: no longer detect and cure missing semicolon...
2013-03-04  Akim Demaillebuild: stop using bison -y
2013-02-23  Akim Demaillec++: rename b4_semantic_type_declare as b4_value_type_d...
2013-02-23  Akim Demaillenews: typo
2013-02-23  Akim Demaillestyle: space changes in the tests
2013-02-22  Akim Demaillestyle: formatting changes in the doc
2013-02-19  Akim Demailletests: fix invalid C++11 code
2013-02-19  Akim Demailletests: fix failures with G++ 4.8 in Flex scanner
2013-02-19  Akim Demailleregen
2013-02-19  Akim Demaillegnulib: update
2013-02-19  Akim Demaillestyle: rename variant private members
2013-02-19  Akim Demaillestyle: space changes
2013-02-19  Akim Demaillevariant: fix G++ 4.4 warnings
2013-02-18  Akim Demaillenews: spell fixes
2013-02-18  Akim Demaillediagnostics: factor and enhance messages about duplicat...
2013-02-18  Akim Demaillestyle: no longer use backquotes
2013-02-18  Akim Demaillestyle: no longer use backquotes
2013-02-18  Akim Demaillestyle: no longer use backquotes in messages
2013-02-18  Akim Demailledoc: use %empty instead of /* empty */
2013-02-18  Akim Demailledoc: introduce %empty and -Wempty-rule
2013-02-18  Akim Demaillereport: use %empty to denote empty rules
2013-02-18  Akim Demaillediagnostics: %empty enables -Wempty-rule
2013-02-18  Akim Demaille-Wempty-rule: diagnose empty rules without %empty
2013-02-18  Akim Demailletests: use %empty
2013-02-18  Akim Demailleregen
2013-02-18  Akim Demailleparser: use %empty
2013-02-18  Akim Demaillegrammar: introduce %empty
2013-02-16  Akim Demaillegetargs: minor simplification
2013-02-16  Akim Demaillestyle: move argument handling of -W into the diagnostic...
2013-02-16  Akim Demaillediagnostics: revamp the handling of -Werror
2013-02-14  Akim Demailleoptions: simplify the handling of -W
2013-02-14  Akim Demailleoptions: don't accept "error=" for -f and -r
2013-02-14  Akim Demaillediagnostics: factor the list of warning names
2013-02-14  Akim Demaillediagnostics: no longer pretty-print rules in error...
2013-02-14  Akim Demailleoptions: no longer document warnings when diagnosing...
2013-02-11  Akim Demailletests: enlarge the allowed duration for calc tests
2013-02-11  Akim Demailledebug: improve the display of symbol lists
2013-02-09  Akim Demaillestyle: minor changes
2013-02-08  Akim Demaillenews: restructure, document variants for C++
2013-02-08  Akim Demaillec++: api.token.constructor requires api.value.type...
2013-02-05  Akim Demaillebuild: restore C90 compatibility
2013-02-05  Akim Demailledoc: use @group to improve page breaking
2013-02-04  Akim Demaillestyle: rename internal "stype" as "union_members" for...
2013-02-04  Akim Demailletests: improve the language independance layer
2013-02-04  Akim Demailleregen
2013-02-04  Akim Demaillestyle: space changes in the parser
2013-02-04  Akim Demailleparser: use api.pure full
2013-02-04  Akim Demaillestyle: use a for loop instead of a while loop, and...
2013-02-01  Theophile Ranquetvariants: stylistic change
2013-02-01  Theophile Ranquetgrammar: free the association tracking graph
2013-02-01  Theophile Ranquettests: use AT_FULL_COMPILE where possible
2013-02-01  Theophile Ranquetvariants: avoid type punning issue
2013-02-01  Theophile Ranquettodo: update
next