OSDN Git Service

2004-03-01 Paolo Bonzini <bonzini@gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / cpphash.c
2003-07-19 ghazi * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c...
2003-07-13 zack * Makefile.in (LIBCPP_DEPS): Remove coretypes.h and...
2003-06-17 zack * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c
2003-06-16 ghazicp:
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-05-22 kazu * cpperror.c: Fix formatting.
2002-05-21 zack * c-common.c (c_common_init): Set options->unsigned_ch...
2002-02-02 neil * cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGN...
2002-01-03 neil * cpperror.c: Update comments and copyright.
2001-11-27 neil * cpphash.c (_cpp_init_hashtable): Update.
2001-11-15 neil * c-common.c: Include c-lex.h.
2001-08-11 neil * cpphash.c (_cpp_destroy_hashtable): Use ht_destroy.
2001-05-30 neil * cpphash.c (alloc_node): Cast pointer.
2001-05-20 neil * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,
2001-05-16 neil * cppexp.c (lex): Use NODE_NAME and NODE_LEN.
2001-01-28 neil * cpphash.c (_cpp_cleanup_hashtable, _cpp_looku...
2000-11-09 neil * cpphash.c: Move cpp_defined here from cpplib.c.
2000-10-29 geoffk * cpphash.c (cpp_forall_identifiers): Add context...
2000-10-28 neil2000-10-28 Neil Booth <neilb@earthling.net>
2000-09-18 neil * cpphash.h (HASHSTEP): Take character rather than...
2000-07-18 zack2000-02-17 Zack Weinberg <zack@wolery.cumb.org>
2000-07-15 zack * cpphash.c (save_expansion): Clear PREV_WHITE on...
2000-07-13 neil * cpphash.c (struct macro_info): Add new members.
2000-07-13 ghazi * cpphash.c (macro_info): Don't use the `signed' keyword.
2000-07-13 zack * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,
2000-07-12 zack * cppexp.c (LOGICAL): Delete macro.
2000-07-12 neil * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.
2000-07-11 zack2000-07-11 Zack Weinberg <zack@wolery.cumb.org>
2000-07-08 zack * cpplib.h (struct cpp_name): Now struct cpp_string.
2000-07-08 neil * cpphash.c (is__va_args__): New function.
2000-07-05 zacktoplevel:
2000-07-04 zacktop level:
2000-06-21 zack * cppfiles.c: Include splay-tree.h, not hashtab.h.
2000-05-28 zack * cppfiles.c: Read files in, using mmap if possible...
2000-05-19 zack * cpphash.c (funlike_macroexpand): Make sure not to...
2000-05-18 zack * cppexp.c (parse_assertion): New.
2000-05-14 neil * cpphash.c (trad_stringify, warn_trad_stringify,
2000-05-11 zack * cpphash.c (collect_funlike_expansion): Make "# is not
2000-05-10 zack * cpphash.h (struct hashnode): Use struct hack for...
2000-05-04 zackgcc:
2000-05-03 zack * cpplib.h: Add accessor macros for token lists.
2000-05-02 zack * cpphash.c (collect_params): Fix off-by-one error.
2000-05-02 jakub * cpphash.c (trad_stringify): Adjust p after stringifi...
2000-05-02 zack * cpplib.h (CPP_POP, parse_cleanup_t): Delete.
2000-05-01 zack * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE...
2000-04-30 zack * cppfiles.c (redundant_include_p): Provide length...
2000-04-30 zack * cpphash.h (enum node_type: Take out T_MCONST.
2000-04-29 zack * cpphash.h: Move struct reflist, struct definition...
2000-04-25 zack2000-04-25 Zack Weinberg <zack@wolery.cumb.org>
2000-04-25 neil * Revert previous patch until build failure cause...
2000-04-24 neil * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.
2000-04-23 zack * cpphash.c (collect_objlike_expansion): Add sanity...
2000-04-23 zack * cpphash.h (struct definition): Move file, line,...
2000-04-22 zack * cpphash.c (trad_stringify, add_pat): New functions.
2000-04-21 zack * cpphash.c (struct arg, struct arglist): Const-ify...
2000-04-20 zack * cpplib.h (enum cpp_ttype): Add token types for all
2000-04-19 zack * cpphash.c (special_symbol): Represent an empty macro...
2000-04-18 kenner * gcc/conflict.c (conflict_graph_add): Pass enum type to
2000-04-18 zack * cppexp.c (lex): Don't assume tokens are NUL terminated.
2000-04-14 zack * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutpu...
2000-04-11 zack * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,
2000-04-10 zack * cpphash.c (timestamp): Delete.
2000-04-06 zack * cpphash.c (CPP_IS_MACRO_BUFFER, FORWARD, PEEKC)...
2000-04-05 zack2000-04-04 Philippe De Muyter <phdm@macqel.be>
2000-04-01 zack * cpplib.c: Include symcat.h. Add 'origin' field...
2000-03-31 zack * cpplib.h: Merge struct cpp_options into struct cpp_r...
2000-03-28 zack2000-03-28 Zack Weinberg <zack@wolery.cumb.org>
2000-03-15 jason * cpphash.c (dump_hash_helper): Take the slot...
2000-03-15 aoliva* cpphash.c (collect_formal_parameters): Do not complai...
2000-03-14 zack * cpphash.c (dump_hash_helper): Only dump nodes of...
2000-03-13 zack * Makefile.in (LIBCPP_OBJS): Add cpplex.o.
2000-03-13 zack * cpphash.c: Don't include version.h.
2000-03-12 zack Convert cpplib to use libiberty/hashtab.c.
2000-03-11 neil * cppfiles.c (file_cleanup, _cpp_find_include_file,
2000-03-09 zack * cpphash.c (collect_formal_parameters): strncmp retur...
2000-03-08 zack * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.
2000-03-08 zack* cpphash.c (special_symbol): Fix thinko in previous...
2000-03-07 zack * cppfiles.c (_cpp_find_include_file): Make sure ih...
2000-03-07 jason * cpphash.c (collect_expansion): Also catch...
2000-03-06 ghazi * builtins.c (built_in_class_names, built_in_names...
2000-03-04 zack * cpplib.h (_dollar_ok): New macro.
2000-03-02 zack * cppfiles.c (cpp_read_file): New function.
2000-03-01 zack * cpphash.c (collect_expansion): Trim trailing white...
2000-03-01 zack * cpplib.h (CPP_ASSERTION, CPP_STRINGIZE, CPP_TOKPASTE...
2000-02-26 lawFix copyrights.
2000-02-15 ghazi * Makefile.in (TREE_H, collect2.o, gcc.h, mips-tfile...
2000-02-11 zack * cpphash.c: Fix formatting, update commentary.
2000-02-11 nathan * cpphash.c (special_symbol): Remove spurious argument to
2000-02-10 zack * cppexp.c: Don't include cpphash.h.
2000-02-10 zack * cpplib.h: Provide HASHNODE typedef and forward decl of
2000-02-10 zack * cpphash.c (macarg): Hoist all the flag diddling...
2000-02-06 zack * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,
2000-02-06 zack * cppfiles.c (read_and_prescan) [case SPECCASE_QUESTIO...
2000-02-06 zack * cpperror.c: Remove #ifdef EMACS block.
2000-02-02 zack * cpplib.h (cpp_reader): Add new flag, no_directives.
2000-01-22 zack * cpphash.c (change_newlines): Delete function.
2000-01-11 jasonfix typos
2000-01-04 ghazi * builtins.c (expand_builtin_strlen): Initialize varia...
1999-10-29 zack1999-10-28 21:27 -0700 Zack Weinberg <zack@bitmover...
1999-09-09 geoffk * Makefile.in (cppexp.o): Depend on cpphash.h.
next