2012-11-06 |
Akim Demaille | glr.cc, yacc.c: initialize yylloc properly |
blob | commitdiff | raw |
2012-11-06 |
Akim Demaille | yacc.c, glr.c: a better YY_LOCATION_PRINT |
blob | commitdiff | raw | diff to current |
2012-10-28 |
Akim Demaille | yacc.c: initialize yylval and yylloc. |
blob | commitdiff | raw | diff to current |
2012-10-22 |
Akim Demaille | warnings: avoid warnings from clang |
blob | commitdiff | raw | diff to current |
2012-10-22 |
Akim Demaille | skeletons: style changes |
blob | commitdiff | raw | diff to current |
2012-08-02 |
Akim Demaille | yacc: remove trailing end of line at end of file |
blob | commitdiff | raw | diff to current |
2012-07-27 |
Akim Demaille | also support $<foo>$ in the %initial-action |
blob | commitdiff | raw | diff to current |
2012-07-04 |
Akim Demaille | glr.cc: do not override C++ definitions by C macros. |
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-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-12 |
Akim Demaille | skeletons: factor yacc.c and glr.c. |
blob | commitdiff | raw | diff to current |
2012-06-12 |
Akim Demaille | glr.c: minor refactoring. |
blob | commitdiff | raw | diff to current |
2012-05-09 |
Akim Demaille | glr.c: reduce variable scopes. |
blob | commitdiff | raw | diff to current |
2012-05-04 |
Akim Demaille | glr.c: untabify. |
blob | commitdiff | raw | diff to current |
2012-04-10 |
Akim Demaille | glr: eliminate last bits of unwanted locations. |
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 | glr: do not use locations when they are not requested |
blob | commitdiff | raw | diff to current |
2012-03-31 |
Akim Demaille | c++: use nullptr for C++11. |
blob | commitdiff | raw | diff to current |
2012-01-13 |
Akim Demaille | maint: run "make update-copyright". |
blob | commitdiff | raw | diff to current |
2011-04-16 |
Joel E. Denny | glr.c: omit yyresolveLocations when locations are disabled. |
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-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: more preparation for readability of... |
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-06-23 |
Paul Eggert | Do not use date ranges in copyright notices. |
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-29 |
Akim Demaille | Propagate i18n changes into glr.c. |
blob | commitdiff | raw | diff to current |
2009-12-16 |
Joel E. Denny | Add gcc's -Wundef to test suite and fix another warning... |
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-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-04-23 |
Joel E. Denny | Rename "default rule" to "default reduction". |
blob | commitdiff | raw | diff to current |
2009-04-06 |
Akim Demaille | Copyright years. |
blob | commitdiff | raw | diff to current |
2009-04-06 |
Akim Demaille | Remove spurious initial empty lines. |
blob | commitdiff | raw | diff to current |
2008-11-19 |
Joel E. Denny | Fix unexpanded macros in GLR defines file. |
blob | commitdiff | raw | diff to current |
2008-10-28 |
Akim Demaille | Space and comments changes. |
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-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-07-02 |
Joel E. Denny | * data/glr.c (yy_yypstack, yypstates, yypdumpstack... |
blob | commitdiff | raw | diff to current |
2007-05-26 |
Joel E. Denny | * data/glr.c (yylval): As in yacc.c, don't extern in... |
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-18 |
Joel E. Denny | Back out previous patch. |
blob | commitdiff | raw | diff to current |
2007-01-18 |
Joel E. Denny | Implement @gettext<...@> directive to call gettext... |
blob | commitdiff | raw | diff to current |
2007-01-17 |
Joel E. Denny | * NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel... |
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 |
2006-12-19 |
Paul Eggert | * src/getargs.c (skeleton_arg): Last arg is now locatio... |
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-12-10 |
Joel E. Denny | Warn about output files that are generated by the skele... |
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-10-13 |
Paul Eggert | * configure.ac: Use AC_PROG_CC_STDC; this is more moder... |
blob | commitdiff | raw | diff to current |
2006-10-06 |
Paul Eggert | Fix test failure reported by Tom Lane in |
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-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-30 |
Paul Eggert | * data/glr.c (YYRECOVERING): Define to be a function... |
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-21 |
Joel E. Denny | * data/glr.c (yyresolveLocations): Remove bogus YYASSER... |
blob | commitdiff | raw | diff to current |
2006-05-17 |
Joel E. Denny | * data/glr.c (yyreportTree): Make room in yystates... |
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-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-03-07 |
Paul Eggert | * data/glr.c (yyresolveLocations): Rename local variabl... |
blob | commitdiff | raw | diff to current |
2006-03-06 |
Joel E. Denny | * tests/glr-regression.at (Uninitialized location when... |
blob | commitdiff | raw | diff to current |
2006-03-04 |
Joel E. Denny | * tests/glr-regression.at (Leaked semantic values when... |
blob | commitdiff | raw | diff to current |
2006-03-02 |
Joel E. Denny | Avoid memory leaks by not invoking longjmp in yyreportA... |
blob | commitdiff | raw | diff to current |
2006-03-02 |
Joel E. Denny | Don't leak semantic values for parent RHS when a user... |
blob | commitdiff | raw | diff to current |
2006-02-27 |
Paul Eggert | * data/glr.c (yyexpandGLRStack): Catch an off-by-one... |
blob | commitdiff | raw | diff to current |
2006-01-30 |
Joel E. Denny | During deterministic GLR operation, user actions should... |
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-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-12 |
Joel E. Denny | * data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to |
blob | commitdiff | raw | diff to current |
2006-01-12 |
Paul Hilfinger | * data/glr.c (yysplitStack): A little stylistic rewrite. |
blob | commitdiff | raw | diff to current |
2006-01-11 |
Paul Hilfinger | * data/glr.c (yyaddDeferredAction): Flesh out the... |
blob | commitdiff | raw | diff to current |
next |