bison-patches
Thread
Date
Earlier messages
Messages by Thread
[PATCH] c++: fix %define api.value.automove false to actually disable automove
Z. Majeed
[PATCH] glr2.cc: bug in ~glr_state if YYDEBUG is 0
Sergei Kurtov
[patch #10483] Update after gnulib changed
Bruno Haible
[PATCH] glr2.cc: ensure yylookaheadNeeds is same size as yystates
Arsen Arsenović
[PATCH v2] m4: make serial numbers effective
Sam James
[PATCH] m4: make serial numbers effective
Sam James
lexer support?
Lex Spoon
Re: lexer support?
Kaz Kylheku
Re: lexer support?
Lex Spoon
Update build instructions regarding .tarball-version
Lex Spoon
Add a .clang-format file
Lex Spoon
update .gitignore for examples
Lex Spoon
Re: update .gitignore for examples
Lex Spoon
[patch #10420] c.m4: Use __has_attribute to check for attribute availability.
Jacek Caban
c.m4: Use __has_attribute to check for attribute availability.
Jacek Caban
[patch #10391] tests: Update after gnulib changed
Bruno Haible
c++ variant initialization
Zozó Teki
parse: remove unnecessary casts before using gnulib functions
Edoardo Sanguineti
Re: parse: remove unnecessary casts before using gnulib functions
Paul Eggert
UB in derivation.c
Edoardo Sanguineti
Re: UB in derivation.c
Kaz Kylheku
Re: UB in derivation.c
Edoardo Sanguineti
question: is a long line still a problem in current bison version?
Stephan Sperber
Re: question: is a long line still a problem in current bison version?
Kaz Kylheku
Fwd: question: is a long line still a problem in current bison version?
Stephan Sperber
[PATCH for Dlang support] Fixes for issues 84 and 88
Adela Vais
Re: [PATCH for Dlang support] Fixes for issues 84 and 88
Akim Demaille
reader: reject rules on YYEOF
Akim Demaille
muscles: fix handling of the "@'" escape
Akim Demaille
yacc.c, lalr1.cc: fix warnings about yynerrs
Akim Demaille
style: enforce GNU-style variable names
Akim Demaille
tests: avoid useless variables
Akim Demaille
Problems testing Bison with GCC 12.1
Paul Eggert
Re: Problems testing Bison with GCC 12.1
Akim Demaille
Re: Problems testing Bison with GCC 12.1
Akim Demaille
Re: Problems testing Bison with GCC 12.1
Akim Demaille
Re: Problems testing Bison with GCC 12.1
Paul Eggert
Re: Problems testing Bison with GCC 12.1
Akim Demaille
Re: Problems testing Bison with GCC 12.1
Paul Eggert
address unused variables
Akim Demaille
make use of gnulib-tool's --automake-subdir option
Bruno Haible
Re: make use of gnulib-tool's --automake-subdir option
Akim Demaille
avoid using atoi
Akim Demaille
tests: Apple clang issues warning on C++11 features
Akim Demaille
c++: use YY_NOEXCEPT where it helps
Akim Demaille
[PATCH 0/5] glr2.cc: use symbol_type in semantic_option
Akim Demaille
[PATCH 3/5] glr2.cc: simplify semantic_option
Akim Demaille
[PATCH 2/5] glr2.cc: we require C++11
Akim Demaille
[PATCH 4/5] glr2.cc: don't publish move ctor to lalr1.cc
Akim Demaille
[PATCH 1/5] glr2.cc: introduse b4_glr2_cc_if
Akim Demaille
[PATCH 5/5] glr2.cc: semantic_option: use a symbol
Akim Demaille
[PATCH 00/14] glr2.cc: fix linking conflicts
Akim Demaille
[PATCH 01/14] glr2.cc: don't publish YY_EXCEPTIONS
Akim Demaille
[PATCH 02/14] glr2.cc: put semantic_option into an unnamed namespace
Akim Demaille
[PATCH 03/14] glr2.cc: prefer unnamed namespace to 'static'
Akim Demaille
[PATCH 04/14] glr2.cc: put create_state_set_index in unnamed namespace
Akim Demaille
[PATCH 05/14] glr2.cc: move glr_stack and glr_state into the parser class
Akim Demaille
[PATCH 06/14] glr2.cc: style: clarify control flow
Akim Demaille
[PATCH 07/14] glr2.cc: move state_stack into the unnamed namespace
Akim Demaille
[PATCH 08/14] glr2.cc: put glr_state_set and glr_stack_item in unnamed namespace
Akim Demaille
[PATCH 09/14] glr2.cc: prefer using, and remove useless type aliases
Akim Demaille
[PATCH 10/14] glr2.cc: use only symbol_kind_type, not yysymbol_kind_t
Akim Demaille
[PATCH 11/14] glr2.cc: move strong_index_alias into the unnamed namespace
Akim Demaille
[PATCH 12/14] glr2.cc: check linking conflicts
Akim Demaille
[PATCH 13/14] glr2.cc: kill trailing white spaces
Akim Demaille
[PATCH 14/14] glr2.cc: don't pass %parse-param to destroy
Akim Demaille
Re: [PATCH 00/14] glr2.cc: fix linking conflicts
Tom Shields via Bug fixes and other improvements to Bison
Re: [PATCH 00/14] glr2.cc: fix linking conflicts
Akim Demaille
Re: [PATCH 00/14] glr2.cc: fix linking conflicts
Hans Åberg
Re: [PATCH 00/14] glr2.cc: fix linking conflicts
Thomas Shields
Re: [PATCH 00/14] glr2.cc: fix linking conflicts
Hans Åberg
Re: [PATCH 00/14] glr2.cc: fix linking conflicts
Hans Åberg
Re: [PATCH 00/14] glr2.cc: fix linking conflicts
Thomas Shields
Re: [PATCH 00/14] glr2.cc: fix linking conflicts
Tom Shields via Bug fixes and other improvements to Bison
Re: [PATCH 00/14] glr2.cc: fix linking conflicts
Hans Åberg
Bison 3.8.2 glr2.cc portability report
Tom Shields
Re: Bison 3.8.2 glr2.cc portability report
Akim Demaille
Re: Bison 3.8.2 glr2.cc portability report
Tom Shields
Re: Bison 3.8.2 glr2.cc portability report
Akim Demaille
[PATCH 0/5] glr2.cc: add support for custom error messages
Akim Demaille
[PATCH 1/5] c++: avoid using the obsolete names
Akim Demaille
[PATCH 2/5] c++: add move assignments to the symbol type
Akim Demaille
[PATCH 3/5] glr2.cc: start the transition to using symbol_type
Akim Demaille
[PATCH 4/5] glr2.cc: custom error messages
Akim Demaille
[PATCH 5/5] c++: demonstrate custom error messages in the examples
Akim Demaille
Re: Problems with the new bison glr2.cc skeleton in the Savannah Git repository
Tom Shields via Bug fixes and other improvements to Bison
Re: Problems with the new bison glr2.cc skeleton in the Savannah Git repository
Tom Shields via Bug fixes and other improvements to Bison
Re: Problems with the new bison glr2.cc skeleton in the Savannah Git repository
Akim Demaille
Re: Problems with the new bison glr2.cc skeleton in the Savannah Git repository
Tom Shields via Bug fixes and other improvements to Bison
style: c++: formatting changes
Akim Demaille
style: rename stmtMerge as stmt_merge
Akim Demaille
[PATCH 0/9] Various fixes for the tests
Akim Demaille
[PATCH 1/9] c: fix _Noreturn support detection
Akim Demaille
[PATCH 2/9] tests: be robust to old versions of xlstproc
Akim Demaille
[PATCH 3/9] tests: remove obsolete checks
Akim Demaille
[PATCH 4/9] build: check for C++ 20 and 2b
Akim Demaille
[PATCH 5/9] build: reject C++ compilers that don't support std::vector::data
Akim Demaille
Re: [PATCH 5/9] build: reject C++ compilers that don't support std::vector::data
Hans Åberg
Re: [PATCH 5/9] build: reject C++ compilers that don't support std::vector::data
Akim Demaille
Re: [PATCH 5/9] build: reject C++ compilers that don't support std::vector::data
Hans Åberg
Re: [PATCH 5/9] build: reject C++ compilers that don't support std::vector::data
Akim Demaille
Re: [PATCH 5/9] build: reject C++ compilers that don't support std::vector::data
Hans Åberg
Re: [PATCH 5/9] build: reject C++ compilers that don't support std::vector::data
Hans Åberg
Re: [PATCH 5/9] build: reject C++ compilers that don't support std::vector::data
Akim Demaille
Re: [PATCH 5/9] build: reject C++ compilers that don't support std::vector::data
Hans Åberg
[PATCH 6/9] build: modernize to newer Autoconf releases
Akim Demaille
[PATCH 7/9] news: be clear that glr2.cc is C++11
Akim Demaille
[PATCH 8/9] gnulib: update
Akim Demaille
[PATCH 9/9] tests: fix incorrect test case
Akim Demaille
lalr1.cc: style changes
Akim Demaille
tests: check symbol/token renumbering
Akim Demaille
style: rename b4_lex as b4_yylex
Akim Demaille
build: enable -Wmismatched-dealloc
Akim Demaille
bistromathic: beware of portability issues with readline
Akim Demaille
[PATCH 0/4] Fixes for unevaluated/overevaluated macros
Akim Demaille
[PATCH 1/4] style: formatting changes in scan-code.l
Akim Demaille
[PATCH 2/4] m4: catch suspicions of unevaluated macros
Akim Demaille
[PATCH 3/4] tests: factor iterating over skeletons
Akim Demaille
[PATCH 4/4] d: prepare to be able to run LAC tests
Akim Demaille
yacc: comply with recent POSIX updates: declare yyerror and yylex
Akim Demaille
Re: yacc: comply with recent POSIX updates: declare yyerror and yylex
Akim Demaille
doc: more pointers to the examples
Akim Demaille
CI: fix the GCC 9 build
Akim Demaille
tests: extract AT_LOCATION_PRINT_DECLARE and AT_LOCATION_PRINT_DEFINE
Akim Demaille
tests: rename AT_YACC_IF as AT_YACC_C_IF
Akim Demaille
git: add diff patterns for Autotest and Texinfo
Akim Demaille
todo: d: push and token ctors are done
Akim Demaille
doc: refer to the examples
Akim Demaille
examples: modernize the example Makefiles
Akim Demaille
Re: %merge confusion
Akim Demaille
doc: fix spello
Akim Demaille
todo: POSIX yacc and prototypes
Akim Demaille
doc: a bit of editing
Akim Demaille
all: fix confusion between token ctor and symbol ctor
Akim Demaille
d:
Akim Demaille
Re: d:
Adela Vais
[PATCH] getargs: don't translate first line of --version
Alyssa Ross
Re: [PATCH] getargs: don't translate first line of --version
Akim Demaille
[PATCH for Dlang support] Documentation
Adela Vais
Re: [PATCH for Dlang support] Documentation
Akim Demaille
[PATCH for Dlang support] Push parser
Adela Vais
Re: [PATCH for Dlang support] Push parser
Akim Demaille
Re: [PATCH for Dlang support] Push parser
Adela Vais
Re: [PATCH for Dlang support] Push parser
Akim Demaille
Re: [PATCH for Dlang support] Push parser
Adela Vais
Re: [PATCH for Dlang support] Push parser
Adela Vais
Re: [PATCH for Dlang support] Push parser
Akim Demaille
tables: fix again the handling for useless tokens
Akim Demaille
html: fix memory leak
Akim Demaille
[PATCH] Use mapped file name for symbols
Joshua Watt
Re: [PATCH] Use mapped file name for symbols
Akim Demaille
Re: [PATCH] Use mapped file name for symbols
Akim Demaille
Re: [PATCH] Use mapped file name for symbols
Akim Demaille
Re: [PATCH] Use mapped file name for symbols
Joshua Watt
[PATCH] data/README.md: Fix documented function name
Joshua Watt
Re: [PATCH] data/README.md: Fix documented function name
Akim Demaille
[PATCH 0/6] c: make YYLOCATION_PRINT public
Akim Demaille
[PATCH 1/6] c: stop defining YY_LOCATION_PRINT when locations are not enabled
Akim Demaille
[PATCH 2/6] examples: do not rely on YY_LOCATION_PRINT
Akim Demaille
[PATCH 3/6] c: rename YY_LOCATION_PRINT as YYLOCATION_PRINT and make it public
Akim Demaille
[PATCH 4/6] examples: use YYLOCATION_PRINT
Akim Demaille
[PATCH 5/6] examples: improve some function prototypes
Akim Demaille
[PATCH 6/6] doc: printing locations
Akim Demaille
graph: output foo.gv by default, instead of *.dot
Akim Demaille
yacc: remove support for YYPRINT
Akim Demaille
[PATCH 0/3] c++: make it clear that #define YYSTYPE is not supported
Akim Demaille
[PATCH 1/3] c++: stop referring to YYSTYPE in yylex
Akim Demaille
[PATCH 2/3] c++: make it clear that #define YYSTYPE is not supported
Akim Demaille
[PATCH 3/3] c++: issue a compile-time warning when #define YYSTYPE is used
Akim Demaille
glr2.cc: no longer be part of b4_glr_cc_if
Akim Demaille
m4: provide macros for api.value.type=union
Akim Demaille
traces: display the Bison version
Akim Demaille
tests: run the main test suite on "make check"
Akim Demaille
tests: provide check-examples and check-tests
Akim Demaille
bistromathic: use gettext for all the messages
Akim Demaille
d: tests: avoid mixing output from reportSyntaxError and getExpectedTokens
Akim Demaille
glr2.cc: beware of types with angle brackets
Akim Demaille
glr2.cc: fix destructor support
Akim Demaille
package: fix details after merge with 3.7.5
Akim Demaille
master: Merge tag 'v3.7.5'
Akim Demaille
maint: tables: fix handling for useless tokens
Akim Demaille
[PATCH] cex: Fix state-item pruning
Vincent Imbimbo
Re: [PATCH] cex: Fix state-item pruning
Akim Demaille
[PATCH 00/22] maint: prepare 3.7.5
Akim Demaille
[PATCH 02/22] autoconf: update
Akim Demaille
[PATCH 04/22] c++: use noexcept where appropriate
Akim Demaille
[PATCH 01/22] c: adjust _Noreturn to pedantic clang
Akim Demaille
[PATCH 07/22] c++: I'm tired of Flex's warnings
Akim Demaille
[PATCH 09/22] cex: add support for $TIME_LIMIT
Akim Demaille
[PATCH 08/22] cex: send traces to stderr, not stdout
Akim Demaille
[PATCH 10/22] cex: fix traces: add missing end-of-lines
Akim Demaille
[PATCH 03/22] examples: avoid "unbound variable" errors
Akim Demaille
[PATCH 11/22] cex: fix traces: fix display of disabled items
Akim Demaille
[PATCH 05/22] tables: avoid warnings and save bits
Akim Demaille
[PATCH 12/22] package: codespell
Akim Demaille
[PATCH 06/22] glr.cc: don't "leak" yyparse
Akim Demaille
[PATCH 13/22] style: YYUSE is private, make it YY_USE
Akim Demaille
[PATCH 14/22] skeletons: introduce "slot"s for symbols
Akim Demaille
[PATCH 16/22] %merge: let mergers record a typing-symbol, rather than a type
Akim Demaille
[PATCH 15/22] %merge: clearer tests on diagnostics
Akim Demaille
Earlier messages