2001-12-27 |
Akim Demaille | * src/output.c (prepare): Drop the muscle `ntbase'... |
blob | commitdiff | raw |
2001-12-17 |
Marc Autret | * src/bison.simple: Don't hard code the skeleton line... |
blob | commitdiff | raw | diff to current |
2001-12-17 |
Paul Eggert | (yytname): Do not assume that the user defines YYDEBUG... |
blob | commitdiff | raw | diff to current |
2001-12-16 |
Marc Autret | * src/bison.simple: Remove a useless #line directive. |
blob | commitdiff | raw | diff to current |
2001-12-15 |
Marc Autret | * src/bison.simple [YYERROR_VERBOSE]: Restore backward... |
blob | commitdiff | raw | diff to current |
2001-12-15 |
Akim Demaille | Attach actions to rules, instead of pre-outputting... |
blob | commitdiff | raw | diff to current |
2001-12-14 |
Paul Eggert | (const): Do not define; that is now config.h's job. |
blob | commitdiff | raw | diff to current |
2001-12-11 |
Marc Autret | * src/bison.simple: Remove #line just before %%epilogue. It |
blob | commitdiff | raw | diff to current |
2001-12-10 |
Marc Autret | * src/reader.c (copy_definition): Re-use CPP-outed... |
blob | commitdiff | raw | diff to current |
2001-12-04 |
Paul Eggert | (union yyalloc): Change member names to be the same... |
blob | commitdiff | raw | diff to current |
2001-12-04 |
Paul Eggert | (YYPOINTER): New macro. |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Akim Demaille | Name space cleanup in generated parser. |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Akim Demaille | * src/bison.simple (YYSTYPE, YYLTYPE): Move their defin... |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Akim Demaille | * src/bison.simple (YYSTACK_FREE): Use `do {;} while... |
blob | commitdiff | raw | diff to current |
2001-11-30 |
Paul Eggert | (YYSTACK_REALLOC): Remove. |
blob | commitdiff | raw | diff to current |
2001-11-28 |
Marc Autret | * src/bison.simple: Adjust muscle names. |
blob | commitdiff | raw | diff to current |
2001-11-28 |
Marc Autret | * src/bison.simple: Fix debug. |
blob | commitdiff | raw | diff to current |
2001-11-27 |
Paul Eggert | * src/bison.simple (YYSTACK_REALLOC): Fix typo that... |
blob | commitdiff | raw | diff to current |
2001-11-27 |
Marc Autret | * src/bison.simple: Remove YYERROR_VERBOSE using. |
blob | commitdiff | raw | diff to current |
2001-11-22 |
Marc Autret | * src/bison.simple [YYERROR_VERBOSE]: Force its value... |
blob | commitdiff | raw | diff to current |
2001-11-19 |
Akim Demaille | * src/bison.simple (yyparse): When reporting verbosely... |
blob | commitdiff | raw | diff to current |
2001-11-14 |
Akim Demaille | * src/bison.simple (yyparse): Let yyls1, yyss1 and... |
blob | commitdiff | raw | diff to current |
2001-11-12 |
Akim Demaille | * src/bison.simple (YYSTACK_REALLOC): New. |
blob | commitdiff | raw | diff to current |
2001-11-12 |
Akim Demaille | * src/bison.simple: Define type yystype instead of... |
blob | commitdiff | raw | diff to current |
2001-10-10 |
Akim Demaille | * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA. |
blob | commitdiff | raw | diff to current |
2001-10-04 |
Akim Demaille | Merge in branch-1_29. after-merge-branch-1_29 |
blob | commitdiff | raw | diff to current |
2001-09-25 |
Pascal Bart | * src/output.c (output_master_parser): Don't finish... |
blob | commitdiff | raw | diff to current |
2001-09-23 |
Pascal Bart | * src/reader.c (parse_union_decl): Add new obstack... |
blob | commitdiff | raw | diff to current |
2001-09-22 |
Pascal Bart | * src/bison.simple: Add new `#line' directive. |
blob | commitdiff | raw | diff to current |
2001-09-22 |
Pascal Bart | * src/bison.simple: New `#line' directive. |
blob | commitdiff | raw | diff to current |
2001-09-19 |
Pascal Bart | * src/bison.simple: s/%%filename/%%skeleton. |
blob | commitdiff | raw | diff to current |
2001-08-31 |
Marc Autret | * src/bison.simple (YYLSP_NEEDED): New definition. |
blob | commitdiff | raw | diff to current |
2001-08-31 |
Pascal Bart | * src/output.c (prepare): Delete insertion of previous... |
blob | commitdiff | raw | diff to current |
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 |
|