aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.h
AgeCommit message (Expand)Author
2003-11-06backport: [multiple changes]H.J. Lu
2002-09-26c-common.h: Follow spelling conventions.Kazu Hirata
2002-09-22ChangeLog: Follow spelling conventions.Kazu Hirata
2002-09-14ChangeLog: Follow spelling conventions.Kazu Hirata
2002-08-14re PR preprocessor/7358 (Changes to Sun's make Dependencies)Neil Booth
2002-08-12c-opts.c (deps_seen, [...]): New.Neil Booth
2002-08-12c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Move to c-copts.c.Neil Booth
2002-08-11c-common.c (c_common_init): Call preprocess_file instead.Neil Booth
2002-08-10c-opts.c (set_std_cxx98, [...]): New.Neil Booth
2002-08-09Makefile.in (c-opts.o): UpdateNeil Booth
2002-08-06cppinit.c (struct lang_flags): Rename trigraphs std.Neil Booth
2002-07-23cppexp.c (parse_defined): Mark macro used.Neil Booth
2002-07-20cppexp.c (struct op): Add token pointer.Neil Booth
2002-07-17cppexp.c (cpp_interpret_integer, [...]): Clarify and correct use of "bool" va...Neil Booth
2002-06-11Makefile.in: Update cppmain.o.Neil Booth
2002-06-07cppinit.c (COMMAND_LINE_OPTIONS): Give all relevant -W options their own entr...Zack Weinberg
2002-06-02c-common.c (c_common_init): Override cpplib's default warn_long_long setting.Neil Booth
2002-05-29cppexp.c (cpp_num): Move to cpplib.h.Neil Booth
2002-05-23cpperror.c (_cpp_begin_message): No special casing of CPP_FATAL_LIMIT.Neil Booth
2002-05-17Makefile.in: Update for cpptrad.c.Neil Booth
2002-05-17c-common.c (c_common_init_options): Use C89 for Objective-C, and set the opti...Neil Booth
2002-05-16c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Default-define here.Zack Weinberg
2002-05-07c-common.c (c_common_init): Set options->unsigned_wchar.Neil Booth
2002-05-06c-common.c (warn_multichar): New.Neil Booth
2002-05-05c-common.c (c_common_init): Set up CPP arithmetic.Neil Booth
2002-05-04Makefile.in (c-lex.o): Update.Neil Booth
2002-05-04cppinit.c (MAX_WCHAR_TYPE_SIZE): Move to cpplib.hNeil Booth
2002-05-04c-lex.c (lex_string): Let cpp_parse_escape handles truncation and sign-extens...Neil Booth
2002-04-28cppexp.c (lex): Update to use state.skip_eval.Neil Booth
2002-04-26cppexp.c (CPP_UMINUS, CPP_UPLUS): New.Neil Booth
2002-04-24cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS.Matthew Hiller
2002-04-14cpperror.c (print_location): Don't print include chain if line == 0.Neil Booth
2002-04-07cppinit.c (cpp_create_reader): Initialize discard_comments_in_macro_exp.Jason Thorpe
2002-03-24Removal of separate preprocessor cpp0.Neil Booth
2002-03-22cpplib.h (struct cpp_options): New member, warn_endif_labels.Phil Edwards
2002-03-14cpphash.h (struct lexer_state): Remove line_extension member.Zack Weinberg
2002-02-27c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg
2002-02-02cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__.Neil Booth
2002-01-29re PR other/1502 (Nonexistent -W options not diagnosed)Jakub Jelinek
2002-01-03cpperror.c: Update comments and copyright.Neil Booth
2001-11-15c-common.c: Include c-lex.h.Neil Booth
2001-10-14c-pragma.h (cpp_register_pragma_space): Remove.Neil Booth
2001-10-11calls.c: Fix formatting.Kazu Hirata
2001-10-06cpplex.c (enum spell_type): Add SPELL_NUMBER.Zack Weinberg
2001-10-02cpphash.h: Update comments.Neil Booth
2001-09-27cpphash.h: Update comment.Neil Booth
2001-09-26cpphash.h (struct _cpp_buff, [...]): New.Neil Booth
2001-09-24c-lex.c (cb_def_pragma): Update.Neil Booth
2001-09-16cppmain.c (scan_translation_unit): Don't worry about putting a space after ha...Neil Booth
2001-09-14cpperror.c (print_location): Take line and column, for default positioning us...Neil Booth