aboutsummaryrefslogtreecommitdiff
path: root/gcc/fix-header.c
AgeCommit message (Expand)Author
2004-03-05Mainline merge as of 2004-03-05.Diego Novillo
2004-03-02Merge to tree-ssa-20020619-merge-20040227.Richard Henderson
2004-02-13Mainline merge as of 2004-02-11.Diego Novillo
2004-01-30Mainline merge as of 2004-01-26.Diego Novillo
2003-11-13Mainline merge as of 2003-11-11.Diego Novillo
2003-10-06Merge from mainline, tree-ssa-20020619-merge-20031005.Richard Henderson
2003-08-20Mainline merge as of 2003-08-17.Diego Novillo
2003-07-23Mainline merge as of 2003-07-22.Diego Novillo
2003-07-212003-07-21 Steven Bosscher <steven@gcc.gnu.org>Diego Novillo
2003-06-03Mainline merge as of 2003-05-25.Diego Novillo
2003-05-07Mainline merge as of 2003-05-04.Diego Novillo
2003-04-09Mainline merge as of 2003-04-06. Additional fixes for bugsDiego Novillo
2003-03-02Mainline merge as of 2003-03-02.Diego Novillo
2002-12-03Merge with basic-improvements as of 2002-12-03.Diego Novillo
2002-08-19Mainline merge as of 2002-08-18.Diego Novillo
2002-07-31Mainline merge as of 2002-07-28.Diego Novillo
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
2000-11-28 * c-lex.h (parse_in): Change parse_in to a cpp_reader *.Neil Booth
2000-11-27 * c-lex.c (cb_enter_file, cb_leave_file, cb_rename_file):Neil Booth
2000-11-20 * c-lang.c (lang_init_options): Update call toNeil Booth
2000-11-19Warning fixes:Kaveh Ghazi
2000-10-282000-10-28 Neil Booth <neilb@earthling.net>Neil Booth
2000-09-01 * fix-header.c (write_rbrac): Add putc and getc to list ofFred Fish