aboutsummaryrefslogtreecommitdiff
path: root/gcc/fix-header.c
AgeCommit message (Expand)Author
2005-07-27This commit was manufactured by cvs2svn to create branchno-author
2003-10-02 * cppinit.c (cpp_read_main_file): Split into two functions:Per Bothner
2003-10-02 * c-lex.c (fe_file_change): Handle a NULL new_map.Per Bothner
2003-08-09 * cppinit.c (cpp_read_main_file): Split out source-independentPer Bothner
2003-07-19 * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.cKaveh Ghazi
2003-07-12 * fp-test.c (main): Use ISO C90 prototype.Andreas Jaeger
2003-06-04 * fix-header.c: Remove ADD_MISSING_EXTERN_C dependend variables.Andreas Jaeger
2003-05-20 * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p)Matt Kraai
2003-05-17gcc:Kaveh Ghazi
2003-05-11 * c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ intoNeil Booth
2003-04-19 * cppfiles.c (ENABLE_VALGRIND_CHECKING, VALGRIND_DISCARD,Neil Booth
2003-04-03 * fix-header.c (read_scan_file): Defer switch processing.Neil Booth
2003-03-20 Various cleanups to help compile server.Per Bothner
2003-03-17 * fix-header.c (read_scan_file): Need to malloc arguments to add_path.Neil Booth
2003-03-15 * fix-header.c (read_scan_file): Read main file before handling -D.Neil Booth
2003-03-15 * fix-header.c (read_scan_file): Fix thinko.Neil Booth
2003-03-15 * Makefile.in: Update.Neil Booth
2003-03-02 * fix-header.c (read_scan_file): Don't reference simplify_path.Geoffrey Keating
2003-03-01 * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS,Neil Booth
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg
2002-08-12 * c-opts.c (deps_seen, deps_file, deferred_count, deferred_size,Neil Booth
2002-07-23 * defaults.h (obstack_chunk_alloc, obstack_chunk_free):Neil Booth
2002-05-23 * cpperror.c (_cpp_begin_message): No special casingNeil Booth
2002-05-17 * final.c: Fix formatting.Kazu Hirata
2002-04-14 * cpperror.c (print_location): Don't print include chainNeil Booth
2001-12-27 * collect2.c (is_ctor_dtor): Const-ify.Kaveh Ghazi
2001-11-24 * fix-header.c (main): Move inf_buffer termination and inf_limitRichard Kenner
2001-11-15White-space changeRichard Kenner
2001-11-15 * fix-header.c (read_scan_file): Update.Neil Booth
2001-10-21 * c-format.c (maybe_read_dollar_number): Use safe-ctype macrosKaveh Ghazi
2001-10-112001-10-10 Stan Shebs <shebs@apple.com>Stan Shebs
2001-09-24 * c-lex.c (cb_def_pragma): Update.Neil Booth
2001-08-27 * emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger
2001-08-22 * cpperror.c (print_location): Don't show _Pragma.Neil Booth
2001-08-17 * cpperror.c (print_location): Don't take a file name; use theNeil Booth
2001-08-12 * fix-header.c (cb_file_change): Update prototype.Neil Booth
2001-08-04 * Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.hNeil Booth
2001-08-02 * line-map.c: New.Neil Booth
2001-05-20 * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,Neil Booth
2001-05-16 * cppexp.c (lex): Use NODE_NAME and NODE_LEN.Neil Booth
2001-02-03Add missing blanksRichard Kenner
2001-01-13 * fix-header.c (read_scan_file): s/pfile/scan_in/. Sorry!Neil Booth
2001-01-13 * fix-header.c (read_scan_file): Use cpp_get_callbacks andNeil Booth
2001-01-07 * fix-header.c (read_scan_file): s/pfile/scan_in/.Neil Booth
2001-01-07 * c-lang.c (c_post_options): Call cpp_post_options.Neil Booth
2000-12-18 * c-lex.c: s/change_file/file_change.Neil Booth
2000-12-11 * fix-header.c (read_scan_file): Macro expansion is not a file buffer.Neil Booth
2000-12-11 * cpperror.c (print_location): New function.Neil Booth
2000-12-07 * c-common.c (parse_in): Make a cpp_reader *.Neil Booth
2000-12-04 * cppfiles.c (cpp_make_system_header): Take 2 booleans,Neil Booth