aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppinit.c
AgeCommit message (Expand)AuthorFilesLines
2003-06-12Don't warn on dollars in builtin macro definitions,Hans-Peter Nilsson1-7/+1
2003-05-17c-common.c, c-common.h (dollars_in_ident): Remove.Neil Booth1-12/+17
2003-05-11* cppinit.c (cpp_init_builtins): Use _cpp_define_builtinNeil Booth1-2/+2
2003-05-11* cppinit.c (cpp_init_builtins): Use _cpp_define_builtinNeil Booth1-2/+2
2003-05-11c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into cpplib as it's a S...Neil Booth1-2/+9
2003-05-04cppinit.c (cpp_create_reader, [...]): Warn about trigraphs unless explicity s...Neil Booth1-0/+4
2003-04-19cppfiles.c (ENABLE_VALGRIND_CHECKING, [...]): Remove.Neil Booth1-5/+7
2003-03-20Various cleanups to help compile server.Per Bothner1-8/+5
2003-03-15Makefile.in: Update.Neil Booth1-309/+5
2003-03-14c-opts.c (finish_options): New.Neil Booth1-21/+0
2003-03-14/home/neil/diffs/include.logNeil Booth1-40/+2
2003-03-12cppfiles.c (cpp_rename_file, [...]): New.Neil Booth1-28/+6
2003-03-08cppinit.c (cpp_finish_options): Set first_unused_line to -1.Neil Booth1-0/+2
2003-03-06Makefile.in (c-ppoutput.o): Update.Neil Booth1-0/+2
2003-03-01Makefile.in (C_AND_OBJC_OBJS, [...]): Update.Neil Booth1-528/+2
2003-02-13Makefile.in (PREPROCESSOR_DEFINES): Add @TARGET_SYSTEM_ROOT_DEFINE@.Daniel Jacobowitz1-29/+38
2003-01-28cpplib.h (struct cpp_options): Add warn_deprecated field.Jason Merrill1-0/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-42/+26
2002-10-06cppinit.c (init_standard_includes, [...]): Use strncmp.Frank Ch. Eigler1-3/+3
2002-09-22ChangeLog: Follow spelling conventions.Kazu Hirata1-2/+2
2002-09-16ABOUT-NLS: Follow spelling conventions.Kazu Hirata1-1/+1
2002-09-14ChangeLog: Follow spelling conventions.Kazu Hirata1-4/+4
2002-08-21* cppinit.c (remove_dup_nonsys_dirs): Fix warning and return value.John David Anglin1-1/+7
2002-08-20cppinit.c (remove_dup_dir): Add head_ptr argument to handle removal at head.John David Anglin1-33/+79
2002-08-18re PR preprocessor/7602 (C++ header files found in CPLUS_INCLUDE_PATH treated...Neil Booth1-1/+1
2002-08-12c-opts.c (deps_seen, [...]): New.Neil Booth1-86/+22
2002-08-12c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Move to c-copts.c.Neil Booth1-6/+0
2002-08-11c-common.c (c_common_init): Call preprocess_file instead.Neil Booth1-125/+35
2002-08-11c-common.h (enum c_language_kind): Emphasize that clk_c is 0.Neil Booth1-28/+1
2002-08-10c-opts.c (set_std_cxx98, [...]): New.Neil Booth1-59/+4
2002-08-10c-common.c (flag_objc): New.Ziemowit Laski1-4/+4
2002-08-09Makefile.in (c-opts.o): UpdateNeil Booth1-186/+1
2002-08-08c-opts.c (cpp_opts): New.Neil Booth1-132/+0
2002-08-06cppinit.c (struct lang_flags): Rename trigraphs std.Neil Booth1-3/+4
2002-08-02c-common.c (c_common_init): -Wtraditional also implies -Wlong-long.Zack Weinberg1-2/+3
2002-08-01cppinit.c (COMMAND_LINE_OPTIONS): Remove OPT_dollar.Neil Booth1-5/+0
2002-07-23cppexp.c (parse_defined): Mark macro used.Neil Booth1-0/+15
2002-07-21c-lex.c (GET_ENVIRONMENT): Remove.Neil Booth1-11/+5
2002-07-20cppexp.c (struct op): Add token pointer.Neil Booth1-0/+1
2002-07-02cppinit.c (cpp_handle_option): Suppress warnings with an implicit "-w" for "-...Neil Booth1-14/+14
2002-06-19cpphash.h (struct cpp_reader): Make date and time strings.Neil Booth1-4/+7
2002-06-11Makefile.in: Update cppmain.o.Neil Booth1-4/+5
2002-06-09Makefile.in (LIBCPP_OBJS): Take out version.o.Zack Weinberg1-24/+3
2002-06-07cppinit.c (COMMAND_LINE_OPTIONS): Give all relevant -W options their own entr...Zack Weinberg1-59/+85
2002-06-05cpphash.h (_cpp_create_definition): Update prototype.Neil Booth1-5/+3
2002-06-02c-common.c (c_common_init): Override cpplib's default warn_long_long setting.Neil Booth1-0/+2
2002-05-31cppinit.c (append_include_chain): Always pay attention to cxx_aware when sett...Zack Weinberg1-5/+1
2002-05-29cppexp.c (cpp_num): Move to cpplib.h.Neil Booth1-0/+3
2002-05-27c-common.c (c_common_init): Set CPP arithmetic precision.Neil Booth1-7/+11
2002-05-23cppinit.c (mark_named_operators): Split out from init_builtins.Neil Booth1-10/+22