]> git.saurik.com Git - bison.git/history - src/main.c
Have Bison grammars parsed by a Bison grammar.
[bison.git] / src / main.c
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...
2000-03-31  Akim Demaille* src/main.c (main): Don't call `done', exit does it.
2000-03-31  Akim DemailleClean the error reporting functions.
2000-03-17  Akim DemailleBe kind to translators, save some useless translations.
1999-01-14  Jesse ThiloUpdate FSF address.
1998-12-30  Jesse ThiloDitch sprintf to statically-sized buffers in fatal...
1998-12-30  Jesse ThiloUse prototypes if the compiler understands them.
1997-06-28  Richard M. Stallman(fatal, warn, berror): Use program_name.
1997-06-18  Richard M. Stallman(fatal, warn, berror): Make error messages standard.
1997-01-02  Richard M. Stallman(main): Return FAILURE as a value.
1996-06-01  Richard M. StallmanInsert `_' macro around many string constants.
1995-10-15  Richard M. Stallman(main): If reader sees an error, don't process the...
1994-03-25  Richard M. Stallmanentered into RCS
1993-04-15  Richard M. StallmanInitial revision