aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpperror.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-09cpperror.c (cpp_error): Default to directive_line within directives here.Neil Booth1-1/+4
2002-06-21cpperror.c (cpp_error): For traditional CPP, default to diagnostics on pfile-...Neil Booth1-2/+10
2002-06-02c-common.c (c_common_init): Override cpplib's default warn_long_long setting.Neil Booth1-0/+1
2002-05-23cpperror.c (_cpp_begin_message): No special casing of CPP_FATAL_LIMIT.Neil Booth1-9/+3
2002-05-22cpperror.c: Fix formatting.Kazu Hirata1-1/+1
2002-04-14cpperror.c (print_location): Don't print include chain if line == 0.Neil Booth1-171/+57
2002-01-03cpperror.c: Update comments and copyright.Neil Booth1-6/+13
2001-09-14cpperror.c (print_location): Take line and column, for default positioning us...Neil Booth1-35/+24
2001-08-22cpperror.c (print_location): Don't show _Pragma.Neil Booth1-2/+0
2001-08-18ansidecl.h: Reorganize for readability...Zack Weinberg1-129/+52
2001-08-17cpperror.c (print_location): Don't take a file name; use the line map instead.Neil Booth1-82/+25
2001-08-11c-lex.c (map): Make const.Neil Booth1-1/+1
2001-08-06cpperror.c (print_containing_files): Moved to line-map.c.Neil Booth1-51/+1
2001-08-05re PR preprocessor/3081 (Preprocessor merges 2 first lines when -imacros is b...Neil Booth1-13/+7
2001-08-02line-map.c: New.Neil Booth1-18/+30
2001-04-22ABOUT-GCC-NLS: Now that gettext 0.10.37 is out, require it instead of the CVS...Philipp Thomas1-1/+4
2001-04-08cpperror.c (print_location): Don't special case <stdin>.Neil Booth1-2/+1
2001-01-23cpperror.c: Merge handlers of PEDWARN and WARNING.Chris Demetriou1-21/+4
2000-12-17cppmain.c (check_multiline_token): New function.Neil Booth1-1/+1
2000-12-17c-lex.c: Move main_input_filename handling to FC_ENTER.Neil Booth1-1/+4
2000-12-11cpperror.c (print_location): New function.Neil Booth1-41/+63
2000-11-17cpperror.c (print_file_and_line): Don't display line number if 0.Neil Booth1-6/+6
2000-10-28New macro expander.Neil Booth1-28/+30
2000-09-28cpperror.c (_cpp_begin_message): Do the test for suppression of warnings and ...Neil Booth1-6/+8
2000-09-25flags.h: Declare warning flag warn_system_headers.Branko Cibej1-2/+6
2000-08-29cpperror.c (print_file_and_line): If line is (unsigned int)-1, print just the...Zack Weinberg1-10/+8
2000-08-09configure.in (--enable-c-cpplib): Uncomment.Zack Weinberg1-0/+8
2000-08-02cpperror.c (v_message): Split into _cpp_begin_message and v_message macro.Zack Weinberg1-80/+89
2000-07-04top level:Zack Weinberg1-13/+18
2000-05-01cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now static.Zack Weinberg1-1/+0
2000-04-18conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.Richard Kenner1-0/+1
2000-04-14cpplex.c (cpp_output_tokens, [...]): New public interfaces.Zack Weinberg1-0/+2
2000-04-11cppexp.c, [...]: Replace cpp_token with cpp_ttype everywhere.Zack Weinberg1-22/+24
2000-03-31cpplib.h: Merge struct cpp_options into struct cpp_reader.Zack Weinberg1-17/+18
2000-03-08Makefile.in (LIBCPP_DEPS): New macro.Zack Weinberg1-0/+1
2000-03-08cpplib.h (parse_underflow_t, [...]): Delete.Zack Weinberg1-27/+24
2000-03-07cppfiles.c (_cpp_find_include_file): Make sure ih->name is initialized.Zack Weinberg1-18/+18
2000-02-27Makefile.in (STMP_FIXINC): New toggle.Zack Weinberg1-36/+2
2000-02-25Fix copyrights.Jeff Law1-1/+1
2000-02-06cpplib.c (my_strerror, [...]): Move to cpperror.c.Zack Weinberg1-67/+336
2000-02-06cpperror.c: Remove #ifdef EMACS block.Zack Weinberg1-6/+2
2000-01-30cpperror.c (cpp_file_line_for_message): If 'line' is zero, just print "<comma...Zack Weinberg1-1/+5
2000-01-19more copyright nitsKaveh Ghazi1-1/+1
2000-01-19cppalloc.c: PROTO -> PARAMS.Kaveh R. Ghazi1-3/+3
1999-09-11cppalloc.c (xstrdup): Use memcpy.Zack Weinberg1-2/+2
1999-09-07cpperror.c (cpp_file_line_for_message): Constify a char*.Kaveh R. Ghazi1-1/+1
1999-04-14cpperror.c, [...]: Never call abort.Zack Weinberg1-1/+1
1999-02-04cpperror.c (cpp_print_containing_files): Fix formatting bug induced by merge.Zack Weinberg1-5/+5
1999-01-30Copyright dates.Jeff Law1-1/+1
1999-01-29collect2.c (error): Fix typo in declaration.Kaveh R. Ghazi1-1/+1