2006-12-08 |
Joel E. Denny | * data/push.c: (yypvarsinit, yypvars, struct yypvars...
|
commit | commitdiff | tree |
2006-12-08 |
Joel E. Denny | * data/push.c (yypvarsinit): Change return type from...
|
commit | commitdiff | tree |
2006-12-07 |
Joel E. Denny | * data/push.c (yychar_set, yylval_set, yylloc_set)...
|
commit | commitdiff | tree |
2006-12-05 |
Joel E. Denny | Document Yacc prologue alternatives and default %destructor...
|
commit | commitdiff | tree |
2006-12-02 |
Joel E. Denny | Support a file name argument to %defines. Deprecate...
|
commit | commitdiff | tree |
2006-11-21 |
Joel E. Denny | Don't escape $ in test case titles since Autoconf 2...
|
commit | commitdiff | tree |
2006-11-21 |
Joel E. Denny | Rename <!> to <>. Discussed starting at
|
commit | commitdiff | tree |
2006-11-17 |
Joel E. Denny | Don't let %prec take a nonterminal.
|
commit | commitdiff | tree |
2006-11-12 |
Joel E. Denny | Remove last commit at the request of Paul Eggert.
|
commit | commitdiff | tree |
2006-11-11 |
Joel E. Denny | * src/symlist.h (symbol_list): Fix typos in comments.
|
commit | commitdiff | tree |
2006-11-11 |
Joel E. Denny | Encapsulate code properties and related functionality...
|
commit | commitdiff | tree |
2006-11-11 |
Joel E. Denny | * tests/testsuite.at (AT_CHECK): Don't miss an exit...
|
commit | commitdiff | tree |
2006-11-10 |
Joel E. Denny | * src/Makefile.am (YACC): Use --warnings=all,error...
|
commit | commitdiff | tree |
2006-11-10 |
Joel E. Denny | Fix memory leaks in scanners generated by at least...
|
commit | commitdiff | tree |
2006-11-09 |
Joel E. Denny | * src/files.c (tr): Change return type to void.
|
commit | commitdiff | tree |
2006-11-01 |
Joel E. Denny | Disable unset/unused mid-rule value warnings by default...
|
commit | commitdiff | tree |
2006-11-01 |
Joel E. Denny | Finish implementing --warnings=error, which should...
|
commit | commitdiff | tree |
2006-10-31 |
Joel E. Denny | * src/getargs.c (flags_argmatch): Don't cause segmentation...
|
commit | commitdiff | tree |
2006-10-22 |
Joel E. Denny | * data/push.c, data/yacc.c: Make sure there's a newline...
|
commit | commitdiff | tree |
2006-10-21 |
Joel E. Denny | Split the default %destructor/%printer into two kinds...
|
commit | commitdiff | tree |
2006-10-21 |
Joel E. Denny | Don't apply the default %destructor/%printer to an...
|
commit | commitdiff | tree |
2006-10-21 |
Joel E. Denny | Warn about unset midrule $$ if the corresponding $n...
|
commit | commitdiff | tree |
2006-10-20 |
Joel E. Denny | More improvements to the documentation of the prologue...
|
commit | commitdiff | tree |
2006-10-16 |
Joel E. Denny | * doc/bison.texinfo (Prologue Alternatives): Fix a...
|
commit | commitdiff | tree |
2006-10-16 |
Joel E. Denny | Similar to the recently removed %before-header, add...
|
commit | commitdiff | tree |
2006-10-15 |
Joel E. Denny | Fix testsuite for ./configure --enable-gcc-warnings:
|
commit | commitdiff | tree |
2006-09-04 |
Joel E. Denny | Finish implementation of per-type %destructor/%printer...
|
commit | commitdiff | tree |
2006-09-04 |
Joel E. Denny | Require default %destructor/%printer to be declared...
|
commit | commitdiff | tree |
2006-08-24 |
Joel E. Denny | Whether the default %destructor/%printer applies to...
|
commit | commitdiff | tree |
2006-08-21 |
Joel E. Denny | Don't apply the default %destructor or %printer to...
|
commit | commitdiff | tree |
2006-08-20 |
Joel E. Denny | Allow %start after the first rule.
|
commit | commitdiff | tree |
2006-08-18 |
Joel E. Denny | Redo some of the previous commit: add back the ability...
|
commit | commitdiff | tree |
2006-08-18 |
Joel E. Denny | Don't allow an undeclared string literal, but allow...
|
commit | commitdiff | tree |
2006-08-14 |
Joel E. Denny | Undo last commit.
|
commit | commitdiff | tree |
2006-08-14 |
Joel E. Denny | * src/scan-gram.l (braces_level, context_state): Make...
|
commit | commitdiff | tree |
2006-08-14 |
Joel E. Denny | In the grammar scanner, STRING_FINISH unclosed constructs...
|
commit | commitdiff | tree |
2006-08-14 |
Joel E. Denny | Handle string aliases for character tokens correctly.
|
commit | commitdiff | tree |
2006-08-13 |
Joel E. Denny | * src/parse-gram.y: Add `%expect 0' so we don't overlook...
|
commit | commitdiff | tree |
2006-08-10 |
Joel E. Denny | Clean up scanners a bit.
|
commit | commitdiff | tree |
2006-08-10 |
Joel E. Denny | Suppress signed/unsigned comparison warnings for yycheck.
|
commit | commitdiff | tree |
2006-07-29 |
Joel E. Denny | Enable declaration of default %printer/%destructor...
|
commit | commitdiff | tree |
2006-07-29 |
Joel E. Denny | Clean up handling of %destructor for the end token...
|
commit | commitdiff | tree |
2006-07-13 |
Joel E. Denny | * src/parse-gram.y (grammar_declaration): Don't confuse...
|
commit | commitdiff | tree |
2006-07-09 |
Joel E. Denny | Change %merge result type clash warnings to errors...
|
commit | commitdiff | tree |
2006-07-08 |
Joel E. Denny | In the grammar file, the first column is 1 not 0 on...
|
commit | commitdiff | tree |
2006-07-07 |
Joel E. Denny | In warnings, say "previous declaration" rather than...
|
commit | commitdiff | tree |
2006-07-07 |
Joel E. Denny | * ChangeLog: Add mailing list references to some of...
|
commit | commitdiff | tree |
2006-06-26 |
Joel E. Denny | Don't miss %merge result type warnings just because...
|
commit | commitdiff | tree |
2006-06-26 |
Joel E. Denny | Fix code formatting.
|
commit | commitdiff | tree |
2006-06-26 |
Joel E. Denny | Get action warnings (grammar_rule_check) right even...
|
commit | commitdiff | tree |
2006-06-26 |
Joel E. Denny | Fix formatting in most recent entry.
|
commit | commitdiff | tree |
2006-06-26 |
Joel E. Denny | More cleanup.
|
commit | commitdiff | tree |
2006-06-25 |
Joel E. Denny | Clean up yesterday's patch.
|
commit | commitdiff | tree |
2006-06-24 |
Joel E. Denny | Fix bug that mistakes braced code in a declaration...
|
commit | commitdiff | tree |
2006-06-23 |
Joel E. Denny | Rename %before-definitions to %start-header and %after...
|
commit | commitdiff | tree |
2006-06-22 |
Joel E. Denny | Add comparison operators for C++ location classes....
|
commit | commitdiff | tree |
2006-06-21 |
Joel E. Denny | Don't put the pre-prologue in the header file. For...
|
commit | commitdiff | tree |
2006-06-19 |
Joel E. Denny | * src/scan-gram.l: Remove unused declaration of last_string_...
|
commit | commitdiff | tree |
2006-06-11 |
Joel E. Denny | For associating token numbers with token names for...
|
commit | commitdiff | tree |
2006-06-10 |
Joel E. Denny | For consistency, use `lookahead' instead of `look-ahead' or
|
commit | commitdiff | tree |
2006-06-08 |
Joel E. Denny | * src/flex-scanner.h (yytext): Remove stray `*/' in...
|
commit | commitdiff | tree |
2006-06-07 |
Joel E. Denny | * src/flex-scanner.h: For the sake of Flex 2.5.4, don...
|
commit | commitdiff | tree |
2006-06-07 |
Joel E. Denny | src/location.h: #include "system.h" rather than <stdbool.h>.
|
commit | commitdiff | tree |
2006-06-07 |
Joel E. Denny | Get Bison to build again when configured with --enable...
|
commit | commitdiff | tree |
2006-06-06 |
Joel E. Denny | * src/getargs.c (usage): Mention GLR not just LALR...
|
commit | commitdiff | tree |
2006-06-06 |
Joel E. Denny | Between Bison releases, manually append `+' to the...
|
commit | commitdiff | tree |
2006-05-30 |
Joel E. Denny | * src/getargs.c (usage): Back out yesterday's modification...
|
commit | commitdiff | tree |
2006-05-29 |
Joel E. Denny | * src/getargs.c (usage): Mention GLR not just LALR...
|
commit | commitdiff | tree |
2006-05-21 |
Joel E. Denny | * data/yacc.c (yyparse): Wrap the final return from...
|
commit | commitdiff | tree |
2006-05-21 |
Joel E. Denny | * data/glr.c (yyresolveLocations): Remove bogus YYASSERT...
|
commit | commitdiff | tree |
2006-05-17 |
Joel E. Denny | * data/glr.c (yyreportTree): Make room in yystates...
|
commit | commitdiff | tree |
2006-03-08 |
Joel E. Denny | * doc/bison.texinfo (Introduction): Mention GLR and...
|
commit | commitdiff | tree |
2006-03-06 |
Joel E. Denny | * tests/glr-regression.at (Uninitialized location when...
|
commit | commitdiff | tree |
2006-03-04 |
Joel E. Denny | * tests/glr-regression.at (Leaked semantic values when...
|
commit | commitdiff | tree |
2006-03-02 |
Joel E. Denny | Avoid memory leaks by not invoking longjmp in yyreportAmbiguity.
|
commit | commitdiff | tree |
2006-03-02 |
Joel E. Denny | Don't leak semantic values for parent RHS when a user...
|
commit | commitdiff | tree |
2006-02-21 |
Joel E. Denny | * doc/bison.texinfo (Mid-Rule Actions): Explain how...
|
commit | commitdiff | tree |
2006-01-30 |
Joel E. Denny | During deterministic GLR operation, user actions should...
|
commit | commitdiff | tree |
2006-01-12 |
Joel E. Denny | * data/glr.c (yyGLRStateSet): Rename yylookaheadStatuses to
|
commit | commitdiff | tree |
2006-01-11 |
Joel E. Denny | * doc/bison.texinfo: Fix some typos.
|
commit | commitdiff | tree |
2006-01-08 |
Joel E. Denny | * tests/glr-regression.at: Update copyright year to...
|
commit | commitdiff | tree |
2006-01-06 |
Joel E. Denny | * data/glr.c (yyGLRStateSet): Add yybool* yylookaheadStatuse...
|
commit | commitdiff | tree |
2006-01-06 |
Joel E. Denny | * data/c.m4 (b4_yy_symbol_print_generate): In yy_symbol_prin...
|
commit | commitdiff | tree |
2006-01-06 |
Joel E. Denny | * ChangeLog: Correct formatting.
|
commit | commitdiff | tree |
2006-01-06 |
Joel E. Denny | * tests/glr-regression.at: For consistency with my...
|
commit | commitdiff | tree |
2006-01-05 |
Joel E. Denny | * data/glr.c (yyresolveValue): When merging semantic...
|
commit | commitdiff | tree |
|