Age | Commit message (Expand) | Author | Files | Lines |
2003-03-20 | Various cleanups to help compile server. | Per Bothner | 1 | -5/+6 |
2003-03-17 | c-opts.c: Default TARGET_EBCDIC to 0 if not defined. | Neil Booth | 1 | -0/+5 |
2003-03-15 | Makefile.in: Update. | Neil Booth | 1 | -21/+50 |
2003-03-14 | c-opts.c (finish_options): New. | Neil Booth | 1 | -4/+32 |
2003-03-14 | /home/neil/diffs/include.log | Neil Booth | 1 | -5/+85 |
2003-03-10 | c-opts.c (add_prefixed_path): Don't use concat. | Zack Weinberg | 1 | -2/+12 |
2003-03-08 | c-opts.c (c_common_post_options): On fopen failure, return false, not NULL. | Hans-Peter Nilsson | 1 | -1/+1 |
2003-03-08 | c-common.h (c_common_init, [...]): Update. | Neil Booth | 1 | -25/+32 |
2003-03-06 | Makefile.in (c-ppoutput.o): Update. | Neil Booth | 1 | -14/+18 |
2003-03-04 | Makefile.in: Update. | Neil Booth | 1 | -44/+36 |
2003-03-01 | Makefile.in (C_AND_OBJC_OBJS, [...]): Update. | Neil Booth | 1 | -7/+99 |
2003-02-20 | re PR fortran/9038 (-ffixed-line-length-none -x f77-cpp-input gives: Warning:... | Toon Moene | 1 | -0/+9 |
2003-01-28 | cpplib.h (struct cpp_options): Add warn_deprecated field. | Jason Merrill | 1 | -0/+1 |
2003-01-18 | alias.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-01-10 | Merge from pch-branch. | Geoffrey Keating | 1 | -0/+16 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-11-09 | * c-opts.c (COMMAND_LINE_OPTIONS): Fix -Wimplicit. | Neil Booth | 1 | -1/+1 |
2002-10-21 | c-opts.c (missing_arg): Use cl_options[opt_index].opt_code instead of just op... | Ulrich Weigand | 1 | -1/+1 |
2002-10-20 | re PR c/761 (Undocumented options, part 1) | Roger Sayle | 1 | -7/+0 |
2002-10-08 | c-opts.c (c_common_decode_option): Add warn_strict_aliasing to -Wall. | Nathan Sidwell | 1 | -1/+2 |
2002-10-06 | cppinit.c (init_standard_includes, [...]): Use strncmp. | Frank Ch. Eigler | 1 | -2/+2 |
2002-09-23 | c-common.c (flag_abi_version): New variable. | Mark Mitchell | 1 | -0/+6 |
2002-09-15 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -2/+2 |
2002-08-27 | c-common.c (warn_abi): New variable. | Mark Mitchell | 1 | -0/+5 |
2002-08-27 | Added -Wundeclared-selector ObjC command line option | Nicola Pero | 1 | -0/+5 |
2002-08-26 | c-opts.c (find_opt): Don't complain about wrong languages here. | Neil Booth | 1 | -19/+24 |
2002-08-14 | re PR preprocessor/7358 (Changes to Sun's make Dependencies) | Neil Booth | 1 | -2/+6 |
2002-08-14 | * c-opts.c (c_common_post_options): Correct test. | Neil Booth | 1 | -1/+1 |
2002-08-14 | c-opts.c (lang_flags): Const-ify. | Kaveh R. Ghazi | 1 | -1/+1 |
2002-08-13 | opts.c (c_common_init_options): Extra braces needed. | Neil Booth | 1 | -0/+2 |
2002-08-13 | c-opts.c (c_common_init_options): Check option array is sorted if checking en... | Neil Booth | 1 | -0/+8 |
2002-08-12 | c-opts.c (deps_seen, [...]): New. | Neil Booth | 1 | -51/+196 |
2002-08-12 | c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Move to c-copts.c. | Neil Booth | 1 | -7/+60 |
2002-08-11 | c-common.c (c_common_init): Call preprocess_file instead. | Neil Booth | 1 | -4/+117 |
2002-08-11 | c-common.h (enum c_language_kind): Emphasize that clk_c is 0. | Neil Booth | 1 | -51/+60 |
2002-08-10 | c-opts.c (set_std_cxx98, [...]): New. | Neil Booth | 1 | -25/+61 |
2002-08-10 | c-common.c (flag_objc): New. | Ziemowit Laski | 1 | -9/+14 |
2002-08-09 | Makefile.in (c-opts.o): Update | Neil Booth | 1 | -47/+228 |
2002-08-08 | c-opts.c (cpp_opts): New. | Neil Booth | 1 | -4/+113 |
2002-08-07 | Makefile.in (c-opts.o, [...]): Update. | Neil Booth | 1 | -0/+1107 |