summaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
Commit message (Expand)AuthorAgeFilesLines
...
* cpplib.h (cpp_reader): Remove if_stack.Zack Weinberg2000-05-291-1/+2
* cppfiles.c: Read files in, using mmap if possible, then prescan them separately.Zack Weinberg2000-05-281-58/+9
* cppexp.c (parse_assertion): Supply extra argument to _cpp_init_toklist.Neil Booth2000-05-271-2/+6
* cppexp.c (parse_assertion): New.Zack Weinberg2000-05-181-3/+24
* cpphash.h (struct hashnode): Use struct hack for name member.Zack Weinberg2000-05-101-1/+1
* cpphash.h: Remove conditional #define of __extension__.Zack Weinberg2000-05-061-7/+0
* cpphash.h: #define __extension__ away if GCC_VERSION < 2095 (overly conservat...Zack Weinberg2000-05-041-30/+47
* cpphash.h (U): New define, to correct type of string constants.Zack Weinberg2000-05-041-4/+42
* cpplib.h (CPP_POP, [...]): Delete.Zack Weinberg2000-05-021-1/+1
* cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now static.Zack Weinberg2000-05-011-7/+0
* cppfiles.c (redundant_include_p): Provide length of token to cpp_defined.Zack Weinberg2000-04-301-3/+3
* cpphash.h (enum node_type): Take out T_MCONST.Zack Weinberg2000-04-301-22/+15
* cpphash.h: Move struct reflist, struct definition, and the DEFINITION typedef...Zack Weinberg2000-04-291-51/+2
* [multiple changes]Zack Weinberg2000-04-251-0/+1
* * Revert previous patch until build failure cause determined.Neil Booth2000-04-251-1/+0
* cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.Neil Booth2000-04-241-0/+1
* cpphash.h (struct definition): Move file, line, col members...Zack Weinberg2000-04-231-13/+15
* cpphash.c (struct arg, [...]): Const-ify strings.Zack Weinberg2000-04-211-1/+2
* cpplib.h (enum cpp_ttype): Add token types for all punctuators.Zack Weinberg2000-04-201-6/+1
* conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.Richard Kenner2000-04-181-1/+2
* cppexp.c (lex): Don't assume tokens are NUL terminated.Zack Weinberg2000-04-181-3/+0
* 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