* config/alpha/x-vms (version): Change "." to "_".
[gcc.git] / gcc / cppinit.c
2001-12-03 Neil Boothc-decl.c (grokdeclarator): Use ISO word.
2001-12-02 Neil Boothc-decl.c (duplicate_decls, [...]): Remove leading capit...
2001-11-23 Joseph MyersChangeLog.0, [...]: Fix spelling errors.
2001-11-21 Douglas B Ruppcppinit.c (INO_T_COPY): Define.
2001-11-15 Neil Boothc-common.c: Include c-lex.h.
2001-10-02 Neil Boothcpphash.h: Update comments.
2001-09-30 Neil Boothcpphash.h (POOL_ALIGN, [...]): Remove.
2001-09-28 Neil Boothcpphash.h (struct cpp_buff): Make unsigned.
2001-09-26 Neil Boothcpphash.h (struct cpp_pool): Remove locks and locked.
2001-09-26 Neil Boothcpphash.h (struct _cpp_buff, [...]): New.
2001-09-24 Neil Boothc-lex.c (cb_def_pragma): Update.
2001-09-15 Neil Boothcpphash.h (struct cpp_reader): Remove lexer_pos, direct...
2001-09-14 Neil Boothcpperror.c (print_location): Take line and column,...
2001-09-13 Neil Boothc-parse.in (_yylex): Use _cpp_backup_tokens.
2001-09-12 Kaveh R. Ghazic-common.c (c_tree_code_name): Const-ification.
2001-09-11 Neil Boothcpphash.h (struct tokenrun): New.
2001-09-01 Neil Boothcppinit.c (cpp_start_read): Free the imacros list as...
2001-08-22 Neil Boothcpperror.c (print_location): Don't show _Pragma.
2001-08-21 Neil Boothcppfiles.c (stack_include_file): Don't handle -H here.
2001-08-21 Neil Boothcpphash.h (_cpp_push_next_buffer): New.
2001-08-20 Neil Boothcppinit.c (init_standard_includes): The returned buffer...
2001-08-18 Neil Boothcppinit.c (init_standard_includes): Reverse accidentall...
2001-08-17 Neil Boothcpperror.c (print_location): Don't take a file name...
2001-08-11 Neil Boothcpphash.c (_cpp_destroy_hashtable): Use ht_destroy.
2001-08-07 Neil Boothcppinit.c (cpp_finish): Pop the final buffer without...
2001-08-05 Neil Boothre PR preprocessor/3081 (Preprocessor merges 2 first...
2001-08-04 Neil BoothMakefile.in (CPPLIB_H): New, so that dependencies on...
2001-08-02 Neil Boothline-map.c: New.
2001-08-01 Kazu Hirataalias.c: Fix comment formatting.
2001-07-29 Neil Boothre PR preprocessor/3669 (-M -g3 outputs macros as well...
2001-07-20 Nathan Sidwellcppinit.c (remove_dup_dir): Make static.
2001-07-04 Nathan Sidwellcppinit.c (remove_dup_dirs): Inform if a system include...
2001-07-02 Zack Weinbergcppinit.c (lang_defaults): New table.
2001-06-09 Neil Boothcppinit.c (print_help): Document -fpreprocessed.
2001-05-20 Neil BoothMakefile.in (OBJS, [...]): Update.
2001-05-10 Zack Weinbergcppinit.c (cpp_post_options): Shut off macro expansion...
2001-04-06 Neil Boothconfigure.in: Add check for lstat.
2001-03-15 Neil Boothcpp.texi: Update documentation for -include and -imacros.
2001-03-04 Neil Boothcppfiles.c (_cpp_execute_include): Don't make a null...
2001-03-02 Christopher Faylorcppinit.c (append_include_chain): Mark "after" include...
2001-03-02 Neil Boothcppfiles.c (struct include_file): Update.
2001-03-02 John David Anglincpplib.c (_cpp_init_stacks): Cast enum for comparison.
2001-03-02 Zack Weinbergcpphash.h (struct cpp_reader): Add print_version field.
2001-02-25 Neil Boothcppinit.c (builtin_array): Update.
2001-02-21 Neil Boothcppfiles.c: Update comments.
2001-02-20 Neil Boothcppinit.c (set_lang): Move builtin handling to...
2001-02-07 Zack Weinbergcpphash.h (struct spec_nodes): Add n_true and n_false.
2001-02-04 Mark Mitchellcppinit.c (BC): New macro.
2001-02-03 Jakub Jelinek* cppinit.c (append_include_chain): Honor NO_IMPLICIT_E...
2001-01-24 Jakub Jelinekcppfiles.c (_cpp_read_file): Add to dependencies if...
2001-01-21 Michael Sokolov* cppinit.c (INO_T_EQ): Don't use #elif, fix formatting.
2001-01-14 Neil Boothc-parse.in (finish_parse): Add comment about cpp_destroy.
2001-01-13 Neil Boothcppinit.c (cpp_handle_option): help_only is now part...
2001-01-11 Neil Booth* cppinit.c (do_includes): Fix typo.
2001-01-11 Neil Booth[multiple changes]
2001-01-10 Neil BoothMakefile.in (tradcpp0): Depend on mkdeps.h.
2001-01-10 Neil Boothcppinit.c (OPT_g): Remove.
2001-01-09 Neil Boothcppinit.c (OPT_MD, OPT_MMD): Restore.
2001-01-09 Alexandre Olivacppinit.c (cpp_cleanup): NULLify macro_buffer and zero...
2001-01-08 Neil Boothcppinit.c (init): Rename init_library.
2001-01-07 Neil Boothc-lang.c (c_post_options): Call cpp_post_options.
2001-01-07 Neil Booth(initialize, [...]): Rename s/initialize/init.
2001-01-06 Neil Boothcpp.texi: Update for -MQ.
2001-01-05 Zack Weinbergcpplib.h (struct cpp_reader): Add help_only field.
2001-01-05 Neil Boothcpp.texi: Update for -MP.
2001-01-04 Neil Boothcpp.texi: Update for -MT.
2000-12-17 Neil Boothcpplib.h (struct cpp_reader): Remove references to...
2000-12-15 Jakub Jelinekgcc.c (cpp_options): Pass -fno-operator-names.
2000-12-08 Zack Weinbergsafe-ctype.h: New file.
2000-12-04 Neil Boothcppfiles.c (cpp_make_system_header): Take 2 booleans...
2000-12-01 Neil Boothcppinit.c (initialize): Forgotten prototype.
2000-11-28 Neil Boothcppmacro.c (cpp_scan_buffer_nooutput): Take a boolean...
2000-11-28 Neil Boothc-lex.h (parse_in): Change parse_in to a cpp_reader *.
2000-11-27 Neil Boothcppinit.c (cpp_reader_init): Remove handling of warn_pa...
2000-11-26 Neil Boothcpplib.h (struct cpp_reader): Remove lang_asm.
2000-11-26 Neil BoothMakefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.
2000-11-21 Neil Booth* do_includes: Revert to using cpp_read_file.
2000-11-20 Neil Boothc-lang.c (lang_init_options): Update call to cpp_reader...
2000-11-18 Neil Boothcppinit.c: Update comments.
2000-11-14 Chandra ChavvaNew option --target-help.
2000-10-30 Neil Boothcppfiles.c (stack_include_file): Check for stacked...
2000-10-28 Neil BoothNew macro expander.
2000-09-28 Neil Boothcpperror.c (_cpp_begin_message): Do the test for suppre...
2000-09-25 Branko Cibejflags.h: Declare warning flag warn_system_headers.
2000-09-18 Mark Mitchellcppinit.c (cpp_init): Don't use ANSI prototypes.
2000-09-07 Neil BoothMakefile.in: Remove references to cppulp.{c,o}.
2000-08-29 Zack Weinbergcpperror.c (print_file_and_line): If line is (unsigned...
2000-08-20 Zack Weinberg[multiple changes]
2000-08-18 Neil Boothcpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.
2000-08-17 Neil Boothcppinit.c (merge_include_chains): Use remove_dup_dir...
2000-08-17 Neil Boothcppinit.c (cpp_cleanup): Free include dir chains.
2000-08-17 Neil Boothcppinit.c (path_include, [...]): Remove 2nd parameter...
2000-08-17 Neil Boothcppinit.c (sort_options): Remove, put functionality...
2000-08-04 Joseph Myerscppdefault.h (WINT_TYPE): Define.
2000-08-02 Zack Weinbergcppexp.c, [...]: Do not use 'legal' or 'illegal' in...
2000-08-02 Zack Weinbergcpperror.c (v_message): Split into _cpp_begin_message...
2000-07-19 Zack Weinbergcpplib.h (TTYPE_TABLE): Move CPP_MIN and CPP_MAX into...
2000-07-18 Zack Weinberg[multiple changes]
2000-07-15 Zack Weinbergcpphash.c (save_expansion): Clear PREV_WHITE on tokens...
2000-07-13 Zack Weinbergcppexp.c, [...]: Eradicate all traces of code dependent...
next