]> git.saurik.com Git - bison.git/history - src/symtab.h
Warn about dubious constructions like "%token T T".
[bison.git] / src / symtab.h
2006-01-03  Paul EggertWarn about dubious constructions like "%token T T".
2005-09-16  Akim Demaille* src/symtab.h (struct symbol): Declare the printer...
2005-07-12  Akim Demaille* src/symtab.h, src/symtab.c (symbol_print): Swap the...
2005-07-12  Akim Demaille* src/symtab.h, src/symtab.c (symbol_print): New.
2005-05-14  Paul EggertUpdate FSF postal mail address.
2004-12-17  Paul EggertRemove uses of 'short int' and 'unsigned short int...
2004-10-11  Akim Demaille* src/symtab.c (symbol_check_alias_consistency): Also...
2004-03-31  Paul EggertUse 'short int' rather than 'short', and similarly...
2002-12-13  Paul Eggert(NUMBER_UNDEFINED): Remove unnecessary cast.
2002-12-11  Paul Eggert(symbol_number): Renamed from symbol_number_t.
2002-11-12  Akim Demaille* src/struniq.h, src/struniq.c (struniq_t): Is const.
2002-11-12  Akim Demaille* src/symtab.c (symbol_free): Remove dead deactivated...
2002-10-22  Paul EggertUse C99-style bool instead of our own style.
2002-10-21  Paul EggertRemove all uses of PARAMS, since we now assume C89...
2002-10-05  Paul Eggert(SYMBOL_NUMBER_MAX): New macro.
2002-07-29  Akim DemailleUse $accept and $end, as BYacc and BTYacc do, instead...
2002-07-16  Akim Demaille* src/assoc.c, src/asssoc.h (assoc_t, assoc_to_string...
2002-07-09  Akim Demaille* src/complain.h, src/complain.c (warn, complain):...
2002-06-30  Akim DemailleWe spend a lot of time in quotearg, in particular when...
2002-06-30  Akim Demaille* src/reader.c (gensym): Rename as...
2002-06-20  Akim Demaille* src/symtab.h, src/symtab.c (symbol_type_set)
2002-06-20  Akim Demaille* src/parse-gram.y (YYPRINT, yyprint): Don't mess with...
2002-06-20  Akim Demaille* src/symtab.h, src/symtab.c (symbol_t): printer and
2002-06-18  Akim Demaille* src/symtab.h, src/symtab.c (symbol_t): destructor_loc...
2002-06-17  Akim Demaille* data/m4sugar/m4sugar.m4 (m4_map): Recognize when...
2002-06-17  Akim Demaille* src/reader.h, src/reader.c (symbol_list_new): Export it.
2002-06-15  Akim DemailleCopy BYacc's nice way to report the grammar.
2002-06-15  Akim DemailleLet symbols have a location.
2002-06-15  Akim Demaille* src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_locatio...
2002-06-11  Akim DemailleHave Bison grammars parsed by a Bison grammar.
2002-06-10  Akim Demaille* src/symtab.c, src/symtab.c (symbol_class_set)
2002-06-10  Akim Demaille* src/symtab.c, src/symtab.c (symbol_type_set)
2002-06-10  Akim DemailleMove symbols handling code out of the reader.
2002-05-26  Akim Demaille* src/LR0.c, src/derives.c, src/gram.c, src/gram.h...
2002-05-04  Akim Demaille* src/symtab.h (SALIAS, SUNDEF): Rename as...
2002-04-22  Akim DemaillePropagate more token_number_t.
2002-04-09  Akim Demaille* src/gram.h, src/gram.c (error_token_number): Remove...
2002-04-08  Akim Demaille* src/gram.h (item_number_t): New, the type of item...
2002-04-07  Akim DemailleRename all the `bucket's as `symbol_t'.
2002-04-07  Akim DemailleUse lib/hash for the symbol table.
2002-04-07  Akim Demaille* src/gram.h (rule_s): prec and precsym are now pointers
2002-04-07  Akim Demaille* src/gram.h (rule_t): `lhs' is now a pointer to the...
2002-04-07  Akim Demaille* src/output.c, src/reader.c, src/symtab.c, src/symtab...
2001-12-15  Akim DemailleAttach actions to rules, instead of pre-outputting...
2001-11-23  Akim DemailleAttaching lineno to buckets is stupid, since only one...
2001-11-19  Akim Demaille* src/symtab.h, src/symtab.c: `line' is a new member...
2001-11-02  Akim Demaille* src/symtab.h (SUNDEF): New.
2000-11-07  Akim Demaille* src: s/Copyright (C)/Copyright/g.
2000-10-16  Akim Demaille* src/symtab.c (bucket_new): New function.
2000-10-16  Akim Demaille* src/lex.c (read_typename): New function.
2000-10-02  Akim Demaille* src/gram.h (associativity): New enum type which repla...
2000-10-02  Akim DemailleVarious anti-`extern in *.c' changes.
2000-07-04  Jesse ThiloMore explicit use of "const", "extern", and "static...
1999-05-19  Jesse ThiloProtected inclusion of "config.h" with HAVE_CONFIG_H.
1999-03-03  Jesse Thilo#Included config.h (for definition of PROTOTYPES).
1999-01-14  Jesse ThiloUpdate FSF address.
1998-12-30  Jesse ThiloUse prototypes if the compiler understands them.
1995-10-15  Richard M. Stallman(SALIAS): New #define for adding aliases to %token.
1991-11-03  David MacKenzieentered into RCS