]> git.saurik.com Git - bison.git/history - src/main.c
* src/files.c (open_files): Yipee! We no longer need all the code
[bison.git] / src / main.c
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