Age | Commit message (Expand) | Author | Files | Lines |
2003-03-20 | Various cleanups to help compile server. | Per Bothner | 1 | -11/+11 |
2003-03-17 | c-opts.c: Default TARGET_EBCDIC to 0 if not defined. | Neil Booth | 1 | -6/+9 |
2003-03-15 | Makefile.in: Update. | Neil Booth | 1 | -18/+3 |
2003-03-12 | cppfiles.c (cpp_rename_file, [...]): New. | Neil Booth | 1 | -0/+2 |
2003-03-04 | Makefile.in: Update. | Neil Booth | 1 | -25/+0 |
2003-03-02 | c-incpath.c (remove_component_p, [...]): Move back to cppfiles.c. | Neil Booth | 1 | -1/+1 |
2003-03-01 | Makefile.in (C_AND_OBJC_OBJS, [...]): Update. | Neil Booth | 1 | -31/+32 |
2003-02-13 | Makefile.in (PREPROCESSOR_DEFINES): Add @TARGET_SYSTEM_ROOT_DEFINE@. | Daniel Jacobowitz | 1 | -0/+4 |
2003-01-28 | cpplib.h (struct cpp_options): Add warn_deprecated field. | Jason Merrill | 1 | -0/+3 |
2003-01-18 | alias.c: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2003-01-10 | Merge from pch-branch. | Geoffrey Keating | 1 | -6/+29 |
2003-01-01 | c-pragma.c (c_register_pragma): New. | Neil Booth | 1 | -4/+1 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -4/+7 |
2002-09-26 | c-common.h: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2002-09-22 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2002-09-14 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
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 |