2001-08-31 |
Pascal Bart | * src/output.c (prepare): Delete insertion of previous... |
blob | commitdiff | raw |
2001-08-31 |
Pascal Bart | * src/main.c (main): Standardize. |
blob | commitdiff | raw | diff to current |
2001-08-31 |
Marc Autret | * src/reader.c (read_additionnal_code): Rename %%user_c... |
blob | commitdiff | raw | diff to current |
2001-08-29 |
Marc Autret | * src/bison.simple: Add %%user_code directive at the... |
blob | commitdiff | raw | diff to current |
2001-08-28 |
Pascal Bart | * src/output.c (output_definitions): New function,... |
blob | commitdiff | raw | diff to current |
2001-08-27 |
Paul Eggert | (yyparse): Don't take the address of an item before... |
blob | commitdiff | raw | diff to current |
2001-08-25 |
Robert Anisko | * src/bison.simple: Update and add '%%' directives. |
blob | commitdiff | raw | diff to current |
2001-08-25 |
Robert Anisko | Revert to 1.28c |
blob | commitdiff | raw | diff to current |
2001-08-21 |
Robert Anisko | 2001-08-20 Robert Anisko <robert.anisko@epita.fr> |
blob | commitdiff | raw | diff to current |
2001-08-13 |
Marc Autret | * src/bison.simple (YYSTACK_USE_ALLOCA): Changed to... |
blob | commitdiff | raw | diff to current |
2001-08-13 |
Marc Autret | * src/bison.simple (_yy_memcpy): CPP reformat. |
blob | commitdiff | raw | diff to current |
2001-08-13 |
Akim Demaille | Typos and Copyright. |
blob | commitdiff | raw | diff to current |
2001-08-09 |
Marc Autret | * src/bison.simple (YYLLOC_DEFAULT): Update. |
blob | commitdiff | raw | diff to current |
2001-07-18 |
Akim Demaille | * src/bison.simple (yyparse): Suppress warning `comparaison |
blob | commitdiff | raw | diff to current |
2000-12-19 |
Akim Demaille | * src/system.h (obstack_grow_literal_string): Rename... |
blob | commitdiff | raw | diff to current |
2000-12-19 |
Akim Demaille | * src/output.c (output_parser): Compute the `#line... |
blob | commitdiff | raw | diff to current |
2000-12-15 |
Akim Demaille | Cosmetic changes. |
blob | commitdiff | raw | diff to current |
2000-12-14 |
Akim Demaille | * src/bison.s1 (YYLLOC_DEFAULT): New macro. |
blob | commitdiff | raw | diff to current |
2000-11-17 |
Akim Demaille | * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES... |
blob | commitdiff | raw | diff to current |
2000-11-07 |
Akim Demaille | * src: s/Copyright (C)/Copyright/g. |
blob | commitdiff | raw | diff to current |
2000-11-07 |
Akim Demaille | * src/reader.c (reader): #define YYLSP_NEEDED to 1... |
blob | commitdiff | raw | diff to current |
2000-11-07 |
Akim Demaille | * src/bison.s1 (YYLEX): Use #if instead of #ifdef. |
blob | commitdiff | raw | diff to current |
2000-10-02 |
Akim Demaille | * bison.s1 (yyparse): Assign the default value |
blob | commitdiff | raw | diff to current |
2000-10-02 |
Akim Demaille | Test also `--verbose', `--defines' and `--name-prefix... |
blob | commitdiff | raw | diff to current |
2000-10-02 |
Akim Demaille | Improve the readability of the produced parsers. |
blob | commitdiff | raw | diff to current |
2000-09-18 |
Akim Demaille | First set of tests: use the `calc' example from the... |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Akim Demaille | On syntax errors, report the token on which we choked. |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Akim Demaille | Change the handling of @s so that they behave exactly... |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Akim Demaille | * bison.s1: Formatting and cosmetics changes. |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Akim Demaille | * bison.s1 (#line): All set to `#line' only, since... |
blob | commitdiff | raw | diff to current |
2000-03-16 |
Akim Demaille | * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This... |
blob | commitdiff | raw | diff to current |
2000-03-16 |
Akim Demaille | * src/bison.s1 (yyparse): Reorganize the definitions... |
blob | commitdiff | raw | diff to current |
2000-03-16 |
Akim Demaille | * src/bison.s1: Properly indent CPP directives. |
blob | commitdiff | raw | diff to current |
2000-03-16 |
Akim Demaille | * src/bison.s1: Properly indent the `alloca' CPP section. |
blob | commitdiff | raw | diff to current |
1999-03-22 |
Jesse Thilo | Fixed #line numbers. |
blob | commitdiff | raw | diff to current |
1999-01-14 |
Jesse Thilo | Update FSF address. |
blob | commitdiff | raw | diff to current |
1997-06-28 |
Richard M. Stallman | Add a Bison version comment. |
blob | commitdiff | raw | diff to current |
1997-05-17 |
Richard M. Stallman | Use malloc, if using alloca is troublesome. |
blob | commitdiff | raw | diff to current |
1997-04-23 |
Richard M. Stallman | (alloca) [__hpux]: Always define as __builtin_alloca. |
blob | commitdiff | raw | diff to current |
1997-04-22 |
Richard M. Stallman | [__hpux]: Include alloca.h (right for HPUX 10) |
blob | commitdiff | raw | diff to current |
1997-04-22 |
Richard M. Stallman | (__yy_memcpy): Declare arg `count' as unsigned int. |
blob | commitdiff | raw | diff to current |
1996-12-18 |
Paul Eggert | (yyparse): If __GNUC__ and YYPARSE_PARAM are both defined, |
blob | commitdiff | raw | diff to current |
1996-08-12 |
Richard M. Stallman | Test _MSDOS as well as _MSDOS_. |
blob | commitdiff | raw | diff to current |
1996-07-31 |
Richard M. Stallman | [__sun && __i386]: Include alloca.h. |
blob | commitdiff | raw | diff to current |
1996-07-30 |
Richard M. Stallman | Comment change. |
blob | commitdiff | raw | diff to current |
1996-07-30 |
Richard M. Stallman | Test _MSDOS_, not MSDOS. |
blob | commitdiff | raw | diff to current |
1996-05-12 |
Richard M. Stallman | (__yy_memcpy) [__cplusplus]: Reorder declarations of... |
blob | commitdiff | raw | diff to current |
1996-05-11 |
Richard M. Stallman | (__yy_memcpy): Really reorder the args, as was supposed... |
blob | commitdiff | raw | diff to current |
1995-12-29 |
Richard M. Stallman | Fix line numbers in #line commands. |
blob | commitdiff | raw | diff to current |
1995-12-27 |
Richard M. Stallman | (YYPARSE_PARAM_DECL): In C++, make it always null. |
blob | commitdiff | raw | diff to current |
1995-05-06 |
Richard M. Stallman | Comment change. |
blob | commitdiff | raw | diff to current |
1995-05-03 |
Richard M. Stallman | Change distribution terms. |
blob | commitdiff | raw | diff to current |
1995-02-14 |
Jim Meyering | (__yy_memcpy): Renamed from __yy_bcopy to avoid |
blob | commitdiff | raw | diff to current |
1994-09-15 |
Richard M. Stallman | Update copyright notice and GPL version. |
blob | commitdiff | raw | diff to current |
1994-03-26 |
Richard M. Stallman | entered into RCS |
blob | commitdiff | raw | diff to current |
1993-11-21 |
Richard M. Stallman | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1993-10-19 |
Richard M. Stallman | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1993-10-14 |
Richard M. Stallman | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1993-07-24 |
Richard M. Stallman | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1993-07-04 |
Richard M. Stallman | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1993-06-16 |
Richard M. Stallman | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1993-06-03 |
Richard M. Stallman | Initial revision |
blob | commitdiff | raw | diff to current |
|