| Commit message (Expand) | Author | Age | Files | Lines |
* | Copy over from cs branch: | bothner | 2003-08-26 | 1 | -3/+3 |
* | * c-common.c: Fix comment formatting. | kazu | 2003-08-19 | 1 | -1/+1 |
* | * cppinit.c (cpp_read_main_file): Split out source-independent | bothner | 2003-08-09 | 1 | -4/+4 |
* | * c.opt: Introduce -fworking-directory. | aoliva | 2003-08-05 | 1 | -0/+6 |
* | * Makefile.in: Refine dependencies. | neil | 2003-08-01 | 1 | -4/+0 |
* | * Makefile.in (LIBCPP_DEPS): Add HASHTAB_H. | neil | 2003-07-29 | 1 | -17/+12 |
* | * Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H). | zack | 2003-07-13 | 1 | -10/+10 |
* | Index: ChangeLog | geoffk | 2003-07-11 | 1 | -0/+7 |
* | * cpplib.h (CPP_AT_NAME, CPP_OBJC_STRING): New token types. | zack | 2003-07-05 | 1 | -2/+18 |
* | * cppfiles.c: Clarify comments. | neil | 2003-06-25 | 1 | -1/+1 |
* | * basic-block.h: Fix comment formatting. | kazu | 2003-06-23 | 1 | -2/+2 |
* | * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c | zack | 2003-06-17 | 1 | -95/+79 |
* | Don't warn on dollars in builtin macro definitions, | hp | 2003-06-12 | 1 | -0/+4 |
* | * c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into | neil | 2003-05-11 | 1 | -1/+1 |
* | * Makefile.in (c-lex.o, LIBCPP_OBJS, cpplex.o): Update. | neil | 2003-04-23 | 1 | -9/+9 |
* | * c-lex.c (c_lex): Handle CPP_OTHER differently. | neil | 2003-04-22 | 1 | -2/+1 |
* | * c-ppoutput.c (cb_include): Don't take a cpp_token. | neil | 2003-04-21 | 1 | -1/+1 |
* | Various cleanups to help compile server. | bothner | 2003-03-20 | 1 | -11/+11 |
* | * c-opts.c: Default TARGET_EBCDIC to 0 if not defined. | neil | 2003-03-17 | 1 | -6/+9 |
* | * Makefile.in: Update. | neil | 2003-03-15 | 1 | -18/+3 |
* | * cppfiles.c (cpp_rename_file, cpp_push_include): New. | neil | 2003-03-12 | 1 | -0/+2 |
* | * Makefile.in: Update. | neil | 2003-03-04 | 1 | -25/+0 |
* | * c-incpath.c (remove_component_p, simplify_path): Move back to | neil | 2003-03-02 | 1 | -1/+1 |
* | * Makefile.in (C_AND_OBJC_OBJS, c-incpath.o, c-lex.o, LIBCPP_OBJS, | neil | 2003-03-01 | 1 | -31/+32 |
* | * Makefile.in (PREPROCESSOR_DEFINES): Add | drow | 2003-02-13 | 1 | -0/+4 |
* | * cpplib.h (struct cpp_options): Add warn_deprecated field. | jason | 2003-01-28 | 1 | -0/+3 |
* | * alias.c: Fix comment typos. | kazu | 2003-01-18 | 1 | -3/+3 |
* | Merge from pch-branch. | geoffk | 2003-01-10 | 1 | -6/+29 |
* | * c-pragma.c (c_register_pragma): New. | neil | 2003-01-01 | 1 | -4/+1 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -4/+7 |
* | * c-common.h: Follow spelling conventions. | kazu | 2002-09-26 | 1 | -1/+1 |
* | * ChangeLog: Follow spelling conventions. | kazu | 2002-09-22 | 1 | -1/+1 |
* | * ChangeLog: Follow spelling conventions. | kazu | 2002-09-14 | 1 | -1/+1 |
* | PR preprocessor/7358 | neil | 2002-08-14 | 1 | -0/+3 |
* | * c-opts.c (deps_seen, deps_file, deferred_count, deferred_size, | neil | 2002-08-12 | 1 | -26/+23 |
* | * c-common.c (STDC_0_IN_SYSTEM_HEADERS, c_common_init): Move | neil | 2002-08-12 | 1 | -4/+1 |
* | * c-common.c (c_common_init): Call preprocess_file instead. | neil | 2002-08-11 | 1 | -7/+11 |
* | * c-opts.c (set_std_cxx98, set_std_c89): New. | neil | 2002-08-10 | 1 | -0/+4 |
* | * Makefile.in (c-opts.o): Update | neil | 2002-08-09 | 1 | -5/+0 |
* | * cppinit.c (struct lang_flags): Rename trigraphs std. | neil | 2002-08-06 | 1 | -0/+3 |
* | * cppexp.c (parse_defined): Mark macro used. | neil | 2002-07-23 | 1 | -0/+3 |
* | * cppexp.c (struct op): Add token pointer. | neil | 2002-07-20 | 1 | -0/+4 |
* | * cppexp.c (cpp_interpret_integer, append_digit, parse_defined, | neil | 2002-07-17 | 1 | -2/+2 |
* | * Makefile.in: Update cppmain.o. | neil | 2002-06-11 | 1 | -0/+3 |
* | * cppinit.c (COMMAND_LINE_OPTIONS): Give all relevant -W | zack | 2002-06-07 | 1 | -1/+1 |
* | * c-common.c (c_common_init): Override cpplib's default | neil | 2002-06-02 | 1 | -0/+4 |
* | 2002-05-29 Neil Booth <neil@daikokuya.demon.co.uk> | neil | 2002-05-29 | 1 | -0/+48 |
* | * cpperror.c (_cpp_begin_message): No special casing | neil | 2002-05-23 | 1 | -10/+2 |
* | * Makefile.in: Update for cpptrad.c. | neil | 2002-05-17 | 1 | -0/+3 |
* | * c-common.c (c_common_init_options): Use C89 for Objective-C, | neil | 2002-05-17 | 1 | -2/+3 |