summaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
Commit message (Expand)AuthorAgeFilesLines
* cpphash.h (SYNTAX_INCLUDE, [...]): new.Neil Booth2000-04-161-0/+6
* cpplex.c (cpp_output_tokens, [...]): New public interfaces.Zack Weinberg2000-04-141-6/+3
* cppexp.c, [...]: Replace cpp_token with cpp_ttype everywhere.Zack Weinberg2000-04-111-3/+3
* cpplex.c (skip_block_comment): Use pointer arithmetic rather than GETC ().Neil Booth2000-04-101-0/+4
* cpphash.c (timestamp): Delete.Zack Weinberg2000-04-101-1/+1
* cpphash.c (CPP_IS_MACRO_BUFFER, [...]): Delete.Zack Weinberg2000-04-061-9/+20
* cpplib.c: Include symcat.h.Zack Weinberg2000-04-011-1/+3
* cpplib.h: Merge struct cpp_options into struct cpp_reader.Zack Weinberg2000-03-311-4/+4
* cppfiles.c (hash_IHASH): Just return i->hash.Zack Weinberg2000-03-281-0/+1
* cppfiles.c: Include mkdeps.h.Zack Weinberg2000-03-141-24/+4
* Makefile.in (LIBCPP_OBJS): Add cpplex.o.Zack Weinberg2000-03-131-0/+49
* Convert cpplib to use libiberty/hashtab.c.Zack Weinberg2000-03-121-26/+27
* Makefile.in (LIBCPP_DEPS): New macro.Zack Weinberg2000-03-081-3/+168
* cpplib.h (parse_underflow_t, [...]): Delete.Zack Weinberg2000-03-081-1/+1
* cppfiles.c (_cpp_find_include_file): Make sure ih->name is initialized.Zack Weinberg2000-03-071-8/+9
* cpplib.h (CPP_ASSERTION, [...]): New token types.Zack Weinberg2000-03-011-29/+24
* cpphash.c: Fix formatting, update commentary.Zack Weinberg2000-02-111-1/+2
* cppexp.c: Don't include cpphash.h.Zack Weinberg2000-02-101-0/+3
* cpplib.h: Provide HASHNODE typedef and forward decl of struct hashnode only.Zack Weinberg2000-02-101-15/+63
* cpperror.c (cpp_file_line_for_message): Constify a char*.Kaveh R. Ghazi1999-09-071-1/+1
* cpphash.c (dump_definition): New function.Zack Weinberg1999-04-261-0/+1
* cpphash.c (install): Rename to cpp_install, add cpp_reader* first argument.Zack Weinberg1999-02-251-6/+4
* cpplib.c: Kill define of STDC_VALUE.Zack Weinberg1999-02-181-0/+7
* cpplib.c (special_symbol): Rewrite.Zack Weinberg1999-02-081-7/+8
* Close comment in copyrightJeff Law1999-01-071-1/+1
* Copyright fixes.Jeff Law1999-01-061-0/+17
* cpphash.h (union hash_value): Remove `keydef' member, add a `struct hashnode ...Zack Weinberg1998-12-151-3/+1
* cppexp.c: When forcing unsigned comparisons, cast both sides of the operation.Zack Weinberg1998-10-101-1/+0
* Warning Fixes:Kaveh R. Ghazi1998-05-191-0/+2
* formatting tweaksMike Stump1996-07-031-1/+1
* cpphash.h (enum node_type): Remove unneeded and non-standard forward declarat...Per Bothner1995-07-041-2/+0
* Initial revisionPer Bothner1995-03-161-0/+40