2006-12-19 |
Paul Eggert | * src/getargs.c (skeleton_arg): Last arg is now locatio... |
tree | commitdiff |
2006-12-15 |
Joel E. Denny | * data/push.c (yypstate): Add typedef, and update all... |
tree | commitdiff |
2006-12-14 |
Joel E. Denny | * data/push.c (yypstate_init): Rename to... |
tree | commitdiff |
2006-12-12 |
Joel E. Denny | * tests/testsuite.at (AT_CHECK): When checking if ... |
tree | commitdiff |
2006-12-10 |
Joel E. Denny | Warn about output files that are generated by the skele... |
tree | commitdiff |
2006-12-08 |
Joel E. Denny | * data/push.c: (yypvarsinit, yypvars, struct yypvars... |
tree | commitdiff |
2006-12-07 |
Joel E. Denny | * data/push.c (yychar_set, yylval_set, yylloc_set)... |
tree | commitdiff |
2006-12-02 |
Joel E. Denny | Support a file name argument to %defines. Deprecate... |
tree | commitdiff |
2006-11-21 |
Joel E. Denny | Don't escape $ in test case titles since Autoconf 2... |
tree | commitdiff |
2006-11-21 |
Joel E. Denny | Rename <!> to <>. Discussed starting at |
tree | commitdiff |
2006-11-17 |
Joel E. Denny | Don't let %prec take a nonterminal. |
tree | commitdiff |
2006-11-11 |
Joel E. Denny | * tests/testsuite.at (AT_CHECK): Don't miss an exit... |
tree | commitdiff |
2006-11-09 |
Joel E. Denny | * src/files.c (tr): Change return type to void. |
tree | commitdiff |
2006-11-08 |
Paul Eggert | Don't let Bison leak memory except when it complains. |
tree | commitdiff |
2006-11-01 |
Joel E. Denny | Disable unset/unused mid-rule value warnings by default... |
tree | commitdiff |
2006-10-21 |
Joel E. Denny | Split the default %destructor/%printer into two kinds... |
tree | commitdiff |
2006-10-21 |
Joel E. Denny | Don't apply the default %destructor/%printer to an... |
tree | commitdiff |
2006-10-21 |
Joel E. Denny | Warn about unset midrule $$ if the corresponding $n... |
tree | commitdiff |
2006-10-15 |
Paolo Bonzini | 2006-10-16 Paolo Bonzini <bonzini@gnu.org> |
tree | commitdiff |
2006-10-15 |
Joel E. Denny | Fix testsuite for ./configure --enable-gcc-warnings: |
tree | commitdiff |
2006-10-13 |
Paul Eggert | * bootstrap.conf (gnulib_modules): Add config-h. |
tree | commitdiff |
2006-10-12 |
Paul Eggert | * NEWS: The -g and --graph options now output graphs... |
tree | commitdiff |
2006-10-06 |
Paul Eggert | Fix test failure reported by Tom Lane in |
tree | commitdiff |
2006-09-15 |
Paul Eggert | Use some of gnulib's new modules, taken from coreutils. |
tree | commitdiff |
2006-09-15 |
Paul Eggert | * data/Makefile.am (dist_pkgdata_DATA): Add push.c. |
tree | commitdiff |
2006-09-13 |
Paul Eggert | * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR... |
tree | commitdiff |
2006-09-13 |
Paul Eggert | Remove bogus comments. |
tree | commitdiff |
2006-09-13 |
Paul Eggert | Fix glr.cc and lalr1.cc's use of YYDEBUG so that there... |
tree | commitdiff |
2006-09-11 |
Paul Eggert | * data/glr.c (b4_shared_declarations): Put start-header... |
tree | commitdiff |
2006-09-04 |
Joel E. Denny | Finish implementation of per-type %destructor/%printer... |
tree | commitdiff |
2006-09-04 |
Joel E. Denny | Require default %destructor/%printer to be declared... |
tree | commitdiff |
2006-08-24 |
Joel E. Denny | Whether the default %destructor/%printer applies to... |
tree | commitdiff |
2006-08-21 |
Joel E. Denny | Don't apply the default %destructor or %printer to... |
tree | commitdiff |
2006-08-20 |
Joel E. Denny | Allow %start after the first rule. |
tree | commitdiff |
2006-08-18 |
Joel E. Denny | Redo some of the previous commit: add back the ability... |
tree | commitdiff |
2006-08-18 |
Joel E. Denny | Don't allow an undeclared string literal, but allow... |
tree | commitdiff |
2006-08-14 |
Joel E. Denny | In the grammar scanner, STRING_FINISH unclosed construc... |
tree | commitdiff |
2006-08-14 |
Joel E. Denny | Handle string aliases for character tokens correctly. |
tree | commitdiff |
2006-07-29 |
Joel E. Denny | Enable declaration of default %printer/%destructor... |
tree | commitdiff |
2006-07-29 |
Joel E. Denny | Clean up handling of %destructor for the end token... |
tree | commitdiff |
2006-07-09 |
Paul Eggert | * NEWS: Instead of %union, you can define and use your... |
tree | commitdiff |
2006-07-09 |
Joel E. Denny | Change %merge result type clash warnings to errors... |
tree | commitdiff |
2006-07-08 |
Akim Demaille | * data/c.m4 (b4_location_initial_column, b4_location_in... |
tree | commitdiff |
2006-07-08 |
Joel E. Denny | In the grammar file, the first column is 1 not 0 on... |
tree | commitdiff |
2006-07-07 |
Joel E. Denny | In warnings, say "previous declaration" rather than... |
tree | commitdiff |
2006-06-26 |
Joel E. Denny | Don't miss %merge result type warnings just because... |
tree | commitdiff |
2006-06-26 |
Joel E. Denny | Get action warnings (grammar_rule_check) right even... |
tree | commitdiff |
2006-06-25 |
Joel E. Denny | Clean up yesterday's patch. |
tree | commitdiff |
2006-06-24 |
Joel E. Denny | Fix bug that mistakes braced code in a declaration... |
tree | commitdiff |
2006-06-23 |
Joel E. Denny | Rename %before-definitions to %start-header and %after... |
tree | commitdiff |
2006-06-22 |
Joel E. Denny | Add comparison operators for C++ location classes.... |
tree | commitdiff |
2006-06-21 |
Joel E. Denny | Don't put the pre-prologue in the header file. For... |
tree | commitdiff |
2006-06-11 |
Joel E. Denny | For associating token numbers with token names for... |
tree | commitdiff |
2006-06-10 |
Joel E. Denny | For consistency, use `lookahead' instead of `look-ahead' or |
tree | commitdiff |
2006-06-07 |
Akim Demaille | * src/scan-gram.l: Move the "add a trailing ; to action... |
tree | commitdiff |
2006-06-06 |
Akim Demaille | Extract the parsing of user actions from the grammar... |
tree | commitdiff |
2006-05-21 |
Joel E. Denny | * data/glr.c (yyresolveLocations): Remove bogus YYASSER... |
tree | commitdiff |
2006-05-21 |
Paul Eggert | * data/c.m4 (b4_yy_symbol_print_generate): |
tree | commitdiff |
2006-05-15 |
Paul Eggert | * data/glr.c (yyreportSyntaxError): Fix off-by-one... |
tree | commitdiff |
2006-05-15 |
Paul Eggert | * data/yacc.c (yytnamerr): Fix typo: local var should... |
tree | commitdiff |
2006-04-03 |
Akim Demaille | * src/scan-gram.l: Be robust to BRACED_CODE appearing... |
tree | commitdiff |
2006-03-12 |
Akim Demaille | * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Fix the... |
tree | commitdiff |
2006-03-12 |
Akim Demaille | Apply --prefix to C++ skeletons too: they change the... |
tree | commitdiff |
2006-03-07 |
Paul Eggert | * data/glr.c (yyresolveLocations): Rename local variabl... |
tree | commitdiff |
2006-03-06 |
Paul Eggert | * tests/Makefile.am ($(srcdir)/package.m4, maintainer... |
tree | commitdiff |
2006-03-06 |
Joel E. Denny | * tests/glr-regression.at (Uninitialized location when... |
tree | commitdiff |
2006-03-04 |
Joel E. Denny | * tests/glr-regression.at (Leaked semantic values when... |
tree | commitdiff |
2006-03-02 |
Joel E. Denny | Avoid memory leaks by not invoking longjmp in yyreportA... |
tree | commitdiff |
2006-03-02 |
Joel E. Denny | Don't leak semantic values for parent RHS when a user... |
tree | commitdiff |
2006-02-13 |
Paul Eggert | * NEWS: Version 2.1a. |
tree | commitdiff |
2006-02-06 |
Paul Eggert | * tests/headers.at (AT_TEST_CPP_GUARD_H): Use #include... |
tree | commitdiff |
2006-02-01 |
Paul Eggert | * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume... |
tree | commitdiff |
2006-01-30 |
Joel E. Denny | During deterministic GLR operation, user actions should... |
tree | commitdiff |
2006-01-30 |
Paul Eggert | * src/parse-gram.y (grammar_declaration): Location... |
tree | commitdiff |
2006-01-30 |
Paul Eggert | * tests/input.at (AT_CHECK_UNUSED_VALUES): Remove.... |
tree | commitdiff |
2006-01-30 |
Paul Eggert | Fix a longstanding bug uncovered by bro-0.9a9/src/parse... |
tree | commitdiff |
2006-01-27 |
Paul Eggert | * src/reader.c (symbol_should_be_used): Renamed from... |
tree | commitdiff |
2006-01-23 |
Paul Eggert | * data/yacc.c (b4_int_type): Use yytype_uint8, etc... |
tree | commitdiff |
2006-01-22 |
Paul Eggert | Fix white space glitches. |
tree | commitdiff |
2006-01-22 |
Paul Eggert | * Makefile.cfg (local-checks-to-skip): Add changelog... |
tree | commitdiff |
2006-01-20 |
Paul Eggert | Minor fixups to get 'make maintainer-check' to work. |
tree | commitdiff |
2006-01-19 |
Akim Demaille | * tests/calc.at (_AT_DATA_CALC_Y): Initialize the whole... |
tree | commitdiff |
2006-01-12 |
Joel E. Denny | * data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to |
tree | commitdiff |
2006-01-08 |
Joel E. Denny | * tests/glr-regression.at: Update copyright year to... |
tree | commitdiff |
2006-01-06 |
Joel E. Denny | * data/glr.c (yyGLRStateSet): Add yybool* yylookaheadSt... |
tree | commitdiff |
2006-01-06 |
Joel E. Denny | * tests/glr-regression.at: For consistency with my... |
tree | commitdiff |
2006-01-05 |
Joel E. Denny | * data/glr.c (yyresolveValue): When merging semantic... |
tree | commitdiff |
2006-01-04 |
Akim Demaille | Also warn about non-used mid-rule values. |
tree | commitdiff |
2006-01-04 |
Akim Demaille | * src/reader.c (grammar_midrule_action): If $$ is set... |
tree | commitdiff |
2006-01-03 |
Paul Eggert | Update copyright year to 2006. |
tree | commitdiff |
2006-01-03 |
Akim Demaille | Have glr.cc pass (some of) the calc.at tests. |
tree | commitdiff |
2006-01-02 |
Akim Demaille | * data/glr.c: Reformat whitespace with tabs. |
tree | commitdiff |
2005-12-27 |
Akim Demaille | * src/reader.c (grammar_current_rule_check): Also check... |
tree | commitdiff |
2005-12-22 |
Akim Demaille | Warn about unused values. |
tree | commitdiff |
2005-12-22 |
Paul Eggert | * NEWS: Reword %destructor vs YYABORT etc. |
tree | commitdiff |
2005-12-21 |
Akim Demaille | * tests/cxx-type.at: Construct a tree, count the parent... |
tree | commitdiff |
2005-12-10 |
Paul Eggert | * tests/sets.at (Accept): Fix typos in regular expressi... |
tree | commitdiff |
2005-12-08 |
Paul Eggert | * tests/glr-regression.at |
tree | commitdiff |
2005-12-06 |
Paul Eggert | * data/glr.c (yyprocessOneStack): Synchronize the shift... |
tree | commitdiff |
2005-11-18 |
Paul Eggert | * data/yacc.c (yy_reduce_print, YY_REDUCE_PRINT): |
tree | commitdiff |
next |