2004-05-25 |
Paul Eggert | * doc/bison.texinfo (Decl Summary, Bison Options):... |
blob | commitdiff | raw |
2004-05-25 |
Paul Eggert | Undo change made earlier today: it caused autopoint... |
blob | commitdiff | raw | diff to current |
2004-05-24 |
Paul Eggert | The gettext version checking is causing more trouble... |
blob | commitdiff | raw | diff to current |
2004-05-24 |
Paul Eggert | Ensure that the C++ compiler used for testing actually... |
blob | commitdiff | raw | diff to current |
2004-05-21 |
Paul Eggert | Output yylloc macro defn in glr.c even if locations... |
blob | commitdiff | raw | diff to current |
2004-05-21 |
Paul Eggert | * configure.ac (AC_INIT): Update to 1.875e. |
blob | commitdiff | raw | diff to current |
2004-05-21 |
Paul Eggert | Version 1.875d. |
blob | commitdiff | raw | diff to current |
2004-05-07 |
Paul Eggert | Use size_t (not unsigned int) for hashes, since the... |
blob | commitdiff | raw | diff to current |
2004-05-03 |
Paul Eggert | Don't DEFUN AM_INTL_SUBDIR twice. |
blob | commitdiff | raw | diff to current |
2004-05-03 |
Paul Eggert | * src/parse-gram.y: Put copyright notice inside %{... |
blob | commitdiff | raw | diff to current |
2004-04-28 |
Paul Eggert | Get files from the gnulib and po repositories, instead... |
blob | commitdiff | raw | diff to current |
2004-04-13 |
Paul Eggert | * src/conflicts.c (conflicts_print): Correct format... |
blob | commitdiff | raw | diff to current |
2004-03-31 |
Paul Eggert | Use 'short int' rather than 'short', and similarly... |
blob | commitdiff | raw | diff to current |
2004-03-26 |
Paul Hilfinger | * src/parse-gram.y: Define PERCENT_EXPECT_RR. |
blob | commitdiff | raw | diff to current |
2004-03-08 |
Paul Eggert | Add support for hex token numbers. |
blob | commitdiff | raw | diff to current |
2004-02-25 |
Paul Eggert | (AT_COMPILE, AT_COMPILE_CXX): Ignore stdout from compilers. |
blob | commitdiff | raw | diff to current |
2004-02-25 |
Paul Eggert | Add a marker for when 1.875c was published. |
blob | commitdiff | raw | diff to current |
2004-02-09 |
Alexandre Duret... | Support %destructor and merge error locations in lalr1.cc. |
blob | commitdiff | raw | diff to current |
2004-02-02 |
Paul Eggert | Replace INCLUDES with AM_CPPFLAGS, fixing a bug in... |
blob | commitdiff | raw | diff to current |
2004-01-14 |
Paul Hilfinger | data/glr.c: Put casts on uses of YYREALLOC and YYMALLOC... |
blob | commitdiff | raw | diff to current |
2003-12-24 |
Paul Eggert | Log today's changes. |
blob | commitdiff | raw | diff to current |
2003-12-02 |
Akim Demaille | * doc/bison.texinfo (How Can I Reset the Parser): More... |
blob | commitdiff | raw | diff to current |
2003-11-18 |
Alexandre Duret... | * doc/bison.texinfo (Bison Options): Escape `@' in... |
blob | commitdiff | raw | diff to current |
2003-10-07 |
Paul Eggert | Don't run 'testsuite --clean' if testsuite doesn't... |
blob | commitdiff | raw | diff to current |
2003-10-07 |
Paul Eggert | Do not allow NUL bytes in string literals or character... |
blob | commitdiff | raw | diff to current |
2003-10-05 |
Paul Eggert | Don't document %no-default-prec for now. |
blob | commitdiff | raw | diff to current |
2003-10-05 |
Paul Eggert | In GLR grammars, $N and @N now yield non-modifiable... |
blob | commitdiff | raw | diff to current |
2003-10-01 |
Paul Eggert | Use "%no-default-prec" instead of "%default-prec 0". |
blob | commitdiff | raw | diff to current |
2003-10-01 |
Akim Demaille | VCG no longer supports long_straight_phase. |
blob | commitdiff | raw | diff to current |
2003-09-30 |
Paul Eggert | Add %default-prec. |
blob | commitdiff | raw | diff to current |
2003-08-27 |
Akim Demaille | * data/lalr1.cc (yyparse) [__GNUC__]: "Use" yyerrorlab... |
blob | commitdiff | raw | diff to current |
2003-08-26 |
Akim Demaille | * config/announce-gen (print_changelog_deltas): Neutral... |
blob | commitdiff | raw | diff to current |
2003-08-26 |
Akim Demaille | * data/lalr1.cc (Parser::report_syntax_error_): New... |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Akim Demaille | * config/announce-gen, Makefile.cfg: New. |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Akim Demaille | When reducing initial empty rules, Bison parser read... |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Akim Demaille | * doc/bison.texinfo: Don't promote stdout for error... |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Akim Demaille | * data/lalr1.cc (Parser::reduce_print_): Remove unused... |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Akim Demaille | * data/lalr1.cc (Parser::stack_print_, YY_STACK_PRINT... |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Akim Demaille | * data/lalr1.cc (Parser::reduce_print_): New. |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Akim Demaille | Have lalr1.cc catch with Paul Eggert's patch to fix... |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Akim Demaille | Tune local.at so that people can "autom4te -l autotest... |
blob | commitdiff | raw | diff to current |
2003-08-04 |
Paul Eggert | Rework glr.c slightly to avoid gcc -Wtraditional warnings. |
blob | commitdiff | raw | diff to current |
2003-07-26 |
Paul Eggert | * data/glr.c (YYASSERT): New macro. |
blob | commitdiff | raw | diff to current |
2003-07-25 |
Paul Eggert | * data/glr.c (yyglrReduce): Don't use C89 string concat... |
blob | commitdiff | raw | diff to current |
2003-07-25 |
Paul Eggert | Let the user specify how to allocate and free memory. |
blob | commitdiff | raw | diff to current |
2003-07-07 |
Paul Eggert | use s.empty() rather than s == "" to test for empty... |
blob | commitdiff | raw | diff to current |
2003-06-30 |
Paul Eggert | Log 06-17 minor change to lib/libiberty.h that I forgot... |
blob | commitdiff | raw | diff to current |
2003-06-25 |
Akim Demaille | * config/depcomp, config/install-sh: Update from masters. |
blob | commitdiff | raw | diff to current |
2003-06-20 |
Paul Eggert | * data/glr.c (YYLLOC_DEFAULT): Parenthesize arguments... |
blob | commitdiff | raw | diff to current |
2003-06-19 |
Paul Eggert | * data/glr.c (yyremoveDeletes, yy_reduce_print, yyglrRe... |
blob | commitdiff | raw | diff to current |
2003-06-19 |
Paul Eggert | Port to Forte Developer 7 C compiler. |
blob | commitdiff | raw | diff to current |
2003-06-17 |
Paul Eggert | Minor textual fixes. |
blob | commitdiff | raw | diff to current |
2003-06-17 |
Paul Eggert | 1.875b changes |
blob | commitdiff | raw | diff to current |
2003-06-10 |
Paul Hilfinger | * data/glr.c (YYERROR): Update definition. |
blob | commitdiff | raw | diff to current |
2003-06-04 |
Paul Eggert | Avoid warnings generated by GCC 2.95.4 when Bison is |
blob | commitdiff | raw | diff to current |
2003-06-02 |
Paul Eggert | * data/lalr1.cc (yy::Position::lines, yy::Position... |
blob | commitdiff | raw | diff to current |
2003-06-02 |
Paul Eggert | Don't pass C-only options to g++. |
blob | commitdiff | raw | diff to current |
2003-05-25 |
Paul Eggert | * data/glr.c (YYSTACKEXPANDABLE): Do not evaluate |
blob | commitdiff | raw | diff to current |
2003-05-24 |
Paul Eggert | Switch from 'int' to 'bool' where that makes sense. |
blob | commitdiff | raw | diff to current |
2003-05-14 |
Paul Eggert | Require a semicolon after a grammar declaration, in... |
blob | commitdiff | raw | diff to current |
2003-05-14 |
Alexandre Duret... | %parse-param support for lalr1.cc. |
blob | commitdiff | raw | diff to current |
2003-05-12 |
Paul Eggert | * doc/bison.texinfo (How Can I Reset @code{yyparse}): |
blob | commitdiff | raw | diff to current |
2003-05-05 |
Paul Eggert | * lib/bitset.h (__INT_TO_PTR): Define to a value that... |
blob | commitdiff | raw | diff to current |
2003-05-04 |
Paul Eggert | * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE): |
blob | commitdiff | raw | diff to current |
2003-04-29 |
Akim Demaille | * src/gram.h, src/gram.c (pure_parser, glr_parser)... |
blob | commitdiff | raw | diff to current |
2003-04-29 |
Akim Demaille | * doc/bison.texinfo (C++ Parsers, Implementing Loops... |
blob | commitdiff | raw | diff to current |
2003-04-29 |
Akim Demaille | * tests/calc.at: Also test yacc.c and glr.c (but not... |
blob | commitdiff | raw | diff to current |
2003-04-29 |
Paul Eggert | * data/yacc.c: (b4_lex_param): Corrected for the case... |
blob | commitdiff | raw | diff to current |
2003-04-28 |
Paul Eggert | Avoid gcc -Wundef warnings reported by Gerald Pfeifer in |
blob | commitdiff | raw | diff to current |
2003-04-27 |
Paul Eggert | * data/lalr1.cc (yy::Parser::pact_ninf_, yy::Parser... |
blob | commitdiff | raw | diff to current |
2003-04-27 |
Paul Eggert | * configure.ac (AC_FUNC_ERROR_AT_LINE): Remove, since... |
blob | commitdiff | raw | diff to current |
2003-04-22 |
Paul Eggert | * m4/error.m4: Update from Bruno Haible's 2003-04-14... |
blob | commitdiff | raw | diff to current |
2003-04-21 |
Paul Eggert | * data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]: |
blob | commitdiff | raw | diff to current |
2003-04-18 |
Paul Eggert | Don't invoke unput from scan-gram.l; it ran into a... |
blob | commitdiff | raw | diff to current |
2003-04-18 |
Paul Eggert | Fix regression reported by Werner Lemberg in |
blob | commitdiff | raw | diff to current |
2003-03-31 |
Akim Demaille | * doc/Makefile.am (AM_MAKEINFOFLAGS): Don't split the... |
blob | commitdiff | raw | diff to current |
2003-03-31 |
Akim Demaille | * src/output.c (prepare_symbols): Avoid trailing spaces... |
blob | commitdiff | raw | diff to current |
2003-03-31 |
Akim Demaille | * doc/bison.texinfo (Strings are Destroyed): s/losses... |
blob | commitdiff | raw | diff to current |
2003-03-29 |
Akim Demaille | * m4/error.m4: Do not put under dynamic conditions... |
blob | commitdiff | raw | diff to current |
2003-03-29 |
Akim Demaille | Restore a missing ChangeLog entry. |
blob | commitdiff | raw | diff to current |
2003-03-29 |
Akim Demaille | * doc/bison.texinfo (How Can I Reset @code{yyparse... |
blob | commitdiff | raw | diff to current |
2003-03-14 |
Paul Eggert | Update .cvsignore files. |
blob | commitdiff | raw | diff to current |
2003-03-13 |
Paul Eggert | Fix "Bison blows chunks on empty file" bug. |
blob | commitdiff | raw | diff to current |
2003-03-12 |
Paul Eggert | Merge changes from gnulib. This was prompted because... |
blob | commitdiff | raw | diff to current |
2003-03-03 |
Akim Demaille | * ro.po: New. |
blob | commitdiff | raw | diff to current |
2003-03-02 |
Akim Demaille | * doc/bison.texinfo (Table of Symbols): Reactivate the |
blob | commitdiff | raw | diff to current |
2003-03-02 |
Akim Demaille | * data/yacc.c, data/glr.c, data/lal1.cc: Use similar... |
blob | commitdiff | raw | diff to current |
2003-03-02 |
Akim Demaille | * tests/regression.at (_AT_DATA_DANCER_Y): Fix the... |
blob | commitdiff | raw | diff to current |
2003-03-02 |
Akim Demaille | Typo. |
blob | commitdiff | raw | diff to current |
2003-03-02 |
Akim Demaille | Write a test the yycheck overrun reported by Andrew... |
blob | commitdiff | raw | diff to current |
2003-03-02 |
Akim Demaille | Create tests/local.at for Bison generic testing macros. |
blob | commitdiff | raw | diff to current |
2003-03-02 |
Paul Eggert | Minor improvements to today's scan-gram.l bugfix. |
blob | commitdiff | raw | diff to current |
2003-03-01 |
Akim Demaille | * src/scan-gram.l (code_start): Always initialize it... |
blob | commitdiff | raw | diff to current |
2003-02-28 |
Paul Eggert | * lib/mbswidth.c: Include <wchar.h> before "mbswidth... |
blob | commitdiff | raw | diff to current |
2003-02-26 |
Paul Eggert | * README: Mention compiler bug in Sun Forte Developer... |
blob | commitdiff | raw | diff to current |
2003-02-25 |
Paul Eggert | yylineno -> yylno to avoid collision with flex. |
blob | commitdiff | raw | diff to current |
2003-02-24 |
Paul Eggert | Stick to ASCII for now. |
blob | commitdiff | raw | diff to current |
2003-02-21 |
Akim Demaille | * data/lalr1.cc: Use temporary variables instead of... |
blob | commitdiff | raw | diff to current |
2003-02-21 |
Akim Demaille | * doc/bison.texinfo: Use "location" consistently to... |
blob | commitdiff | raw | diff to current |
2003-02-20 |
Akim Demaille | * data/lalr1.cc (position.hh): Make sure "columns"... |
blob | commitdiff | raw | diff to current |
next |