- 97852f3 maint: remove unnecessary casts before using gnulib functions by Edoardo Sanguineti · 2 years, 3 months ago master
- 25b3d0e cex: check -Dcex.timeout by Akim Demaille · 2 years, 5 months ago
- de3041b news: update by Akim Demaille · 2 years, 5 months ago
- 0faf371 d: fix syntax error on SymbolKind.toString method by Adela Vais · 2 years, 5 months ago
- be45280 d: fix interface syntax error by Adela Vais · 2 years, 5 months ago
- c025891 cex: provide the user with a means to change the timeout by Akim Demaille · 2 years, 5 months ago
- 15b97a0 doc: define the syntax of named references by Akim Demaille · 2 years, 5 months ago
- 290d3d0 cex: clarify message by Akim Demaille · 2 years, 5 months ago
- 374cf8b doc: fix the description of the syntax of %token and %left by Akim Demaille · 2 years, 5 months ago
- dd6ca19 reader: reject rules on YYEOF by Akim Demaille · 2 years, 5 months ago
- 3661ebb gnulib: update by Akim Demaille · 2 years, 5 months ago
- 6376364 muscles: fix handling of the "@'" escape by Akim Demaille · 2 years, 5 months ago
- eb83487 c++: enable C++11 assignment operators for lalr1.cc by Anthony Heading · 2 years, 10 months ago
- ec9c555 tests: ignore messages from the JVM by Akim Demaille · 2 years, 5 months ago
- cfef21f diagnostics: Windows compatibility issues by Akim Demaille · 2 years, 5 months ago
- 5555f4d regen by Akim Demaille · 2 years, 6 months ago
- a166d54 yacc.c, lalr1.cc: fix warnings about yynerrs by Akim Demaille · 2 years, 6 months ago
- b7bdf78 glr2.cc: fix -Wnoexcept issues by Akim Demaille · 2 years, 6 months ago
- 7220701 lalr1.cc: declare stack_symbol_type as noexcept by Akim Demaille · 2 years, 6 months ago
- 657dbff maint: update .gitignore for Gnulib by Paul Eggert · 2 years, 7 months ago
- 6d58f29 maint: don’t use \] in BREs and EREs by Paul Eggert · 2 years, 7 months ago
- d95df50 maint: improve Gnulib checking by Paul Eggert · 2 years, 7 months ago
- 4e89da6 maint: don’t get fdl.texi from Gnulib by Paul Eggert · 2 years, 7 months ago
- aa58acb gnulib: update by Paul Eggert · 2 years, 7 months ago
- db8c1bb style: enforce GNU-style variable names by Akim Demaille · 2 years, 7 months ago
- cf686be tests: avoid useless variables by Akim Demaille · 2 years, 7 months ago
- c70b68c gnulib: update by Akim Demaille · 2 years, 7 months ago
- 78b767d gnulib: update by Akim Demaille · 2 years, 7 months ago
- cb679b2 address unused variables by Akim Demaille · 2 years, 7 months ago
- 6ee1494 doc: explain why location's "column" are defined vaguely by Akim Demaille · 3 years, 1 month ago
- a475c4d gnulib: update by Akim Demaille · 2 years, 8 months ago
- 1183d5e gnulib: update by Akim Demaille · 3 years, 1 month ago
- 8b96c82 doc: improve calling-convention doc by Paul Eggert · 3 years, 1 month ago
- 07e18e7 package: bump copyrights to 2022 by Paul Eggert · 3 years, 1 month ago
- 013d598 gnulib: make use of gnulib-tool's --automake-subdir option by Bruno Haible · 3 years, 2 months ago
- 83a8f8b gnulib: update by Akim Demaille · 3 years, 2 months ago
- f8e8f57 doc: add indexes by Akim Demaille · 3 years, 2 months ago
- 6571c2d warnings: don't complain about m4_foo and b4_foo when from the user by Akim Demaille · 3 years, 3 months ago
- c95d0dd warnings: be less picky about occurrences of m4_/b4_ in the output by Akim Demaille · 3 years, 3 months ago
- 76301e7 gnulib: update by Akim Demaille · 3 years, 3 months ago
- c83425e tests: address portability issues about strdup by Akim Demaille · 3 years, 4 months ago
- c9b5b46 tests: fix coding style by Akim Demaille · 3 years, 4 months ago
- 7558cbf examples: fix coding style by Akim Demaille · 3 years, 4 months ago
- 6e6950f build: check -Wsubobject-linkage in C++ by Akim Demaille · 3 years, 4 months ago
- 4fe5a37 tests: make it easier to spot failures by Akim Demaille · 3 years, 4 months ago
- 7c90a28 maint: post-release administrivia by Akim Demaille · 3 years, 5 months ago
- 9beba19 version 3.8.2 by Akim Demaille · 3 years, 5 months ago v3.8.2
- 80ebbe7 tests: Apple clang issues warning on C++11 features by Akim Demaille · 3 years, 5 months ago
- 028df02 avoid using atoi by Akim Demaille · 3 years, 5 months ago
- 71dfc86 news: update by Akim Demaille · 3 years, 5 months ago
- 5c1069c gnulib: update by Akim Demaille · 3 years, 5 months ago
- 3fc3ef6 c++: use YY_NOEXCEPT where it helps by Akim Demaille · 3 years, 5 months ago
- dd6e783 gnulib: update by Akim Demaille · 3 years, 5 months ago
- eeb5d6f glr2.cc: semantic_option: use a symbol by Akim Demaille · 3 years, 5 months ago
- 70441b5 glr2.cc: don't publish move ctor to lalr1.cc by Akim Demaille · 3 years, 5 months ago
- 7538d8d glr2.cc: simplify semantic_option by Akim Demaille · 3 years, 5 months ago
- b07b5ce glr2.cc: we require C++11 by Akim Demaille · 3 years, 5 months ago
- 157e91d glr2.cc: introduse b4_glr2_cc_if by Akim Demaille · 3 years, 5 months ago
- b820718 glr2.cc: don't pass %parse-param to destroy by Akim Demaille · 3 years, 5 months ago
- 6e6e117 glr2.cc: kill trailing white spaces by Akim Demaille · 3 years, 5 months ago
- 6bfdf22 glr2.cc: check linking conflicts by Akim Demaille · 3 years, 5 months ago
- d432079 glr2.cc: move strong_index_alias into the unnamed namespace by Akim Demaille · 3 years, 5 months ago
- b6ac175 glr2.cc: use only symbol_kind_type, not yysymbol_kind_t by Akim Demaille · 3 years, 5 months ago
- 5f90ef5 glr2.cc: prefer using, and remove useless type aliases by Akim Demaille · 3 years, 5 months ago
- 10ee044 glr2.cc: put glr_state_set and glr_stack_item in unnamed namespace by Akim Demaille · 3 years, 5 months ago
- c09524c glr2.cc: move state_stack into the unnamed namespace by Akim Demaille · 3 years, 5 months ago
- 28152fc glr2.cc: style: clarify control flow by Akim Demaille · 3 years, 5 months ago
- 9babd05 glr2.cc: move glr_stack and glr_state into the parser class by Akim Demaille · 3 years, 5 months ago
- 3e94b12 glr2.cc: put create_state_set_index in unnamed namespace by Akim Demaille · 3 years, 5 months ago
- 7cb6de2 glr2.cc: prefer unnamed namespace to 'static' by Akim Demaille · 3 years, 5 months ago
- 4ec4309 glr2.cc: put semantic_option into an unnamed namespace by Akim Demaille · 3 years, 5 months ago
- ca96df8 glr2.cc: don't publish YY_EXCEPTIONS by Akim Demaille · 3 years, 5 months ago
- 2142e59 c++: demonstrate custom error messages in the examples by Akim Demaille · 3 years, 5 months ago
- a750724 glr2.cc: custom error messages by Akim Demaille · 3 years, 6 months ago
- 7c47598 glr2.cc: start the transition to using symbol_type by Akim Demaille · 3 years, 5 months ago
- fdaedc7 c++: add move assignments to the symbol type by Akim Demaille · 3 years, 5 months ago
- 85f5e3b c++: avoid using the obsolete names by Akim Demaille · 3 years, 5 months ago
- c3a4686 regen by Akim Demaille · 3 years, 5 months ago
- 9cdfd86 maint: post-release administrivia by Akim Demaille · 3 years, 5 months ago
- 659376b version 3.8.1 by Akim Demaille · 3 years, 5 months ago v3.8.1
- 0343acb portability: don't use strtof by Akim Demaille · 3 years, 5 months ago
- 5d9ccd5 yacc: declare yyerror/yylex only when POSIXLY_CORRECT by Akim Demaille · 3 years, 5 months ago
- ad9b8a0 maint: post-release administrivia by Akim Demaille · 3 years, 5 months ago
- ec3375a version 3.8 by Akim Demaille · 3 years, 5 months ago v3.8
- 12c8e42 news: update by Akim Demaille · 3 years, 5 months ago
- 9f8f3d2 maint: post-release administrivia by Akim Demaille · 3 years, 5 months ago
- 108724c version 3.7.91 by Akim Demaille · 3 years, 5 months ago v3.7.91
- da0f993 tests: disable "Multistart reports" by Akim Demaille · 3 years, 5 months ago
- 075a879 style: c++: formatting changes by Akim Demaille · 3 years, 6 months ago
- a7ded42 style: rename stmtMerge as stmt_merge by Akim Demaille · 3 years, 6 months ago
- a5c55bb c++: beware of Visual C++ limitations by Akim Demaille · 3 years, 6 months ago
- bc5aa8e tests: don't postprocess stderr with sed by Akim Demaille · 3 years, 6 months ago
- 0a82bf5 CI: don't require Autoconf 2.71 by Akim Demaille · 3 years, 6 months ago
- a70e75b examples: don't demonstrate multistart, which is not part of 3.8 by Akim Demaille · 3 years, 6 months ago
- 3afa975 tests: grep -E is not portable by Akim Demaille · 3 years, 6 months ago
- 36f3756 glr2.cc: require C++11 by Akim Demaille · 3 years, 6 months ago
- f2c568d readme: add D by Akim Demaille · 3 years, 6 months ago
- bb7860d maint: post-release administrivia by Akim Demaille · 3 years, 6 months ago
- 8bb81e2 version 3.7.90 by Akim Demaille · 3 years, 6 months ago v3.7.90
- 84059ea build: ignore syntax-check's file_system check on Doxyfile by Akim Demaille · 3 years, 6 months ago