aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppinit.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-05-23cpperror.c (_cpp_begin_message): No special casing of CPP_FATAL_LIMIT.Neil Booth1-13/+13
2002-05-22cpperror.c: Fix formatting.Kazu Hirata1-16/+16
2002-05-21c-common.c (c_common_init): Set options->unsigned_char from flag_signed_char.Zack Weinberg1-21/+4
2002-05-21* cppinit.c (sanity_checks): Avoid printf mismatch warnings.Andreas Jaeger1-4/+6
2002-05-18cppinit.c (cpp_post_options): If preprocessed, turn off traditional.Neil Booth1-2/+9
2002-05-18cppinit.c (struct builtin): Remove unused fields.Zack Weinberg1-60/+46
2002-05-17Makefile.in: Update for cpptrad.c.Neil Booth1-4/+16
2002-05-17c-common.c (c_common_init_options): Use C89 for Objective-C, and set the opti...Neil Booth1-25/+10
2002-05-16c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Default-define here.Zack Weinberg1-68/+9
2002-05-15c-parse.in (MODIFIED_WCHAR_TYPE): New macro.Zack Weinberg1-12/+0
2002-05-13Makefile.in (c-common.o, cppinit.o): Update.Neil Booth1-5/+0
2002-05-07c-common.c (c_common_init): Set options->unsigned_wchar.Neil Booth1-8/+5
2002-05-06c-common.c (warn_multichar): New.Neil Booth1-0/+1
2002-05-05c-common.c (c_common_init): Set up CPP arithmetic.Neil Booth1-40/+51
2002-05-04Makefile.in (c-lex.o): Update.Neil Booth1-7/+5
2002-05-04cppinit.c (MAX_WCHAR_TYPE_SIZE): Move to cpplib.hNeil Booth1-24/+34
2002-05-04c-lex.c (lex_string): Let cpp_parse_escape handles truncation and sign-extens...Neil Booth1-0/+33
2002-05-01cppinit.c (cpp_handle_option): Don't set no_output here...Jakub Jelinek1-1/+15
2002-04-28cppexp.c (lex): Update to use state.skip_eval.Neil Booth1-0/+4
2002-04-22cppfiles.c (_cpp_pop_file_buffer): Return void.Neil Booth1-47/+29
2002-04-21cppexp.c (struct op, [...]): Replace U_CHAR with uchar.Neil Booth1-3/+3
2002-04-14cpperror.c (print_location): Don't print include chain if line == 0.Neil Booth1-17/+20
2002-04-07cppinit.c (cpp_create_reader): Initialize discard_comments_in_macro_exp.Jason Thorpe1-0/+6
2002-03-24gcc.c (cpp_options): Pass -MD through as -MD not -M -MF.Neil Booth1-10/+6
2002-03-24cppinit.c (cpp_handle_option): Set warn_endif_labels if -pedantic here...Neil Booth1-4/+1
2002-03-22cpplib.h (struct cpp_options): New member, warn_endif_labels.Phil Edwards1-0/+9
2002-03-16* cppinit.c: Revert -MD removal.Neil Booth1-0/+17
2002-03-16cppinit.c (print_help): Display -MD and -MMD.Neil Booth1-21/+5
2002-03-10re PR preprocessor/5899 (-M disables -dM)Neil Booth1-6/+4
2002-03-03attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi1-2/+1
2002-02-23cppinit.c (output_deps): Correct test for stdout output.Neil Booth1-7/+7
2002-02-20cppinit.c (init_dependency_output): Take deps output file from -o if none giv...Neil Booth1-14/+16
2002-02-17cppinit.c (merge_include_chains): Check for brack being NULL before attemptin...Zack Weinberg1-1/+2
2002-02-02cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.Neil Booth1-0/+16
2002-01-29re PR other/1502 (Nonexistent -W options not diagnosed)Jakub Jelinek1-2/+6
2002-01-08Makefile.in (cs-tconfig.h): Don't depend on $(CONFIG_H) or except.h.Zack Weinberg1-0/+5
2002-01-03cpperror.c: Update comments and copyright.Neil Booth1-17/+12