]> git.saurik.com Git - bison.git/history - src
Revert doc patch.
[bison.git] / src /
2000-10-02  Akim Demaille* src/gram.h (associativity): New enum type which repla...
2000-10-02  Akim Demaille* src/getargs.c (fixed_outfiles): Rename as...
2000-10-02  Akim DemailleUse the more standard files `xalloc.h' and `xmalloc...
2000-10-02  Akim DemailleVarious anti-`extern in *.c' changes.
2000-10-02  Akim Demaille* src/state.h (nstates, final_state, first_state, first...
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 DemailleAdd src/reduce.h to the repository.
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* src/lex.h: Prototype `lex.c' exported functions.
2000-10-02  Akim Demaille* src/lalr.h: New file.
2000-10-02  Akim Demaille* src/output.c (token_actions): Introduce a temporary...
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-21  Akim Demaille* src/closure.h: New file.
2000-09-20  Akim Demaille* src/closure.h: New file.
2000-09-20  Akim Demaille* src/acconfig.h: Don't protect config.h against multiple
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-09-18  Akim DemailleFirst set of tests: use the `calc' example from the...
2000-09-18  Akim DemailleAdd support for an Autotest test suite for Bison.
2000-07-04  Jesse ThiloCall free_nullable() when done.
2000-07-04  Jesse ThiloMore explicit use of "const", "extern", and "static...
2000-04-14  Akim Demaille* src/reader.c (copy_comment2): New function, same...
2000-04-13  Jesse Thilo# added --enable-gcc-warnings (not for user consumption).
2000-03-31  Akim Demaille* src/files.c (tryopen, tryclose): Move to the top.
2000-03-31  Akim Demaille* src/main.c (main): Don't call `done', exit does it.
2000-03-31  Akim Demailles/return (foo)/return foo/
2000-03-31  Akim DemailleClean the error reporting functions.
2000-03-28  Jesse Thilo# updates.
2000-03-28  Akim Demaille* lib/: New directory.
2000-03-28  Akim Demaille* src/getargs.c (usage): Refresh the help message.
2000-03-17  Akim Demaille* src/getopt1.c: Updated from textutils 2.0e
2000-03-17  Akim Demaille* src/Makefile.am (bison.simple): Fix the awk program...
2000-03-17  Akim DemailleOn syntax errors, report the token on which we choked.
2000-03-17  Akim Demaille* reader.c (copy_at): New function.
2000-03-17  Akim DemailleBe kind to translators, save some useless translations.
2000-03-17  Akim Demaille* reader.c (copy_definition): Use copy_string and copy_...
2000-03-17  Akim Demaille* reader.c (copy_string): Declared `static inline'...
2000-03-17  Akim Demaille* reader.c (packsymbols): Formatting changes.
2000-03-17  Akim Demaille* reader.c (copy_comment): New function, factored out...
2000-03-17  Akim Demaille* reader.c (copy_string): New function, factored out...
2000-03-17  Akim DemailleChange the handling of @s so that they behave exactly...
2000-03-17  Akim Demaille* bison.s1: Formatting and cosmetics changes.
2000-03-17  Akim Demaille* bison.s1 (#line): All set to `#line' only, since...
2000-03-17  Akim Demaille* src/output.c (output_rule_data): Output the documenta...
2000-03-16  Akim Demaille* src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This...
2000-03-16  Akim Demaille* src/bison.s1 (yyparse): Reorganize the definitions...
2000-03-16  Akim Demaille* src/bison.s1: Properly indent CPP directives.
2000-03-16  Akim Demaille* src/bison.s1: Properly indent the `alloca' CPP section.
2000-03-16  Akim DemailleDo not hard code values of directories in `configure...
2000-03-10  Akim DemailleFormatting changes of various comments.
1999-12-13  Jesse ThiloOS/2 honors TMPDIR environment variable.
1999-06-14  Jesse ThiloSquashed redefinition warning on some systems.
1999-06-14  Jesse ThiloHave configure build version string instead of relying...
1999-05-30  Jesse ThiloAdded <unistd.h> for unlink().
1999-05-30  Jesse ThiloI18n fixes.
1999-05-19  Jesse ThiloProtected inclusion of "config.h" with HAVE_CONFIG_H.
1999-04-18  Jesse ThiloReorganized: sources in `src', documentation in `doc'.
1999-04-18  Jesse Thilo(literalchar): fixed the code for escaping double quote...
1999-04-13  Jesse ThiloDon't declare calloc() and realloc() if not necessary.
1999-03-22  Jesse ThiloFixed #line numbers.
1999-03-03  Jesse Thilo#Included config.h (for definition of PROTOTYPES).
1999-02-12  Jesse ThiloDefined locations of parser files in config.h instead...
1999-01-20  Jesse Thilo#Remove static from dummy().
1999-01-20  Jesse ThiloHush a few compiler warnings.
1999-01-20  Jesse ThiloAdd tryclose(), which verifies that fclose was successful.
1999-01-14  Jesse ThiloUpdate FSF address.
1999-01-08  Jesse ThiloDon't define PACKAGE here, since config.h defines it.
1998-12-30  Jesse ThiloUpdate copyright date.
1998-12-30  Jesse ThiloDitch sprintf to statically-sized buffers in fatal...
1998-12-30  Jesse ThiloSome checks for premature EOF.
1998-12-30  Jesse ThiloUse prototypes if the compiler understands them.
1998-12-30  Jesse ThiloHonor TMPDIR on Unix hosts.
1998-12-30  Jesse ThiloFix a couple of buffer overrun bugs.
1998-12-30  Jesse ThiloInclude unistd.h and ctype.h.
1998-12-29  Jesse ThiloUse VERSION symbol from automake for version number.
1998-11-26  Jesse ThiloAdd non-RCS files from /gd/gnu/bison.
1998-11-25  Jesse ThiloBuild version.c automatically.
1998-11-25  Jesse ThiloFix token numbering (used to start at 258, not 257).
1998-11-25  Jesse ThiloInclude config.h.
1998-11-25  Jesse ThiloUpdate bug report address.
1998-11-25  Jesse ThiloGet latest copies of alloca.c, getopt.c, getopt.h,...
1998-01-05  Richard M. Stallman(openfiles): [_WIN32 && !__CYGWIN32__] Use TEMP or...
1997-08-25  Richard M. Stallman(stack_offset;): Change some warni to warns.
1997-08-25  Richard M. Stallman(literalchar): Use warns, not warni.
1997-06-28  Richard M. StallmanAdd a Bison version comment.
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-06-18  Richard M. Stallmannew.h renamed to alloc.h.
1997-05-24  Richard M. Stallman(literalchar): Fix the code for escaping \, " and '.
1997-05-17  Richard M. StallmanUse malloc, if using alloca is troublesome.
1997-04-23  Richard M. Stallman(alloca) [__hpux]: Always define as __builtin_alloca.
1997-04-22  Richard M. Stallman[__hpux]: Include alloca.h (right for HPUX 10)
1997-04-22  Richard M. Stallman(__yy_memcpy): Declare arg `count' as unsigned int.
next