aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
AgeCommit message (Expand)AuthorFilesLines
2000-10-30cppfiles.c (stack_include_file): Check for stacked contexts here.Neil Booth1-1/+7
2000-10-29cpphash.c (cpp_forall_identifiers): Add context variable for callback routine.Geoff Keating1-1/+4
2000-10-28New macro expander.Neil Booth1-171/+270
2000-09-25cpplex.c (parse_args): Don't set VOID_REST flag.Neil Booth1-1/+0
2000-09-25flags.h: Declare warning flag warn_system_headers.Branko Cibej1-0/+3
2000-09-24cpplex.c: Update TODO comment.Neil Booth1-1/+1
2000-09-23cpphash.h (CPP_RESERVE, [...]): Delete.Neil Booth1-4/+10
2000-09-18cpphash.h (HASHSTEP): Take character rather than pointer to character.Neil Booth1-11/+44
2000-09-12cppfiles.c: Move all default-#defines to top of file.Zack Weinberg1-3/+0
2000-09-08cpplib.h (struct cpp_options): Add user_label_prefix member, left out of comm...Zack Weinberg1-0/+3
2000-09-07c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if REGISTER_TARGET_PRAGMAS is defined.Zack Weinberg1-0/+3
2000-08-17cppinit.c (sort_options): Remove, put functionality in cpp_init.Neil Booth1-0/+1
2000-08-09configure.in (--enable-c-cpplib): Uncomment.Zack Weinberg1-1/+5
2000-08-04cpplex.c (parse_name): Might have to glue a CPP_OTHER token before the name.Zack Weinberg1-0/+1
2000-08-02cpperror.c (v_message): Split into _cpp_begin_message and v_message macro.Zack Weinberg1-21/+33
2000-07-20cppmacro.c (CAN_PASTE_AFTER): New macro.Zack Weinberg1-4/+4
2000-07-19cpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into block of operators allo...Zack Weinberg1-3/+9
2000-07-18cpplib.h (TTYPE_TABLE): Rearrange to use only two per-entry macros, not five.Zack Weinberg1-80/+76
2000-07-18[multiple changes]Zack Weinberg1-10/+14
2000-07-15cpphash.c (save_expansion): Clear PREV_WHITE on tokens immediately following ...Zack Weinberg1-1/+2
2000-07-13cppexp.c, [...]: Eradicate all traces of code dependent on traditional, lang_...Zack Weinberg1-15/+3
2000-07-11cppinit.c: (cpp_reader_init): Allow digraphs by default.Neil Booth1-0/+3
2000-07-08cpplib.h (struct cpp_name): Now struct cpp_string.Zack Weinberg1-11/+16
2000-07-08cppexp.c: Update all code for new lexer interface.Zack Weinberg1-8/+3
2000-07-08cpphash.c (is__va_args__): New function.Neil Booth1-2/+2
2000-07-05cpplex.c: Don't include sys/mman.h.Zack Weinberg1-2/+9
2000-07-04top level:Zack Weinberg1-113/+99
2000-07-02cpplib.h (struct cpp_reader): New field include_depth.Jakub Jelinek1-1/+4
2000-06-21cppfiles.c (cpp_make_system_header): New function.Zack Weinberg1-0/+2
2000-06-21cppfiles.c: Include splay-tree.h, not hashtab.h.Zack Weinberg1-6/+3
2000-05-29cpplib.h (cpp_reader): Remove if_stack.Zack Weinberg1-2/+4
2000-05-28cppfiles.c: Read files in, using mmap if possible, then prescan them separately.Zack Weinberg1-1/+59
2000-05-28cpplex.c (_cpp_lex_line): Merge vertical space.Neil Booth1-3/+4
2000-05-27cpplex.c (_cpp_init_toklist): No comment space to initialise.Neil Booth1-5/+0
2000-05-18cppexp.c (parse_assertion): New.Zack Weinberg1-13/+9
2000-05-18cppinit.c (cpp_reader_init): Initialise col_adjust and default tab stop size.Neil Booth1-1/+8
2000-05-15cpplex.c (parse_string2): Update comment.Neil Booth1-1/+0
2000-05-14cpphash.c (trad_stringify, [...]): Make some pointers pointers to const.Neil Booth1-5/+4
2000-05-10cpplex.c (spell_token): New function.Neil Booth1-23/+22
2000-05-08cpplex.c (spell_token): New function.Neil Booth1-3/+1
2000-05-03cpplib.h: Add accessor macros for token lists.Zack Weinberg1-9/+16
2000-05-02cpplib.h (CPP_POP, [...]): Delete.Zack Weinberg1-12/+3
2000-04-30cpplex.c (cpp_idcmp): New function.Zack Weinberg1-2/+2
2000-04-27cpplib.h: "~=" is not a single pp-token.Neil Booth1-2/+1
2000-04-27cpplex.c (spell_other, spell_char): Remove.Neil Booth1-3/+5
2000-04-25[multiple changes]Zack Weinberg1-45/+84
2000-04-25* Revert previous patch until build failure cause determined.Neil Booth1-79/+44
2000-04-24cpphash.c: replace HSPACE_BEFORE with PREV_WHITESPACE.Neil Booth1-44/+79
2000-04-21cpphash.c (struct arg, [...]): Const-ify strings.Zack Weinberg1-1/+8
2000-04-20cpplib.h (enum cpp_ttype): Add token types for all punctuators.Zack Weinberg1-26/+150