summaryrefslogtreecommitdiff
path: root/gcc/c-opts.c
Commit message (Expand)AuthorAgeFilesLines
* Various cleanups to help compile server.bothner2003-03-201-5/+6
* * c-opts.c: Default TARGET_EBCDIC to 0 if not defined.neil2003-03-171-0/+5
* * Makefile.in: Update.neil2003-03-151-21/+50
* * c-opts.c (finish_options): New.neil2003-03-141-4/+32
* /home/neil/diffs/include.logneil2003-03-141-5/+85
* * c-opts.c (add_prefixed_path): Don't use concat. Whenzack2003-03-101-2/+12
* * c-opts.c (c_common_post_options): On fopen failure, returnhp2003-03-081-1/+1
* * c-common.h (c_common_init, c_common_post_options): Update.neil2003-03-081-25/+32
* * Makefile.in (c-ppoutput.o): Update.neil2003-03-061-14/+18
* * Makefile.in: Update.neil2003-03-041-44/+36
* * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS,neil2003-03-011-7/+99
* 2003-02-20 Toon Moene <toon@moene.indiv.nluug.nl>toon2003-02-201-0/+9
* * cpplib.h (struct cpp_options): Add warn_deprecated field.jason2003-01-281-0/+1
* * alias.c: Fix comment typos.kazu2003-01-181-1/+1
* Merge from pch-branch.geoffk2003-01-101-0/+16
* Merge basic-improvements-branch to trunkzack2002-12-161-0/+2
* * c-opts.c (COMMAND_LINE_OPTIONS): Fix -Wimplicit.neil2002-11-091-1/+1
* * c-opts.c (missing_arg): Use cl_options[opt_index].opt_codeuweigand2002-10-211-1/+1
* PR c/761sayle2002-10-201-7/+0
* gcc:nathan2002-10-081-1/+2
* * cppinit.c (init_standard_includes, parse_option): Use strncmp.neil2002-10-061-2/+2
* * c-common.c (flag_abi_version): New variable.mmitchel2002-09-231-0/+6
* * ChangeLog: Follow spelling conventions.kazu2002-09-151-2/+2
* * c-common.c (warn_abi): New variable.mmitchel2002-08-271-0/+5
* Added -Wundeclared-selector ObjC command line optionnicola2002-08-271-0/+5
* * c-opts.c (find_opt): Don't complain about wrong languagesneil2002-08-261-19/+24
* PR preprocessor/7358neil2002-08-141-2/+6
* * c-opts.c (c_common_post_options): Correct test.neil2002-08-141-1/+1
* * c-opts.c (lang_flags): Const-ify.ghazi2002-08-141-1/+1
* opts.c (c_common_init_options): Extra braces needed.neil2002-08-131-0/+2
* * c-opts.c (c_common_init_options): Check option array isneil2002-08-131-0/+8
* * c-opts.c (deps_seen, deps_file, deferred_count, deferred_size,neil2002-08-121-51/+196
* * c-common.c (STDC_0_IN_SYSTEM_HEADERS, c_common_init): Moveneil2002-08-121-7/+60
* * c-common.c (c_common_init): Call preprocess_file instead.neil2002-08-111-4/+117
* * c-common.h (enum c_language_kind): Emphasize that clk_c is 0.neil2002-08-111-51/+60
* * c-opts.c (set_std_cxx98, set_std_c89): New.neil2002-08-101-25/+61
* 2002-08-09 Ziemowit Laski <zlaski@apple.com>zlaski2002-08-101-9/+14
* * Makefile.in (c-opts.o): Updateneil2002-08-091-47/+228
* * c-opts.c (cpp_opts): New.neil2002-08-081-4/+113
* * Makefile.in (c-opts.o, c-common.o, C_AND_OBJC_OBJS): Update.neil2002-08-071-0/+1107