aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
AgeCommit message (Expand)AuthorFilesLines
2000-04-14cpplex.c (cpp_output_tokens, [...]): New public interfaces.Zack Weinberg1-6/+3
2000-04-11cppexp.c, [...]: Replace cpp_token with cpp_ttype everywhere.Zack Weinberg1-3/+3
2000-04-10cpplex.c (skip_block_comment): Use pointer arithmetic rather than GETC ().Neil Booth1-0/+4
2000-04-10cpphash.c (timestamp): Delete.Zack Weinberg1-1/+1
2000-04-06cpphash.c (CPP_IS_MACRO_BUFFER, [...]): Delete.Zack Weinberg1-9/+20
2000-04-01cpplib.c: Include symcat.h.Zack Weinberg1-1/+3
2000-03-31cpplib.h: Merge struct cpp_options into struct cpp_reader.Zack Weinberg1-4/+4
2000-03-28cppfiles.c (hash_IHASH): Just return i->hash.Zack Weinberg1-0/+1
2000-03-14cppfiles.c: Include mkdeps.h.Zack Weinberg1-24/+4
2000-03-13Makefile.in (LIBCPP_OBJS): Add cpplex.o.Zack Weinberg1-0/+49
2000-03-12Convert cpplib to use libiberty/hashtab.c.Zack Weinberg1-26/+27
2000-03-08Makefile.in (LIBCPP_DEPS): New macro.Zack Weinberg1-3/+168
2000-03-08cpplib.h (parse_underflow_t, [...]): Delete.Zack Weinberg1-1/+1
2000-03-07cppfiles.c (_cpp_find_include_file): Make sure ih->name is initialized.Zack Weinberg1-8/+9
2000-03-01cpplib.h (CPP_ASSERTION, [...]): New token types.Zack Weinberg1-29/+24
2000-02-11cpphash.c: Fix formatting, update commentary.Zack Weinberg1-1/+2
2000-02-10cppexp.c: Don't include cpphash.h.Zack Weinberg1-0/+3
2000-02-10cpplib.h: Provide HASHNODE typedef and forward decl of struct hashnode only.Zack Weinberg1-15/+63
1999-09-07cpperror.c (cpp_file_line_for_message): Constify a char*.Kaveh R. Ghazi1-1/+1
1999-04-26cpphash.c (dump_definition): New function.Zack Weinberg1-0/+1
1999-02-25cpphash.c (install): Rename to cpp_install, add cpp_reader* first argument.Zack Weinberg1-6/+4
1999-02-18cpplib.c: Kill define of STDC_VALUE.Zack Weinberg1-0/+7
1999-02-08cpplib.c (special_symbol): Rewrite.Zack Weinberg1-7/+8
1999-01-07Close comment in copyrightJeff Law1-1/+1
1999-01-06Copyright fixes.Jeff Law1-0/+17
1998-12-15cpphash.h (union hash_value): Remove `keydef' member, add a `struct hashnode ...Zack Weinberg1-3/+1
1998-10-10cppexp.c: When forcing unsigned comparisons, cast both sides of the operation.Zack Weinberg1-1/+0
1998-05-19Warning Fixes:Kaveh R. Ghazi1-0/+2
1996-07-03formatting tweaksMike Stump1-1/+1
1995-07-04cpphash.h (enum node_type): Remove unneeded and non-standard forward declarat...Per Bothner1-2/+0
1995-03-16Initial revisionPer Bothner1-0/+40