aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
AgeCommit message (Expand)AuthorFilesLines
2000-08-18cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.Neil Booth1-4/+6
2000-08-02cpperror.c (v_message): Split into _cpp_begin_message and v_message macro.Zack Weinberg1-4/+16
2000-07-19cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block of operators allo...Zack Weinberg1-1/+0
2000-07-18cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry macros, not five.Zack Weinberg1-5/+5
2000-07-18[multiple changes]Zack Weinberg1-4/+11
2000-07-13cppexp.c, [...]: Eradicate all traces of code dependent on traditional, lang_...Zack Weinberg1-1/+1
2000-07-12cpphash.h: (TOKEN_SPELL) Pulled from cpplex.c.Neil Booth1-0/+1
2000-07-11[multiple changes]Zack Weinberg1-0/+1
2000-07-09cpphash.h: ISvspace, is_vspace, is_nvspace: New.Neil Booth1-3/+10
2000-07-08cpplib.h (struct cpp_name): Now struct cpp_string.Zack Weinberg1-5/+21
2000-07-08cppexp.c: Update all code for new lexer interface.Zack Weinberg1-2/+1
2000-07-05cpplex.c: Don't include sys/mman.h.Zack Weinberg1-5/+10
2000-07-04top level:Zack Weinberg1-77/+85
2000-06-30cpp.texi: Document #pragma GCC dependencyNathan Sidwell1-0/+4
2000-06-28cppfiles.c (open_include_file): If open(2) returns EMFILE or ENFILE...Zack Weinberg1-2/+2
2000-06-21cppfiles.c: Include splay-tree.h, not hashtab.h.Zack Weinberg1-23/+28
2000-05-29cpplib.h (cpp_reader): Remove if_stack.Zack Weinberg1-1/+2
2000-05-28cppfiles.c: Read files in, using mmap if possible, then prescan them separately.Zack Weinberg1-58/+9
2000-05-27cppexp.c (parse_assertion): Supply extra argument to _cpp_init_toklist.Neil Booth1-2/+6
2000-05-18cppexp.c (parse_assertion): New.Zack Weinberg1-3/+24
2000-05-10cpphash.h (struct hashnode): Use struct hack for name member.Zack Weinberg1-1/+1
2000-05-06cpphash.h: Remove conditional #define of __extension__.Zack Weinberg1-7/+0
2000-05-04cpphash.h: #define __extension__ away if GCC_VERSION < 2095 (overly conservat...Zack Weinberg1-30/+47
2000-05-04cpphash.h (U): New define, to correct type of string constants.Zack Weinberg1-4/+42
2000-05-02cpplib.h (CPP_POP, [...]): Delete.Zack Weinberg1-1/+1
2000-05-01cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now static.Zack Weinberg1-7/+0
2000-04-30cppfiles.c (redundant_include_p): Provide length of token to cpp_defined.Zack Weinberg1-3/+3
2000-04-30cpphash.h (enum node_type): Take out T_MCONST.Zack Weinberg1-22/+15
2000-04-29cpphash.h: Move struct reflist, struct definition, and the DEFINITION typedef...Zack Weinberg1-51/+2
2000-04-25[multiple changes]Zack Weinberg1-0/+1
2000-04-25* Revert previous patch until build failure cause determined.Neil Booth1-1/+0
2000-04-24cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.Neil Booth1-0/+1
2000-04-23cpphash.h (struct definition): Move file, line, col members...Zack Weinberg1-13/+15
2000-04-21cpphash.c (struct arg, [...]): Const-ify strings.Zack Weinberg1-1/+2
2000-04-20cpplib.h (enum cpp_ttype): Add token types for all punctuators.Zack Weinberg1-6/+1
2000-04-18conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.Richard Kenner1-1/+2
2000-04-18cppexp.c (lex): Don't assume tokens are NUL terminated.Zack Weinberg1-3/+0
2000-04-16cpphash.h (SYNTAX_INCLUDE, [...]): new.Neil Booth1-0/+6
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