]> git.saurik.com Git - bison.git/history - src/symtab.c
Don't use m4_divert since it makes m4_divert_push and m4_divert_pop
[bison.git] / src / symtab.c
2007-01-04  Joel E. DennyUse the new code_props interface for destructors and...
2006-11-12  Joel E. DennyRemove last commit at the request of Paul Eggert.
2006-11-11  Joel E. DennyEncapsulate code properties and related functionality...
2006-10-21  Joel E. DennySplit the default %destructor/%printer into two kinds...
2006-10-21  Joel E. DennyDon't apply the default %destructor/%printer to an...
2006-09-15  Paul EggertPort to GCC 2.95. First two problems reported by Micha...
2006-09-04  Joel E. DennyFinish implementation of per-type %destructor/%printer...
2006-08-24  Joel E. DennyWhether the default %destructor/%printer applies to...
2006-08-21  Joel E. DennyDon't apply the default %destructor or %printer to...
2006-08-20  Joel E. DennyAllow %start after the first rule.
2006-08-18  Joel E. DennyRedo some of the previous commit: add back the ability...
2006-08-18  Joel E. DennyDon't allow an undeclared string literal, but allow...
2006-08-14  Joel E. DennyHandle string aliases for character tokens correctly.
2006-07-29  Joel E. DennyEnable declaration of default %printer/%destructor...
2006-07-07  Joel E. DennyIn warnings, say "previous declaration" rather than...
2006-06-22  Joel E. DennyAdd comparison operators for C++ location classes....
2006-06-20  Akim Demaille* src/symtab.h, src/symtab.c (symbol_from_uniqstr)...
2006-01-21  Paul EggertBe a bit more systematic about using 'abort'.
2006-01-03  Paul EggertWarn about dubious constructions like "%token T T".
2005-12-22  Akim DemailleWarn about unused values.
2005-12-09  Paul EggertWork around portability problem on Solaris 10: flex...
2005-09-16  Akim Demaille* src/symtab.h (struct symbol): Declare the printer...
2005-07-20  Paul Eggert(SYMBOL_ATTR_PRINT, symbol_print): Direct output
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.
2005-04-16  Paul Eggert* src/parse-gram.y: Include quotearg.h.
2005-04-12  Paul Eggert(symbol_make_alias): Call symbol_type_set,
2004-12-16  Paul Eggert(symbol_new): Report an error if the input grammar...
2004-12-10  Paul Eggert* src/system.h (CALLOC, MALLOC, REALLOC): Remove. ...
2004-10-11  Akim Demaille* src/symtab.c (symbol_check_alias_consistency): Also...
2004-05-07  Paul EggertUse size_t (not unsigned int) for hashes, since the...
2002-12-29  Paul Eggert(symbol_make_alias): Set type of SYMVAL to be that...
2002-12-13  Paul Eggert(symbol_check_defined,
2002-12-11  Paul EggertAdjust to renamings.
2002-11-21  Paul Eggert(symbol_user_token_number_set, symbol_make_alias, symbo...
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-11-03  Paul EggertFix misspellings in comments.
2002-10-22  Paul Eggert(hash_compare_symbol_t): (a ? FALSE : TRUE) -> (! a)
2002-08-12  Paul Eggert(symbol_get): Don't cast LHS of an assignment;
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-07-03  Akim Demaille* src/output.c (prepare_actions): Free `tally' and...
2002-06-30  Akim DemailleWe spend a lot of time in quotearg, in particular when...
2002-06-30  Akim Demaille* src/symtab.c (symbol_new): Initialize the `printer...
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/symlist.h, src/symlist.c (symbol_list_length...
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 (symbol_user_token_number_set): Don...
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-04  Akim Demaille* src/symtab.h (SALIAS, SUNDEF): Rename as...
2002-04-22  Akim DemaillePropagate more token_number_t.
2002-04-07  Akim Demaille* src/reader.c, symtab.c: Remove debugging code.
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/output.c, src/reader.c, src/symtab.c, src/symtab...
2001-12-27  Akim Demaille* src/main.c (main): If there are complains after grammar
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.
2001-10-04  Akim DemailleMerge in branch-1_29. after-merge-branch-1_29
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-02  Akim Demaille* lib/xstrdup.c: New file, from the fileutils.
2000-10-02  Akim Demaille* src/gram.h (associativity): New enum type which repla...
2000-10-02  Akim DemailleUse the more standard files `xalloc.h' and `xmalloc...
2000-10-02  Akim DemailleVarious anti-`extern in *.c' changes.
2000-09-19  Akim Demaille* src/output.c: Formatting changes.
2000-07-04  Jesse ThiloMore explicit use of "const", "extern", and "static...
2000-03-31  Akim Demailles/return (foo)/return foo/
1999-01-14  Jesse ThiloUpdate FSF address.
1998-12-30  Jesse ThiloUse prototypes if the compiler understands them.
1997-06-18  Richard M. Stallmannew.h renamed to alloc.h.
1993-04-20  David MacKenzieentered into RCS