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