2007-09-21 |
Paul Eggert | * src/gram.c (rule_rhs_print_xml): Now static, since... |
blob | commitdiff | raw |
2007-08-15 |
Paul Eggert | Update to GPLv3. |
blob | commitdiff | raw | diff to current |
2007-05-26 |
Joel E. Denny | Update copyright date. |
blob | commitdiff | raw | diff to current |
2007-05-26 |
Joel E. Denny | * src/Makefile.am (yacc): Quote target action commands... |
blob | commitdiff | raw | diff to current |
2006-11-10 |
Joel E. Denny | * src/Makefile.am (YACC): Use --warnings=all,error... |
blob | commitdiff | raw | diff to current |
2006-10-12 |
Paul Eggert | * NEWS: The -g and --graph options now output graphs... |
blob | commitdiff | raw | diff to current |
2006-09-15 |
Paul Eggert | Use some of gnulib's new modules, taken from coreutils. |
blob | commitdiff | raw | diff to current |
2006-06-07 |
Akim Demaille | * src/Makefile.am (BUILT_SOURCES): Fix the trailing... |
blob | commitdiff | raw | diff to current |
2006-06-06 |
Akim Demaille | Extract the parsing of user actions from the grammar... |
blob | commitdiff | raw | diff to current |
2006-06-06 |
Joel E. Denny | Between Bison releases, manually append `+' to the... |
blob | commitdiff | raw | diff to current |
2005-12-09 |
Paul Eggert | Work around portability problem on Solaris 10: flex... |
blob | commitdiff | raw | diff to current |
2005-07-25 |
Paul Eggert | Update copyright. |
blob | commitdiff | raw | diff to current |
2005-07-24 |
Paul Eggert | * NEWS: Version 2.0b. |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Paul Eggert | Update FSF postal mail address. |
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 |
2003-08-25 |
Akim Demaille | When reducing initial empty rules, Bison parser read... |
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-05 |
Paul Eggert | (bin_SCRIPTS): yacc -> @YACC_SCRIPT@. |
blob | commitdiff | raw | diff to current |
2002-12-13 |
Paul Eggert | (bin_SCRIPTS): New macro, for yacc. |
blob | commitdiff | raw | diff to current |
2002-12-11 |
Paul Eggert | (bison_SOURCES): Rename struniq.c and struniq.h to... |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Akim Demaille | * src/Makefile.am (LDADD): Link $(LIBINTL) last to... |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Akim Demaille | * src/getargs.c (long_options): Remove duplicates. |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Akim Demaille | * src/symtab.c (symbol_free): Remove dead deactivated... |
blob | commitdiff | raw | diff to current |
2002-10-17 |
Paul Eggert | (AUTOMAKE_OPTIONS): Remove. |
blob | commitdiff | raw | diff to current |
2002-10-05 |
Paul Eggert | (AM_CFLAGS): Renamed from CFLAGS. |
blob | commitdiff | raw | diff to current |
2002-08-12 |
Paul Eggert | (INCLUDES): Do not include from the intl directory... |
blob | commitdiff | raw | diff to current |
2002-07-31 |
Akim Demaille | Separate parser tables computation and output. |
blob | commitdiff | raw | diff to current |
2002-07-16 |
Akim Demaille | * src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string... |
blob | commitdiff | raw | diff to current |
2002-07-03 |
Akim Demaille | * src/lalr.h, src/lalr.c (goto_number_t): New. |
blob | commitdiff | raw | diff to current |
2002-06-30 |
Akim Demaille | * src/lalr.c (traverse, digraph, matrix_print, transpos... |
blob | commitdiff | raw | diff to current |
2002-06-27 |
Akim Demaille | * src/options.h, src/options.c: Remove. |
blob | commitdiff | raw | diff to current |
2002-06-17 |
Akim Demaille | * src/reader.h, src/reader.c (symbol_list, symbol_list_new) |
blob | commitdiff | raw | diff to current |
2002-06-15 |
Akim Demaille | * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_locatio... |
blob | commitdiff | raw | diff to current |
2002-06-14 |
Akim Demaille | * src/location.h: New, extracted from... |
blob | commitdiff | raw | diff to current |
2002-06-11 |
Akim Demaille | Have Bison grammars parsed by a Bison grammar. |
blob | commitdiff | raw | diff to current |
2002-03-04 |
Akim Demaille | * src/warshall.h, src/warshall.c (bitmatrix_print)... |
blob | commitdiff | raw | diff to current |
2002-02-05 |
Akim Demaille | Give a try to M4 as a back end. |
blob | commitdiff | raw | diff to current |
2002-02-05 |
Akim Demaille | * src/bison.simple, src/bison.hairy, src/bison.c++... |
blob | commitdiff | raw | diff to current |
2002-01-24 |
Robert Anisko | * src/Makefile.am: Add bison.c++. |
blob | commitdiff | raw | diff to current |
2002-01-09 |
Akim Demaille | * configure.in (WERROR_CFLAGS): Compute it. |
blob | commitdiff | raw | diff to current |
2002-01-07 |
Tim Van Holder | * lib/hash.h (__P): Added definition for this macro. |
blob | commitdiff | raw | diff to current |
2002-01-06 |
Akim Demaille | * src/Makefile.am (bison_SOURCES): Add parse-skel.h and |
blob | commitdiff | raw | diff to current |
2001-12-30 |
Robert Anisko | * src/muscle_tab.h (MUSCLE_INSERT_INT, MUSCLE_INSERT_ST... |
blob | commitdiff | raw | diff to current |
2001-12-12 |
Akim Demaille | Some hosts don't like `/' in includes. |
blob | commitdiff | raw | diff to current |
2001-12-05 |
Akim Demaille | Pessimize the code to simplify it: from now on, all... |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Akim Demaille | * configure.in (WARNING_CFLAGS): Add -Werror when possible. |
blob | commitdiff | raw | diff to current |
2001-11-27 |
Akim Demaille | * src/system.h: Use intl/libgettext.h. |
blob | commitdiff | raw | diff to current |
2001-09-20 |
Pascal Bart | * src/lex.c (parse_percent_token): Change type of varia... |
blob | commitdiff | raw | diff to current |
2001-09-02 |
Marc Autret | * src/reader.c: Include muscle_tab.h. |
blob | commitdiff | raw | diff to current |
2001-08-25 |
Robert Anisko | * src/macrotab.c: New file. |
blob | commitdiff | raw | diff to current |
2001-08-25 |
Robert Anisko | Revert to 1.28c |
blob | commitdiff | raw | diff to current |
2001-08-21 |
Robert Anisko | 2001-08-20 Robert Anisko <robert.anisko@epita.fr> |
blob | commitdiff | raw | diff to current |
2001-08-06 |
Akim Demaille | Automaton VCG graph output. |
blob | commitdiff | raw | diff to current |
2000-12-20 |
Akim Demaille | * src/bison.s1: Remove, we now use directly... |
blob | commitdiff | raw | diff to current |
2000-12-19 |
Akim Demaille | * src/output.c (output_parser): Compute the `#line... |
blob | commitdiff | raw | diff to current |
2000-11-03 |
Akim Demaille | * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/. |
blob | commitdiff | raw | diff to current |
2000-10-02 |
Akim Demaille | Use the more standard files `xalloc.h' and `xmalloc... |
blob | commitdiff | raw | diff to current |
2000-10-02 |
Akim Demaille | * src/LR0.h: New file. |
blob | commitdiff | raw | diff to current |
2000-10-02 |
Akim Demaille | * src/print.h: New file. |
blob | commitdiff | raw | diff to current |
2000-10-02 |
Akim Demaille | * src/conflicts.c (conflict_report): New function. |
blob | commitdiff | raw | diff to current |
2000-10-02 |
Akim Demaille | * src/nullable.h: New file. |
blob | commitdiff | raw | diff to current |
2000-10-02 |
Akim Demaille | * src/reduce.h: New file. |
blob | commitdiff | raw | diff to current |
2000-10-02 |
Akim Demaille | * src/reader.h: New file. |
blob | commitdiff | raw | diff to current |
2000-10-02 |
Akim Demaille | * src/lalr.h: New file. |
blob | commitdiff | raw | diff to current |
2000-10-02 |
Akim Demaille | * src/output.c (output): Topological sort of the functi... |
blob | commitdiff | raw | diff to current |
2000-09-20 |
Akim Demaille | * src/closure.h: New file. |
blob | commitdiff | raw | diff to current |
2000-09-20 |
Akim Demaille | * src/derives.h: New file. |
blob | commitdiff | raw | diff to current |
2000-09-19 |
Akim Demaille | * src/output.c: Formatting changes. |
blob | commitdiff | raw | diff to current |
2000-09-18 |
Akim Demaille | * configure.in: Append WARNING_CFLAGS to CFLAGS. |
blob | commitdiff | raw | diff to current |
2000-04-13 |
Jesse Thilo | # added --enable-gcc-warnings (not for user consumption). |
blob | commitdiff | raw | diff to current |
2000-03-31 |
Akim Demaille | Clean the error reporting functions. |
blob | commitdiff | raw | diff to current |
2000-03-28 |
Akim Demaille | * lib/: New directory. |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Akim Demaille | * src/Makefile.am (bison.simple): Fix the awk program... |
blob | commitdiff | raw | diff to current |
2000-03-16 |
Akim Demaille | Do not hard code values of directories in `configure... |
blob | commitdiff | raw | diff to current |
1999-06-14 |
Jesse Thilo | Have configure build version string instead of relying... |
blob | commitdiff | raw | diff to current |
1999-05-30 |
Jesse Thilo | I18n fixes. |
blob | commitdiff | raw | diff to current |
1999-04-18 |
Jesse Thilo | Reorganized: sources in `src', documentation in `doc'. |
blob | commitdiff | raw | diff to current |
|