bison-patches
Thread
Date
Earlier messages
Later messages
Messages by Date
2019/09/01
[PATCH 06/10] api.token.raw: document it
Akim Demaille
2019/09/01
[PATCH 05/10] api.token.raw: cannot be used with character literals
Akim Demaille
2019/09/01
[PATCH 04/10] api.token.raw: apply to the other skeletons
Akim Demaille
2019/09/01
[PATCH 09/10] d: handle eof in yytranslate
Akim Demaille
2019/09/01
RFC: Introduce api.token.raw
Akim Demaille
2019/09/01
[PATCH 07/10] parser: use api.token.raw
Akim Demaille
2019/09/01
[PATCH 01/10] style: tidy yacc.c
Akim Demaille
2019/09/01
[PATCH 02/10] api.token.raw: implement
Akim Demaille
2019/09/01
Re: Null-Dereference bug in hash.c
Akim Demaille
2019/08/30
Re: Lookahead correction for the C++ skeleton lalr1.cc
Adrian Vogelsgesang
2019/08/30
Re: Lookahead correction for the C++ skeleton lalr1.cc
Akim Demaille
2019/08/18
Re: [PATCH 2/2] diagnostics: refactor error_message() not to use global variables
Akim Demaille
2019/08/18
Re: [PATCH 1/2] diagnostics: fix invalid error message indentation
Akim Demaille
2019/08/18
Re: [PATCH 5/6] lalr1.cc: add LAC support
Akim Demaille
2019/08/09
Re: [PATCH 5/6] lalr1.cc: add LAC support
Adrian Vogelsgesang
2019/08/09
[PATCH 1/2] diagnostics: fix invalid error message indentation
László Várady
2019/08/09
[PATCH 2/2] diagnostics: refactor error_message() not to use global variables
László Várady
2019/08/09
[PATCH 3/6] lalr1.cc: reduce "scope"
Akim Demaille
2019/08/09
[PATCH 2/6] lalr1.cc: fix indentation of table declarations in the header
Akim Demaille
2019/08/09
[PATCH 6/6] lalr1.cc: check LAC support
Akim Demaille
2019/08/09
[PATCH 4/6] style: readability improvements to yacc.c
Akim Demaille
2019/08/09
[PATCH 5/6] lalr1.cc: add LAC support
Akim Demaille
2019/08/09
[PATCH 1/6] tests: prepare LAC tests for more languages
Akim Demaille
2019/08/09
Re: Lookahead correction for the C++ skeleton lalr1.cc
Akim Demaille
2019/07/27
diagnostics: use the modern argmatch interface
Akim Demaille
2019/07/19
doc: avoid spurious empty lines in the option table
Akim Demaille
2019/07/16
Re: Lookahead correction for the C++ skeleton lalr1.cc
Akim Demaille
2019/07/15
Re: Lookahead correction for the C++ skeleton lalr1.cc
Adrian Vogelsgesang
2019/07/14
Re: Lookahead correction for the C++ skeleton lalr1.cc
Akim Demaille
2019/07/13
Re: Lookahead correction for the C++ skeleton lalr1.cc
Akim Demaille
2019/07/13
Re: Lookahead correction for the C++ skeleton lalr1.cc
Adrian Vogelsgesang
2019/07/13
Re: Lookahead correction for the C++ skeleton lalr1.cc
Akim Demaille
2019/07/09
Re: Lookahead correction for the C++ skeleton lalr1.cc
Adrian Vogelsgesang
2019/07/09
Re: Lookahead correction for the C++ skeleton lalr1.cc
Akim Demaille
2019/07/09
Lookahead correction for the C++ skeleton lalr1.cc
Adrian Vogelsgesang
2019/07/07
[RFC PATCH 4/4] parse stats: documentation
Akim Demaille
2019/07/07
[RFC PATCH 0/4] RFC: add stats about parsing
Akim Demaille
2019/07/07
[RFC PATCH 3/4] regen
Akim Demaille
2019/07/07
[RFC PATCH 2/4] parse stats: add --trace=parse-stats
Akim Demaille
2019/07/07
[RFC PATCH 1/4] parse stats: new feature of yacc.c
Akim Demaille
2019/07/07
[PATCH 4/5] %fixed-output-files: detach from %yacc
Akim Demaille
2019/07/07
[PATCH 3/5] style: clarify control flow
Akim Demaille
2019/07/07
[PATCH 5/5] --fixed-output-files: detach from --yacc
Akim Demaille
2019/07/07
[PATCH 0/5] Clean up fixed-output-files handling
Akim Demaille
2019/07/07
[PATCH 2/5] remove MS-DOS support
Akim Demaille
2019/07/07
[PATCH 1/5] style: declare options in the same order as in --help
Akim Demaille
2019/07/06
[PATCH 1/5] doc: document colorized diagnostics
Akim Demaille
2019/07/06
[PATCH 2/5] doc: move -y's documentation into "Tuning the Parser"
Akim Demaille
2019/07/06
[PATCH 0/5] doc: clean up the documentation of the options
Akim Demaille
2019/07/06
[PATCH 3/5] doc: put diagnostics related options together
Akim Demaille
2019/07/06
[PATCH 5/5] doc: remove the --report=look-aheads alias
Akim Demaille
2019/07/06
[PATCH 4/5] doc: fix inaccuracies wrt --define and --force-define
Akim Demaille
2019/07/04
Re: [PATCH 0/4] RFC: add stats about parsing
Adrian Vogelsgesang
2019/07/03
Re: [PATCH 0/4] RFC: add stats about parsing
Akim Demaille
2019/07/03
Re: [PATCH 0/4] RFC: add stats about parsing
Adrian Vogelsgesang
2019/07/02
[PATCH 1/4] parse.stats: new feature of yacc.c
Akim Demaille
2019/07/02
[PATCH 4/4] parse.stats: documentation
Akim Demaille
2019/07/02
[PATCH 2/4] parse.stats: add --trace=parse-stats
Akim Demaille
2019/07/02
[PATCH 3/4] regen
Akim Demaille
2019/07/02
[PATCH 0/4] RFC: add stats about parsing
Akim Demaille
2019/07/01
Re: RFC: propagate the indentation of the actions
Akim Demaille
2019/07/01
Re: RFC: propagate the indentation of the actions
Paul Eggert
2019/06/30
Re: RFC: propagate the indentation of the actions
Akim Demaille
2019/06/30
Re: RFC: propagate the indentation of the actions
Akim Demaille
2019/06/30
[PATCH 1/3] style: prefer passing locations by pointer
Akim Demaille
2019/06/30
[PATCH 2/3] try to match the columns in the ouput
Akim Demaille
2019/06/30
[PATCH 3/3] try to match the columns in the output of locations
Akim Demaille
2019/06/30
Re: RFC: propagate the indentation of the actions
Akim Demaille
2019/06/24
gnulib: use new features of the argmatch module
Akim Demaille
2019/06/23
[PATCH 3/4] d: track locations
Akim Demaille
2019/06/23
[PATCH 4/4] tests: restructure for clarity
Akim Demaille
2019/06/23
[PATCH 2/4] d: style changes
Akim Demaille
2019/06/23
[PATCH 1/4] d: put internal details inside the parser
Akim Demaille
2019/06/23
[PATCH 0/4] More D improvements
Akim Demaille
2019/06/21
remove "experimental" warnings
Akim Demaille
2019/06/21
gnulib: use new features of the argmatch module
Akim Demaille
2019/06/19
[PATCH 0/5] Improvements for D
Akim Demaille
2019/06/19
[PATCH 5/5] d: honor %define parse.trace
Akim Demaille
2019/06/19
[PATCH 3/5] d: prefer delegation to duplication
Akim Demaille
2019/06/19
[PATCH 4/5] d: style changes
Akim Demaille
2019/06/19
[PATCH 1/5] d: style changes
Akim Demaille
2019/06/19
[PATCH 2/5] d: enable #line output
Akim Demaille
2019/06/19
style: reduce scopes in glr.c
Akim Demaille
2019/06/19
[PATCH 1/3] java: style changes
Akim Demaille
2019/06/19
[PATCH 3/3] java: honor %define parse.trace
Akim Demaille
2019/06/19
[PATCH 2/3] java: fix support for api.prefix
Akim Demaille
2019/06/19
[PATCH 0/3] Improvements for Java
Akim Demaille
2019/06/17
Re: RFC: propagate the indentation of the actions
Paul Eggert
2019/06/16
Re: RFC: propagate the indentation of the actions
Akim Demaille
2019/06/15
CI: avoid useless git costs
Akim Demaille
2019/06/14
Re: RFC: propagate the indentation of the actions
Paul Eggert
2019/06/12
RFC: propagate the indentation of the actions
Akim Demaille
2019/06/12
[PATCH 1/4] tests: prefer %empty
Akim Demaille
2019/06/12
[PATCH 2/4] style: use clearer types
Akim Demaille
2019/06/12
[PATCH 3/4] style: reduce scopes, propagate const
Akim Demaille
2019/06/12
[PATCH 0/4] Clean up even more
Akim Demaille
2019/06/12
[PATCH 4/4] style: simplify strings to translate
Akim Demaille
2019/06/09
[PATCH 4/6] traces: add some colors
Akim Demaille
2019/06/09
[PATCH 6/6] CI: factor
Akim Demaille
2019/06/09
[PATCH 5/6] lr0: more debug traces
Akim Demaille
2019/06/09
[PATCH 2/6] tests: main: support -s and -p
Akim Demaille
2019/06/09
[PATCH 1/6] tests: remove useless support of '.' in integers
Akim Demaille
2019/06/09
[PATCH 0/6] Clean up tests
Akim Demaille
2019/06/09
[PATCH 3/6] tests: make sure the default action properly works in C++
Akim Demaille
2019/05/29
tests: refactor checks on sets
Akim Demaille
2019/05/28
update-test: some file names have dashes in them
Akim Demaille
2019/05/22
Bison 3.4.1 released [stable]
Akim Demaille
2019/05/21
CI: remove useless apt-get update
Akim Demaille
2019/05/19
Re: Build segfault bison 3.4
Akim Demaille
2019/05/19
CI: avoid useless git costs
Akim Demaille
2019/05/19
Build segfault bison 3.4
neok m4700
2019/05/19
Bison 3.4 released [stable]
Akim Demaille
2019/05/19
tests: adjust to GCC9 diagnostics with a margin
Akim Demaille
2019/05/19
NEWS: update
Akim Demaille
2019/05/19
diagnostics: %pure-parser is obsolete (was: I need simpler examples)
Akim Demaille
2019/05/19
diagnostics: clean up convention for colored diagnostics
Akim Demaille
2019/05/19
CI: use a pipeline: first build the tarball, then check it
Akim Demaille
2019/05/19
Re: build: do not use $< in plain rules
Akim Demaille
2019/05/18
build: do not use $< in plain rules
Akim Demaille
2019/05/12
Bison 3.3.91 released [beta]
Akim Demaille
2019/05/09
doc: use colors for diagnostics in TeX too
Akim Demaille
2019/05/08
Re: cannot build bison-3.3.90 on Solaris 11.3, even with GNU m4
Akim Demaille
2019/05/08
Re: cannot build bison-3.3.90 on Solaris 11.3, even with GNU m4
Akim Demaille
2019/05/08
gnulib: update to fix location tracking in UTF-8 on Solaris
Akim Demaille
2019/05/08
diagnostics: rename --style=debug as --color=debug
Akim Demaille
2019/05/08
fixits: sort them before applying them
Akim Demaille
2019/05/08
diagnostics: support --color=html
Akim Demaille
2019/05/08
style: use warning_is_enabled instead of duplicating it
Akim Demaille
2019/05/08
tests: use %empty instead of comments
Akim Demaille
2019/05/06
[patch #9803] 3.3.90: test suite fails
Tomasz Kłoczko
2019/05/03
[PATCH 5/5] fixits: be sure to preserve the action when adding %empty
Akim Demaille
2019/05/03
[PATCH 3/5] style: use consistently *_loc for locations
Akim Demaille
2019/05/03
[PATCH 0/5] Fixes for %empty insertion
Akim Demaille
2019/05/03
[PATCH 2/5] style: clarify the use of symbol_lists' locations
Akim Demaille
2019/05/03
[PATCH 4/5] tests: don't duplicate the portability prologue
Akim Demaille
2019/05/03
[PATCH 1/5] maint: update gnulib-po/.gitignore
Akim Demaille
2019/04/28
[PATCH 0/2] doc style improvements
Akim Demaille
2019/04/28
[PATCH 2/2] doc: use svg instead of png
Akim Demaille
2019/04/28
[PATCH 1/2] doc: use colors
Akim Demaille
2019/04/28
Bison 3.3.90 released [beta]
Akim Demaille
2019/04/28
[PATCH 4/4] package: add missing CLEANFILES
Akim Demaille
2019/04/28
[PATCH 0/4] Fixes for distcheck
Akim Demaille
2019/04/28
[PATCH 3/4] build: don't generate the graph reports
Akim Demaille
2019/04/28
[PATCH 2/4] package: don't regen the parser during dist if unneeded
Akim Demaille
2019/04/28
[PATCH 1/4] package: don't ship the sources generated from the parser
Akim Demaille
2019/04/27
package: various fixes for syntax-check
Akim Demaille
2019/04/27
traces: use colors for the semantic values
Akim Demaille
2019/04/27
doc: clarify -fsyntax-error
Akim Demaille
2019/04/27
[PATCH 4/4] diagnostics: give m4 precise locations
Akim Demaille
2019/04/27
[PATCH 2/4] diagnostics: provide a means to see byte-columns
Akim Demaille
2019/04/27
[PATCH 0/4] Fix locations for messages from the backends
Akim Demaille
2019/04/27
[PATCH 3/4] diagnostics: fix locations coming from M4
Akim Demaille
2019/04/27
[PATCH 1/4] diagnostics: use flush, not fflush
Akim Demaille
2019/04/25
build: use gettext-h
Akim Demaille
2019/04/25
NEWS: update
Akim Demaille
2019/04/25
Re: reader: clarify variable names
Akim Demaille
2019/04/24
diagnostics: better rule locations
Akim Demaille
2019/04/24
updates: insert/remove %empty
Akim Demaille
2019/04/24
Re: [PATCH 0/4] Fix caret errors
Hans Åberg
2019/04/24
Re: [PATCH 0/4] Fix caret errors
Akim Demaille
2019/04/24
Re: [PATCH 0/4] Fix caret errors
Hans Åberg
2019/04/23
fixits: track byte-columns, not character-columns
Akim Demaille
2019/04/23
diagnostics: expose a means to know whether a warning is enabled
Akim Demaille
2019/04/23
Re: [PATCH 0/4] Fix caret errors
Hans Åberg
2019/04/23
Re: [PATCH 0/4] Fix caret errors
Akim Demaille
2019/04/23
Re: [PATCH 0/4] Fix caret errors
Hans Åberg
2019/04/23
Re: help: gnulib: let it use its own PO domain
Akim Demaille
2019/04/23
Re: diagnostics: document the change of format (was: [PATCH 0/4] Fix caret errors)
Akim Demaille
2019/04/22
Re: [PATCH 0/4] Fix caret errors
Hans Åberg
2019/04/22
Re: help: gnulib: let it use its own PO domain
Akim Demaille
2019/04/22
diagnostics: document the change of format (was: [PATCH 0/4] Fix caret errors)
Akim Demaille
2019/04/22
Re: [PATCH 0/4] Fix caret errors
Akim Demaille
2019/04/22
Re: [PATCH 0/4] Fix caret errors
Hans Åberg
2019/04/22
Re: [PATCH 0/4] Fix caret errors
Akim Demaille
2019/04/22
Re: [PATCH 4/4] diagnostics: fix the handling of multibyte characters
Akim Demaille
2019/04/21
Re: [PATCH 0/4] Fix caret errors
Akim Demaille
2019/04/21
Re: [PATCH 0/4] Fix caret errors
Hans Åberg
2019/04/21
Re: [PATCH 0/4] Fix caret errors
Akim Demaille
2019/04/21
Re: [PATCH 0/4] Fix caret errors
Paul Eggert
2019/04/21
doc: sort the warning categories
Akim Demaille
2019/04/21
style: formatting changes
Akim Demaille
2019/04/21
graphviz: move constant computation out of a loop
Akim Demaille
2019/04/21
[PATCH 2/4] diagnostics: fix styling issues
Akim Demaille
2019/04/21
[PATCH 1/4] diagnostics: check the styling
Akim Demaille
2019/04/21
[PATCH 3/4] diagnostics: check the handling of tabulations
Akim Demaille
2019/04/21
[PATCH 4/4] diagnostics: fix the handling of multibyte characters
Akim Demaille
2019/04/21
[PATCH 0/4] Fix caret errors
Akim Demaille
2019/04/18
diagnostics: fix memory leak in libtextstyle
Akim Demaille
2019/04/17
tests: remove useless feature
Akim Demaille
2019/04/17
build: also generate the graph reports
Akim Demaille
2019/04/17
traces: make closure() less verbose
Akim Demaille
2019/04/13
[PATCH 5/5] yacc.c: minor style change
Akim Demaille
2019/04/13
[PATCH 0/5] Clean up
Akim Demaille
2019/04/13
[PATCH 3/5] style: comment changes
Akim Demaille
2019/04/13
[PATCH 4/5] style: scope reduction in lalr.c
Akim Demaille
2019/04/13
[PATCH 1/5] doc: minor fixes
Akim Demaille
2019/04/13
[PATCH 2/5] traces: improve logs
Akim Demaille
2019/04/03
lalr: offer more flexibility in debugging routines
Akim Demaille
2019/04/03
[PATCH 3/6] java: use full locations for diagnostics about destructors
Akim Demaille
2019/04/03
[PATCH 6/6] regen
Akim Demaille
Earlier messages
Later messages