2004-12-15 |
Akim Demaille | * data/lalr1.cc (lex_): Rename as... |
commit | commitdiff | tree | snapshot |
2004-12-15 |
Akim Demaille | Simplify the C++ parser constructor. |
commit | commitdiff | tree | snapshot |
2004-12-15 |
Akim Demaille | Remove b4_root related material: failure experiment |
commit | commitdiff | tree | snapshot |
2004-12-14 |
Paul Eggert | * data/glr.c: Fix yyerror_range usage. |
commit | commitdiff | tree | snapshot |
2004-12-14 |
Paul Eggert | (struct yyGLRStack): yyerror_range now has 3 items, |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Paul Eggert | Fix YYRHSLOC problem reported by Frank Heckenbach. |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Paul Eggert | (YYRHSLOC): Don't have two definitions, one for |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Paul Eggert | (YYRHSLOC): New macro, taken from glr.c. |
commit | commitdiff | tree | snapshot |
2004-12-12 |
Paul Eggert | (Location Default Action): Don't claim that |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Paul Eggert | * HACKING: Update email addresses to send announcements to. |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Paul Eggert | Update email addresses to send announcements to. |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Paul Eggert | * configure.ac (AC_INIT): Bump version to 1.875f. |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Paul Eggert | (AC_INIT): Bump version to 1.875f. |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Paul Eggert | Update log file entry for latest checkin to tests/actio... |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Paul Eggert | (_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Paul Eggert | Update GNU m4 URL. |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Paul Eggert | Version 1.875e. |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Paul Eggert | Include "complain.h", for "fatal". |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Paul Eggert | (relation_print, relation_digraph): |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Paul Eggert | (relation_print, relation_digraph): |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Paul Eggert | (yyuserAction, yyrecoverSyntaxError): Mark args |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Paul Eggert | (_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Paul Eggert | Correct URLs to email messages, so that they work with... |
commit | commitdiff | tree | snapshot |
2004-12-11 |
Paul Eggert | Add Alexandre Duret-Lutz, Baron Schwartz, Frank Heckenb... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Paul Eggert | * src/system.h (CALLOC, MALLOC, REALLOC): Remove. ... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Paul Eggert | (allocate_itemsets): Use xnmalloc, not xcalloc, |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Paul Eggert | (CALLOC, MALLOC, REALLOC): Remove. |
commit | commitdiff | tree | snapshot |
2004-12-09 |
Paul Eggert | Add strdup.m4. |
commit | commitdiff | tree | snapshot |
2004-12-09 |
Paul Eggert | Add strdup.c, strdup.h. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
Paul Eggert | goto-number minor cleanup. |
commit | commitdiff | tree | snapshot |
2004-12-08 |
Paul Eggert | (save_column, default_goto): |
commit | commitdiff | tree | snapshot |
2004-12-08 |
Paul Eggert | (set_goto_map): Don't allow ngotos to equal |
commit | commitdiff | tree | snapshot |
2004-12-08 |
Paul Eggert | (GOTO_NUMBER_MAXIMUM): New macro. |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Akim Demaille | 2004-11-23 Akim Demaille <akim@epita.fr> |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Paul Eggert | * bootstrap (gnulib_modules): Add extensions. |
commit | commitdiff | tree | snapshot |
2004-11-23 |
Paul Eggert | (gnulib_modules): Add extensions. |
commit | commitdiff | tree | snapshot |
2004-11-22 |
Paul Eggert | XFREE -> free |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Akim Demaille | * data/lalr1.cc (symprint_): Use cdebug_ to avoid warnings. |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Akim Demaille | Alexandre Duret-Lutz <adl@gnu.org> |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Akim Demaille | Remove an entry that was not actually committed, yet. |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Akim Demaille | * data/lalr1.cc (Parser:print_): Remove, use %printer... |
commit | commitdiff | tree | snapshot |
2004-11-17 |
Akim Demaille | This ChangeLog entry belongs to the previous patch. |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Paul Eggert | Fix wording problem in comment. |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Paul Eggert | * data/glr.c (yyloc_default): Remove; not used. |
commit | commitdiff | tree | snapshot |
2004-10-27 |
Paul Eggert | (yyloc_default): Remove; not used. |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Paul Eggert | Goto numbers are no longer arbitrarily limited to 16... |
commit | commitdiff | tree | snapshot |
2004-10-25 |
Akim Demaille | * data/glr.c (YYRHSLOC): Move its definition next to... |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Paul Eggert | Remove some arbitrary limits on goto numbers and relations. |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Paul Eggert | Use size_t rather than unsigned int in previous patch. |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Paul Eggert | (END_NODE): New macro. |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Paul Eggert | (relation_print, traverse, relation_transpose): |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Paul Eggert | (goto_number): Now unsigned int, not short int. |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Paul Eggert | (goto_map, ngotos, from_state, to_state): Omit |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Paul Eggert | doc/bison.texinfo (Language and Grammar): In example... |
commit | commitdiff | tree | snapshot |
2004-10-22 |
Paul Eggert | (Language and Grammar): In example, "int" is a keyword... |
commit | commitdiff | tree | snapshot |
2004-10-11 |
Akim Demaille | * src/symtab.c (symbol_check_alias_consistency): Also... |
commit | commitdiff | tree | snapshot |
2004-10-09 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2004-10-09 |
Paul Eggert | .cvsignore fixes to accommodate gnulib changes, |
commit | commitdiff | tree | snapshot |
2004-10-09 |
Paul Eggert | Add "*_gl.m4". |
commit | commitdiff | tree | snapshot |
2004-10-09 |
Paul Eggert | Add getopt_.h, xalloc-die.c. |
commit | commitdiff | tree | snapshot |
2004-10-09 |
Paul Eggert | Add "_*". Sort. |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Akim Demaille | * src/parse-gram.y (add_param): Fix the truncation... |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Akim Demaille | Word changes. |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Akim Demaille | Regen. |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Akim Demaille | In Bison 1.875's yacc.c, YYLLOC_DEFAULT was called... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Akim Demaille | * data/lalr1.cc: Move towards a more standard C++ codin... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Akim Demaille | * data/lalr1.cc: Reinstall the former ctor, for sake of |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Paul Eggert | Fix comment in latest checkin; there wasn't a bug. |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Paul Eggert | * src/parse-gram.y (add_param): Fix bug where NUL was... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Paul Eggert | (add_param): Fix bug where NUL was mishandled. |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Akim Demaille | * data/yacc.c (YY_LOCATION_PRINT): Fix its default... |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Akim Demaille | * data/lalr1.cc (b4_parse_param_decl_1): New. |
commit | commitdiff | tree | snapshot |
2004-09-27 |
Akim Demaille | * src/parse-gram.y (add_param): Strip the leading and... |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Akim Demaille | * data/c.m4 (b4_yysymprint_generate): Move the YYINPUT... |
commit | commitdiff | tree | snapshot |
2004-09-24 |
Akim Demaille | * doc/bison.texinfo (Table of Symbols): Sort. |
commit | commitdiff | tree | snapshot |
2004-09-21 |
Akim Demaille | * data/yacc.c, data/glr.c (b4_at_dollar, b4_dollar_doll... |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Akim Demaille | Let the initial-action act on the look-ahead, and use... |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Akim Demaille | * doc/bison.texinfo (Initial Action Decl): New. |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Akim Demaille | * data/yacc.c (YY_LOCATION_PRINT): Use YYLTYPE_IS_TRIVI... |
commit | commitdiff | tree | snapshot |
2004-09-20 |
Akim Demaille | * data/yacc.c (YY_LOCATION_PRINT): New. |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Akim Demaille | * data/lalr1.cc (Stack::Iterator, Stack::ConstIterator... |
commit | commitdiff | tree | snapshot |
2004-09-16 |
Akim Demaille | Have more complete shift traces. |
commit | commitdiff | tree | snapshot |
2004-09-08 |
Akim Demaille | * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR... |
commit | commitdiff | tree | snapshot |
2004-09-06 |
Akim Demaille | * data/lalr1.cc: Adjust the indentation of the labels. |
commit | commitdiff | tree | snapshot |
2004-09-06 |
Akim Demaille | * data/yacc.cc, data/glr.cc (yydestruct): Accept an... |
commit | commitdiff | tree | snapshot |
2004-09-06 |
Akim Demaille | * data/glr.c, data/lalr1.cc, data/yacc.c: When YYABORT was |
commit | commitdiff | tree | snapshot |
2004-09-02 |
Akim Demaille | * data/lalr1.cc (translate_, destruct_): No reason... |
commit | commitdiff | tree | snapshot |
2004-09-02 |
Akim Demaille | * data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used. |
commit | commitdiff | tree | snapshot |
2004-09-02 |
Akim Demaille | Fix ChangeLog. |
commit | commitdiff | tree | snapshot |
2004-09-02 |
Akim Demaille | * tests/actions.at (_AT_CHECK_PRINTER_AND_DESTRUCTOR... |
commit | commitdiff | tree | snapshot |
2004-08-30 |
Akim Demaille | * data/glr.c: Guard the declarations of yypstack and... |
commit | commitdiff | tree | snapshot |
2004-08-26 |
Akim Demaille | * doc/bison.texinfo (Implementing Loops): Rename as... |
commit | commitdiff | tree | snapshot |
2004-08-18 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Paul Eggert | Adjust to latest gnulib. |
commit | commitdiff | tree | snapshot |
2004-08-13 |
Paul Eggert | Adjust to latest gnulib. |
commit | commitdiff | tree | snapshot |
2004-08-11 |
Paul Eggert | Remove src/scan-action.l. |
commit | commitdiff | tree | snapshot |
2004-08-08 |
Paul Eggert | uniqstr wasn't being used for handle_syncline like... |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Paul Eggert | Fix bug with non-%union parsers that have printers... |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Paul Eggert | (_AT_CHECK_PRINTER_AND_DESTRUCTOR, |
commit | commitdiff | tree | snapshot |
next |