aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpphash.c
AgeCommit message (Expand)AuthorFilesLines
2000-05-19cpphash.c (funlike_macroexpand): Make sure not to walk p1 past l1 when deleti...Zack Weinberg1-3/+3
2000-05-18cppexp.c (parse_assertion): New.Zack Weinberg1-21/+6
2000-05-14cpphash.c (trad_stringify, [...]): Make some pointers pointers to const.Neil Booth1-8/+11
2000-05-11cpphash.c (collect_funlike_expansion): Make "# is not followed by a macro arg...Zack Weinberg1-1/+16
2000-05-10cpphash.h (struct hashnode): Use struct hack for name member.Zack Weinberg1-11/+21
2000-05-04cpphash.h (U): New define, to correct type of string constants.Zack Weinberg1-28/+33
2000-05-03cpplib.h: Add accessor macros for token lists.Zack Weinberg1-38/+34
2000-05-02cpphash.c (collect_params): Fix off-by-one error.Zack Weinberg1-2/+3
2000-05-02cpphash.c (trad_stringify): Adjust p after stringification as well.Jakub Jelinek1-0/+1
2000-05-02cpplib.h (CPP_POP, [...]): Delete.Zack Weinberg1-28/+6
2000-05-01cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now static.Zack Weinberg1-29/+17
2000-04-30cppfiles.c (redundant_include_p): Provide length of token to cpp_defined.Zack Weinberg1-27/+5
2000-04-30cpphash.h (enum node_type): Take out T_MCONST.Zack Weinberg1-122/+168
2000-04-29cpphash.h: Move struct reflist, struct definition, and the DEFINITION typedef...Zack Weinberg1-21/+69
2000-04-25[multiple changes]Zack Weinberg1-6/+7
2000-04-25* Revert previous patch until build failure cause determined.Neil Booth1-6/+5
2000-04-24cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.Neil Booth1-5/+6
2000-04-23cpphash.c (collect_objlike_expansion): Add sanity check.Zack Weinberg1-23/+19
2000-04-23cpphash.h (struct definition): Move file, line, col members...Zack Weinberg1-507/+719
2000-04-22cpphash.c (trad_stringify, add_pat): New functions.Zack Weinberg1-37/+147
2000-04-21cpphash.c (struct arg, [...]): Const-ify strings.Zack Weinberg1-405/+266
2000-04-20cpplib.h (enum cpp_ttype): Add token types for all punctuators.Zack Weinberg1-11/+11
2000-04-19cpphash.c (special_symbol): Represent an empty macro with "\r \r " not just "...Zack Weinberg1-14/+17
2000-04-18conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.Richard Kenner1-4/+8
2000-04-18cppexp.c (lex): Don't assume tokens are NUL terminated.Zack Weinberg1-21/+29
2000-04-14cpplex.c (cpp_output_tokens, [...]): New public interfaces.Zack Weinberg1-14/+6
2000-04-11cppexp.c, [...]: Replace cpp_token with cpp_ttype everywhere.Zack Weinberg1-19/+19
2000-04-10cpphash.c (timestamp): Delete.Zack Weinberg1-61/+47
2000-04-06cpphash.c (CPP_IS_MACRO_BUFFER, [...]): Delete.Zack Weinberg1-69/+44
2000-04-05cpphash.c (_cpp_free_definition): Test argnames, not nargs >= 0, before freei...Philippe De Muyter1-1/+1
2000-04-01cpplib.c: Include symcat.h.Zack Weinberg1-2/+2
2000-03-31cpplib.h: Merge struct cpp_options into struct cpp_reader.Zack Weinberg1-15/+15
2000-03-28cppfiles.c (hash_IHASH): Just return i->hash.Zack Weinberg1-19/+35
2000-03-15* cpphash.c (dump_hash_helper): Take the slot, not the element.Jason Merrill1-3/+3
2000-03-15cpphash.c (collect_formal_parameters): Do not complain about parameter names ...Alexandre Oliva1-1/+2
2000-03-14cpphash.c (dump_hash_helper): Only dump nodes of type T_MACRO.Zack Weinberg1-1/+5
2000-03-13Makefile.in (LIBCPP_OBJS): Add cpplex.o.Zack Weinberg1-6/+43
2000-03-13cpphash.c: Don't include version.h.Zack Weinberg1-3/+2
2000-03-12Convert cpplib to use libiberty/hashtab.c.Zack Weinberg1-105/+135
2000-03-11cppfiles.c (file_cleanup, [...]): Replace bcopy(), index() etc calls.Neil Booth1-8/+9
2000-03-09cpphash.c (collect_formal_parameters): strncmp returns 0 for match.Zack Weinberg1-2/+2
2000-03-08cpplib.h (parse_underflow_t, [...]): Delete.Zack Weinberg1-44/+40
2000-03-08* cpphash.c (special_symbol): Fix thinko in previous commit.Zack Weinberg1-1/+1
2000-03-07cppfiles.c (_cpp_find_include_file): Make sure ih->name is initialized.Zack Weinberg1-9/+9
2000-03-07cpphash.c (collect_expansion): Also catch ## at start of macro.Jason Merrill1-0/+2
2000-03-06builtins.c (built_in_class_names, [...]): Constify a char*.Kaveh R. Ghazi1-1/+1
2000-03-04cpplib.h (_dollar_ok): New macro.Zack Weinberg1-5/+11
2000-03-02cppfiles.c (cpp_read_file): New function.Zack Weinberg1-16/+35
2000-03-01cpphash.c (collect_expansion): Trim trailing white space from macro definitio...Zack Weinberg1-0/+6
2000-03-01cpplib.h (CPP_ASSERTION, [...]): New token types.Zack Weinberg1-453/+429