]> git.saurik.com Git - bison.git/history - src/main.c
command line: fix minor leaks.
[bison.git] / src / main.c
2012-03-09  Akim Demailletests: be robust to quote style.
2012-02-19  Akim Demaillemaint: address sc_bindtextdomain, sc_program_name and...
2012-01-31  Jim Meyeringdo not ignore errors like ENOSPC,EIO when writing to...
2012-01-13  Akim Demaillemaint: run "make update-copyright".
2011-01-02  Joel E. Dennymaint: run "make update-copyright".
2010-06-23  Paul EggertDo not use date ranges in copyright notices.
2010-01-04  Joel E. DennyFix some comments concerning LR(0) versus LALR(1).
2010-01-04  Joel E. Dennymaint: run "make update-copyright"
2009-10-08  Joel E. DennyRename muscle_tab.* to muscle-tab.* for consistency...
2009-04-30  Joel E. DennyConvert underscores to dashes in some %define variable...
2009-04-30  Joel E. DennySet all front-end %define defaults in one place.
2009-04-21  Joel E. DennyFinish implementing %define lr.type.
2009-04-06  Akim DemailleInitialize the muscle table before parsing the command...
2007-11-10  Joel E. Denny* src/gram.c: Remove comments that duplicate comments...
2007-10-19  Joel E. DennyAdd %define lr.keep_unreachable_states.
2007-09-21  Paul Eggert* src/gram.c (rule_rhs_print_xml): Now static, since...
2007-08-15  Paul EggertUpdate to GPLv3.
2007-07-17  Joel E. DennyImprove handling of multiple S/R conflicts in the same...
2007-05-07  Joel E. DennyIf conflict resolution makes states unreachable, remove...
2007-01-17  Joel E. Denny* NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel...
2007-01-06  Joel E. DennyDon't use m4_divert since it makes m4_divert_push and...
2006-12-19  Paul Eggert* src/getargs.c (skeleton_arg): Last arg is now locatio...
2006-11-08  Paul EggertDon't let Bison leak memory except when it complains.
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-10  Joel E. DennyFor consistency, use `lookahead' instead of `look-ahead' or
2006-06-07  Joel E. DennyGet Bison to build again when configured with --enable...
2006-06-06  Akim DemailleExtract the parsing of user actions from the grammar...
2005-12-09  Paul EggertWork around portability problem on Solaris 10: flex...
2005-09-21  Paul EggertMore alloca cleanups.
2005-07-25  Paul EggertUpdate copyright.
2005-07-24  Paul Eggert* NEWS: Version 2.0b.
2005-07-12  Paul Eggert* bootstrap: Get runtime translations into runtime-po.
2005-05-14  Paul EggertUpdate FSF postal mail address.
2004-06-21  Paul EggertUse "look-ahead" instead of "lookahead", consistently.
2002-12-13  Paul Eggert(alloca) [C_ALLOCA]: Add decl here, the only place...
2002-12-11  Paul EggertAdjust to renamings.
2002-11-12  Akim Demaille* src/struniq.h, src/struniq.c (struniq_t): Is const.
2002-11-12  Akim Demaille* src/symtab.c (symbol_free): Remove dead deactivated...
2002-11-06  Akim Demaille* src/main.c (main): Free `infile'.
2002-10-23  Paul Eggert(main): With --trace=time, report times even if a non...
2002-10-23  Paul Eggert(main): Use return to exit, undoing yesterday's change.
2002-10-22  Paul Eggert(main): Use exit to exit with failure.
2002-08-12  Paul EggertCast result of bindtextdomain and textdomain
2002-08-02  Akim Demaille* src/conflicts.c (conflicts_output): Don't output...
2002-08-01  Akim DemailleInstead of attaching lookaheads and duplicating the...
2002-08-01  Akim Demaille* src/derives.h, src/derives.c (derives): A `rule_t...
2002-08-01  Akim Demaille* lib/timevar.c (get_time): Include children time.
2002-07-31  Akim DemailleSeparate parser tables computation and output.
2002-07-31  Akim DemailleSteal GCC's --time-report support.
2002-07-31  Akim DemailleLet --trace have arguments.
2002-07-30  Akim Demaille`stage' was accidently included in a previous patch.
2002-07-29  Akim Demaille* src/state.h, src/state.c (transitions_t): Holds state...
2002-07-09  Akim Demaille* src/complain.h, src/complain.c (warn, complain):...
2002-07-02  Akim Demaille* lib/libiberty.h: New.
2002-06-30  Akim DemailleUse hash.h for the state hash table.
2002-06-14  Akim Demaille* src/main.c (main): Invoke scanner_free.
2002-06-14  Akim Demaille* src/files.c (action_obstack): Remove, unused.
2002-06-11  Akim DemailleHave Bison grammars parsed by a Bison grammar.
2002-05-26  Akim Demaille* src/state.h (state_t): `solved_conflicts' is a new...
2002-05-25  Akim Demaille* doc/bison.texinfo (Debugging): Split into...
2002-04-08  Akim Demaille* src/gram.h (item_number_t): New, the type of item...
2002-03-04  Akim Demaille* src/conflicts.c (set_conflicts): Use bitset_disjoint_p.
2002-03-04  Akim Demaille* src/output.c (output): Don't free the grammar.
2002-03-04  Akim Demaille* src/L0.c, src/LR0.h (nstates): Be size_t.
2001-12-27  Akim Demaille* src/main.c (main): If there are complains after grammar
2001-12-27  Akim Demaille* src/gram.h (rule_t): `guard' and `guard_line' are...
2001-12-17  Akim Demaille* src/files.h, src/files.c (open_files, close_files...
2001-12-17  Akim Demaille* src/files.c (output_files): Free the output_obstack.
2001-12-05  Akim Demaille* src/output.c (pack_vector): Use assert, not berror.
2001-11-30  Akim Demaille* src/reduce.c: Various comment/formatting changes.
2001-11-23  Akim Demaille* src/system.h: Include alloca.h.
2001-11-14  Akim Demaille* src/system.h (EXIT_SUCCESS, EXIT_FAILURE): Ensure...
2001-11-12  Akim Demaille%expext was not functioning at all.
2001-11-12  Akim Demaille* src/reduce.c (print_results): Rename as...
2001-11-12  Akim Demaille* src/conflicts.c (count_sr_conflicts, count_rr_conflic...
2001-10-04  Akim DemailleMerge in branch-1_29. after-merge-branch-1_29
2001-09-02  Marc Autret* src/reader.c: Include muscle_tab.h.
2001-08-31  Pascal Bart* src/main.c (main): Standardize.
2001-08-30  Pascal Bart* src/main.c: Include macrotab.h.
2001-08-25  Robert Anisko* src/main.c (main): Initialize the macro table.
2001-08-25  Robert AniskoRevert to 1.28c
2001-08-21  Robert Anisko2001-08-20 Robert Anisko <robert.anisko@epita.fr>
2001-08-07  Akim Demaille* src/vcg.c (complain.h): Include it.
2000-11-07  Akim Demaille* src: s/Copyright (C)/Copyright/g.
2000-11-03  Akim DemailleDon't use `atexit'.
2000-10-16  Akim Demaille* lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c:
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/nullable.h: New file.
2000-10-02  Akim Demaille* src/reduce.h: New file.
2000-10-02  Akim Demaille* src/files.c: Formatting changes.
2000-10-02  Akim Demaille* src/reader.h: New file.
2000-10-02  Akim Demaille`user_toknums' is output as a `short[]' in `output...
2000-10-02  Akim Demaille* src/output.c (output): Topological sort of the functi...
2000-09-20  Akim Demaille* src/derives.h: New file.
2000-09-19  Akim Demaille* src/output.c: Formatting changes.
2000-07-04  Jesse ThiloCall free_nullable() when done.
2000-07-04  Jesse ThiloMore explicit use of "const", "extern", and "static...
next