aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
AgeCommit message (Expand)AuthorFilesLines
2001-08-22cpperror.c (print_location): Don't show _Pragma.Neil Booth1-5/+1
2001-08-17cpperror.c (print_location): Don't take a file name; use the line map instead.Neil Booth1-5/+1
2001-08-11c-lex.c (map): Make const.Neil Booth1-12/+2
2001-08-07cpplib.h, line-map.h: Update comments.Neil Booth1-1/+1
2001-08-06cpperror.c (print_containing_files): Moved to line-map.c.Neil Booth1-4/+3
2001-08-04cpphash.h (struct cpp_reader): New member directive_line.Neil Booth1-6/+6
2001-08-04Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin...Neil Booth1-3/+2
2001-08-02line-map.c: New.Neil Booth1-12/+5
2001-08-01cpphash.h (struct cpp_reader): New members line, pseudo_newlines.Neil Booth1-0/+2
2001-07-29cpphash.h (struct cpp_reader): Remove import_warning.Neil Booth1-1/+0
2001-07-19c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.Neil Booth1-2/+0
2001-05-25Standardize header guards.Richard Henderson1-2/+3
2001-05-23c-lex.c (read_escape, read_ucs): Delete.Neil Booth1-0/+4
2001-05-20Makefile.in (OBJS, [...]): Update.Neil Booth1-18/+31
2001-05-16cppexp.c (lex): Use NODE_NAME and NODE_LEN.Neil Booth1-6/+3
2001-05-16* cpplib.h: Undo mistaken commit.Neil Booth1-13/+13
2001-05-16cppexp.c (lex): Use NODE_NAME and NODE_LEN.Neil Booth1-13/+13
2001-05-11c-lex.c (lex_charconst): Convert into a simple wrapper around cpp_interpret_c...Neil Booth1-0/+5
2001-03-07c-parse.in (yylexname): New function, split out of _yylex.Zack Weinberg1-1/+1
2001-03-04cppfiles.c (_cpp_execute_include): Don't make a null-terminated copy of the f...Neil Booth1-3/+1
2001-03-03cpp.texi: Update.Neil Booth1-1/+1
2001-03-02cppfiles.c (struct include_file): Update.Neil Booth1-2/+2
2001-02-25cppinit.c (builtin_array): Update.Neil Booth1-0/+1
2001-02-14c-lex.c (lex_number): Only warn traditionally for U suffix outside system mac...Neil Booth1-0/+1
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