2003-05-25 |
Paul Eggert | * data/glr.c (YYSTACKEXPANDABLE): Do not evaluate |
blob | commitdiff | raw |
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 |
2003-02-20 |
Akim Demaille | * data/lalr1.cc (position.hh): New subfile, including... |
blob | commitdiff | raw | diff to current |
2003-02-20 |
Akim Demaille | * tests/calc.at (AT_CHECK_PUSHDEFS, AT_CHECK_POPDEFS... |
blob | commitdiff | raw | diff to current |
2003-02-19 |
Akim Demaille | * data/lalr1.cc: When displaying a line number, be... |
blob | commitdiff | raw | diff to current |
2003-02-19 |
Akim Demaille | * data/lalr1.cc (b4_stack_depth_init, yy::Parser::initd... |
blob | commitdiff | raw | diff to current |
2003-02-19 |
Akim Demaille | * tests/calc.at (AT_CHECK_CALC): Check different scenar... |
blob | commitdiff | raw | diff to current |
2003-02-18 |
Paul Eggert | * tests/atlocal.in (LDFLAGS, LIBS): New vars. |
blob | commitdiff | raw | diff to current |
2003-02-13 |
Paul Eggert | * data/yacc.c (yyerrlab) [YYERROR_VERBOSE]: |
blob | commitdiff | raw | diff to current |
2003-02-06 |
Akim Demaille | * configure.ac (GXX): Rename as... |
blob | commitdiff | raw | diff to current |
2003-02-04 |
Akim Demaille | * data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition... |
blob | commitdiff | raw | diff to current |
2003-02-04 |
Akim Demaille | * data/lalr1.cc: If YYDEBUG is not defined, don't depen... |
blob | commitdiff | raw | diff to current |
2003-02-03 |
Paul Eggert | Use more-consistent naming conventions for local vars. |
blob | commitdiff | raw | diff to current |
2003-02-02 |
Akim Demaille | * src/scan-skel.l: Scan more than one inert character... |
blob | commitdiff | raw | diff to current |
2003-02-01 |
Paul Eggert | po/LINGUAS: Add ms. |
blob | commitdiff | raw | diff to current |
2003-02-01 |
Paul Eggert | Version 1.875a, dated today. |
blob | commitdiff | raw | diff to current |
2003-01-30 |
Akim Demaille | * doc/Makefile.am (CLEANFILES): Add bison.fns for distc... |
blob | commitdiff | raw | diff to current |
2003-01-29 |
Paul Hilfinger | Modifications to fix GLR bug reported by S. Eken. |
blob | commitdiff | raw | diff to current |
2003-01-29 |
Paul Eggert | * data/lalr1.cc: Do not use @output_header_name@ unless |
blob | commitdiff | raw | diff to current |
2003-01-22 |
Paul Eggert | * data/yacc.c (YYERROR): Move code from yyerrlab1 to... |
blob | commitdiff | raw | diff to current |
2003-01-17 |
Paul Eggert | * src/output.c (symbol_printers_output): Fix typo that led |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Akim Demaille | Quoc Peyrot <chojin@lrde.epita.fr>, |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Paul Eggert | %expect-violations are now just warnings, reverting... |
blob | commitdiff | raw | diff to current |
2003-01-09 |
Akim Demaille | * src/Makefile.am, lib/Makefile.am: Use $(VAR) instead... |
blob | commitdiff | raw | diff to current |
2003-01-09 |
Paul Eggert | Invoke wget with -C off, to disable proxy caches. |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Paul Eggert | Add a reference to the GLR paper of Scott, Johnstone... |
blob | commitdiff | raw | diff to current |
2003-01-05 |
Paul Eggert | Add --disable-yacc. |
blob | commitdiff | raw | diff to current |
2003-01-05 |
Paul Eggert | Do not let the scan-skel token buffer grow unboundedly... |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Paul Eggert | Pacify the buggy "smart preprocessor" in MacOS 10.2.3. |
blob | commitdiff | raw | diff to current |
2003-01-01 |
Paul Eggert | Bison 1.875. |
blob | commitdiff | raw | diff to current |
2002-12-30 |
Paul Eggert | Treat stray "," more uniformly. |
blob | commitdiff | raw | diff to current |
2002-12-29 |
Paul Eggert | * src/symtab.c (symbol_make_alias): Set type of SYMVAL... |
blob | commitdiff | raw | diff to current |
2002-12-29 |
Paul Eggert | Version 1.75f. |
blob | commitdiff | raw | diff to current |
2002-12-28 |
Paul Eggert | Fix a bug where error locations were not being recorded... |
blob | commitdiff | raw | diff to current |
2002-12-26 |
Paul Eggert | Don't use m4_include on relative file names, as it... |
blob | commitdiff | raw | diff to current |
2002-12-24 |
Paul Eggert | Remove broken URL. |
blob | commitdiff | raw | diff to current |
2002-12-24 |
Paul Eggert | Version 1.75e. |
blob | commitdiff | raw | diff to current |
2002-12-24 |
Paul Eggert | If the user does not define YYSTYPE as a macro, Bison... |
blob | commitdiff | raw | diff to current |
2002-12-18 |
Paul Eggert | Omit mentions of %lex-param and %parse-param for now. |
blob | commitdiff | raw | diff to current |
2002-12-15 |
Paul Eggert | Undo most of the 2002-11-12 yychar -> yytoken patch... |
blob | commitdiff | raw | diff to current |
2002-12-13 |
Paul Eggert | Version 1.75d. |
blob | commitdiff | raw | diff to current |
2002-12-13 |
Paul Eggert | Remove unportable casts and storage allocation tricks. |
blob | commitdiff | raw | diff to current |
2002-12-11 |
Paul Eggert | Change identifier spellings to avoid collisions with... |
blob | commitdiff | raw | diff to current |
2002-12-09 |
Paul Eggert | * data/glr.c, data/lalr1.cc, data/yacc.c: Do not use... |
blob | commitdiff | raw | diff to current |
2002-12-07 |
Paul Eggert | Add support for rules that do not have trailing semicol... |
blob | commitdiff | raw | diff to current |
2002-12-02 |
Paul Eggert | Add strtoul.c |
blob | commitdiff | raw | diff to current |
2002-11-30 |
Paul Eggert | Type clashes now generate warnings, not errors, since it |
blob | commitdiff | raw | diff to current |
2002-11-30 |
Paul Eggert | Add Yacc Library. |
blob | commitdiff | raw | diff to current |
2002-11-29 |
Paul Eggert | %parse-param and %lex-param now take just one argument... |
blob | commitdiff | raw | diff to current |
2002-11-27 |
Paul Eggert | Rename identifiers to avoid real and potential collisions. |
blob | commitdiff | raw | diff to current |
2002-11-25 |
Paul Eggert | Version 1.75c. |
blob | commitdiff | raw | diff to current |
2002-11-21 |
Paul Eggert | * lib/argmatch.c, lib/argmatch.h: Sync with gnulib. |
blob | commitdiff | raw | diff to current |
2002-11-19 |
Paul Eggert | * data/glr.c (yygetLRActions): Replace `yyindex' with |
blob | commitdiff | raw | diff to current |
2002-11-18 |
Paul Eggert | Pacify Sun ONE Studio 7 lint. Also, rename "ParseError" |
blob | commitdiff | raw | diff to current |
2002-11-18 |
Akim Demaille | * doc/bison.texinfo (Tracing): `yyprint' shouldn't... |
blob | commitdiff | raw | diff to current |
2002-11-16 |
Akim Demaille | Augment the similarity between GLR and LALR traces. |
blob | commitdiff | raw | diff to current |
2002-11-16 |
Akim Demaille | * src/getargs.h, src/getargs.c (trace_e, trace_args... |
blob | commitdiff | raw | diff to current |
2002-11-16 |
Akim Demaille | Make the ``Printers and Destructors'' test more verbose... |
blob | commitdiff | raw | diff to current |
2002-11-16 |
Paul Eggert | * data/yacc.c: Avoid over-quoting of __line__ and __file__. |
blob | commitdiff | raw | diff to current |
next |