summaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
Commit message (Expand)AuthorAgeFilesLines
* c-parse.in (yylexname): New function, split out of _yylex.Zack Weinberg2001-03-071-1/+1
* cppfiles.c (_cpp_execute_include): Don't make a null-terminated copy of the f...Neil Booth2001-03-041-3/+1
* cpp.texi: Update.Neil Booth2001-03-031-1/+1
* cppfiles.c (struct include_file): Update.Neil Booth2001-03-021-2/+2
* cppinit.c (builtin_array): Update.Neil Booth2001-02-251-0/+1
* c-lex.c (lex_number): Only warn traditionally for U suffix outside system mac...Neil Booth2001-02-141-0/+1
* cppinit.c (BC): New macro.Mark Mitchell2001-02-041-1/+3
* cpphash.c (_cpp_cleanup_hashtable, [...]): Don't set fe_value.Neil Booth2001-01-281-2/+1
* c-parse.in (finish_parse): Add comment about cpp_destroy.Neil Booth2001-01-141-1/+4
* cpplib.h (cpp_pool, [...]): Move to cpphash.h (struct macro_args): Delete.Neil Booth2001-01-131-269/+0
* cppinit.c (cpp_handle_option): help_only is now part of the cpp_options struc...Neil Booth2001-01-131-15/+33
* cppinit.c (OPT_g): Remove.Neil Booth2001-01-101-8/+0
* c-lang.c (c_post_options): Call cpp_post_options.Neil Booth2001-01-071-2/+13
* cpplib.h (struct cpp_reader): Add help_only field.Zack Weinberg2001-01-051-0/+4
* cpp.texi: Update for -MP.Neil Booth2001-01-051-1/+4
* cpp.texi: Update for -MT.Neil Booth2001-01-041-4/+1
* c-lex.c: s/change_file/file_change.Neil Booth2000-12-181-1/+1
* cpplib.h (struct cpp_reader): Remove references to string_pool and temp_strin...Neil Booth2000-12-171-2/+0
* c-lex.c: Move main_input_filename handling to FC_ENTER.Neil Booth2000-12-171-3/+4
* gcc.c (cpp_options): Pass -fno-operator-names.Jakub Jelinek2000-12-151-0/+3
* cpperror.c (print_location): New function.Neil Booth2000-12-111-5/+7
* cppfiles.c (struct include_file): Move from cpphash.h.Neil Booth2000-12-071-0/+3
* osf.h: Standarize copyright statement.Rodney Brown2000-12-061-1/+2
* cppfiles.c (stack_include_file): Push zero-length buffers in case of failure.Neil Booth2000-12-051-1/+1
* cppfiles.c (cpp_make_system_header): Take 2 booleans, and operate on current ...Neil Booth2000-12-041-2/+1
* cppinit.c (initialize): Forgotten prototype.Neil Booth2000-12-011-3/+1
* cppmacro.c (cpp_scan_buffer_nooutput): Take a boolean indicating whether to s...Neil Booth2000-11-281-1/+1
* c-lex.h (parse_in): Change parse_in to a cpp_reader *.Neil Booth2000-11-281-3/+1
* cppinit.c (cpp_reader_init): Remove handling of warn_paste command line options.Neil Booth2000-11-271-4/+0
* c-lex.c (cb_enter_file, [...]): Combine into the new function cb_change_file.Neil Booth2000-11-271-56/+20
* cpplib.h (struct cpp_reader): Remove lang_asm.Neil Booth2000-11-261-9/+6
* cpplex.c (trigraph_ok): Ensure we don't warn twice.Neil Booth2000-11-221-0/+4
* c-lang.c (lang_init_options): Update call to cpp_reader_init.Neil Booth2000-11-201-16/+21
* cpplib.c (start_directive, [...]): New functions.Neil Booth2000-11-151-0/+1
* cpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOF cases return without ...Neil Booth2000-11-131-2/+0
* cppexp.c: Don't worry about pfile->skipping.Neil Booth2000-11-121-0/+3
* Remove CPP_PLACEMARKERsNeil Booth2000-11-111-3/+2
* Move directive handling into the lexer itself.Neil Booth2000-11-081-1/+0
* c-lex.c (c_lex): Replace tok.val.aux with tok.val.c or tok.val.arg_no as appr...Neil Booth2000-11-061-5/+5
* c-parse.in (_yylex): Remove CPP_BACKSLASH case.Neil Booth2000-11-011-1/+0
* cppfiles.c (stack_include_file): Check for stacked contexts here.Neil Booth2000-10-301-1/+7
* cpphash.c (cpp_forall_identifiers): Add context variable for callback routine.Geoff Keating2000-10-291-1/+4
* New macro expander.Neil Booth2000-10-281-171/+270
* cpplex.c (parse_args): Don't set VOID_REST flag.Neil Booth2000-09-251-1/+0
* flags.h: Declare warning flag warn_system_headers.Branko Cibej2000-09-251-0/+3
* cpplex.c: Update TODO comment.Neil Booth2000-09-241-1/+1
* cpphash.h (CPP_RESERVE, [...]): Delete.Neil Booth2000-09-231-4/+10
* cpphash.h (HASHSTEP): Take character rather than pointer to character.Neil Booth2000-09-181-11/+44
* cppfiles.c: Move all default-#defines to top of file.Zack Weinberg2000-09-121-3/+0
* cpplib.h (struct cpp_options): Add user_label_prefix member, left out of comm...Zack Weinberg2000-09-081-0/+3