aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpperror.c
AgeCommit message (Expand)Author
2005-07-27This commit was manufactured by cvs2svn to create branchno-author
2003-08-28 * cpperror.c (print_location): Don't check for !pfile->buffer. ThatPer Bothner
2003-08-26Copy over from cs branch:Per Bothner
2003-07-22 * hashtable.c (approx_sqrt): Make static.Zack Weinberg
2003-07-13 * Makefile.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-17gcc:Kaveh Ghazi
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg
2002-07-09 * cpperror.c (cpp_error): Default to directive_line withinNeil Booth
2002-06-21 * cpperror.c (cpp_error): For traditional CPP, default toNeil Booth
2002-06-02 * c-common.c (c_common_init): Override cpplib's defaultNeil Booth
2002-05-23 * cpperror.c (_cpp_begin_message): No special casingNeil Booth
2002-05-22 * cpperror.c: Fix formatting.Kazu Hirata
2002-04-14 * cpperror.c (print_location): Don't print include chainNeil Booth
2002-01-03 * cpperror.c: Update comments and copyright.Neil Booth
2001-09-14 * cpperror.c (print_location): Take line and column, forNeil Booth
2001-08-22 * cpperror.c (print_location): Don't show _Pragma.Neil Booth
2001-08-18include:Zack Weinberg
2001-08-17 * cpperror.c (print_location): Don't take a file name; use theNeil Booth
2001-08-11 * c-lex.c (map): Make const.Neil Booth
2001-08-06 * cpperror.c (print_containing_files): Moved to line-map.c.Neil Booth
2001-08-05 PR preprocessor/3081Neil Booth
2001-08-02 * line-map.c: New.Neil Booth
2001-04-22 * ABOUT-GCC-NLS: Now that gettext 0.10.37 is out,Philipp Thomas
2001-04-08 * cpperror.c (print_location): Don't special case <stdin>.Neil Booth
2001-01-23 * cpperror.c: Merge handlers of PEDWARN and WARNING.Chris Demetriou
2000-12-17 * cppmain.c (check_multiline_token): New function.Neil Booth
2000-12-17 * c-lex.c: Move main_input_filename handling to FC_ENTER. Clean up.Neil Booth
2000-12-11 * cpperror.c (print_location): New function.Neil Booth
2000-11-17 * cpperror.c (print_file_and_line): Don't display line numberNeil Booth
2000-10-282000-10-28 Neil Booth <neilb@earthling.net>Neil Booth
2000-09-28 * cpperror.c (_cpp_begin_message): Do the test for suppressionNeil Booth
2000-09-252000-09-25 Branko Cibej <branko.cibej@hermes.si>Branko Cibej
2000-08-29 * cpperror.c (print_file_and_line): If line is (unsigned int)-1,Zack Weinberg
2000-08-09 * configure.in (--enable-c-cpplib): Uncomment. Use AC_DEFINEZack Weinberg
2000-08-02 * cpperror.c (v_message): Split into _cpp_begin_message andZack Weinberg
2000-07-04top level:Zack Weinberg
2000-05-01 * cpphash.c (_cpp_make_hashnode): Rename make_HASHNODE, nowZack Weinberg
2000-04-18 * gcc/conflict.c (conflict_graph_add): Pass enum type toRichard Kenner
2000-04-14 * cpplex.c (cpp_output_tokens, cpp_scan_buffer_nooutput): New publicZack Weinberg
2000-04-11 * cppexp.c, cpphash.c, cpphash.h, cpplex.c, cpplib.c,Zack Weinberg
2000-03-31 * cpplib.h: Merge struct cpp_options into struct cpp_reader.Zack Weinberg
2000-03-08 * Makefile.in (LIBCPP_DEPS): New macro.Zack Weinberg
2000-03-08 * cpplib.h (parse_underflow_t, CPP_NULL_BUFFER): Delete.Zack Weinberg
2000-03-07 * cppfiles.c (_cpp_find_include_file): Make sure ih->name isZack Weinberg
2000-02-27 * Makefile.in (STMP_FIXINC): New toggle.Zack Weinberg
2000-02-26Fix copyrights.Jeffrey A Law
2000-02-06 * cpplib.c (my_strerror, cpp_error, cpp_error_with_line,Zack Weinberg
2000-02-06 * cpperror.c: Remove #ifdef EMACS block.Zack Weinberg
2000-01-30 * cpperror.c (cpp_file_line_for_message): If 'line' is zero,Zack Weinberg