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 |
2004-07-22 |
Paul Eggert | (symbol_destructors_output, symbol_printers_output): |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Paul Eggert | (yystype) [defined YYSTYPE]: Define to YYSTYPE, not... |
commit | commitdiff | tree | snapshot |
2004-07-22 |
Paul Eggert | (b4_symbol_actions): Don't assume %union was used. |
commit | commitdiff | tree | snapshot |
2004-06-22 |
Paul Eggert | Reorganize GLR section a bit. |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Paul Eggert | One more "lookahead" -> "look-ahead" change. |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Paul Eggert | New section "Simple GLR Parsers". |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2004-06-21 |
Paul Eggert | Use "look-ahead" instead of "lookahead", consistently. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Paul Eggert | Update location of patched M4 distribution. |
commit | commitdiff | tree | snapshot |
2004-06-03 |
Paul Eggert | Update location of patched M4 version. |
commit | commitdiff | tree | snapshot |
2004-05-30 |
Paul Eggert | Don't assume the C++ compiler takes the same arguments... |
commit | commitdiff | tree | snapshot |
2004-05-30 |
Paul Eggert | Fix some "make check" problems with Tru64 C++. |
commit | commitdiff | tree | snapshot |
2004-05-29 |
Paul Eggert | Workaround for SGI C++ compiler. |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Paul Eggert | Increase prerequisite version numbers to match what... |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2004-05-27 |
Paul Eggert | * src/parse-gram.y (lloc_default): Rewrite to avoid... |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Paul Eggert | * configure.ac (AM_GNU_GETTEXT_VERSION): Lower it from... |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Paul Eggert | Also mention that %union can depend on prerequisite... |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Paul Eggert | * README: Mention GNU m4 1.4 bugs and Akim's patched... |
commit | commitdiff | tree | snapshot |
2004-05-26 |
Paul Eggert | * bootstrap: Don't assume $(...) works; use `...` instead. |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Paul Eggert | * doc/bison.texinfo (Decl Summary, Bison Options):... |
commit | commitdiff | tree | snapshot |
2004-05-25 |
Paul Eggert | Undo change made earlier today: it caused autopoint... |
commit | commitdiff | tree | snapshot |
2004-05-24 |
Paul Eggert | The gettext version checking is causing more trouble... |
commit | commitdiff | tree | snapshot |
2004-05-24 |
Paul Eggert | Ensure that the C++ compiler used for testing actually... |
commit | commitdiff | tree | snapshot |
2004-05-21 |
Paul Eggert | Output yylloc macro defn in glr.c even if locations... |
commit | commitdiff | tree | snapshot |
2004-05-21 |
Paul Eggert | * configure.ac (AC_INIT): Update to 1.875e. |
commit | commitdiff | tree | snapshot |
2004-05-21 |
Paul Eggert | Version 1.875d. |
commit | commitdiff | tree | snapshot |
2004-05-07 |
Paul Eggert | Use size_t (not unsigned int) for hashes, since the... |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Paul Eggert | Don't DEFUN AM_INTL_SUBDIR twice. |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Paul Eggert | * src/parse-gram.y: Put copyright notice inside %{... |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Paul Eggert | Reject unescaped newlines in strings. |
commit | commitdiff | tree | snapshot |
2004-05-03 |
Paul Eggert | Remove more 'intl'-related files while bootstrapping. |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Paul Eggert | Get files from the gnulib and po repositories, instead... |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Paul Eggert | (GZIP_ENV): Don't use --rsyncable if gzip doesn't |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Paul Eggert | Remove more K&R C support. |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Paul Eggert | Rewrite so that subpipe.h can stand alone. Assume... |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Paul Eggert | Remove PARAMS. |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Paul Eggert | Remove PARAMS and upgrade to latest obstack.h. |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Paul Eggert | (_AT_CHECK_PRINTER_AND_DESTRUCTOR): Don't |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Paul Eggert | (%union synch line): Put a dummy member in |
commit | commitdiff | tree | snapshot |
2004-04-28 |
Paul Eggert | (Parser::stos_) [! YYDEBUG]: Define even in this |
commit | commitdiff | tree | snapshot |
2004-04-13 |
Paul Eggert | Update copyright to 2004. |
commit | commitdiff | tree | snapshot |
2004-04-13 |
Paul Eggert | * src/conflicts.c (conflicts_print): Correct format... |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2004-03-31 |
Paul Eggert | Use 'short int' rather than 'short', and similarly... |
commit | commitdiff | tree | snapshot |
2004-03-30 |
Paul Eggert | (version): Update copyright year to 2004. |
commit | commitdiff | tree | snapshot |
2004-03-26 |
Paul Hilfinger | * src/parse-gram.y: Define PERCENT_EXPECT_RR. |
commit | commitdiff | tree | snapshot |
2004-03-08 |
Paul Eggert | Add support for hex token numbers. |
commit | commitdiff | tree | snapshot |
2004-02-25 |
Paul Eggert | (AT_COMPILE, AT_COMPILE_CXX): Ignore stdout from compilers. |
commit | commitdiff | tree | snapshot |
2004-02-25 |
Paul Eggert | Add a marker for when 1.875c was published. |
commit | commitdiff | tree | snapshot |
2004-02-09 |
Alexandre Duret... | Support %destructor and merge error locations in lalr1.cc. |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Paul Eggert | Replace INCLUDES with AM_CPPFLAGS, fixing a bug in... |
commit | commitdiff | tree | snapshot |
2004-02-02 |
Paul Eggert | (yytokenName): Bullet-proof against YYEMPTY token. |
commit | commitdiff | tree | snapshot |
2004-01-14 |
Paul Hilfinger | data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC... |
commit | commitdiff | tree | snapshot |
2003-12-24 |
Paul Eggert | Log today's changes. |
commit | commitdiff | tree | snapshot |
2003-12-24 |
Paul Eggert | Add Makevars.template, stamp-po. |
commit | commitdiff | tree | snapshot |
2003-12-24 |
Paul Eggert | ($(TESTSUITE)): Remove warning about ignoring |
commit | commitdiff | tree | snapshot |
2003-12-24 |
Paul Eggert | Require Autoconf 2.59, and don't include local.at twice... |
commit | commitdiff | tree | snapshot |
2003-12-24 |
Paul Eggert | (Torturing the Scanner): Don't use \x0 or \0 in |
commit | commitdiff | tree | snapshot |
2003-12-24 |
Paul Eggert | (output_skeleton): Rename local var. |
commit | commitdiff | tree | snapshot |
2003-12-24 |
Paul Eggert | Sync with Automake 1.8. |
commit | commitdiff | tree | snapshot |
2003-12-02 |
Akim Demaille | * doc/bison.texinfo (How Can I Reset the Parser): More... |
commit | commitdiff | tree | snapshot |
2003-11-18 |
Alexandre Duret... | * doc/bison.texinfo (Bison Options): Escape `@' in... |
commit | commitdiff | tree | snapshot |
2003-10-21 |
Paul Eggert | a -> an (minor typo fix) |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Paul Eggert | Don't run 'testsuite --clean' if testsuite doesn't... |
commit | commitdiff | tree | snapshot |
2003-10-07 |
Paul Eggert | Do not allow NUL bytes in string literals or character... |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Paul Eggert | Don't document %no-default-prec for now. |
commit | commitdiff | tree | snapshot |
2003-10-05 |
Paul Eggert | In GLR grammars, $N and @N now yield non-modifiable... |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Paul Eggert | Use "%no-default-prec" instead of "%default-prec 0". |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Akim Demaille | VCG no longer supports long_straight_phase. |
commit | commitdiff | tree | snapshot |
2003-10-01 |
Akim Demaille | Update. |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Paul Eggert | Describe %default-prec. |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Paul Eggert | Add %default-prec. |
commit | commitdiff | tree | snapshot |
2003-09-30 |
Paul Eggert | Include local.at, not input.at, fixing a typo in the... |
commit | commitdiff | tree | snapshot |
2003-08-27 |
Akim Demaille | * data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab... |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Akim Demaille | * config/announce-gen (print_changelog_deltas): Neutral... |
commit | commitdiff | tree | snapshot |
2003-08-26 |
Akim Demaille | * data/lalr1.cc (Parser::report_syntax_error_): New... |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Akim Demaille | * config/announce-gen, Makefile.cfg: New. |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Akim Demaille | When reducing initial empty rules, Bison parser read... |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Akim Demaille | Update. |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Akim Demaille | * doc/bison.texinfo: Don't promote stdout for error... |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Akim Demaille | * data/lalr1.cc (Parser::reduce_print_): Remove unused... |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Akim Demaille | * data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT... |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Akim Demaille | * data/lalr1.cc (Parser::reduce_print_): New. |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Akim Demaille | Have lalr1.cc catch with Paul Eggert's patch to fix... |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Akim Demaille | Tune local.at so that people can "autom4te -l autotest... |
commit | commitdiff | tree | snapshot |
2003-08-25 |
Akim Demaille | Update. |
commit | commitdiff | tree | snapshot |
2003-08-04 |
Paul Eggert | Rework glr.c slightly to avoid gcc -Wtraditional warnings. |
commit | commitdiff | tree | snapshot |
2003-08-04 |
Paul Eggert | (yyuserMerge): Return void, not YYSTYPE. |
commit | commitdiff | tree | snapshot |
2003-08-04 |
Paul Eggert | (merge_output): Adjust to the change to ../data/glr.c. |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Paul Eggert | * data/glr.c (YYASSERT): New macro. |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Paul Eggert | (YYASSERT): New macro. |
commit | commitdiff | tree | snapshot |
next |