2006-11-01 |
Joel E. Denny | Finish implementing --warnings=error, which should... |
tree | commitdiff |
2006-10-31 |
Joel E. Denny | * src/getargs.c (flags_argmatch): Don't cause segmentat... |
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-16 |
Joel E. Denny | Similar to the recently removed %before-header, add... |
tree | commitdiff |
2006-10-15 |
Paolo Bonzini | 2006-10-16 Paolo Bonzini <bonzini@gnu.org> |
tree | commitdiff |
2006-10-12 |
Paul Eggert | * NEWS: The -g and --graph options now output graphs... |
tree | commitdiff |
2006-10-08 |
Paolo Bonzini | 2006-10-08 Paolo Bonzini <bonzini@gnu.org> |
tree | commitdiff |
2006-09-20 |
Paul Eggert | * src/getargs.c (usage): Rework to use conventions... |
tree | commitdiff |
2006-09-15 |
Paul Eggert | Use some of gnulib's new modules, taken from coreutils. |
tree | commitdiff |
2006-09-15 |
Paul Eggert | Regenerate. |
tree | commitdiff |
2006-09-15 |
Paul Eggert | Port to GCC 2.95. First two problems reported by Micha... |
tree | commitdiff |
2006-09-15 |
Paul Eggert | Regenerate. |
tree | commitdiff |
2006-09-15 |
Paul Eggert | * data/Makefile.am (dist_pkgdata_DATA): Add push.c. |
tree | commitdiff |
2006-09-12 |
Paul Eggert | * data/c.m4 (b4_null, b4_case): Define. |
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 | Undo last commit. |
tree | commitdiff |
2006-08-14 |
Joel E. Denny | * src/scan-gram.l (braces_level, context_state): Make... |
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-08-13 |
Joel E. Denny | * src/parse-gram.y: Add `%expect 0' so we don't overloo... |
tree | commitdiff |
2006-08-10 |
Joel E. Denny | Clean up scanners a bit. |
tree | commitdiff |
2006-08-10 |
Joel E. Denny | Suppress signed/unsigned comparison warnings for yycheck. |
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-13 |
Joel E. Denny | * src/parse-gram.y (grammar_declaration): Don't confuse... |
tree | commitdiff |
2006-07-13 |
Akim Demaille | Support %define "KEY" {VALUE}. |
tree | commitdiff |
2006-07-10 |
Akim Demaille | * src/complain.c (error_message, ERROR_MESSAGE): New. |
tree | commitdiff |
2006-07-09 |
Paul Eggert | Regenerate. |
tree | commitdiff |
2006-07-09 |
Paul Eggert | * NEWS: Instead of %union, you can define and use your... |
tree | commitdiff |
2006-07-09 |
Paul Eggert | * src/symlist.c (symbol_list_length): Return int, not... |
tree | commitdiff |
2006-07-09 |
Paul Eggert | (gram_scanner_cursor): Remove decl, since this |
tree | commitdiff |
2006-07-09 |
Paul Eggert | (flags_argmatch): Return void, not int, |
tree | commitdiff |
2006-07-09 |
Paul Eggert | (STRING_FREE): Don't use FLEX_PREFIX (last_string) |
tree | commitdiff |
2006-07-09 |
Akim Demaille | Implement --warnings/-W. |
tree | commitdiff |
2006-07-09 |
Joel E. Denny | Change %merge result type clash warnings to errors... |
tree | commitdiff |
2006-07-09 |
Akim Demaille | * src/getargs.h, src/getargs.c: Swap --report and ... |
tree | commitdiff |
2006-07-09 |
Paul Eggert | Regenerate. |
tree | commitdiff |
2006-07-09 |
Paul Eggert | Adjust to Autoconf 2.60 and today's gnulib. |
tree | commitdiff |
2006-07-08 |
Akim Demaille | * data/c.m4 (b4_dirname): New. |
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-27 |
Akim Demaille | * doc/Doxyfile.in: New. |
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 | Fix code formatting. |
tree | commitdiff |
2006-06-26 |
Joel E. Denny | Get action warnings (grammar_rule_check) right even... |
tree | commitdiff |
2006-06-26 |
Joel E. Denny | More cleanup. |
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-20 |
Akim Demaille | * src/symtab.h, src/symtab.c (symbol_from_uniqstr)... |
tree | commitdiff |
2006-06-19 |
Joel E. Denny | * src/scan-gram.l: Remove unused declaration of last_st... |
tree | commitdiff |
2006-06-19 |
Paul Eggert | Regenerate. |
tree | commitdiff |
2006-06-19 |
Paul Eggert | * src/parse-gram.y (char_name): New function. |
tree | commitdiff |
2006-06-19 |
Akim Demaille | * src/scan-gram.l: No longer "parse" things after ... |
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-08 |
Joel E. Denny | * src/flex-scanner.h (yytext): Remove stray `*/' in... |
tree | commitdiff |
2006-06-07 |
Joel E. Denny | * src/flex-scanner.h: For the sake of Flex 2.5.4, don... |
tree | commitdiff |
2006-06-07 |
Joel E. Denny | src/location.h: #include "system.h" rather than <stdboo... |
tree | commitdiff |
2006-06-07 |
Joel E. Denny | Get Bison to build again when configured with --enable... |
tree | commitdiff |
2006-06-07 |
Akim Demaille | Add it for real. |
tree | commitdiff |
2006-06-07 |
Akim Demaille | * src/scan-gram.l: Move the "add a trailing ; to action... |
tree | commitdiff |
2006-06-07 |
Akim Demaille | * src/Makefile.am (BUILT_SOURCES): Fix the trailing... |
tree | commitdiff |
2006-06-06 |
Akim Demaille | Extract the parsing of user actions from the grammar... |
tree | commitdiff |
2006-06-06 |
Joel E. Denny | * src/getargs.c (usage): Mention GLR not just LALR... |
tree | commitdiff |
2006-06-06 |
Joel E. Denny | Between Bison releases, manually append `+' to the... |
tree | commitdiff |
2006-05-30 |
Joel E. Denny | * src/getargs.c (usage): Back out yesterday's modificat... |
tree | commitdiff |
2006-05-29 |
Joel E. Denny | * src/getargs.c (usage): Mention GLR not just LALR... |
tree | commitdiff |
2006-05-27 |
Paul Eggert | Regenerate. |
tree | commitdiff |
2006-05-21 |
Paul Eggert | Regenerate. |
tree | commitdiff |
2006-05-19 |
Paul Eggert | Regenerate. |
tree | commitdiff |
2006-05-14 |
Akim Demaille | Implement --trace=m4. |
tree | commitdiff |
2006-05-14 |
Akim Demaille | * src/output.h, src/output.c (error_verbose): Move... |
tree | commitdiff |
2006-05-14 |
Paul Eggert | Regenerate. |
tree | commitdiff |
2006-04-03 |
Akim Demaille | * src/scan-gram.l: Be robust to BRACED_CODE appearing... |
tree | commitdiff |
2006-03-09 |
Paul Eggert | Fix two nits reported by twlevo, plus one more that... |
tree | commitdiff |
2006-03-08 |
Paul Eggert | Fix some nits reported by twlevo. |
tree | commitdiff |
2006-02-17 |
Paul Eggert | Regenerate. |
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 | Regenerate. |
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 | Regenerate. |
tree | commitdiff |
2006-01-23 |
Paul Eggert | * data/yacc.c (b4_int_type): Use yytype_uint8, etc... |
tree | commitdiff |
2006-01-23 |
Paul Eggert | (check_and_convert_grammar): New function. |
tree | commitdiff |
2006-01-22 |
Paul Eggert | * src/assoc.c (assoc_to_string): Use a default: abort... |
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-21 |
Paul Eggert | Be a bit more systematic about using 'abort'. |
tree | commitdiff |
next |