aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
AgeCommit message (Expand)AuthorFilesLines
2001-03-27cppfiles.c: Update comments.Neil Booth1-5/+3
2001-03-07c-parse.in (yylexname): New function, split out of _yylex.Zack Weinberg1-1/+1
2001-03-03cpp.texi: Update.Neil Booth1-1/+1
2001-02-28cppinit.c (builtin_array): Update.Neil Booth1-0/+2
2001-02-04cppinit.c (BC): New macro.Mark Mitchell1-1/+3
2001-01-28cpphash.c (_cpp_cleanup_hashtable, [...]): Don't set fe_value.Neil Booth1-2/+1
2001-01-14c-parse.in (finish_parse): Add comment about cpp_destroy.Neil Booth1-1/+4
2001-01-13cpplib.h (cpp_pool, [...]): Move to cpphash.h (struct macro_args): Delete.Neil Booth1-269/+0
2001-01-13cppinit.c (cpp_handle_option): help_only is now part of the cpp_options struc...Neil Booth1-15/+33
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