aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpperror.c
AgeCommit message (Expand)Author
2003-11-01re PR preprocessor/12847 (xxx.c:1:20: xxxx.h: No such file or directory)John David Anglin
2003-08-27cpperror.c (print_location): Don't check for !pfile->buffer.Per Bothner
2003-08-26Copy over from cs branch:Per Bothner
2003-07-22hashtable.c (approx_sqrt): Make static.Zack Weinberg
2003-07-13Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H).Zack Weinberg
2003-06-17* cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.cZack Weinberg
2003-05-17builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std...Kaveh R. Ghazi
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg
2002-07-09cpperror.c (cpp_error): Default to directive_line within directives here.Neil Booth
2002-06-21cpperror.c (cpp_error): For traditional CPP, default to diagnostics on pfile-...Neil Booth
2002-06-02c-common.c (c_common_init): Override cpplib's default warn_long_long setting.Neil Booth
2002-05-23cpperror.c (_cpp_begin_message): No special casing of CPP_FATAL_LIMIT.Neil Booth
2002-05-22cpperror.c: Fix formatting.Kazu Hirata
2002-04-14cpperror.c (print_location): Don't print include chain if line == 0.Neil Booth
2002-01-03cpperror.c: Update comments and copyright.Neil Booth
2001-09-14cpperror.c (print_location): Take line and column, for default positioning us...Neil Booth
2001-08-22cpperror.c (print_location): Don't show _Pragma.Neil Booth
2001-08-18ansidecl.h: Reorganize for readability...Zack Weinberg
2001-08-17cpperror.c (print_location): Don't take a file name; use the line map instead.Neil Booth
2001-08-11c-lex.c (map): Make const.Neil Booth
2001-08-06cpperror.c (print_containing_files): Moved to line-map.c.Neil Booth
2001-08-05re PR preprocessor/3081 (Preprocessor merges 2 first lines when -imacros is b...Neil Booth
2001-08-02line-map.c: New.Neil Booth
2001-04-22ABOUT-GCC-NLS: Now that gettext 0.10.37 is out, require it instead of the CVS...Philipp Thomas
2001-04-08cpperror.c (print_location): Don't special case <stdin>.Neil Booth
2001-01-23cpperror.c: Merge handlers of PEDWARN and WARNING.Chris Demetriou
2000-12-17cppmain.c (check_multiline_token): New function.Neil Booth
2000-12-17c-lex.c: Move main_input_filename handling to FC_ENTER.Neil Booth
2000-12-11cpperror.c (print_location): New function.Neil Booth
2000-11-17cpperror.c (print_file_and_line): Don't display line number if 0.Neil Booth
2000-10-28New macro expander.Neil Booth
2000-09-28cpperror.c (_cpp_begin_message): Do the test for suppression of warnings and ...Neil Booth
2000-09-25flags.h: Declare warning flag warn_system_headers.Branko Cibej
2000-08-29cpperror.c (print_file_and_line): If line is (unsigned int)-1, print just the...Zack Weinberg
2000-08-09configure.in (--enable-c-cpplib): Uncomment.Zack Weinberg
2000-08-02cpperror.c (v_message): Split into _cpp_begin_message and v_message macro.Zack Weinberg
2000-07-04top level:Zack Weinberg
2000-05-01cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, now static.Zack Weinberg
2000-04-18conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.Richard Kenner
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-03-08cpplib.h (parse_underflow_t, [...]): Delete.Zack Weinberg
2000-03-07cppfiles.c (_cpp_find_include_file): Make sure ih->name is initialized.Zack Weinberg
2000-02-27Makefile.in (STMP_FIXINC): New toggle.Zack Weinberg
2000-02-25Fix copyrights.Jeff Law
2000-02-06cpplib.c (my_strerror, [...]): Move to cpperror.c.Zack Weinberg
2000-02-06cpperror.c: Remove #ifdef EMACS block.Zack Weinberg
2000-01-30cpperror.c (cpp_file_line_for_message): If 'line' is zero, just print "<comma...Zack Weinberg