summaryrefslogtreecommitdiffstats
path: root/gcc/cpphash.c
Commit message (Expand)AuthorAgeFilesLines
* * cpphash.c (_cpp_init_hashtable): Update.neil2001-11-271-1/+0
* * c-common.c: Include c-lex.h.neil2001-11-151-0/+16
* * cpphash.c (_cpp_destroy_hashtable): Use ht_destroy.neil2001-08-111-1/+1
* * cpphash.c (alloc_node): Cast pointer.neil2001-05-301-1/+2
* * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,neil2001-05-201-227/+56
* * cppexp.c (lex): Use NODE_NAME and NODE_LEN.neil2001-05-161-6/+6
* * cpphash.c (_cpp_cleanup_hashtable, _cpp_lookup_with_hash)neil2001-01-281-5/+1
* * cpphash.c: Move cpp_defined here from cpplib.c.neil2000-11-091-0/+13
* * cpphash.c (cpp_forall_identifiers): Add context variablegeoffk2000-10-291-3/+4
* 2000-10-28 Neil Booth <neilb@earthling.net>neil2000-10-281-40/+44
* * cpphash.h (HASHSTEP): Take character rather than pointerneil2000-09-181-1/+1
* 2000-02-17 Zack Weinberg <zack@wolery.cumb.org>zack2000-07-181-641/+173
* * cpphash.c (save_expansion): Clear PREV_WHITE on tokenszack2000-07-151-0/+7
* * cpphash.c (struct macro_info): Add new members.neil2000-07-131-153/+146
* * cpphash.c (macro_info): Don't use the `signed' keyword.ghazi2000-07-131-1/+1
* * cppexp.c, cpphash.c, cpphash.h, cppinit.c, cpplex.c,zack2000-07-131-24/+18
* * cppexp.c (LOGICAL): Delete macro.zack2000-07-121-5/+7
* * cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.neil2000-07-121-89/+151
* 2000-07-11 Zack Weinberg <zack@wolery.cumb.org>zack2000-07-111-1/+1
* * cpplib.h (struct cpp_name): Now struct cpp_string.zack2000-07-081-34/+24
* * cpphash.c (is__va_args__): New function.neil2000-07-081-29/+56
* toplevel:zack2000-07-051-44/+31
* top level:zack2000-07-041-1638/+360
* * cppfiles.c: Include splay-tree.h, not hashtab.h.zack2000-06-211-1/+1
* * cppfiles.c: Read files in, using mmap if possible, thenzack2000-05-281-29/+29
* * cpphash.c (funlike_macroexpand): Make sure not to walk p1zack2000-05-191-3/+3
* * cppexp.c (parse_assertion): New.zack2000-05-181-21/+6
* * cpphash.c (trad_stringify, warn_trad_stringify,neil2000-05-141-8/+11
* * cpphash.c (collect_funlike_expansion): Make "# is notzack2000-05-111-1/+16
* * cpphash.h (struct hashnode): Use struct hack for namezack2000-05-101-11/+21
* gcc:zack2000-05-041-28/+33
* * cpplib.h: Add accessor macros for token lists.zack2000-05-031-38/+34
* * cpphash.c (collect_params): Fix off-by-one error.zack2000-05-021-2/+3
* * cpphash.c (trad_stringify): Adjust p after stringification asjakub2000-05-021-0/+1
* * cpplib.h (CPP_POP, parse_cleanup_t): Delete.zack2000-05-021-28/+6
* * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, nowzack2000-05-011-29/+17
* * cppfiles.c (redundant_include_p): Provide length of token tozack2000-04-301-27/+5
* * cpphash.h (enum node_type: Take out T_MCONST.zack2000-04-301-122/+168
* * cpphash.h: Move struct reflist, struct definition, and thezack2000-04-291-21/+69
* 2000-04-25 Zack Weinberg <zack@wolery.cumb.org>zack2000-04-251-6/+7
* * Revert previous patch until build failure cause determined.neil2000-04-251-6/+5
* * cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.neil2000-04-241-5/+6
* * cpphash.c (collect_objlike_expansion): Add sanity check.zack2000-04-231-23/+19
* * cpphash.h (struct definition): Move file, line, col members...zack2000-04-231-507/+719
* * cpphash.c (trad_stringify, add_pat): New functions.zack2000-04-221-37/+147
* * cpphash.c (struct arg, struct arglist): Const-ify strings.zack2000-04-211-405/+266
* * cpplib.h (enum cpp_ttype): Add token types for allzack2000-04-201-11/+11
* * cpphash.c (special_symbol): Represent an empty macro withzack2000-04-191-14/+17
* * gcc/conflict.c (conflict_graph_add): Pass enum type tokenner2000-04-181-4/+8
* * cppexp.c (lex): Don't assume tokens are NUL terminated.zack2000-04-181-21/+29
OpenPOWER on IntegriCloud