OSDN Git Service

* g++.old-deja/g++.benjamin/16077.C: Adjust warnings.
[pf3gnuchains/gcc-fork.git] / gcc / cpplib.h
2003-03-04 neil * Makefile.in: Update.
2003-03-02 neil * c-incpath.c (remove_component_p, simplify_path)...
2003-03-01 neil * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex...
2003-02-13 drow * Makefile.in (PREPROCESSOR_DEFINES): Add
2003-01-28 jason * cpplib.h (struct cpp_options): Add warn_depre...
2003-01-18 kazu * alias.c: Fix comment typos.
2003-01-10 geoffkMerge from pch-branch.
2003-01-01 neil * c-pragma.c (c_register_pragma): New.
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-09-26 kazu * c-common.h: Follow spelling conventions.
2002-09-22 kazu * ChangeLog: Follow spelling conventions.
2002-09-14 kazu * ChangeLog: Follow spelling conventions.
2002-08-14 neil PR preprocessor/7358
2002-08-12 neil * c-opts.c (deps_seen, deps_file, deferred_count,...
2002-08-12 neil * c-common.c (STDC_0_IN_SYSTEM_HEADERS, c_common_init...
2002-08-11 neil * c-common.c (c_common_init): Call preprocess_file...
2002-08-10 neil * c-opts.c (set_std_cxx98, set_std_c89): New.
2002-08-09 neil * Makefile.in (c-opts.o): Update
2002-08-06 neil * cppinit.c (struct lang_flags): Rename trigraphs...
2002-07-23 neil * cppexp.c (parse_defined): Mark macro used.
2002-07-20 neil * cppexp.c (struct op): Add token pointer.
2002-07-17 neil * cppexp.c (cpp_interpret_integer, append_digit, parse...
2002-06-11 neil * Makefile.in: Update cppmain.o.
2002-06-07 zack * cppinit.c (COMMAND_LINE_OPTIONS): Give all relevant -W
2002-06-02 neil * c-common.c (c_common_init): Override cpplib's default
2002-05-29 neil2002-05-29 Neil Booth <neil@daikokuya.demon.co.uk>
2002-05-23 neil * cpperror.c (_cpp_begin_message): No special casing
2002-05-17 neil * Makefile.in: Update for cpptrad.c.
2002-05-17 neil * c-common.c (c_common_init_options): Use C89 for...
2002-05-16 zack * c-common.c (STDC_0_IN_SYSTEM_HEADERS, REGISTER_PREFIX):
2002-05-07 neil * c-common.c (c_common_init): Set options->unsigned_wchar.
2002-05-06 neil * c-common.c (warn_multichar): New.
2002-05-05 neil * c-common.c (c_common_init): Set up CPP arithmetic.
2002-05-04 neil * Makefile.in (c-lex.o): Update.
2002-05-04 neil * cppinit.c (MAX_WCHAR_TYPE_SIZE): Move to cpplib.h
2002-05-04 neil * c-lex.c (lex_string): Let cpp_parse_escape handles...
2002-04-28 neil * cppexp.c (lex): Update to use state.skip_eval.
2002-04-26 neil * cppexp.c (CPP_UMINUS, CPP_UPLUS): New.
2002-04-24 hiller2002-04-24 Matt Hiller <hiller@redhat.com>
2002-04-14 neil * cpperror.c (print_location): Don't print include...
2002-04-07 thorpej* cppinit.c (cpp_create_reader): Initialize
2002-03-24 neil Removal of separate preprocessor cpp0.
2002-03-22 pme2002-03-22 Phil Edwards <pme@gcc.gnu.org>
2002-03-14 zack * cpphash.h (struct lexer_state): Remove line_extensio...
2002-02-27 zack * c-common.c, c-common.h, c-decl.c, c-lex.c, c-parse.in,
2002-02-02 neil * cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGN...
2002-01-29 jakub PR other/1502:
2002-01-03 neil * cpperror.c: Update comments and copyright.
2001-11-15 neil * c-common.c: Include c-lex.h.
2001-10-14 neil * c-pragma.h (cpp_register_pragma_space): Remove.
2001-10-11 kazu * calls.c: Fix formatting.
2001-10-06 zack * cpplex.c (enum spell_type): Add SPELL_NUMBER.
2001-10-02 neil * cpphash.h: Update comments.
2001-09-27 neil * cpphash.h: Update comment.
2001-09-26 neil * cpphash.h (struct _cpp_buff, _cpp_get_buff, _cpp_rel...
2001-09-24 neil * c-lex.c (cb_def_pragma): Update.
2001-09-16 neil * cppmain.c (scan_translation_unit): Don't worry about
2001-09-14 neil * cpperror.c (print_location): Take line and column...
2001-09-13 neil * c-parse.in (_yylex): Use _cpp_backup_tokens.
2001-08-22 neil * cpperror.c (print_location): Don't show _Pragma.
2001-08-17 neil * cpperror.c (print_location): Don't take a file...
2001-08-11 neil * c-lex.c (map): Make const.
2001-08-07 neil * cpplib.h, line-map.h: Update comments.
2001-08-06 neil * cpperror.c (print_containing_files): Moved to line...
2001-08-04 neil * cpphash.h (struct cpp_reader): New member directive_...
2001-08-04 neil * Makefile.in (CPPLIB_H): New, so that dependencies...
2001-08-02 neil * line-map.c: New.
2001-08-01 neil * cpphash.h (struct cpp_reader): New members line...
2001-07-29 neil * cpphash.h (struct cpp_reader): Remove import_warning.
2001-07-19 neil * c-lex.c (c_lex): Remove CPP_INT, CPP_FLOAT cases.
2001-05-26 rthStandardize header guards.
2001-05-23 neil * c-lex.c (read_escape, read_ucs): Delete.
2001-05-20 neil * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,
2001-05-16 neil * cppexp.c (lex): Use NODE_NAME and NODE_LEN.
2001-05-16 neil * cpplib.h: Undo mistaken commit.
2001-05-16 neil * cppexp.c (lex): Use NODE_NAME and NODE_LEN.
2001-05-11 neil * c-lex.c (lex_charconst): Convert into a simple wrapper
2001-03-07 zack * c-parse.in (yylexname): New function, split out...
2001-03-04 neil * cppfiles.c (_cpp_execute_include): Don't make a...
2001-03-03 neil * cpp.texi: Update.
2001-03-02 neil * cppfiles.c (struct include_file): Update.
2001-02-25 neil * cppinit.c (builtin_array): Update.
2001-02-14 neil * c-lex.c (lex_number): Only warn traditionally...
2001-02-04 mmitchel * cppinit.c (BC): New macro.
2001-01-28 neil * cpphash.c (_cpp_cleanup_hashtable, _cpp_looku...
2001-01-14 neil * c-parse.in (finish_parse): Add comment about...
2001-01-13 neil * cpplib.h (cpp_pool, mi_state, mi_ind, struct...
2001-01-13 neil * cppinit.c (cpp_handle_option): help_only...
2001-01-10 neil * cppinit.c (OPT_g): Remove.
2001-01-07 neil * c-lang.c (c_post_options): Call cpp_post_options.
2001-01-05 zack * cpplib.h (struct cpp_reader): Add help_only field.
2001-01-05 neil * cpp.texi: Update for -MP. Clarify behaviour...
2001-01-04 neil * cpp.texi: Update for -MT.
2000-12-18 neil * c-lex.c: s/change_file/file_change.
2000-12-17 neil * cpplib.h (struct cpp_reader): Remove referenc...
2000-12-17 neil * c-lex.c: Move main_input_filename handling...
2000-12-15 jakub * gcc.c (cpp_options): Pass -fno-operator-names.
2000-12-11 neil * cpperror.c (print_location): New function.
2000-12-07 neil * cppfiles.c (struct include_file): Move from...
2000-12-07 law * config/alpha/osf.h: Standarize copyright statement.
next