aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppinit.c
AgeCommit message (Expand)AuthorFilesLines
2001-03-04cppfiles.c (_cpp_execute_include): Don't make a null-terminated copy of the f...Neil Booth1-2/+0
2001-03-02cppinit.c (append_include_chain): Mark "after" include file name list as a sy...Christopher Faylor1-1/+4
2001-03-02cppfiles.c (struct include_file): Update.Neil Booth1-23/+22
2001-03-02cpplib.c (_cpp_init_stacks): Cast enum for comparison.John David Anglin1-1/+1
2001-03-02cpphash.h (struct cpp_reader): Add print_version field.Zack Weinberg1-13/+18
2001-02-25cppinit.c (builtin_array): Update.Neil Booth1-6/+16
2001-02-21cppfiles.c: Update comments.Neil Booth1-32/+23
2001-02-20cppinit.c (set_lang): Move builtin handling to...Neil Booth1-14/+18
2001-02-07cpphash.h (struct spec_nodes): Add n_true and n_false.Zack Weinberg1-1/+3
2001-02-04cppinit.c (BC): New macro.Mark Mitchell1-0/+2
2001-02-03* cppinit.c (append_include_chain): Honor NO_IMPLICIT_EXTERN_C.Jakub Jelinek1-0/+4
2001-01-24cppfiles.c (_cpp_read_file): Add to dependencies if requested.Jakub Jelinek1-7/+2
2001-01-21* cppinit.c (INO_T_EQ): Don't use #elif, fix formatting.Michael Sokolov1-4/+6
2001-01-14c-parse.in (finish_parse): Add comment about cpp_destroy.Neil Booth1-4/+10
2001-01-13cppinit.c (cpp_handle_option): help_only is now part of the cpp_options struc...Neil Booth1-3/+3
2001-01-11* cppinit.c (do_includes): Fix typo.Neil Booth1-1/+1
2001-01-11[multiple changes]Neil Booth1-15/+20
2001-01-10Makefile.in (tradcpp0): Depend on mkdeps.h.Neil Booth1-3/+4
2001-01-10cppinit.c (OPT_g): Remove.Neil Booth1-8/+2
2001-01-09cppinit.c (OPT_MD, OPT_MMD): Restore.Neil Booth1-10/+30
2001-01-09cppinit.c (cpp_cleanup): NULLify macro_buffer and zero macro_buffer_len.Alexandre Oliva1-1/+5
2001-01-08cppinit.c (init): Rename init_library.Neil Booth1-3/+3
2001-01-07c-lang.c (c_post_options): Call cpp_post_options.Neil Booth1-62/+62
2001-01-07(initialize, [...]): Rename s/initialize/init.Neil Booth1-114/+127
2001-01-06cpp.texi: Update for -MQ.Neil Booth1-12/+9
2001-01-05cpplib.h (struct cpp_reader): Add help_only field.Zack Weinberg1-13/+22
2001-01-05cpp.texi: Update for -MP.Neil Booth1-2/+12
2001-01-04cpp.texi: Update for -MT.Neil Booth1-15/+21
2000-12-17cpplib.h (struct cpp_reader): Remove references to string_pool and temp_strin...Neil Booth1-7/+0
2000-12-15gcc.c (cpp_options): Pass -fno-operator-names.Jakub Jelinek1-0/+9
2000-12-08safe-ctype.h: New file.Zack Weinberg1-43/+2
2000-12-04cppfiles.c (cpp_make_system_header): Take 2 booleans, and operate on current ...Neil Booth1-2/+2
2000-12-01cppinit.c (initialize): Forgotten prototype.Neil Booth1-0/+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-37/+31
2000-11-27cppinit.c (cpp_reader_init): Remove handling of warn_paste command line options.Neil Booth1-9/+0
2000-11-26cpplib.h (struct cpp_reader): Remove lang_asm.Neil Booth1-11/+5
2000-11-26Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.Neil Booth1-1/+3
2000-11-21* do_includes: Revert to using cpp_read_file.Neil Booth1-8/+3
2000-11-20c-lang.c (lang_init_options): Update call to cpp_reader_init.Neil Booth1-69/+129
2000-11-18cppinit.c: Update comments.Neil Booth1-58/+66
2000-11-14New option --target-help.Chandra Chavva1-0/+5
2000-10-30cppfiles.c (stack_include_file): Check for stacked contexts here.Neil Booth1-0/+1
2000-10-28New macro expander.Neil Booth1-109/+115
2000-09-28cpperror.c (_cpp_begin_message): Do the test for suppression of warnings and ...Neil Booth1-1/+1
2000-09-25flags.h: Declare warning flag warn_system_headers.Branko Cibej1-8/+14
2000-09-18cppinit.c (cpp_init): Don't use ANSI prototypes.Mark Mitchell1-1/+1
2000-09-07Makefile.in: Remove references to cppulp.{c,o}.Neil Booth1-5/+6
2000-08-29cpperror.c (print_file_and_line): If line is (unsigned int)-1, print just the...Zack Weinberg1-8/+7
2000-08-20[multiple changes]Zack Weinberg1-6/+22