]> git.saurik.com Git - bison.git/history - src/bison.simple
* src/output.c (prepare): Delete insertion of previous muscles,
[bison.git] / src / bison.simple
2001-08-31  Pascal Bart* src/output.c (prepare): Delete insertion of previous...
2001-08-31  Pascal Bart* src/main.c (main): Standardize.
2001-08-31  Marc Autret* src/reader.c (read_additionnal_code): Rename %%user_c...
2001-08-29  Marc Autret* src/bison.simple: Add %%user_code directive at the...
2001-08-28  Pascal Bart* src/output.c (output_definitions): New function,...
2001-08-27  Paul Eggert(yyparse): Don't take the address of an item before...
2001-08-25  Robert Anisko* src/bison.simple: Update and add '%%' directives.
2001-08-25  Robert AniskoRevert to 1.28c
2001-08-21  Robert Anisko2001-08-20 Robert Anisko <robert.anisko@epita.fr>
2001-08-13  Marc Autret* src/bison.simple (YYSTACK_USE_ALLOCA): Changed to...
2001-08-13  Marc Autret* src/bison.simple (_yy_memcpy): CPP reformat.
2001-08-13  Akim DemailleTypos and Copyright.
2001-08-09  Marc Autret* src/bison.simple (YYLLOC_DEFAULT): Update.
2001-07-18  Akim Demaille* src/bison.simple (yyparse): Suppress warning `comparaison
2000-12-19  Akim Demaille* src/system.h (obstack_grow_literal_string): Rename...
2000-12-19  Akim Demaille* src/output.c (output_parser): Compute the `#line...
2000-12-15  Akim DemailleCosmetic changes.
2000-12-14  Akim Demaille* src/bison.s1 (YYLLOC_DEFAULT): New macro.
2000-11-17  Akim Demaille* src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES...
2000-11-07  Akim Demaille* src: s/Copyright (C)/Copyright/g.
2000-11-07  Akim Demaille* src/reader.c (reader): #define YYLSP_NEEDED to 1...
2000-11-07  Akim Demaille* src/bison.s1 (YYLEX): Use #if instead of #ifdef.
2000-10-02  Akim Demaille* bison.s1 (yyparse): Assign the default value
2000-10-02  Akim DemailleTest also `--verbose', `--defines' and `--name-prefix...
2000-10-02  Akim DemailleImprove the readability of the produced parsers.
2000-09-18  Akim DemailleFirst set of tests: use the `calc' example from the...
2000-03-17  Akim DemailleOn syntax errors, report the token on which we choked.
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-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.
1999-03-22  Jesse ThiloFixed #line numbers.
1999-01-14  Jesse ThiloUpdate FSF address.
1997-06-28  Richard M. StallmanAdd a Bison version comment.
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.
1996-12-18  Paul Eggert(yyparse): If __GNUC__ and YYPARSE_PARAM are both defined,
1996-08-12  Richard M. StallmanTest _MSDOS as well as _MSDOS_.
1996-07-31  Richard M. Stallman[__sun && __i386]: Include alloca.h.
1996-07-30  Richard M. StallmanComment change.
1996-07-30  Richard M. StallmanTest _MSDOS_, not MSDOS.
1996-05-12  Richard M. Stallman(__yy_memcpy) [__cplusplus]: Reorder declarations of...
1996-05-11  Richard M. Stallman(__yy_memcpy): Really reorder the args, as was supposed...
1995-12-29  Richard M. StallmanFix line numbers in #line commands.
1995-12-27  Richard M. Stallman(YYPARSE_PARAM_DECL): In C++, make it always null.
1995-05-06  Richard M. StallmanComment change.
1995-05-03  Richard M. StallmanChange distribution terms.
1995-02-14  Jim Meyering(__yy_memcpy): Renamed from __yy_bcopy to avoid
1994-09-15  Richard M. StallmanUpdate copyright notice and GPL version.
1994-03-26  Richard M. Stallmanentered into RCS
1993-11-21  Richard M. Stallman*** empty log message ***
1993-10-19  Richard M. Stallman*** empty log message ***
1993-10-14  Richard M. Stallman*** empty log message ***
1993-07-24  Richard M. Stallman*** empty log message ***
1993-07-04  Richard M. Stallman*** empty log message ***
1993-06-16  Richard M. Stallman*** empty log message ***
1993-06-03  Richard M. StallmanInitial revision