summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix changelog entry for configure.ac.v2.0BISON-2_0Paul Eggert2004-12-261-1/+1
* * tests/torture.at (Exploding the Stack Size with Alloca): SetPaul Eggert2004-12-261-0/+5
* (Exploding the Stack Size with Alloca): SetPaul Eggert2004-12-261-1/+5
* Regenerate.Paul Eggert2004-12-262-23/+15
* Version 2.0.Paul Eggert2004-12-261-0/+14
* Reformat news for version 2.0.Paul Eggert2004-12-261-49/+45
* (AC_INIT): Bump version to 2.0.Paul Eggert2004-12-261-1/+1
* (yydestruct_): Pacify unused variable warning for yymsg, too.Paul Eggert2004-12-261-0/+1
* (new_itemsets): Use memset rather than zeroing by hand. This avoids aPaul Eggert2004-12-261-2/+1
* * NEWS: Bison-generated parsers no longer default to using thePaul Eggert2004-12-225-21/+54
* * doc/bison.texinfo (Location Default Action): Mention that n must be zero wh...Paul Eggert2004-12-221-0/+5
* (Location Default Action): Mention that n must be zero when k is zero.Paul Eggert2004-12-221-1/+1
* * data/lalr1.cc (parser::token_number_type, parser::rhs_number_type)Akim Demaille2004-12-225-29/+154
* * data/lalr1.cc (parser::parse): Return a bool instead of an int.Akim Demaille2004-12-212-2/+9
* Don't impose std::string for filenames.Akim Demaille2004-12-212-3/+9
* Don't impose std::string for filenames.Akim Demaille2004-12-212-8/+21
* Use more STL like names: my_class instead of MyClass.Akim Demaille2004-12-205-117/+131
* (YYLLOC_DEFAULT): Use GNU spacing conventions.Paul Eggert2004-12-203-12/+17
* Remove uses of 'short int' and 'unsigned short int' in the parser generators.Paul Eggert2004-12-1713-41/+75
* * data/lalr1.cc: Extensive Doxygenation.Akim Demaille2004-12-177-17/+59
* Regenerate.Paul Eggert2004-12-162-74/+73
* * data/glr.c (b4_lhs_value, b4_rhs_value, b4_rhs-location):Paul Eggert2004-12-164-11/+21
* * data/lalr1.cc (yyreport_syntax_error_): Catch up with glr.c andAkim Demaille2004-12-163-20/+30
* * src/print_graph.c (print_graph): Remove layoutalgorithm uses forAkim Demaille2004-12-162-6/+5
* Use #define to handle the %name-prefix.Akim Demaille2004-12-164-8/+20
* Move lalr1.cc internals into yy*.Akim Demaille2004-12-162-187/+220
* Fix some problems reported by twlevo at xs4all.Paul Eggert2004-12-161-0/+14
* * src/vcg.h (enum layoutalgorithm): Remove. All uses removed.Paul Eggert2004-12-163-93/+17
* (symbol_new): Report an error if the input grammar contains too manyPaul Eggert2004-12-161-0/+3
* The ChangeLog of the previous patch.Akim Demaille2004-12-151-0/+9
* * data/lalr1.cc (lex_): Rename as...Akim Demaille2004-12-151-66/+81
* * data/lalr1.cc (lex_): Rename as...Akim Demaille2004-12-152-8/+14
* Simplify the C++ parser constructor.Akim Demaille2004-12-155-24/+54
* Remove b4_root related material: failure experimentAkim Demaille2004-12-152-24/+13
* * data/glr.c: Fix yyerror_range usage.Paul Eggert2004-12-141-0/+10
* (struct yyGLRStack): yyerror_range now has 3 items,Paul Eggert2004-12-141-11/+13
* Regenerate.Paul Eggert2004-12-122-22/+25
* Fix YYRHSLOC problem reported by Frank Heckenbach.Paul Eggert2004-12-121-0/+17
* (YYRHSLOC): Don't have two definitions, one forPaul Eggert2004-12-121-30/+27
* (YYRHSLOC): New macro, taken from glr.c.Paul Eggert2004-12-121-15/+18
* (Location Default Action): Don't claim thatPaul Eggert2004-12-121-25/+29
* * HACKING: Update email addresses to send announcements to.Paul Eggert2004-12-111-0/+2
* Update email addresses to send announcements to.Paul Eggert2004-12-111-4/+6
* * configure.ac (AC_INIT): Bump version to 1.875f.Paul Eggert2004-12-111-0/+4
* (AC_INIT): Bump version to 1.875f.Paul Eggert2004-12-111-1/+1
* Update log file entry for latest checkin to tests/actions.at.Paul Eggert2004-12-111-2/+2
* (_AT_CHECK_PRINTER_AND_DESTRUCTOR): New argPaul Eggert2004-12-111-4/+9
* Update GNU m4 URL.Paul Eggert2004-12-111-1/+1
* Version 1.875e.Paul Eggert2004-12-112-2/+28
* Include "complain.h", for "fatal".Paul Eggert2004-12-111-0/+1