Age | Commit message (Expand) | Author | Files | Lines |
2002-08-14 | re PR preprocessor/7358 (Changes to Sun's make Dependencies) | Neil Booth | 1 | -0/+3 |
2002-08-12 | c-opts.c (deps_seen, [...]): New. | Neil Booth | 1 | -26/+23 |
2002-08-12 | c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Move to c-copts.c. | Neil Booth | 1 | -4/+1 |
2002-08-11 | c-common.c (c_common_init): Call preprocess_file instead. | Neil Booth | 1 | -7/+11 |
2002-08-10 | c-opts.c (set_std_cxx98, [...]): New. | Neil Booth | 1 | -0/+4 |
2002-08-09 | Makefile.in (c-opts.o): Update | Neil Booth | 1 | -5/+0 |
2002-08-06 | cppinit.c (struct lang_flags): Rename trigraphs std. | Neil Booth | 1 | -0/+3 |
2002-07-23 | cppexp.c (parse_defined): Mark macro used. | Neil Booth | 1 | -0/+3 |
2002-07-20 | cppexp.c (struct op): Add token pointer. | Neil Booth | 1 | -0/+4 |
2002-07-17 | cppexp.c (cpp_interpret_integer, [...]): Clarify and correct use of "bool" va... | Neil Booth | 1 | -2/+2 |
2002-06-11 | Makefile.in: Update cppmain.o. | Neil Booth | 1 | -0/+3 |
2002-06-07 | cppinit.c (COMMAND_LINE_OPTIONS): Give all relevant -W options their own entr... | Zack Weinberg | 1 | -1/+1 |
2002-06-02 | c-common.c (c_common_init): Override cpplib's default warn_long_long setting. | Neil Booth | 1 | -0/+4 |
2002-05-29 | cppexp.c (cpp_num): Move to cpplib.h. | Neil Booth | 1 | -0/+48 |
2002-05-23 | cpperror.c (_cpp_begin_message): No special casing of CPP_FATAL_LIMIT. | Neil Booth | 1 | -10/+2 |
2002-05-17 | Makefile.in: Update for cpptrad.c. | Neil Booth | 1 | -0/+3 |
2002-05-17 | c-common.c (c_common_init_options): Use C89 for Objective-C, and set the opti... | Neil Booth | 1 | -2/+3 |
2002-05-16 | c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Default-define here. | Zack Weinberg | 1 | -3/+3 |
2002-05-07 | c-common.c (c_common_init): Set options->unsigned_wchar. | Neil Booth | 1 | -7/+9 |
2002-05-06 | c-common.c (warn_multichar): New. | Neil Booth | 1 | -3/+6 |
2002-05-05 | c-common.c (c_common_init): Set up CPP arithmetic. | Neil Booth | 1 | -3/+3 |
2002-05-04 | Makefile.in (c-lex.o): Update. | Neil Booth | 1 | -0/+5 |
2002-05-04 | cppinit.c (MAX_WCHAR_TYPE_SIZE): Move to cpplib.h | Neil Booth | 1 | -5/+16 |
2002-05-04 | c-lex.c (lex_string): Let cpp_parse_escape handles truncation and sign-extens... | Neil Booth | 1 | -8/+20 |
2002-04-28 | cppexp.c (lex): Update to use state.skip_eval. | Neil Booth | 1 | -3/+3 |
2002-04-26 | cppexp.c (CPP_UMINUS, CPP_UPLUS): New. | Neil Booth | 1 | -5/+8 |
2002-04-24 | cpplex.c: Remove conditional #undef of MULTIBYTE_CHARS. | Matthew Hiller | 1 | -3/+3 |
2002-04-14 | cpperror.c (print_location): Don't print include chain if line == 0. | Neil Booth | 1 | -20/+38 |
2002-04-07 | cppinit.c (cpp_create_reader): Initialize discard_comments_in_macro_exp. | Jason Thorpe | 1 | -0/+4 |
2002-03-24 | Removal of separate preprocessor cpp0. | Neil Booth | 1 | -0/+3 |
2002-03-22 | cpplib.h (struct cpp_options): New member, warn_endif_labels. | Phil Edwards | 1 | -0/+3 |
2002-03-14 | cpphash.h (struct lexer_state): Remove line_extension member. | Zack Weinberg | 1 | -0/+3 |
2002-02-27 | c-common.c, [...]: Delete code implementing -traditional mode. | Zack Weinberg | 1 | -2/+2 |
2002-02-02 | cpphash.h (struct spec_nodes): Remove n__CHAR_UNSIGNED__. | Neil Booth | 1 | -0/+3 |
2002-01-29 | re PR other/1502 (Nonexistent -W options not diagnosed) | Jakub Jelinek | 1 | -1/+1 |
2002-01-03 | cpperror.c: Update comments and copyright. | Neil Booth | 1 | -2/+2 |
2001-11-15 | c-common.c: Include c-lex.h. | Neil Booth | 1 | -13/+30 |
2001-10-14 | c-pragma.h (cpp_register_pragma_space): Remove. | Neil Booth | 1 | -1/+0 |
2001-10-11 | calls.c: Fix formatting. | Kazu Hirata | 1 | -4/+4 |
2001-10-06 | cpplex.c (enum spell_type): Add SPELL_NUMBER. | Zack Weinberg | 1 | -4/+5 |
2001-10-02 | cpphash.h: Update comments. | Neil Booth | 1 | -6/+7 |
2001-09-27 | cpphash.h: Update comment. | Neil Booth | 1 | -2/+0 |
2001-09-26 | cpphash.h (struct _cpp_buff, [...]): New. | Neil Booth | 1 | -3/+0 |
2001-09-24 | c-lex.c (cb_def_pragma): Update. | Neil Booth | 1 | -3/+7 |
2001-09-16 | cppmain.c (scan_translation_unit): Don't worry about putting a space after ha... | Neil Booth | 1 | -8/+0 |
2001-09-14 | cpperror.c (print_location): Take line and column, for default positioning us... | Neil Booth | 1 | -26/+9 |
2001-09-13 | c-parse.in (_yylex): Use _cpp_backup_tokens. | Neil Booth | 1 | -0/+2 |
2001-08-22 | cpperror.c (print_location): Don't show _Pragma. | Neil Booth | 1 | -5/+1 |
2001-08-17 | cpperror.c (print_location): Don't take a file name; use the line map instead. | Neil Booth | 1 | -5/+1 |
2001-08-11 | c-lex.c (map): Make const. | Neil Booth | 1 | -12/+2 |