2003-06-01 |
Paul Eggert | Import of 2003-06-08 libbitset <mail.gnu.org/archive... |
commit | commitdiff | tree | snapshot |
2003-06-01 |
Paul Eggert | Initial revision |
commit | commitdiff | tree | snapshot |
2003-05-25 |
Paul Eggert | * data/glr.c (YYSTACKEXPANDABLE): Do not evaluate |
commit | commitdiff | tree | snapshot |
2003-05-25 |
Paul Eggert | (union yyalloc): Do not evaluate |
commit | commitdiff | tree | snapshot |
2003-05-25 |
Paul Eggert | (YYSTACKEXPANDABLE): Do not evaluate |
commit | commitdiff | tree | snapshot |
2003-05-24 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2003-05-24 |
Paul Eggert | Switch from 'int' to 'bool' where that makes sense. |
commit | commitdiff | tree | snapshot |
2003-05-24 |
Paul Eggert | Sync from automake 1.7.5. |
commit | commitdiff | tree | snapshot |
2003-05-14 |
Paul Eggert | Semicolons are now allowed before "|". |
commit | commitdiff | tree | snapshot |
2003-05-14 |
Paul Eggert | Require a semicolon after a grammar declaration, in... |
commit | commitdiff | tree | snapshot |
2003-05-14 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2003-05-14 |
Paul Eggert | (Torturing the Scanner): Add tests for ";|" in a grammar. |
commit | commitdiff | tree | snapshot |
2003-05-14 |
Paul Eggert | (rules_or_grammar_declaration): Require a |
commit | commitdiff | tree | snapshot |
2003-05-14 |
Alexandre Duret... | %parse-param support for lalr1.cc. |
commit | commitdiff | tree | snapshot |
2003-05-12 |
Paul Eggert | * doc/bison.texinfo (How Can I Reset @code{yyparse}): |
commit | commitdiff | tree | snapshot |
2003-05-12 |
Paul Eggert | (How Can I Reset @code{yyparse}): Reword the |
commit | commitdiff | tree | snapshot |
2003-05-05 |
Paul Eggert | * lib/bitset.h (__INT_TO_PTR): Define to a value that... |
commit | commitdiff | tree | snapshot |
2003-05-05 |
Paul Eggert | (__INT_TO_PTR): Define to a value that presumes C89. |
commit | commitdiff | tree | snapshot |
2003-05-04 |
Paul Eggert | * lib/bitset.h (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE): |
commit | commitdiff | tree | snapshot |
2003-05-04 |
Paul Eggert | (BITSET_FOR_EACH, BITSET_FOR_EACH_REVERSE): |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Paul Eggert | Omit spaces around "---". |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Akim Demaille | * src/gram.h, src/gram.c (pure_parser, glr_parser)... |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Akim Demaille | * doc/bison.texinfo (C++ Parsers, Implementing Loops... |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Akim Demaille | Update. |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Akim Demaille | * tests/calc.at: Also test yacc.c and glr.c (but not... |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Akim Demaille | Regen. |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Paul Eggert | * data/yacc.c: (b4_lex_param): Corrected for the case... |
commit | commitdiff | tree | snapshot |
2003-04-29 |
Paul Eggert | (b4_lex_param): Corrected for the case where %lex-param... |
commit | commitdiff | tree | snapshot |
2003-04-28 |
Paul Eggert | Avoid gcc -Wundef warnings reported by Gerald Pfeifer in |
commit | commitdiff | tree | snapshot |
2003-04-28 |
Paul Eggert | Avoid gcc -Wundef warnings reported by Gerald Pfeifer in |
commit | commitdiff | tree | snapshot |
2003-04-27 |
Paul Eggert | * data/lalr1.cc (yy::Parser::pact_ninf_, yy::Parser... |
commit | commitdiff | tree | snapshot |
2003-04-27 |
Paul Eggert | (yy::Parser::pact_ninf_, yy::Parser::table_ninf_): |
commit | commitdiff | tree | snapshot |
2003-04-27 |
Paul Eggert | * configure.ac (AC_FUNC_ERROR_AT_LINE): Remove, since... |
commit | commitdiff | tree | snapshot |
2003-04-27 |
Paul Eggert | (AC_FUNC_ERROR_AT_LINE): Remove, since gl_ERROR |
commit | commitdiff | tree | snapshot |
2003-04-22 |
Paul Eggert | * m4/error.m4: Update from Bruno Haible's 2003-04-14... |
commit | commitdiff | tree | snapshot |
2003-04-22 |
Paul Eggert | Update from Bruno Haible's 2003-04-14 patch to gnulib. |
commit | commitdiff | tree | snapshot |
2003-04-21 |
Paul Eggert | * data/glr.c (yyexpandGLRStack) [!YYSTACKEXPANDABLE]: |
commit | commitdiff | tree | snapshot |
2003-04-21 |
Paul Eggert | (yyexpandGLRStack) [!YYSTACKEXPANDABLE]: |
commit | commitdiff | tree | snapshot |
2003-04-18 |
Paul Eggert | Don't invoke unput from scan-gram.l; it ran into a... |
commit | commitdiff | tree | snapshot |
2003-04-18 |
Paul Eggert | (Invalid inputs): Remove cascaded diagnostic that is... |
commit | commitdiff | tree | snapshot |
2003-04-18 |
Paul Eggert | Add %option nounput, since we no longer use unput. |
commit | commitdiff | tree | snapshot |
2003-04-18 |
Paul Eggert | Fix regression reported by Werner Lemberg in |
commit | commitdiff | tree | snapshot |
2003-04-18 |
Paul Eggert | (GNU pic Grammar): New test case, taken from |
commit | commitdiff | tree | snapshot |
2003-04-18 |
Paul Eggert | (set_conflicts): Resolve all conflicts, not just |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Akim Demaille | * doc/Makefile.am (AM_MAKEINFOFLAGS): Don't split the... |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Akim Demaille | * src/output.c (prepare_symbols): Avoid trailing spaces... |
commit | commitdiff | tree | snapshot |
2003-03-31 |
Akim Demaille | * doc/bison.texinfo (Strings are Destroyed): s/losses... |
commit | commitdiff | tree | snapshot |
2003-03-29 |
Akim Demaille | * m4/error.m4: Do not put under dynamic conditions... |
commit | commitdiff | tree | snapshot |
2003-03-29 |
Akim Demaille | Restore a missing ChangeLog entry. |
commit | commitdiff | tree | snapshot |
2003-03-29 |
Akim Demaille | * doc/bison.texinfo (How Can I Reset @code{yyparse... |
commit | commitdiff | tree | snapshot |
2003-03-29 |
Akim Demaille | * .cvsignore: Add configure.lineno. |
commit | commitdiff | tree | snapshot |
2003-03-29 |
Akim Demaille | Regen. |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Paul Eggert | Update .cvsignore files. |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Paul Eggert | Add testsuite.log |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Paul Eggert | Add configure.lineno. |
commit | commitdiff | tree | snapshot |
2003-03-14 |
Paul Eggert | Add 'yacc'. |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Paul Eggert | Bump serial number. |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Paul Eggert | Sync with latest FSF version. |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Paul Eggert | Fix "Bison blows chunks on empty file" bug. |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Paul Eggert | (YY_USER_INIT): Initialize code_start, too. |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Paul Eggert | Update copyright. |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Paul Eggert | (Torturing the Scanner): Test the scanner on |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Paul Eggert | (BISON_PREREQ_TIMEVAR): When checking whether <sys... |
commit | commitdiff | tree | snapshot |
2003-03-13 |
Paul Eggert | (BISON_PREREQ_SUBPIPE): Don't AC_CHECK_HEADERS([sys... |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Paul Eggert | Merge changes from gnulib. This was prompted because... |
commit | commitdiff | tree | snapshot |
2003-03-12 |
Paul Eggert | Include <limits.h> unconditionally. We have been |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Paul Eggert | Sync with gnulib. |
commit | commitdiff | tree | snapshot |
2003-03-10 |
Paul Eggert | Propagate from gnulib. |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Akim Demaille | Regen. |
commit | commitdiff | tree | snapshot |
2003-03-03 |
Akim Demaille | * ro.po: New. |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Akim Demaille | * doc/bison.texinfo (Table of Symbols): Reactivate the |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Akim Demaille | * data/yacc.c, data/glr.c, data/lal1.cc: Use similar... |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Akim Demaille | * tests/regression.at (_AT_DATA_DANCER_Y): Fix the... |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Akim Demaille | Typo. |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Akim Demaille | Write a test the yycheck overrun reported by Andrew... |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Akim Demaille | Create tests/local.at for Bison generic testing macros. |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Paul Eggert | Minor improvements to today's scan-gram.l bugfix. |
commit | commitdiff | tree | snapshot |
2003-03-02 |
Paul Eggert | (code_start): Initialize it to scanner_cursor, |
commit | commitdiff | tree | snapshot |
2003-03-01 |
Akim Demaille | * src/scan-gram.l (code_start): Always initialize it... |
commit | commitdiff | tree | snapshot |
2003-03-01 |
Akim Demaille | Regen. |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Paul Eggert | * lib/mbswidth.c: Include <wchar.h> before "mbswidth... |
commit | commitdiff | tree | snapshot |
2003-02-28 |
Paul Eggert | Include <wchar.h> before "mbswidth.h", to work around... |
commit | commitdiff | tree | snapshot |
2003-02-26 |
Paul Eggert | * README: Mention compiler bug in Sun Forte Developer... |
commit | commitdiff | tree | snapshot |
2003-02-26 |
Paul Eggert | Mention compiler bug in Sun Forte Developer 6 update 2. |
commit | commitdiff | tree | snapshot |
2003-02-25 |
Paul Eggert | yylineno -> yylno to avoid collision with flex. |
commit | commitdiff | tree | snapshot |
2003-02-25 |
Paul Eggert | (yy_reduce_print): yylineno -> yylno. |
commit | commitdiff | tree | snapshot |
2003-02-25 |
Paul Eggert | (yy::]b4_parser_class_name[::parse): yylineno -> yylno. |
commit | commitdiff | tree | snapshot |
2003-02-25 |
Paul Eggert | (yy_reduce_print): yylineno -> yylno, |
commit | commitdiff | tree | snapshot |
2003-02-25 |
Paul Eggert | Sync with Automake 1.7.3. |
commit | commitdiff | tree | snapshot |
2003-02-24 |
Paul Eggert | Stick to ASCII for now. |
commit | commitdiff | tree | snapshot |
2003-02-21 |
Akim Demaille | * data/lalr1.cc: Use temporary variables instead of... |
commit | commitdiff | tree | snapshot |
2003-02-21 |
Akim Demaille | * doc/bison.texinfo: Use "location" consistently to... |
commit | commitdiff | tree | snapshot |
2003-02-20 |
Akim Demaille | * data/lalr1.cc (position.hh): Make sure "columns"... |
commit | commitdiff | tree | snapshot |
2003-02-20 |
Akim Demaille | * data/lalr1.cc (position.hh): New subfile, including... |
commit | commitdiff | tree | snapshot |
2003-02-20 |
Akim Demaille | * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS... |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Akim Demaille | * data/lalr1.cc: When displaying a line number, be... |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Akim Demaille | * data/lalr1.cc (b4_stack_depth_init, yy::Parser::initd... |
commit | commitdiff | tree | snapshot |
2003-02-19 |
Akim Demaille | * tests/calc.at (AT_CHECK_CALC): Check different scenar... |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Paul Eggert | * tests/atlocal.in (LDFLAGS, LIBS): New vars. |
commit | commitdiff | tree | snapshot |
2003-02-18 |
Paul Eggert | (AT_COMPILE): Use new LDFLAGS, LIBS vars, to avoid... |
commit | commitdiff | tree | snapshot |
next |