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 |
2003-02-18 |
Paul Eggert | (LDFLAGS, LIBS): New vars. |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Paul Eggert | * data/yacc.c (yyerrlab) [YYERROR_VERBOSE]: |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Paul Eggert | (yyreportSyntaxError) [YYERROR_VERBOSE]: |
commit | commitdiff | tree | snapshot |
2003-02-13 |
Paul Eggert | (yyerrlab) [YYERROR_VERBOSE]: |
commit | commitdiff | tree | snapshot |
2003-02-06 |
Akim Demaille | * configure.ac (GXX): Rename as... |
commit | commitdiff | tree | snapshot |
2003-02-05 |
Akim Demaille | Bump 1.875b. |
commit | commitdiff | tree | snapshot |
2003-02-05 |
Akim Demaille | Regen. |
commit | commitdiff | tree | snapshot |
2003-02-05 |
Akim Demaille | Update. |
commit | commitdiff | tree | snapshot |
2003-02-04 |
Akim Demaille | * data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition... |
commit | commitdiff | tree | snapshot |
2003-02-04 |
Akim Demaille | * data/lalr1.cc: If YYDEBUG is not defined, don't depen... |
commit | commitdiff | tree | snapshot |
2003-02-03 |
Paul Eggert | Use more-consistent naming conventions for local vars. |
commit | commitdiff | tree | snapshot |
2003-02-03 |
Paul Eggert | (start_symbol): Remove unused decl. |
commit | commitdiff | tree | snapshot |
2003-02-02 |
Akim Demaille | * src/scan-skel.l: Scan more than one inert character... |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Paul Eggert | %expect-count violations will be errors again in the... |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Paul Eggert | Update version number to 1.875b. |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Paul Eggert | Added ms translation. |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Paul Eggert | po/LINGUAS: Add ms. |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Paul Eggert | Add ms. |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Paul Eggert | Version 1.875a, dated today. |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2003-02-01 |
Paul Eggert | Update copyright date to 2003. |
commit | commitdiff | tree | snapshot |
2003-01-30 |
Akim Demaille | * doc/Makefile.am (CLEANFILES): Add bison.fns for distc... |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Paul Hilfinger | Modifications to fix GLR bug reported by S. Eken. |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Paul Hilfinger | Rename tests/glr-regr1.at to tests/glr-regression.at. |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Paul Hilfinger | Changes in response to error report by S. Eken: GLR... |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Paul Eggert | * data/lalr1.cc: Do not use @output_header_name@ unless |
commit | commitdiff | tree | snapshot |
2003-01-29 |
Paul Eggert | Do not use @output_header_name@ unless |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Paul Eggert | * data/yacc.c (YYERROR): Move code from yyerrlab1 to... |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Paul Eggert | (YYERROR): Move code from yyerrlab1 to here, so that |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Paul Eggert | * src/output.c (symbol_printers_output): Fix typo that led |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Paul Eggert | (symbol_printers_output): Fix typo that led |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Akim Demaille | Quoc Peyrot <chojin@lrde.epita.fr>, |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Akim Demaille | Regen. |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Paul Eggert | %expect-violations are now just warnings, reverting... |
commit | commitdiff | tree | snapshot |
2003-01-13 |
Paul Eggert | * NEWS: %expect-violations are now just warnings, reverting |
commit | commitdiff | tree | snapshot |
2003-01-11 |
Paul Eggert | (version): Update copyright year. |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Akim Demaille | * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead... |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Paul Eggert | Invoke wget with -C off, to disable proxy caches. |
commit | commitdiff | tree | snapshot |
2003-01-09 |
Paul Eggert | (WGETFLAGS): New macro, containing "-C off" to disable... |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Paul Eggert | Update copyright. |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Paul Eggert | Add a reference to the GLR paper of Scott, Johnstone... |
commit | commitdiff | tree | snapshot |
2003-01-07 |
Paul Eggert | (Generalized LR Parsing): Add a reference to the GLR... |
commit | commitdiff | tree | snapshot |
2003-01-05 |
Paul Eggert | Add --disable-yacc. |
commit | commitdiff | tree | snapshot |
2003-01-05 |
Paul Eggert | (bin_SCRIPTS): yacc -> @YACC_SCRIPT@. |
commit | commitdiff | tree | snapshot |
2003-01-05 |
Paul Eggert | (lib_LIBRARIES): liby.a -> @YACC_LIBRARY@. |
commit | commitdiff | tree | snapshot |
2003-01-05 |
Paul Eggert | (AC_ARG_ENABLE): Add --disable-yacc. |
commit | commitdiff | tree | snapshot |
2003-01-05 |
Paul Eggert | Update copyright date. |
commit | commitdiff | tree | snapshot |
2003-01-05 |
Paul Eggert | Do not let the scan-skel token buffer grow unboundedly... |
commit | commitdiff | tree | snapshot |
2003-01-05 |
Paul Eggert | (yyerrlab1): Omit attribute if __cplusplus is defined, |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Paul Eggert | (__INT_TO_PTR) [__STDC__]: Cast result to |
commit | commitdiff | tree | snapshot |
2003-01-04 |
Paul Eggert | ([^@\n]): Renamed from [^@\n]+ so that the token buffer... |
commit | commitdiff | tree | snapshot |
2003-01-03 |
Paul Eggert | (QPUTS): Omit redundant `;' from macro definition. |
commit | commitdiff | tree | snapshot |
next |