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 |
2006-01-20 |
Paul Eggert | Fix some porting glitches found by Nelson H. F. Beebe. |
tree | commitdiff |
2006-01-20 |
Paul Eggert | Minor fixups to get 'make maintainer-check' to work. |
tree | commitdiff |
2006-01-18 |
Paul Eggert | Avoid undefined behavior that accessed just before... |
tree | commitdiff |
2006-01-14 |
Paul Eggert | Fix minor white space and indentation problems. |
tree | commitdiff |
2006-01-05 |
Akim Demaille | * src/reader.c, src/symlist.h, src/symlist.c: s/mid_rul... |
tree | commitdiff |
2006-01-04 |
Paul Eggert | Regenerate. |
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 | Regenerate. |
tree | commitdiff |
2006-01-03 |
Paul Eggert | * doc/bison.texinfo (Bison Options): Say more accuratel... |
tree | commitdiff |
2006-01-03 |
Paul Eggert | Update copyright. |
tree | commitdiff |
2006-01-03 |
Paul Eggert | (reduce_grammar): Remove unnecessary cast to bool. |
tree | commitdiff |
2006-01-03 |
Paul Eggert | Warn about dubious constructions like "%token T T". |
tree | commitdiff |
2006-01-03 |
Paul Eggert | * data/glr.c, data/glr.cc, data/lalr1.cc, data/yacc.c: |
tree | commitdiff |
2006-01-03 |
Paul Eggert | (muscle_grow): Fix comment. |
tree | commitdiff |
2006-01-03 |
Paul Eggert | Update copyright year to 2006. |
tree | commitdiff |
2006-01-02 |
Akim Demaille | * src/output.c (output_skeleton): Don't hard wire the... |
tree | commitdiff |
2005-12-28 |
Paul Eggert | Update copyright. |
tree | commitdiff |
2005-12-28 |
Paul Eggert | * src/location.h (boundary): Note that a line or column... |
tree | commitdiff |
2005-12-28 |
Paul Eggert | (grammar_rule_check): Rewrite slightly to avoid GCC... |
tree | commitdiff |
2005-12-27 |
Paul Eggert | * src/reader.c (grammar_midrule_action, grammar_symbol_... |
tree | commitdiff |
2005-12-27 |
Akim Demaille | * src/reader.c (grammar_current_rule_check): Also check... |
tree | commitdiff |
2005-12-23 |
Paul Eggert | Regenerate. |
tree | commitdiff |
2005-12-22 |
Akim Demaille | Warn about unused values. |
tree | commitdiff |
2005-12-09 |
Paul Eggert | Regenerate. |
tree | commitdiff |
2005-12-09 |
Paul Eggert | Work around flex portability bug. |
tree | commitdiff |
2005-12-09 |
Paul Eggert | Work around portability problem on Solaris 10: flex... |
tree | commitdiff |
2005-12-09 |
Paul Eggert | Regenerate. |
tree | commitdiff |
2005-12-09 |
Paul Eggert | * src/parse-gram.y: Fix minor problems uncovered by... |
tree | commitdiff |
2005-12-01 |
Paul Eggert | Regenerate. |
tree | commitdiff |
2005-11-18 |
Paul Eggert | * src/conflicts.c (conflicts_print): Don't print file... |
tree | commitdiff |
2005-11-09 |
Akim Demaille | * src/scan-skel.l: Use a couple of asserts. |
tree | commitdiff |
2005-11-09 |
Akim Demaille | In some (weird) cases, the final state number is incorrect. |
tree | commitdiff |
2005-10-21 |
Akim Demaille | * data/c.m4 (b4_yydestruct_generate, b4_yysymprint_gene... |
tree | commitdiff |
2005-10-13 |
Paul Eggert | * NEWS: Bison now warns if it finds a stray `$' or... |
tree | commitdiff |
2005-10-13 |
Akim Demaille | * src/scan-skel.l: Output the base name parts of the... |
tree | commitdiff |
2005-10-13 |
Paul Eggert | Regenerate. |
tree | commitdiff |
2005-10-12 |
Akim Demaille | * src/parse-gram.y (version_check): Exit 63 to please... |
tree | commitdiff |
2005-10-11 |
Paul Eggert | Regenerate. |
tree | commitdiff |
2005-10-11 |
Paul Eggert | Work around portability problems with Visual Age C... |
tree | commitdiff |
2005-10-06 |
Paul Eggert | Regenerate. |
tree | commitdiff |
2005-10-05 |
Paul Eggert | Regenerate. |
tree | commitdiff |
2005-10-05 |
Paul Eggert | Undo the parts of the unlocked-I/O change that substituted |
tree | commitdiff |
2005-10-02 |
Paul Eggert | Regenerate. |
tree | commitdiff |
2005-10-02 |
Paul Eggert | Use unlocked I/O for a minor performance improvement... |
tree | commitdiff |
2005-10-02 |
Akim Demaille | * bootstrap (gnulib_modules): Add strverscmp. |
tree | commitdiff |
2005-10-02 |
Akim Demaille | Akim Demaille <akim@epita.fr> |
tree | commitdiff |
2005-10-02 |
Juan Manuel Guerrero | (output_skeleton): Use end_of_output_subpipe() to handle |
tree | commitdiff |
2005-09-30 |
Akim Demaille | Alexandre Duret-Lutz <adl@gnu.org> |
tree | commitdiff |
2005-09-27 |
Paul Eggert | * bootstrap (gnulib_modules): Add verify. |
tree | commitdiff |
2005-09-21 |
Paul Eggert | Regenerate. |
tree | commitdiff |
2005-09-21 |
Paul Eggert | Regenerate. |
tree | commitdiff |
2005-09-21 |
Paul Eggert | More alloca cleanups. |
tree | commitdiff |
2005-09-20 |
Paul Eggert | Regenerate. |
tree | commitdiff |
next |