aboutsummaryrefslogtreecommitdiff
path: root/gcc/fix-header.c
AgeCommit message (Expand)AuthorFilesLines
2001-05-20Makefile.in (OBJS, [...]): Update.Neil Booth1-1/+1
2001-05-16cppexp.c (lex): Use NODE_NAME and NODE_LEN.Neil Booth1-2/+2
2001-02-03Add missing blanksRichard Kenner1-3/+3
2001-01-13* fix-header.c (read_scan_file): s/pfile/scan_in/. Sorry!Neil Booth1-1/+1
2001-01-13fix-header.c (read_scan_file): Use cpp_get_callbacks and cpp_get_options rath...Neil Booth1-3/+8
2001-01-07* fix-header.c (read_scan_file): s/pfile/scan_in/.Neil Booth1-1/+1
2001-01-07c-lang.c (c_post_options): Call cpp_post_options.Neil Booth1-0/+1
2000-12-18c-lex.c: s/change_file/file_change.Neil Booth1-3/+3
2000-12-11* fix-header.c (read_scan_file): Macro expansion is not a file buffer.Neil Booth1-1/+1
2000-12-11cpperror.c (print_location): New function.Neil Booth1-1/+2
2000-12-07c-common.c (parse_in): Make a cpp_reader *.Neil Booth1-9/+4
2000-12-04cppfiles.c (cpp_make_system_header): Take 2 booleans, and operate on current ...Neil Booth1-1/+1
2000-11-28c-lex.h (parse_in): Change parse_in to a cpp_reader *.Neil Booth1-19/+18
2000-11-27c-lex.c (cb_enter_file, [...]): Combine into the new function cb_change_file.Neil Booth1-8/+18
2000-11-20c-lang.c (lang_init_options): Update call to cpp_reader_init.Neil Booth1-1/+1
2000-11-19Warning fixes:Kaveh R. Ghazi1-1/+1
2000-10-28New macro expander.Neil Booth1-6/+8
2000-09-01fix-header.c (write_rbrac): Add putc and getc to list of functions to protect...Fred Fish1-0/+2
2000-08-20* fix-header.c (read_scan_file): Initialize cpplib.Neil Booth1-2/+2
2000-08-20* fix-header.c (main): Initialize cpplib.Neil Booth1-0/+2
2000-07-08cpplib.h (struct cpp_name): Now struct cpp_string.Zack Weinberg1-6/+4
2000-07-04top level:Zack Weinberg1-45/+23
2000-06-21cppfiles.c (cpp_make_system_header): New function.Zack Weinberg1-3/+3
2000-05-02cpplib.h (CPP_POP, [...]): Delete.Zack Weinberg1-8/+5
2000-04-30cpplex.c (cpp_idcmp): New function.Zack Weinberg1-5/+11
2000-04-14cpplex.c (cpp_output_tokens, [...]): New public interfaces.Zack Weinberg1-2/+1
2000-04-11cppexp.c, [...]: Replace cpp_token with cpp_ttype everywhere.Zack Weinberg1-1/+1
2000-03-31cpplib.h: Merge struct cpp_options into struct cpp_reader.Zack Weinberg1-6/+3
2000-03-08Makefile.in (LIBCPP_DEPS): New macro.Zack Weinberg1-1/+1
2000-02-27fix-header.c (recognized_function): Also fix prototypes for functions taking ...Kaveh R. Ghazi1-1/+1
2000-02-25Fix copyrights.Jeff Law1-1/+2
2000-02-10cppexp.c: Don't include cpphash.h.Zack Weinberg1-1/+5
2000-02-10cpplib.h: Provide HASHNODE typedef and forward decl of struct hashnode only.Zack Weinberg1-1/+1
2000-02-08Makefile.in (GEN_PROTOS_OBJS): Remove libcpp.a.Zack Weinberg1-2/+1
2000-01-14eh-common.h: PROTO -> PARAMS.Kaveh R. Ghazi1-16/+16
1999-11-03fix-header.c (recognized_extern, [...]): Constify a char*.Kaveh R. Ghazi1-5/+5
1999-09-07cpperror.c (cpp_file_line_for_message): Constify a char*.Kaveh R. Ghazi1-27/+32
1999-08-29* fix-header.c (main): Do not pass a null pointer to strcmp.Scott Weikart1-1/+1
1999-08-02fix-header.c (main): When testing for CONTINUED, use string equality, not poi...Jeffrey A Law1-2/+2
1999-04-21gen-protos.c: #undef abort after including system.h.Zack Weinberg1-10/+0
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-94/+0
1999-01-23Update copyrightsKaveh Ghazi1-1/+1
1999-01-23final.c (bb_str): Qualify a char* with the keyword `const'.Kaveh R. Ghazi1-1/+1
1998-12-15* fix-header.c: Don't define xstrdup here.Zack Weinberg1-9/+0
1998-12-07cpplib.c (initialize_char_syntax): Use ISALPHA and ISALNUM so it'll work on n...Zack Weinberg1-1/+1
1998-11-27system.h: Include libiberty.h.Kaveh R. Ghazi1-1/+1
1998-11-08gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1-6/+6
1998-11-07configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi1-1/+0
1998-10-17Warning fixes:Kaveh R. Ghazi1-3/+3
1998-10-14Add ATTRIBUTE_NORETURN in a bunch of places:Kaveh R. Ghazi1-1/+2