aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
AgeCommit message (Expand)AuthorFilesLines
2003-05-11c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into cpplib as it's a S...Neil Booth1-1/+1
2003-04-23Makefile.in (c-lex.o, [...]): Update.Neil Booth1-9/+9
2003-04-22c-lex.c (c_lex): Handle CPP_OTHER differently.Neil Booth1-2/+1
2003-04-21c-ppoutput.c (cb_include): Don't take a cpp_token.Neil Booth1-1/+1
2003-03-20Various cleanups to help compile server.Per Bothner1-11/+11
2003-03-17c-opts.c: Default TARGET_EBCDIC to 0 if not defined.Neil Booth1-6/+9
2003-03-15Makefile.in: Update.Neil Booth1-18/+3
2003-03-12cppfiles.c (cpp_rename_file, [...]): New.Neil Booth1-0/+2
2003-03-04Makefile.in: Update.Neil Booth1-25/+0
2003-03-02c-incpath.c (remove_component_p, [...]): Move back to cppfiles.c.Neil Booth1-1/+1
2003-03-01Makefile.in (C_AND_OBJC_OBJS, [...]): Update.Neil Booth1-31/+32
2003-02-13Makefile.in (PREPROCESSOR_DEFINES): Add @TARGET_SYSTEM_ROOT_DEFINE@.Daniel Jacobowitz1-0/+4
2003-01-28cpplib.h (struct cpp_options): Add warn_deprecated field.Jason Merrill1-0/+3
2003-01-18alias.c: Fix comment typos.Kazu Hirata1-3/+3
2003-01-10Merge from pch-branch.Geoffrey Keating1-6/+29
2003-01-01c-pragma.c (c_register_pragma): New.Neil Booth1-4/+1
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-4/+7
2002-09-26c-common.h: Follow spelling conventions.Kazu Hirata1-1/+1
2002-09-22ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2002-09-14ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2002-08-14re PR preprocessor/7358 (Changes to Sun's make Dependencies)Neil Booth1-0/+3
2002-08-12c-opts.c (deps_seen, [...]): New.Neil Booth1-26/+23
2002-08-12c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Move to c-copts.c.Neil Booth1-4/+1
2002-08-11c-common.c (c_common_init): Call preprocess_file instead.Neil Booth1-7/+11
2002-08-10c-opts.c (set_std_cxx98, [...]): New.Neil Booth1-0/+4
2002-08-09Makefile.in (c-opts.o): UpdateNeil Booth1-5/+0
2002-08-06cppinit.c (struct lang_flags): Rename trigraphs std.Neil Booth1-0/+3
2002-07-23cppexp.c (parse_defined): Mark macro used.Neil Booth1-0/+3
2002-07-20cppexp.c (struct op): Add token pointer.Neil Booth1-0/+4
2002-07-17cppexp.c (cpp_interpret_integer, [...]): Clarify and correct use of "bool" va...Neil Booth1-2/+2
2002-06-11Makefile.in: Update cppmain.o.Neil Booth1-0/+3
2002-06-07cppinit.c (COMMAND_LINE_OPTIONS): Give all relevant -W options their own entr...Zack Weinberg1-1/+1
2002-06-02c-common.c (c_common_init): Override cpplib's default warn_long_long setting.Neil Booth1-0/+4
2002-05-29cppexp.c (cpp_num): Move to cpplib.h.Neil Booth1-0/+48
2002-05-23cpperror.c (_cpp_begin_message): No special casing of CPP_FATAL_LIMIT.Neil Booth1-10/+2
2002-05-17Makefile.in: Update for cpptrad.c.Neil Booth1-0/+3
2002-05-17c-common.c (c_common_init_options): Use C89 for Objective-C, and set the opti...Neil Booth1-2/+3
2002-05-16c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Default-define here.Zack Weinberg1-3/+3
2002-05-07c-common.c (c_common_init): Set options->unsigned_wchar.Neil Booth1-7/+9
2002-05-06c-common.c (warn_multichar): New.Neil Booth1-3/+6
2002-05-05c-common.c (c_common_init): Set up CPP arithmetic.Neil Booth1-3/+3
2002-05-04Makefile.in (c-lex.o): Update.Neil Booth1-0/+5
2002-05-04cppinit.c (MAX_WCHAR_TYPE_SIZE): Move to cpplib.hNeil Booth1-5/+16
2002-05-04c-lex.c (lex_string): Let cpp_parse_escape handles truncation and sign-extens...Neil Booth1-8/+20
2002-04-28cppexp.c (lex): Update to use state.skip_eval.Neil Booth1-3/+3
2002-04-26cppexp.c (CPP_UMINUS, CPP_UPLUS): New.Neil Booth1-5/+8
2002-04-24cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS.Matthew Hiller1-3/+3
2002-04-14cpperror.c (print_location): Don't print include chain if line == 0.Neil Booth1-20/+38
2002-04-07cppinit.c (cpp_create_reader): Initialize discard_comments_in_macro_exp.Jason Thorpe1-0/+4
2002-03-24Removal of separate preprocessor cpp0.Neil Booth1-0/+3