2007-01-10 |
Joel E. Denny | Ignore YYSTACK_USE_ALLOCA for push parsers since the...
|
commit | commitdiff | tree |
2007-01-09 |
Joel E. Denny | Regenerate.
|
commit | commitdiff | tree |
2007-01-09 |
Joel E. Denny | Clarify last entry a little.
|
commit | commitdiff | tree |
2007-01-09 |
Joel E. Denny | Simplify union and prologue handling, and escape union...
|
commit | commitdiff | tree |
2007-01-09 |
Joel E. Denny | Remove quotes from variables names in %define directives...
|
commit | commitdiff | tree |
2007-01-08 |
Joel E. Denny | * src/parse-gram.y (prologue_declaration): Use MUSCLE_INSERT...
|
commit | commitdiff | tree |
2007-01-08 |
Joel E. Denny | Instead of having skeletons declare all valid %define...
|
commit | commitdiff | tree |
2007-01-07 |
Joel E. Denny | Check for unrecognized %define variables similar to...
|
commit | commitdiff | tree |
2007-01-07 |
Joel E. Denny | Provide warn_at, complain_at, and fatal_at function...
|
commit | commitdiff | tree |
2007-01-06 |
Joel E. Denny | Clean up b4_check_percent_code_qualifiers a little.
|
commit | commitdiff | tree |
2007-01-06 |
Joel E. Denny | Don't use m4_divert since it makes m4_divert_push and...
|
commit | commitdiff | tree |
2007-01-05 |
Joel E. Denny | Consolidate the 4 prologue alternative directives ...
|
commit | commitdiff | tree |
2007-01-04 |
Joel E. Denny | Use the new code_props interface for destructors and...
|
commit | commitdiff | tree |
2007-01-04 |
Joel E. Denny | Use the new code_props interface for rule actions.
|
commit | commitdiff | tree |
2007-01-03 |
Joel E. Denny | Use the new code_props interface in parse-gram.y.
|
commit | commitdiff | tree |
2007-01-02 |
Joel E. Denny | Encapsulate code properties and related functionality...
|
commit | commitdiff | tree |
2007-01-02 |
Joel E. Denny | * etc/.cvsignore: New.
|
commit | commitdiff | tree |
2007-01-02 |
Joel E. Denny | Add maintainer-push-check to run maintainer-check using...
|
commit | commitdiff | tree |
2007-01-01 |
Joel E. Denny | * data/push.c (yypush_parse): Set yynew = 1 at the...
|
commit | commitdiff | tree |
2006-12-31 |
Joel E. Denny | For push mode, convert yyparse from a macro to a function...
|
commit | commitdiff | tree |
2006-12-26 |
Joel E. Denny | Update etc/bench.pl. Optimize push mode a little ...
|
commit | commitdiff | tree |
2006-12-25 |
Joel E. Denny | For push mode, add pull wrappers around yypush_parse.
|
commit | commitdiff | tree |
2006-12-25 |
Joel E. Denny | Enable push parsers to operate in impure mode. Thus...
|
commit | commitdiff | tree |
2006-12-20 |
Joel E. Denny | Remove some unnecessary differences between the pull...
|
commit | commitdiff | tree |
2006-12-20 |
Joel E. Denny | Fix bug such that the first pushed token's value and...
|
commit | commitdiff | tree |
2006-12-20 |
Joel E. Denny | Rearrange initialization of the parser state variables...
|
commit | commitdiff | tree |
2006-12-20 |
Joel E. Denny | * data/push.c: Add CPP guards around push parser declaration...
|
commit | commitdiff | tree |
2006-12-20 |
Joel E. Denny | Encapsulate the push parser state variables into an...
|
commit | commitdiff | tree |
2006-12-19 |
Joel E. Denny | * data/push.c (union yyalloc): Rename yyss, yyvs, and...
|
commit | commitdiff | tree |
2006-12-19 |
Joel E. Denny | * doc/bison.texinfo (Decl Summary): In the %language...
|
commit | commitdiff | tree |
2006-12-17 |
Joel E. Denny | Make %push-parser imply %pure-parser. This fixes several...
|
commit | commitdiff | tree |
2006-12-15 |
Joel E. Denny | * data/push.c (yypstate): Add typedef, and update all...
|
commit | commitdiff | tree |
2006-12-15 |
Joel E. Denny | * data/push.c (yypush_parse): Declare prototype regardless of
|
commit | commitdiff | tree |
2006-12-14 |
Joel E. Denny | * data/push.c (yyparse): Remove the prototype and the...
|
commit | commitdiff | tree |
2006-12-14 |
Joel E. Denny | * data/push.c (yypstate_init): Rename to...
|
commit | commitdiff | tree |
2006-12-13 |
Joel E. Denny | * configure.ac (AC_PREREQ): Require Autoconf 2.61 because...
|
commit | commitdiff | tree |
2006-12-12 |
Joel E. Denny | * tests/testsuite.at (AT_CHECK): When checking if ...
|
commit | commitdiff | tree |
2006-12-10 |
Joel E. Denny | Warn about output files that are generated by the skeletons...
|
commit | commitdiff | tree |
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 |
next |