aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpperror.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-23/+60
1998-11-08gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1-4/+4
1998-11-07configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi1-1/+0
1998-08-26system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1-5/+0
1998-05-25cpperror.c (v_cpp_message): Remove static prototype.Dave Brolley1-2/+0
1998-05-19Warning Fixes:Kaveh R. Ghazi1-13/+55
1998-05-06typo typo fixes fixesJeff Law1-1/+1
1998-03-30More cutover to system.h:Kaveh R. Ghazi1-1/+3
1998-02-28Fix warious warnings:Kaveh R. Ghazi1-3/+2
1996-07-03formatting tweaksMike Stump1-1/+3
1996-06-07* cpperror.c (fatal): Removed function.Per Bothner1-11/+0
1996-06-06cpperror.c (cpp_message): Generalize for "fatal" errors.Per Bothner1-4/+21
1995-06-15Update FSF address.Richard Kenner1-1/+1
1995-05-20#include config.h before any other .h file.Richard Kenner1-3/+3
1995-05-16Use FATAL_EXIT_CODE instead of FAILURE_EXIT_CODE.Richard Kenner1-2/+6
1995-05-11* cpperror.c (cpp_print_containing_files): Remove some Cygnus-local stuff.Per Bothner1-8/+0