| Commit message (Expand) | Author | Age | Files | Lines |
* | * data/lalr1.cc (parser::parse): Return a bool instead of an int. | Akim Demaille | 2004-12-21 | 2 | -2/+9 |
* | Don't impose std::string for filenames. | Akim Demaille | 2004-12-21 | 2 | -3/+9 |
* | Don't impose std::string for filenames. | Akim Demaille | 2004-12-21 | 2 | -8/+21 |
* | Use more STL like names: my_class instead of MyClass. | Akim Demaille | 2004-12-20 | 5 | -117/+131 |
* | (YYLLOC_DEFAULT): Use GNU spacing conventions. | Paul Eggert | 2004-12-20 | 3 | -12/+17 |
* | Remove uses of 'short int' and 'unsigned short int' in the parser generators. | Paul Eggert | 2004-12-17 | 13 | -41/+75 |
* | * data/lalr1.cc: Extensive Doxygenation. | Akim Demaille | 2004-12-17 | 7 | -17/+59 |
* | Regenerate. | Paul Eggert | 2004-12-16 | 2 | -74/+73 |
* | * data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location): | Paul Eggert | 2004-12-16 | 4 | -11/+21 |
* | * data/lalr1.cc (yyreport_syntax_error_): Catch up with glr.c and | Akim Demaille | 2004-12-16 | 3 | -20/+30 |
* | * src/print_graph.c (print_graph): Remove layoutalgorithm uses for | Akim Demaille | 2004-12-16 | 2 | -6/+5 |
* | Use #define to handle the %name-prefix. | Akim Demaille | 2004-12-16 | 4 | -8/+20 |
* | Move lalr1.cc internals into yy*. | Akim Demaille | 2004-12-16 | 2 | -187/+220 |
* | Fix some problems reported by twlevo at xs4all. | Paul Eggert | 2004-12-16 | 1 | -0/+14 |
* | * src/vcg.h (enum layoutalgorithm): Remove. All uses removed. | Paul Eggert | 2004-12-16 | 3 | -93/+17 |
* | (symbol_new): Report an error if the input grammar contains too many | Paul Eggert | 2004-12-16 | 1 | -0/+3 |
* | The ChangeLog of the previous patch. | Akim Demaille | 2004-12-15 | 1 | -0/+9 |
* | * data/lalr1.cc (lex_): Rename as... | Akim Demaille | 2004-12-15 | 1 | -66/+81 |
* | * data/lalr1.cc (lex_): Rename as... | Akim Demaille | 2004-12-15 | 2 | -8/+14 |
* | Simplify the C++ parser constructor. | Akim Demaille | 2004-12-15 | 5 | -24/+54 |
* | Remove b4_root related material: failure experiment | Akim Demaille | 2004-12-15 | 2 | -24/+13 |
* | * data/glr.c: Fix yyerror_range usage. | Paul Eggert | 2004-12-14 | 1 | -0/+10 |
* | (struct yyGLRStack): yyerror_range now has 3 items, | Paul Eggert | 2004-12-14 | 1 | -11/+13 |
* | Regenerate. | Paul Eggert | 2004-12-12 | 2 | -22/+25 |
* | Fix YYRHSLOC problem reported by Frank Heckenbach. | Paul Eggert | 2004-12-12 | 1 | -0/+17 |
* | (YYRHSLOC): Don't have two definitions, one for | Paul Eggert | 2004-12-12 | 1 | -30/+27 |
* | (YYRHSLOC): New macro, taken from glr.c. | Paul Eggert | 2004-12-12 | 1 | -15/+18 |
* | (Location Default Action): Don't claim that | Paul Eggert | 2004-12-12 | 1 | -25/+29 |
* | * HACKING: Update email addresses to send announcements to. | Paul Eggert | 2004-12-11 | 1 | -0/+2 |
* | Update email addresses to send announcements to. | Paul Eggert | 2004-12-11 | 1 | -4/+6 |
* | * configure.ac (AC_INIT): Bump version to 1.875f. | Paul Eggert | 2004-12-11 | 1 | -0/+4 |
* | (AC_INIT): Bump version to 1.875f. | Paul Eggert | 2004-12-11 | 1 | -1/+1 |
* | Update log file entry for latest checkin to tests/actions.at. | Paul Eggert | 2004-12-11 | 1 | -2/+2 |
* | (_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg | Paul Eggert | 2004-12-11 | 1 | -4/+9 |
* | Update GNU m4 URL. | Paul Eggert | 2004-12-11 | 1 | -1/+1 |
* | Version 1.875e. | Paul Eggert | 2004-12-11 | 2 | -2/+28 |
* | Include "complain.h", for "fatal". | Paul Eggert | 2004-12-11 | 1 | -0/+1 |
* | (relation_print, relation_digraph): | Paul Eggert | 2004-12-11 | 1 | -15/+16 |
* | (relation_print, relation_digraph): | Paul Eggert | 2004-12-11 | 1 | -3/+3 |
* | (yyuserAction, yyrecoverSyntaxError): Mark args | Paul Eggert | 2004-12-11 | 1 | -3/+6 |
* | (_AT_CHECK_PRINTER_AND_DESTRUCTOR): New arg | Paul Eggert | 2004-12-11 | 1 | -4/+7 |
* | Correct URLs to email messages, so that they work with new GNU | Paul Eggert | 2004-12-11 | 1 | -50/+50 |
* | Add Alexandre Duret-Lutz, Baron Schwartz, Frank Heckenbach, Guido | Paul Eggert | 2004-12-11 | 1 | -1/+8 |
* | * src/system.h (CALLOC, MALLOC, REALLOC): Remove. All callers | Paul Eggert | 2004-12-10 | 16 | -120/+191 |
* | (allocate_itemsets): Use xnmalloc, not xcalloc, | Paul Eggert | 2004-12-10 | 1 | -21/+19 |
* | (CALLOC, MALLOC, REALLOC): Remove. | Paul Eggert | 2004-12-10 | 1 | -3/+0 |
* | Add strdup.m4. | Paul Eggert | 2004-12-09 | 1 | -0/+1 |
* | Add strdup.c, strdup.h. | Paul Eggert | 2004-12-09 | 1 | -0/+2 |
* | goto-number minor cleanup. | Paul Eggert | 2004-12-08 | 1 | -0/+11 |
* | (save_column, default_goto): | Paul Eggert | 2004-12-08 | 1 | -2/+2 |