OSDN Git Service

2002-01-16 H.J. Lu <hjl@gnu.org>
[pf3gnuchains/gcc-fork.git] / gcc / cppinit.c
2002-01-08 zack * Makefile.in (cs-tconfig.h): Don't depend on $(CONFIG...
2002-01-03 neil * cpperror.c: Update comments and copyright.
2002-01-03 grahams * cppinit.c: Update copyright date.
2001-12-15 jsm28 * c-typeck.c, config/i386/i386.h, config/mcore/mcore.h,
2001-12-03 neil * c-decl.c (grokdeclarator): Use ISO word.
2001-12-02 neil * c-decl.c (duplicate_decls, push_parm_decl): Remove...
2001-11-23 jsm28 * ChangeLog.0, ChangeLog.2, ChangeLog.3, ChangeLog...
2001-11-21 kenner * cppinit.c (INO_T_COPY): Define.
2001-11-15 neil * c-common.c: Include c-lex.h.
2001-10-02 neil * cpphash.h: Update comments.
2001-09-30 neil * cpphash.h (POOL_ALIGN, POOL_FRONT, POOL_LIMIT, POOL_...
2001-09-28 neil * cpphash.h (struct cpp_buff): Make unsigned.
2001-09-26 neil * cpphash.h (struct cpp_pool): Remove locks and locked.
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-15 neil * cpphash.h (struct cpp_reader): Remove lexer_pos...
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-09-12 ghazi * c-common.c (c_tree_code_name): Const-ification.
2001-09-11 neil * cpphash.h (struct tokenrun): New.
2001-09-01 neil * cppinit.c (cpp_start_read): Free the imacros list...
2001-08-22 neil * cpperror.c (print_location): Don't show _Pragma.
2001-08-21 neil * cppfiles.c (stack_include_file): Don't handle -H...
2001-08-21 neil * cpphash.h (_cpp_push_next_buffer): New.
2001-08-20 neil * cppinit.c (init_standard_includes): The returned...
2001-08-18 neil * cppinit.c (init_standard_includes): Reverse accidentally
2001-08-17 neil * cpperror.c (print_location): Don't take a file...
2001-08-11 neil * cpphash.c (_cpp_destroy_hashtable): Use ht_destroy.
2001-08-07 neil * cppinit.c (cpp_finish): Pop the final buffer without...
2001-08-05 neil PR preprocessor/3081
2001-08-04 neil * Makefile.in (CPPLIB_H): New, so that dependencies...
2001-08-02 neil * line-map.c: New.
2001-08-01 kazu * alias.c: Fix comment formatting.
2001-07-29 neil PR preprocessor/3669
2001-07-20 nathan * cppinit.c (remove_dup_dir): Make static.
2001-07-04 nathan * cppinit.c (remove_dup_dirs): Inform if a system...
2001-07-02 zack * cppinit.c (lang_defaults): New table.
2001-06-09 neil * cppinit.c (print_help): Document -fpreprocessed.
2001-05-20 neil * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,
2001-05-10 zack * cppinit.c (cpp_post_options): Shut off macro expansi...
2001-04-06 neil * configure.in: Add check for lstat.
2001-03-15 neil * cpp.texi: Update documentation for -include and...
2001-03-04 neil * cppfiles.c (_cpp_execute_include): Don't make a...
2001-03-02 cgf* cppinit.c (append_include_chain): Mark "after" includ...
2001-03-02 neil * cppfiles.c (struct include_file): Update.
2001-03-02 danglin * cpplib.c (_cpp_init_stacks): Cast enum for comparison.
2001-03-02 zack * cpphash.h (struct cpp_reader): Add print_version...
2001-02-25 neil * cppinit.c (builtin_array): Update.
2001-02-21 neil * cppfiles.c: Update comments.
2001-02-20 neil * cppinit.c (set_lang): Move builtin handling...
2001-02-07 zack * cpphash.h (struct spec_nodes): Add n_true and n_false.
2001-02-04 mmitchel * cppinit.c (BC): New macro.
2001-02-03 jakub * cppinit.c (append_include_chain): Honor NO_IMPLICIT_...
2001-01-24 jakub * cppfiles.c (_cpp_read_file): Add to dependencies...
2001-01-21 msokolov * cppinit.c (INO_T_EQ): Don't use #elif, fix formatting.
2001-01-14 neil * c-parse.in (finish_parse): Add comment about...
2001-01-13 neil * cppinit.c (cpp_handle_option): help_only...
2001-01-11 neil * cppinit.c (do_includes): Fix typo.
2001-01-11 neil2001-01-11 Neil Booth <neil@daikokuya.demon.co.uk>
2001-01-10 neil * Makefile.in (tradcpp0): Depend on mkdeps...
2001-01-10 neil * cppinit.c (OPT_g): Remove.
2001-01-09 neil * cppinit.c (OPT_MD, OPT_MMD): Restore.
2001-01-09 aoliva* cppinit.c (cpp_cleanup): NULLify macro_buffer and...
2001-01-08 neil * cppinit.c (init): Rename init_library.
2001-01-07 neil * c-lang.c (c_post_options): Call cpp_post_options.
2001-01-07 neil * (initialize, initialize_builtins,
2001-01-06 neil * cpp.texi: Update for -MQ.
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-17 neil * cpplib.h (struct cpp_reader): Remove referenc...
2000-12-15 jakub * gcc.c (cpp_options): Pass -fno-operator-names.
2000-12-08 zackinclude:
2000-12-04 neil * cppfiles.c (cpp_make_system_header): Take...
2000-12-01 neil * cppinit.c (initialize): Forgotten prototype.
2000-11-28 neil * cppmacro.c (cpp_scan_buffer_nooutput): Take...
2000-11-28 neil * c-lex.h (parse_in): Change parse_in to a cpp_reader *.
2000-11-27 neil * cppinit.c (cpp_reader_init): Remove handling...
2000-11-26 neil * cpplib.h (struct cpp_reader): Remove lang_asm.
2000-11-26 neil * Makefile.in: Remove MAYBE_CPPLIB and maybe_cp...
2000-11-21 neil * do_includes: Revert to using cpp_read_file.
2000-11-20 neil * c-lang.c (lang_init_options): Update call to
2000-11-18 neil * cppinit.c: Update comments.
2000-11-14 cchavvaNew option --target-help.
2000-10-30 neil * cppfiles.c (stack_include_file): Check for stacked...
2000-10-28 neil2000-10-28 Neil Booth <neilb@earthling.net>
2000-09-28 neil * cpperror.c (_cpp_begin_message): Do the test for...
2000-09-25 bkoz2000-09-25 Branko Cibej <branko.cibej@hermes.si>
2000-09-18 mmitchel * cppinit.c (cpp_init): Don't use ANSI prototypes.
2000-09-07 neil * Makefile.in: Remove references to cppulp.{c,o}.
2000-08-29 zack * cpperror.c (print_file_and_line): If line is (unsign...
2000-08-20 zack2000-08-20 Zack Weinberg <zack@wolery.cumb.org>
2000-08-18 neil * cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.
2000-08-17 neil * (cppinit.c) merge_include_chains: Use remove_dup_dir,
2000-08-17 neil * cppinit.c (cpp_cleanup): Free include dir chains.
2000-08-17 neil * cppinit.c (path_include, append_include_chain):
2000-08-17 neil * cppinit.c (sort_options): Remove, put functionality in
2000-08-04 jsm28 * cppdefault.h (WINT_TYPE): Define.
2000-08-02 zack * cppexp.c, cppinit.c, cpplex.c, cpplib.c, cppmacro.c,
2000-08-02 zack * cpperror.c (v_message): Split into _cpp_begin_messag...
next