2006-06-10 |
Joel E. Denny | For consistency, use `lookahead' instead of `look-ahead' or |
commit | commitdiff | tree | snapshot |
2006-06-08 |
Joel E. Denny | * src/flex-scanner.h (yytext): Remove stray `*/' in... |
commit | commitdiff | tree | snapshot |
2006-06-08 |
Paul Eggert | * TODO: Add request from Nelson H. F. Beebe to be able... |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Joel E. Denny | * src/flex-scanner.h: For the sake of Flex 2.5.4, don... |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Joel E. Denny | src/location.h: #include "system.h" rather than <stdboo... |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Joel E. Denny | Get Bison to build again when configured with --enable... |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Akim Demaille | Add it for real. |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Akim Demaille | * src/scan-gram.l: Move the "add a trailing ; to action... |
commit | commitdiff | tree | snapshot |
2006-06-07 |
Akim Demaille | * src/Makefile.am (BUILT_SOURCES): Fix the trailing... |
commit | commitdiff | tree | snapshot |
2006-06-06 |
Akim Demaille | Extract the parsing of user actions from the grammar... |
commit | commitdiff | tree | snapshot |
2006-06-06 |
Joel E. Denny | * src/getargs.c (usage): Mention GLR not just LALR... |
commit | commitdiff | tree | snapshot |
2006-06-06 |
Joel E. Denny | Between Bison releases, manually append `+' to the... |
commit | commitdiff | tree | snapshot |
2006-06-05 |
Paul Eggert | * NEWS: Version 2.3. |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Paul Eggert | * data/glr.c (YYRECOVERING): Define to be a function... |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Joel E. Denny | * src/getargs.c (usage): Back out yesterday's modificat... |
commit | commitdiff | tree | snapshot |
2006-05-30 |
Paul Eggert | * doc/bison.texinfo (Introduction): Don't say "GLR... |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Juan Manuel... | Actualisation of information concerning ports |
commit | commitdiff | tree | snapshot |
2006-05-29 |
Joel E. Denny | * src/getargs.c (usage): Mention GLR not just LALR... |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-05-27 |
Paul Eggert | * data/yacc.c (yy_reduce_print): Omit trailing white... |
commit | commitdiff | tree | snapshot |
2006-05-22 |
Paul Eggert | * Makefile.maint (gzip_rsyncable, GZIP_ENV): Compute... |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Joel E. Denny | * data/yacc.c (yyparse): Wrap the final return from... |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Joel E. Denny | * data/glr.c (yyresolveLocations): Remove bogus YYASSER... |
commit | commitdiff | tree | snapshot |
2006-05-21 |
Paul Eggert | * data/c.m4 (b4_yy_symbol_print_generate): |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Paul Eggert | Update version number to 2.2a. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Paul Eggert | Whoops, I meant version 2.2. |
commit | commitdiff | tree | snapshot |
2006-05-19 |
Paul Eggert | Version 2.1. |
commit | commitdiff | tree | snapshot |
2006-05-17 |
Joel E. Denny | * data/glr.c (yyreportTree): Make room in yystates... |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Paul Eggert | * data/glr.c (yyreportSyntaxError): Fix off-by-one... |
commit | commitdiff | tree | snapshot |
2006-05-15 |
Paul Eggert | * data/yacc.c (yytnamerr): Fix typo: local var should... |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Akim Demaille | * doc/bison.texinfo (C++ Bison Interface): Clarify... |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Akim Demaille | * data/glr.cc, data/lalr1.cc: Using %defines is mandatory. |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Akim Demaille | Implement --trace=m4. |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Akim Demaille | * etc/bench.pm: Shorten bench names. |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Akim Demaille | * src/output.h, src/output.c (error_verbose): Move... |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Akim Demaille | Fix. |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Paul Eggert | Give credit to Akim for suggestion. |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-05-14 |
Paul Eggert | * data/c.m4 (b4_copyright): Put the special exception... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Paul Eggert | * doc/bison.texinfo (Calc++ Scanner): The flex behavior... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Akim Demaille | * examples/extexi: Enforce the precedence of concatenat... |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Akim Demaille | Complete ChangeLog. |
commit | commitdiff | tree | snapshot |
2006-05-11 |
Akim Demaille | * data/lalr1.cc (yytranslate_): Rename token as t to... |
commit | commitdiff | tree | snapshot |
2006-05-09 |
Paul Eggert | * data/glr.c: Switch to Bison 2.2 special-exception... |
commit | commitdiff | tree | snapshot |
2006-05-01 |
Juan Manuel... | Add sane defaults for grep, egrep, fgrep and sed. |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Juan Manuel... | Add information about what autoconf version configurati... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Juan Manuel... | Use a more general search string in ac_abs_builddir... |
commit | commitdiff | tree | snapshot |
2006-04-30 |
Juan Manuel... | Add more possible file name variations of Makefile... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Akim Demaille | * data/glr.cc: Remove dead code. |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Paul Eggert | * bootstrap: Comment out the AM_CPPFLAGS line, since... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Akim Demaille | * doc/bison.texinfo (Multiple start-symbols): New. |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Akim Demaille | * etc/README, etc/bench.pl: New. |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Akim Demaille | * src/scan-gram.l: Be robust to BRACED_CODE appearing... |
commit | commitdiff | tree | snapshot |
2006-03-17 |
Paul Eggert | * doc/bison.texinfo (Decl Summary): Don't mention yyllo... |
commit | commitdiff | tree | snapshot |
2006-03-14 |
Juan Manuel... | * Delete all environment variables after use to avoid... |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Paul Eggert | Remove @shorttitlepage stuff; it wasn't used |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Akim Demaille | * tests/local.at (_AT_BISON_OPTION_PUSHDEFS): Fix the... |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Akim Demaille | Apply --prefix to C++ skeletons too: they change the... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Akim Demaille | * TODO: Remove dead items. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Akim Demaille | Fix ChangeLog. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Akim Demaille | * doc/FAQ: Remove, merged into... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Akim Demaille | * data/c.m4 (b4_token_enum): Always define the enum... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Paul Eggert | Fix two nits reported by twlevo, plus one more that... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Paul Eggert | Fix some nits reported by twlevo. |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Joel E. Denny | * doc/bison.texinfo (Introduction): Mention GLR and... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Paul Eggert | * data/glr.c (yyresolveLocations): Rename local variabl... |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Paul Eggert | * tests/Makefile.am ($(srcdir)/package.m4, maintainer... |
commit | commitdiff | tree | snapshot |
2006-03-06 |
Joel E. Denny | * tests/glr-regression.at (Uninitialized location when... |
commit | commitdiff | tree | snapshot |
2006-03-04 |
Joel E. Denny | * tests/glr-regression.at (Leaked semantic values when... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Joel E. Denny | Avoid memory leaks by not invoking longjmp in yyreportA... |
commit | commitdiff | tree | snapshot |
2006-03-02 |
Joel E. Denny | Don't leak semantic values for parent RHS when a user... |
commit | commitdiff | tree | snapshot |
2006-02-27 |
Paul Eggert | * data/glr.c (yyexpandGLRStack): Catch an off-by-one... |
commit | commitdiff | tree | snapshot |
2006-02-21 |
Joel E. Denny | * doc/bison.texinfo (Mid-Rule Actions): Explain how... |
commit | commitdiff | tree | snapshot |
2006-02-18 |
Paul Eggert | Add "2.1b". |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2006-02-17 |
Paul Eggert | * data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE... |
commit | commitdiff | tree | snapshot |
2006-02-14 |
Paul Eggert | * NEWS: Clarify symbols versus types in unused-value... |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Paul Eggert | Bump version number. |
commit | commitdiff | tree | snapshot |
2006-02-13 |
Paul Eggert | * NEWS: Version 2.1a. |
commit | commitdiff | tree | snapshot |
2006-02-12 |
Paul Eggert | * m4/c-working.m4: New file. |
commit | commitdiff | tree | snapshot |
2006-02-11 |
Paul Eggert | * Makefile.maint: Merge from coreutils. |
commit | commitdiff | tree | snapshot |
2006-02-10 |
Paul Eggert | * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER):... |
commit | commitdiff | tree | snapshot |
2006-02-09 |
Paul Eggert | Update copyright. |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Paul Eggert | * doc/bison.texinfo (Calc++ Scanner): Work around a... |
commit | commitdiff | tree | snapshot |
2006-02-08 |
Paul Eggert | * examples/calc++/Makefile.am (check_PROGRAMS): Renamed... |
commit | commitdiff | tree | snapshot |
2006-02-07 |
Juan Manuel... | * Add a sane default for awk. |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Paul Eggert | * tests/headers.at (AT_TEST_CPP_GUARD_H): Use #include... |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Juan Manuel... | Various DJGGP specific issues in /djgpp. |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Juan Manuel... | * Comment fixes. |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Juan Manuel... | * Minor documentation fixes. |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Juan Manuel... | * Fix data/glr.cc to reflect the renaming of c++.m4... |
commit | commitdiff | tree | snapshot |
2006-02-06 |
Juan Manuel... | * Use colon instead of semicolon as path separator... |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Paul Eggert | * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER):... |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Paul Eggert | * m4/cxx.m4 (BISON_TEST_FOR_WORKING_CXX_COMPILER):... |
commit | commitdiff | tree | snapshot |
2006-02-02 |
Paul Eggert | * data/lalr1.cc (yytranslate_): No longer inline. |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Paul Eggert | * lib/bbitset.h (struct bitset_vtable): Rename members... |
commit | commitdiff | tree | snapshot |
2006-02-01 |
Paul Eggert | * tests/headers.at (AT_TEST_CPP_GUARD_H): Don't assume... |
commit | commitdiff | tree | snapshot |
2006-01-30 |
Joel E. Denny | During deterministic GLR operation, user actions should... |
commit | commitdiff | tree | snapshot |
next |