aboutsummaryrefslogtreecommitdiff
path: root/gcc/cppinit.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-19c-opts.c (warn_variadic_macros): New.Richard Henderson1-0/+1
2004-02-11Represent column numbers using line-map's source_location.Per Bothner1-1/+1
2004-02-04Partially revert/redo 2003-10-01 change; fix -fworking-directory.Per Bothner1-36/+10
2004-02-02[multiple changes]Eric Christopher1-5/+5
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-19Move cpp_reader's line_maps field to a shared global.Per Bothner1-4/+4
2004-01-16cppcharset.c (one_iso88591_to_utf8): New function.Eric Christopher1-0/+3
2003-11-01re PR preprocessor/12847 (xxx.c:1:20: xxxx.h: No such file or directory)John David Anglin1-8/+9
2003-10-02cppinit.c (cpp_read_main_file): Split into two functions: Distribute _cpp_sta...Per Bothner1-24/+27
2003-08-19c-common.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-08-10Remove improper white-space.Per Bothner1-1/+1
2003-08-09cppinit.c (cpp_read_main_file): Split out source-independent initialization t...Per Bothner1-7/+12
2003-08-05c.opt: Introduce -fworking-directory.Alexandre Oliva1-0/+74
2003-08-01Makefile.in: Refine dependencies.Neil Booth1-1/+0
2003-07-29Makefile.in (LIBCPP_DEPS): Add HASHTAB_H.Neil Booth1-12/+9
2003-07-22hashtable.c (approx_sqrt): Make static.Zack Weinberg1-2/+2
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-1/+1
2003-07-13Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).Zack Weinberg1-3/+3
2003-07-11Index: ChangeLogGeoffrey Keating1-2/+10
2003-07-05cpplib.h (CPP_AT_NAME, [...]): New token types.Zack Weinberg1-0/+6
2003-06-17* cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.cZack Weinberg1-38/+22
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-1/+1
2003-06-12Don't warn on dollars in builtin macro definitions,Hans-Peter Nilsson1-7/+1
2003-05-17c-common.c, c-common.h (dollars_in_ident): Remove.Neil Booth1-12/+17
2003-05-11* cppinit.c (cpp_init_builtins): Use _cpp_define_builtinNeil Booth1-2/+2
2003-05-11* cppinit.c (cpp_init_builtins): Use _cpp_define_builtinNeil Booth1-2/+2
2003-05-11c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into cpplib as it's a S...Neil Booth1-2/+9
2003-05-04cppinit.c (cpp_create_reader, [...]): Warn about trigraphs unless explicity s...Neil Booth1-0/+4
2003-04-19cppfiles.c (ENABLE_VALGRIND_CHECKING, [...]): Remove.Neil Booth1-5/+7
2003-03-20Various cleanups to help compile server.Per Bothner1-8/+5
2003-03-15Makefile.in: Update.Neil Booth1-309/+5
2003-03-14c-opts.c (finish_options): New.Neil Booth1-21/+0
2003-03-14/home/neil/diffs/include.logNeil Booth1-40/+2
2003-03-12cppfiles.c (cpp_rename_file, [...]): New.Neil Booth1-28/+6
2003-03-08cppinit.c (cpp_finish_options): Set first_unused_line to -1.Neil Booth1-0/+2
2003-03-06Makefile.in (c-ppoutput.o): Update.Neil Booth1-0/+2
2003-03-01Makefile.in (C_AND_OBJC_OBJS, [...]): Update.Neil Booth1-528/+2
2003-02-13Makefile.in (PREPROCESSOR_DEFINES): Add @TARGET_SYSTEM_ROOT_DEFINE@.Daniel Jacobowitz1-29/+38
2003-01-28cpplib.h (struct cpp_options): Add warn_deprecated field.Jason Merrill1-0/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-42/+26
2002-10-06cppinit.c (init_standard_includes, [...]): Use strncmp.Frank Ch. Eigler1-3/+3
2002-09-22ChangeLog: Follow spelling conventions.Kazu Hirata1-2/+2
2002-09-16ABOUT-NLS: Follow spelling conventions.Kazu Hirata1-1/+1
2002-09-14ChangeLog: Follow spelling conventions.Kazu Hirata1-4/+4
2002-08-21* cppinit.c (remove_dup_nonsys_dirs): Fix warning and return value.John David Anglin1-1/+7
2002-08-20cppinit.c (remove_dup_dir): Add head_ptr argument to handle removal at head.John David Anglin1-33/+79
2002-08-18re PR preprocessor/7602 (C++ header files found in CPLUS_INCLUDE_PATH treated...Neil Booth1-1/+1
2002-08-12c-opts.c (deps_seen, [...]): New.Neil Booth1-86/+22
2002-08-12c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Move to c-copts.c.Neil Booth1-6/+0
2002-08-11c-common.c (c_common_init): Call preprocess_file instead.Neil Booth1-125/+35