aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpphash.c
AgeCommit message (Expand)Author
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi
2003-07-13Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).Zack Weinberg
2003-06-17* cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.cZack Weinberg
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg
2002-05-22cpperror.c: Fix formatting.Kazu Hirata
2002-05-21c-common.c (c_common_init): Set options->unsigned_char from flag_signed_char.Zack Weinberg
2002-02-02cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.Neil Booth
2002-01-03cpperror.c: Update comments and copyright.Neil Booth
2001-11-27cpphash.c (_cpp_init_hashtable): Update.Neil Booth
2001-11-15c-common.c: Include c-lex.h.Neil Booth
2001-08-11cpphash.c (_cpp_destroy_hashtable): Use ht_destroy.Neil Booth
2001-05-30* cpphash.c (alloc_node): Cast pointer.Neil Booth
2001-05-20Makefile.in (OBJS, [...]): Update.Neil Booth
2001-05-16cppexp.c (lex): Use NODE_NAME and NODE_LEN.Neil Booth
2001-01-28cpphash.c (_cpp_cleanup_hashtable, [...]): Don't set fe_value.Neil Booth
2000-11-09cpphash.c: Move cpp_defined here from cpplib.c.Neil Booth
2000-10-29cpphash.c (cpp_forall_identifiers): Add context variable for callback routine.Geoff Keating
2000-10-28New macro expander.Neil Booth
2000-09-18cpphash.h (HASHSTEP): Take character rather than pointer to character.Neil Booth
2000-07-18[multiple changes]Zack Weinberg
2000-07-15cpphash.c (save_expansion): Clear PREV_WHITE on tokens immediately following ...Zack Weinberg
2000-07-13cpphash.c (struct macro_info): Add new members.Neil Booth
2000-07-13* cpphash.c (macro_info): Don't use the `signed' keyword.Kaveh R. Ghazi
2000-07-13cppexp.c, [...]: Eradicate all traces of code dependent on traditional, lang_...Zack Weinberg
2000-07-12cppexp.c (LOGICAL): Delete macro.Zack Weinberg
2000-07-12cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.Neil Booth
2000-07-11[multiple changes]Zack Weinberg
2000-07-08cpplib.h (struct cpp_name): Now struct cpp_string.Zack Weinberg
2000-07-08cpphash.c (is__va_args__): New function.Neil Booth
2000-07-05cpplex.c: Don't include sys/mman.h.Zack Weinberg
2000-07-04top level:Zack Weinberg
2000-06-21cppfiles.c: Include splay-tree.h, not hashtab.h.Zack Weinberg
2000-05-28cppfiles.c: Read files in, using mmap if possible, then prescan them separately.Zack Weinberg
2000-05-19cpphash.c (funlike_macroexpand): Make sure not to walk p1 past l1 when deleti...Zack Weinberg
2000-05-18cppexp.c (parse_assertion): New.Zack Weinberg
2000-05-14cpphash.c (trad_stringify, [...]): Make some pointers pointers to const.Neil Booth
2000-05-11cpphash.c (collect_funlike_expansion): Make "# is not followed by a macro arg...Zack Weinberg
2000-05-10cpphash.h (struct hashnode): Use struct hack for name member.Zack Weinberg
2000-05-04cpphash.h (U): New define, to correct type of string constants.Zack Weinberg
2000-05-03cpplib.h: Add accessor macros for token lists.Zack Weinberg
2000-05-02cpphash.c (collect_params): Fix off-by-one error.Zack Weinberg
2000-05-02cpphash.c (trad_stringify): Adjust p after stringification as well.Jakub Jelinek
2000-05-02cpplib.h (CPP_POP, [...]): Delete.Zack Weinberg
2000-05-01cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now static.Zack Weinberg
2000-04-30cppfiles.c (redundant_include_p): Provide length of token to cpp_defined.Zack Weinberg
2000-04-30cpphash.h (enum node_type): Take out T_MCONST.Zack Weinberg
2000-04-29cpphash.h: Move struct reflist, struct definition, and the DEFINITION typedef...Zack Weinberg
2000-04-25[multiple changes]Zack Weinberg
2000-04-25* Revert previous patch until build failure cause determined.Neil Booth