aboutsummaryrefslogtreecommitdiff
path: root/gcc/fix-header.c
AgeCommit message (Expand)Author
2002-08-12c-opts.c (deps_seen, [...]): New.Neil Booth
2002-07-23defaults.h (obstack_chunk_alloc, [...]): Default definition.Neil Booth
2002-05-23cpperror.c (_cpp_begin_message): No special casing of CPP_FATAL_LIMIT.Neil Booth
2002-05-17final.c: Fix formatting.Kazu Hirata
2002-04-14cpperror.c (print_location): Don't print include chain if line == 0.Neil Booth
2001-12-27collect2.c (is_ctor_dtor): Const-ify.Kaveh R. Ghazi
2001-11-24fix-header.c (main): Move inf_buffer termination and inf_limit calculation to...Douglas B Rupp
2001-11-15White-space changeRichard Kenner
2001-11-15* fix-header.c (read_scan_file): Update.Neil Booth
2001-10-21c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs
2001-09-24c-lex.c (cb_def_pragma): Update.Neil Booth
2001-08-27emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger
2001-08-22cpperror.c (print_location): Don't show _Pragma.Neil Booth
2001-08-17cpperror.c (print_location): Don't take a file name; use the line map instead.Neil Booth
2001-08-12* fix-header.c (cb_file_change): Update prototype.Neil Booth
2001-08-04Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin...Neil Booth
2001-08-02line-map.c: New.Neil Booth
2001-05-20Makefile.in (OBJS, [...]): Update.Neil Booth
2001-05-16cppexp.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-13fix-header.c (read_scan_file): Use cpp_get_callbacks and cpp_get_options rath...Neil Booth
2001-01-07* fix-header.c (read_scan_file): s/pfile/scan_in/.Neil Booth
2001-01-07c-lang.c (c_post_options): Call cpp_post_options.Neil Booth
2000-12-18c-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-11cpperror.c (print_location): New function.Neil Booth
2000-12-07c-common.c (parse_in): Make a cpp_reader *.Neil Booth
2000-12-04cppfiles.c (cpp_make_system_header): Take 2 booleans, and operate on current ...Neil Booth
2000-11-28c-lex.h (parse_in): Change parse_in to a cpp_reader *.Neil Booth
2000-11-27c-lex.c (cb_enter_file, [...]): Combine into the new function cb_change_file.Neil Booth
2000-11-20c-lang.c (lang_init_options): Update call to cpp_reader_init.Neil Booth
2000-11-19Warning fixes:Kaveh R. Ghazi
2000-10-28New macro expander.Neil Booth
2000-09-01fix-header.c (write_rbrac): Add putc and getc to list of functions to protect...Fred Fish
2000-08-20* fix-header.c (read_scan_file): Initialize cpplib.Neil Booth
2000-08-20* fix-header.c (main): Initialize cpplib.Neil Booth
2000-07-08cpplib.h (struct cpp_name): Now struct cpp_string.Zack Weinberg
2000-07-04top level:Zack Weinberg
2000-06-21cppfiles.c (cpp_make_system_header): New function.Zack Weinberg
2000-05-02cpplib.h (CPP_POP, [...]): Delete.Zack Weinberg
2000-04-30cpplex.c (cpp_idcmp): New function.Zack Weinberg
2000-04-14cpplex.c (cpp_output_tokens, [...]): New public interfaces.Zack Weinberg
2000-04-11cppexp.c, [...]: Replace cpp_token with cpp_ttype everywhere.Zack Weinberg
2000-03-31cpplib.h: Merge struct cpp_options into struct cpp_reader.Zack Weinberg
2000-03-08Makefile.in (LIBCPP_DEPS): New macro.Zack Weinberg
2000-02-27fix-header.c (recognized_function): Also fix prototypes for functions taking ...Kaveh R. Ghazi
2000-02-25Fix copyrights.Jeff Law
2000-02-10cppexp.c: Don't include cpphash.h.Zack Weinberg