]> git.saurik.com Git - bison.git/shortlog
bison.git
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
2013-02-01  Akim Demailleregen
2013-02-01  Akim Demaillelocation: pass the location first
2013-02-01  Akim Demaillesymlist: use the right stream
2013-01-30  Akim Demailletests: put two related tests together
2013-01-30  Akim Demaillenews: name contributors
2013-01-30  Valentin Tolmerwarnings: introduce -Wprecedence
2013-01-30  Akim Demaillebuild: avoid clang's colored diagnostics in the test...
2013-01-30  Akim Demaillebuild: please Clang++ 3.2+ on Flex scanners
2013-01-30  Valentin Tolmergrammar: record used associativity and print useless...
2013-01-29  Valentin Tolmergrammar: warn about unused precedence for symbols
2013-01-29  Theophile Ranquetvariants: remove the 'built' assertions
2013-01-29  Akim Demaillestyle: indentation fixes
2013-01-29  Akim Demaillemaint: be sure to neutralize out-of-tree paths from...
2013-01-29  Theophile Ranquetm4: generate a basic_symbol constructor for each symbol...
2013-01-29  Theophile Ranquetc++: minor stylistic changes
2013-01-29  Akim Demaillec++: please G++ 4.8 with -O3: type puning issue
2013-01-29  Akim Demaillec++: please G++ 4.8 with -O3: array bounds
2013-01-29  Akim Demaillec++: use more explicit types than int
2013-01-29  Akim Demaillec++: value_type -> kind_type
2013-01-29  Akim Demaillec++: improve the signature of yysyntax_error_
2013-01-29  Akim Demaillec++: style changes
2013-01-28  Akim Demailledoxygen: upgrade Doxyfile, and complete it
2013-01-28  Akim Demaillemaint: fix syntax-check issues
2013-01-28  Akim Demailletests: please C90 compilers
2013-01-28  Akim Demaillemaint: update todo
2013-01-28  Akim Demaillenews: minor improvements
2013-01-28  Akim Demailletests: please clang and use ".cc", not ".c", for C...
2013-01-28  Akim Demailletests: formatting changes
2013-01-28  Theophile Ranquetc++: better inline expansion
2013-01-28  Akim Demailletests: check that using variants is exception safe
2013-01-28  Akim Demailletests: remove useless %defines
2013-01-28  Akim Demaillec++: remove now-useless operators
2013-01-28  Akim Demailletests: enable support for --debug
2013-01-28  Akim Demaillec++: revamp the support for variants
next