| Commit message (Expand) | Author | Age | Files | Lines |
* | * c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into | neil | 2003-05-11 | 1 | -2/+9 |
* | * cppinit.c (cpp_create_reader, post_options): Warn about | neil | 2003-05-04 | 1 | -0/+4 |
* | * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD, | neil | 2003-04-19 | 1 | -5/+7 |
* | Various cleanups to help compile server. | bothner | 2003-03-20 | 1 | -8/+5 |
* | * Makefile.in: Update. | neil | 2003-03-15 | 1 | -309/+5 |
* | * c-opts.c (finish_options): New. | neil | 2003-03-14 | 1 | -21/+0 |
* | /home/neil/diffs/include.log | neil | 2003-03-14 | 1 | -40/+2 |
* | * cppfiles.c (cpp_rename_file, cpp_push_include): New. | neil | 2003-03-12 | 1 | -28/+6 |
* | * cppinit.c (cpp_finish_options): Set first_unused_line to -1. | neil | 2003-03-08 | 1 | -0/+2 |
* | * Makefile.in (c-ppoutput.o): Update. | neil | 2003-03-06 | 1 | -0/+2 |
* | * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS, | neil | 2003-03-01 | 1 | -528/+2 |
* | * Makefile.in (PREPROCESSOR_DEFINES): Add | drow | 2003-02-13 | 1 | -29/+38 |
* | * cpplib.h (struct cpp_options): Add warn_deprecated field. | jason | 2003-01-28 | 1 | -0/+1 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -42/+26 |
* | * cppinit.c (init_standard_includes, parse_option): Use strncmp. | neil | 2002-10-06 | 1 | -3/+3 |
* | * ChangeLog: Follow spelling conventions. | kazu | 2002-09-22 | 1 | -2/+2 |
* | * ABOUT-NLS: Follow spelling conventions. | kazu | 2002-09-16 | 1 | -1/+1 |
* | * ChangeLog: Follow spelling conventions. | kazu | 2002-09-14 | 1 | -4/+4 |
* | * cppinit.c (remove_dup_nonsys_dirs): Fix warning and return value. | danglin | 2002-08-21 | 1 | -1/+7 |
* | * cppinit.c (remove_dup_dir): Add head_ptr argument to handle removal | danglin | 2002-08-20 | 1 | -33/+79 |
* | PR preprocessor/7602 | neil | 2002-08-18 | 1 | -1/+1 |
* | * c-opts.c (deps_seen, deps_file, deferred_count, deferred_size, | neil | 2002-08-12 | 1 | -86/+22 |
* | * c-common.c (STDC_0_IN_SYSTEM_HEADERS, c_common_init): Move | neil | 2002-08-12 | 1 | -6/+0 |
* | * c-common.c (c_common_init): Call preprocess_file instead. | neil | 2002-08-11 | 1 | -125/+35 |
* | * c-common.h (enum c_language_kind): Emphasize that clk_c is 0. | neil | 2002-08-11 | 1 | -28/+1 |
* | * c-opts.c (set_std_cxx98, set_std_c89): New. | neil | 2002-08-10 | 1 | -59/+4 |
* | 2002-08-09 Ziemowit Laski <zlaski@apple.com> | zlaski | 2002-08-10 | 1 | -4/+4 |
* | * Makefile.in (c-opts.o): Update | neil | 2002-08-09 | 1 | -186/+1 |
* | * c-opts.c (cpp_opts): New. | neil | 2002-08-08 | 1 | -132/+0 |
* | * cppinit.c (struct lang_flags): Rename trigraphs std. | neil | 2002-08-06 | 1 | -3/+4 |
* | * c-common.c (c_common_init): -Wtraditional also implies -Wlong-long. | zack | 2002-08-02 | 1 | -2/+3 |
* | * cppinit.c (COMMAND_LINE_OPTIONS): Remove OPT_dollar. | neil | 2002-08-01 | 1 | -5/+0 |
* | * cppexp.c (parse_defined): Mark macro used. | neil | 2002-07-23 | 1 | -0/+15 |
* | * c-lex.c (GET_ENVIRONMENT): Remove. | neil | 2002-07-21 | 1 | -11/+5 |
* | * cppexp.c (struct op): Add token pointer. | neil | 2002-07-20 | 1 | -0/+1 |
* | * cppinit.c (cpp_handle_option): Suppress warnings with an | neil | 2002-07-02 | 1 | -14/+14 |
* | * cpphash.h (struct cpp_reader): Make date and time strings. | neil | 2002-06-19 | 1 | -4/+7 |
* | * Makefile.in: Update cppmain.o. | neil | 2002-06-11 | 1 | -4/+5 |
* | * Makefile.in (LIBCPP_OBJS): Take out version.o. | zack | 2002-06-09 | 1 | -24/+3 |
* | * cppinit.c (COMMAND_LINE_OPTIONS): Give all relevant -W | zack | 2002-06-07 | 1 | -59/+85 |
* | * cpphash.h (_cpp_create_definition): Update prototype. | neil | 2002-06-05 | 1 | -5/+3 |
* | * c-common.c (c_common_init): Override cpplib's default | neil | 2002-06-02 | 1 | -0/+2 |
* | * cppinit.c (append_include_chain): Always pay attention to | zack | 2002-05-31 | 1 | -5/+1 |
* | 2002-05-29 Neil Booth <neil@daikokuya.demon.co.uk> | neil | 2002-05-29 | 1 | -0/+3 |
* | * c-common.c (c_common_init): Set CPP arithmetic precision. | neil | 2002-05-27 | 1 | -7/+11 |
* | * cppinit.c (mark_named_operators): Split out from init_builtins. | neil | 2002-05-23 | 1 | -10/+22 |
* | * cpperror.c (_cpp_begin_message): No special casing | neil | 2002-05-23 | 1 | -13/+13 |
* | * cpperror.c: Fix formatting. | kazu | 2002-05-22 | 1 | -16/+16 |
* | * c-common.c (c_common_init): Set options->unsigned_char from | zack | 2002-05-21 | 1 | -21/+4 |
* | * cppinit.c (sanity_checks): Avoid printf mismatch warnings. | aj | 2002-05-21 | 1 | -4/+6 |