aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
AgeCommit message (Expand)AuthorFilesLines
2001-01-10cppinit.c (OPT_g): Remove.Neil Booth1-8/+0
2001-01-07c-lang.c (c_post_options): Call cpp_post_options.Neil Booth1-2/+13
2001-01-05cpplib.h (struct cpp_reader): Add help_only field.Zack Weinberg1-0/+4
2001-01-05cpp.texi: Update for -MP.Neil Booth1-1/+4
2001-01-04cpp.texi: Update for -MT.Neil Booth1-4/+1
2000-12-18c-lex.c: s/change_file/file_change.Neil Booth1-1/+1
2000-12-17cpplib.h (struct cpp_reader): Remove references to string_pool and temp_strin...Neil Booth1-2/+0
2000-12-17c-lex.c: Move main_input_filename handling to FC_ENTER.Neil Booth1-3/+4
2000-12-15gcc.c (cpp_options): Pass -fno-operator-names.Jakub Jelinek1-0/+3
2000-12-11cpperror.c (print_location): New function.Neil Booth1-5/+7
2000-12-07cppfiles.c (struct include_file): Move from cpphash.h.Neil Booth1-0/+3
2000-12-06osf.h: Standarize copyright statement.Rodney Brown1-1/+2
2000-12-05cppfiles.c (stack_include_file): Push zero-length buffers in case of failure.Neil Booth1-1/+1
2000-12-04cppfiles.c (cpp_make_system_header): Take 2 booleans, and operate on current ...Neil Booth1-2/+1
2000-12-01cppinit.c (initialize): Forgotten prototype.Neil Booth1-3/+1
2000-11-28cppmacro.c (cpp_scan_buffer_nooutput): Take a boolean indicating whether to s...Neil Booth1-1/+1
2000-11-28c-lex.h (parse_in): Change parse_in to a cpp_reader *.Neil Booth1-3/+1
2000-11-27cppinit.c (cpp_reader_init): Remove handling of warn_paste command line options.Neil Booth1-4/+0
2000-11-27c-lex.c (cb_enter_file, [...]): Combine into the new function cb_change_file.Neil Booth1-56/+20
2000-11-26cpplib.h (struct cpp_reader): Remove lang_asm.Neil Booth1-9/+6
2000-11-22cpplex.c (trigraph_ok): Ensure we don't warn twice.Neil Booth1-0/+4
2000-11-20c-lang.c (lang_init_options): Update call to cpp_reader_init.Neil Booth1-16/+21
2000-11-15cpplib.c (start_directive, [...]): New functions.Neil Booth1-0/+1
2000-11-13cpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOF cases return without ...Neil Booth1-2/+0
2000-11-12cppexp.c: Don't worry about pfile->skipping.Neil Booth1-0/+3
2000-11-11Remove CPP_PLACEMARKERsNeil Booth1-3/+2
2000-11-08Move directive handling into the lexer itself.Neil Booth1-1/+0
2000-11-06c-lex.c (c_lex): Replace tok.val.aux with tok.val.c or tok.val.arg_no as appr...Neil Booth1-5/+5
2000-11-01c-parse.in (_yylex): Remove CPP_BACKSLASH case.Neil Booth1-1/+0
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