aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppinit.c
AgeCommit message (Expand)Author
2005-07-27This commit was manufactured by cvs2svn to create branchno-author
2003-10-02 * cppinit.c (cpp_read_main_file): Split into two functions:Per Bothner
2003-08-19 * c-common.c: Fix comment formatting.Kazu Hirata
2003-08-11Remove improper white-space.Per Bothner
2003-08-09 * cppinit.c (cpp_read_main_file): Split out source-independentPer Bothner
2003-08-05* c.opt: Introduce -fworking-directory.Alexandre Oliva
2003-08-01 * Makefile.in: Refine dependencies.Neil Booth
2003-07-29 * Makefile.in (LIBCPP_DEPS): Add HASHTAB_H.Neil Booth
2003-07-22 * hashtable.c (approx_sqrt): Make static.Zack Weinberg
2003-07-19 * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cKaveh Ghazi
2003-07-13 * Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).Zack Weinberg
2003-07-11Index: ChangeLogGeoffrey Keating
2003-07-05 * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token types.Zack Weinberg
2003-06-17 * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.cZack Weinberg
2003-06-16cp:Kaveh Ghazi
2003-06-12 Don't warn on dollars in builtin macro definitions,Hans-Peter Nilsson
2003-05-17 * c-common.c, c-common.h (dollars_in_ident): Remove.Neil Booth
2003-05-11 * cppinit.c (cpp_init_builtins): Use _cpp_define_builtinNeil Booth
2003-05-11 * cppinit.c (cpp_init_builtins): Use _cpp_define_builtinNeil Booth
2003-05-11 * c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ intoNeil Booth
2003-05-04 * cppinit.c (cpp_create_reader, post_options): Warn aboutNeil Booth
2003-04-19 * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD,Neil Booth
2003-03-20 Various cleanups to help compile server.Per Bothner
2003-03-15 * Makefile.in: Update.Neil Booth
2003-03-14 * c-opts.c (finish_options): New.Neil Booth
2003-03-14/home/neil/diffs/include.logNeil Booth
2003-03-12 * cppfiles.c (cpp_rename_file, cpp_push_include): New.Neil Booth
2003-03-08 * cppinit.c (cpp_finish_options): Set first_unused_line to -1.Neil Booth
2003-03-06 * Makefile.in (c-ppoutput.o): Update.Neil Booth
2003-03-01 * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS,Neil Booth
2003-02-13 * Makefile.in (PREPROCESSOR_DEFINES): AddDaniel Jacobowitz
2003-01-28 * cpplib.h (struct cpp_options): Add warn_deprecated field.Jason Merrill
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg
2002-10-06 * cppinit.c (init_standard_includes, parse_option): Use strncmp.Frank Ch. Eigler
2002-09-22 * ChangeLog: Follow spelling conventions.Kazu Hirata
2002-09-16 * ABOUT-NLS: Follow spelling conventions.Kazu Hirata
2002-09-14 * ChangeLog: Follow spelling conventions.Kazu Hirata
2002-08-21 * cppinit.c (remove_dup_nonsys_dirs): Fix warning and return value.John David Anglin
2002-08-20 * cppinit.c (remove_dup_dir): Add head_ptr argument to handle removalJohn David Anglin
2002-08-18 PR preprocessor/7602Neil Booth
2002-08-12 * c-opts.c (deps_seen, deps_file, deferred_count, deferred_size,Neil Booth
2002-08-12 * c-common.c (STDC_0_IN_SYSTEM_HEADERS, c_common_init): MoveNeil Booth
2002-08-11 * c-common.c (c_common_init): Call preprocess_file instead.Neil Booth
2002-08-11 * c-common.h (enum c_language_kind): Emphasize that clk_c is 0.Neil Booth
2002-08-10 * c-opts.c (set_std_cxx98, set_std_c89): New.Neil Booth
2002-08-102002-08-09 Ziemowit Laski <zlaski@apple.com>Ziemowit Laski
2002-08-09 * Makefile.in (c-opts.o): UpdateNeil Booth
2002-08-08 * c-opts.c (cpp_opts): New.Neil Booth
2002-08-06 * cppinit.c (struct lang_flags): Rename trigraphs std.Neil Booth
2002-08-02 * c-common.c (c_common_init): -Wtraditional also implies -Wlong-long.Zack Weinberg