2012-07-27 |
Akim Demaille | also support $<foo>$ in the %initial-action |
blob | commitdiff | raw |
2012-07-05 |
Akim Demaille | api.prefix: strengthen the tests and fix push-parsers. |
blob | commitdiff | raw | diff to current |
2012-07-04 |
Akim Demaille | YYLLOC_DEFAULT: factor, and don't export it in headers. |
blob | commitdiff | raw | diff to current |
2012-07-04 |
Akim Demaille | api.prefix: do not use #define to handle YYSTYPE_IS_TRI... |
blob | commitdiff | raw | diff to current |
2012-07-04 |
Akim Demaille | api.prefix: also rename YYDEBUG. |
blob | commitdiff | raw | diff to current |
2012-06-29 |
Akim Demaille | api.prefix. |
blob | commitdiff | raw | diff to current |
2012-06-27 |
Akim Demaille | c++: do not export YYTOKEN_TABLE and YYERROR_VERBOSE. |
blob | commitdiff | raw | diff to current |
2012-06-25 |
Akim Demaille | yacc: work around the ylwrap limitation. |
blob | commitdiff | raw | diff to current |
2012-06-21 |
Akim Demaille | skeletons: minor style changes |
blob | commitdiff | raw | diff to current |
2012-06-21 |
Akim Demaille | c skeletons: factor the declaration of yylloc and yylval. |
blob | commitdiff | raw | diff to current |
2012-06-15 |
Akim Demaille | glr.c, yacc.c: declare yydebug in the header. |
blob | commitdiff | raw | diff to current |
2012-06-15 |
Akim Demaille | skeletons: use header guards. |
blob | commitdiff | raw | diff to current |
2012-06-15 |
Akim Demaille | yacc.c: instead of duplicating y.tab.h inside y.tac... |
blob | commitdiff | raw | diff to current |
2012-06-13 |
Akim Demaille | yacc.c: factor. |
blob | commitdiff | raw | diff to current |
2012-06-12 |
Akim Demaille | skeletons: factor yacc.c and glr.c. |
blob | commitdiff | raw | diff to current |
2012-06-05 |
Jim Meyering | maint: fix comment typos |
blob | commitdiff | raw | diff to current |
2012-04-01 |
Akim Demaille | c++: more YY_NULL |
blob | commitdiff | raw | diff to current |
2012-04-01 |
Akim Demaille | bump to 2012 in skeletons. |
blob | commitdiff | raw | diff to current |
2012-03-31 |
Akim Demaille | c++: use nullptr for C++11. |
blob | commitdiff | raw | diff to current |
2012-02-19 |
Akim Demaille | maint: address sc_prohibit_doubled_word. |
blob | commitdiff | raw | diff to current |
2012-02-19 |
Akim Demaille | maint: address sc_prohibit_always-defined_macros. |
blob | commitdiff | raw | diff to current |
2012-02-19 |
Akim Demaille | maint: fix some syntax-check issues. |
blob | commitdiff | raw | diff to current |
2012-01-26 |
Akim Demaille | yacc: fix YYBACKUP. |
blob | commitdiff | raw | diff to current |
2012-01-13 |
Akim Demaille | maint: run "make update-copyright". |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Joel E. Denny | * data/yacc.c: Fix last apostrophe warning from xgettext. |
blob | commitdiff | raw | diff to current |
2011-01-25 |
Paul Eggert | Fix minor problems encountered by a fresh bootstrap. |
blob | commitdiff | raw | diff to current |
2011-01-02 |
Joel E. Denny | maint: run "make update-copyright". |
blob | commitdiff | raw | diff to current |
2010-12-24 |
Joel E. Denny | parse.lac: implement exploratory stack reallocations. |
blob | commitdiff | raw | diff to current |
2010-12-24 |
Joel E. Denny | parse.lac: implement as %define variable. |
blob | commitdiff | raw | diff to current |
2010-11-07 |
Joel E. Denny | yysyntax_error: fix for consistent error with lookahead. |
blob | commitdiff | raw | diff to current |
2010-11-07 |
Joel E. Denny | yysyntax_error: prepare for readability of next patches. |
blob | commitdiff | raw | diff to current |
2010-10-31 |
Joel E. Denny | yysyntax_error: improve invocation readability. |
blob | commitdiff | raw | diff to current |
2010-10-16 |
Paul Eggert | Fix portability problem on OpenBSD 4.7. |
blob | commitdiff | raw | diff to current |
2010-06-23 |
Paul Eggert | Do not use date ranges in copyright notices. |
blob | commitdiff | raw | diff to current |
2010-04-10 |
Joel E. Denny | portability: fix pointer arithmetic to conform to C... |
blob | commitdiff | raw | diff to current |
2010-01-04 |
Joel E. Denny | maint: run "make update-copyright" |
blob | commitdiff | raw | diff to current |
2009-12-22 |
Joel E. Denny | Fix handling of yychar manipulation in user semantic... |
blob | commitdiff | raw | diff to current |
2009-12-22 |
Joel E. Denny | YYFAIL: deprecate. |
blob | commitdiff | raw | diff to current |
2009-12-16 |
Joel E. Denny | * data/yacc.c: Reformat m4 a little. |
blob | commitdiff | raw | diff to current |
2009-12-16 |
Jonathan Nieder | Simplify y.tab.c when location tracking is disabled. |
blob | commitdiff | raw | diff to current |
2009-12-16 |
Jonathan Nieder | Avoid warnings from gcc -Wundef y.tab.c. |
blob | commitdiff | raw | diff to current |
2009-10-04 |
Joel E. Denny | yysyntax_error: avoid duplicate lookahead collection. |
blob | commitdiff | raw | diff to current |
2009-10-04 |
Akim Demaille | Pass the token type to yysyntax_error. |
blob | commitdiff | raw | diff to current |
2009-10-04 |
Akim Demaille | Simplify the i18n of the error messages. |
blob | commitdiff | raw | diff to current |
2009-09-10 |
Joel E. Denny | Clean up yacc.c a little. |
blob | commitdiff | raw | diff to current |
2009-08-26 |
Joel E. Denny | Actually handle the yytable zero value correctly this... |
blob | commitdiff | raw | diff to current |
2009-08-26 |
Joel E. Denny | More fixes related to last two patches. |
blob | commitdiff | raw | diff to current |
2009-08-25 |
Joel E. Denny | Fix %error-verbose for conflicts resolved by %nonassoc. |
blob | commitdiff | raw | diff to current |
2009-08-25 |
Joel E. Denny | Some code and documentation improvements. |
blob | commitdiff | raw | diff to current |
2009-08-06 |
Joel E. Denny | maint: run "make update-copyright" |
blob | commitdiff | raw | diff to current |
2009-08-05 |
Joel E. Denny | maint: automate b4_copyright updates. |
blob | commitdiff | raw | diff to current |
2009-04-30 |
Joel E. Denny | Convert underscores to dashes in some %define variable... |
blob | commitdiff | raw | diff to current |
2009-04-23 |
Joel E. Denny | Rename "default rule" to "default reduction". |
blob | commitdiff | raw | diff to current |
2009-04-06 |
Akim Demaille | Remove spurious initial empty lines. |
blob | commitdiff | raw | diff to current |
2008-05-13 |
Joel E. Denny | * data/yacc.c: Reformat m4 a little for readability. |
blob | commitdiff | raw | diff to current |
2008-02-20 |
Joel E. Denny | Fix impure push parser compile error reported by Bob... |
blob | commitdiff | raw | diff to current |
2008-02-17 |
Joel E. Denny | * data/Makefile.am (dist_pkgdata_DATA): Remove push.c. |
blob | commitdiff | raw | diff to current |
2008-01-19 |
Joel E. Denny | * data/yacc.c: Update copyright for recent commit. |
blob | commitdiff | raw | diff to current |
2008-01-10 |
Paul Eggert | * data/yacc.c (yyparse): Correct the comment when locat... |
blob | commitdiff | raw | diff to current |
2007-10-29 |
Joel E. Denny | Deprecate %pure-parser and add `%define api.pure'.... |
blob | commitdiff | raw | diff to current |
2007-10-28 |
Joel E. Denny | %define push_pull -> %define api.push_pull. Discussed... |
blob | commitdiff | raw | diff to current |
2007-09-25 |
Joel E. Denny | Replace `%push-parser' and `%push-pull-parser' with |
blob | commitdiff | raw | diff to current |
2007-08-15 |
Paul Eggert | Update to GPLv3. |
blob | commitdiff | raw | diff to current |
2007-08-03 |
Joel E. Denny | * data/yacc.c (yyexhaustedlab): Define it when YYERROR_... |
blob | commitdiff | raw | diff to current |
2007-02-24 |
Joel E. Denny | Use YYFPRINTF instead of fprintf where appropriate... |
blob | commitdiff | raw | diff to current |
2007-01-16 |
Joel E. Denny | Clean up %define and %code implementation in M4 some... |
blob | commitdiff | raw | diff to current |
2007-01-09 |
Joel E. Denny | Simplify union and prologue handling, and escape union... |
blob | commitdiff | raw | diff to current |
2007-01-08 |
Joel E. Denny | Instead of having skeletons declare all valid %define... |
blob | commitdiff | raw | diff to current |
2007-01-07 |
Joel E. Denny | Check for unrecognized %define variables similar to... |
blob | commitdiff | raw | diff to current |
2007-01-06 |
Joel E. Denny | Don't use m4_divert since it makes m4_divert_push and... |
blob | commitdiff | raw | diff to current |
2007-01-05 |
Joel E. Denny | Consolidate the 4 prologue alternative directives ... |
blob | commitdiff | raw | diff to current |
2007-01-02 |
Joel E. Denny | Add maintainer-push-check to run maintainer-check using... |
blob | commitdiff | raw | diff to current |
2006-12-12 |
Joel E. Denny | * tests/testsuite.at (AT_CHECK): When checking if ... |
blob | commitdiff | raw | diff to current |
2006-10-22 |
Joel E. Denny | * data/push.c, data/yacc.c: Make sure there's a newline... |
blob | commitdiff | raw | diff to current |
2006-10-15 |
Paolo Bonzini | 2006-10-16 Paolo Bonzini <bonzini@gnu.org> |
blob | commitdiff | raw | diff to current |
2006-08-11 |
Paul Eggert | * configure.ac (AC_ARG_ENABLE): Use -Wextra -Wno-sign... |
blob | commitdiff | raw | diff to current |
2006-08-10 |
Joel E. Denny | Suppress signed/unsigned comparison warnings for yycheck. |
blob | commitdiff | raw | diff to current |
2006-07-29 |
Joel E. Denny | Clean up handling of %destructor for the end token... |
blob | commitdiff | raw | diff to current |
2006-07-09 |
Paul Eggert | * NEWS: Instead of %union, you can define and use your... |
blob | commitdiff | raw | diff to current |
2006-07-09 |
Paul Eggert | * data/yacc.c (YYID, yy_stack_print): Prefix local... |
blob | commitdiff | raw | diff to current |
2006-07-08 |
Akim Demaille | * data/c.m4 (b4_location_initial_column, b4_location_in... |
blob | commitdiff | raw | diff to current |
2006-07-08 |
Akim Demaille | * data/c.m4 (b4_dirname): New. |
blob | commitdiff | raw | diff to current |
2006-06-23 |
Joel E. Denny | Rename %before-definitions to %start-header and %after... |
blob | commitdiff | raw | diff to current |
2006-06-21 |
Joel E. Denny | Don't put the pre-prologue in the header file. For... |
blob | commitdiff | raw | diff to current |
2006-06-20 |
Akim Demaille | Install these changes: |
blob | commitdiff | raw | diff to current |
2006-06-10 |
Joel E. Denny | For consistency, use `lookahead' instead of `look-ahead' or |
blob | commitdiff | raw | diff to current |
2006-05-27 |
Paul Eggert | * data/yacc.c (yy_reduce_print): Omit trailing white... |
blob | commitdiff | raw | diff to current |
2006-05-21 |
Joel E. Denny | * data/yacc.c (yyparse): Wrap the final return from... |
blob | commitdiff | raw | diff to current |
2006-05-15 |
Paul Eggert | * data/glr.c (yyreportSyntaxError): Fix off-by-one... |
blob | commitdiff | raw | diff to current |
2006-05-15 |
Paul Eggert | * data/yacc.c (yytnamerr): Fix typo: local var should... |
blob | commitdiff | raw | diff to current |
2006-05-14 |
Akim Demaille | Implement --trace=m4. |
blob | commitdiff | raw | diff to current |
2006-05-14 |
Paul Eggert | * data/c.m4 (b4_copyright): Put the special exception... |
blob | commitdiff | raw | diff to current |
2006-05-09 |
Paul Eggert | * data/glr.c: Switch to Bison 2.2 special-exception... |
blob | commitdiff | raw | diff to current |
2006-03-12 |
Akim Demaille | Apply --prefix to C++ skeletons too: they change the... |
blob | commitdiff | raw | diff to current |
2006-02-17 |
Paul Eggert | * data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE... |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Paul Eggert | Work around a bug in bro 0.8, which underparenthesizes its |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Paul Eggert | * data/yacc.c (b4_int_type): Use yytype_uint8, etc... |
blob | commitdiff | raw | diff to current |
2006-01-22 |
Paul Eggert | * Makefile.cfg (local-checks-to-skip): Add changelog... |
blob | commitdiff | raw | diff to current |
2006-01-20 |
Paul Eggert | Minor fixups to get 'make maintainer-check' to work. |
blob | commitdiff | raw | diff to current |
2006-01-04 |
Paul Eggert | * data/c.m4 (b4_c_modern): New macro, with a new provis... |
blob | commitdiff | raw | diff to current |
next |