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