Age | Commit message (Expand) | Author | Files | Lines |
2004-01-21 | alias.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-01-19 | Move cpp_reader's line_maps field to a shared global. | Per Bothner | 1 | -1/+2 |
2004-01-16 | cppcharset.c (one_iso88591_to_utf8): New function. | Eric Christopher | 1 | -2/+5 |
2003-12-21 | alias.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-11-01 | re PR preprocessor/12847 (xxx.c:1:20: xxxx.h: No such file or directory) | John David Anglin | 1 | -10/+10 |
2003-10-02 | cppinit.c (cpp_read_main_file): Split into two functions: Distribute _cpp_sta... | Per Bothner | 1 | -7/+15 |
2003-08-26 | Copy over from cs branch: | Per Bothner | 1 | -3/+3 |
2003-08-19 | c-common.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-08-09 | cppinit.c (cpp_read_main_file): Split out source-independent initialization t... | Per Bothner | 1 | -4/+4 |
2003-08-05 | c.opt: Introduce -fworking-directory. | Alexandre Oliva | 1 | -0/+6 |
2003-08-01 | Makefile.in: Refine dependencies. | Neil Booth | 1 | -4/+0 |
2003-07-29 | Makefile.in (LIBCPP_DEPS): Add HASHTAB_H. | Neil Booth | 1 | -17/+12 |
2003-07-13 | Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H). | Zack Weinberg | 1 | -10/+10 |
2003-07-11 | Index: ChangeLog | Geoffrey Keating | 1 | -0/+7 |
2003-07-05 | cpplib.h (CPP_AT_NAME, [...]): New token types. | Zack Weinberg | 1 | -2/+18 |
2003-06-25 | cppfiles.c: Clarify comments. | Martin Schaffner | 1 | -1/+1 |
2003-06-23 | basic-block.h: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2003-06-17 | * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c | Zack Weinberg | 1 | -95/+79 |
2003-06-12 | Don't warn on dollars in builtin macro definitions, | Hans-Peter Nilsson | 1 | -0/+4 |
2003-05-11 | c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into cpplib as it's a S... | Neil Booth | 1 | -1/+1 |
2003-04-23 | Makefile.in (c-lex.o, [...]): Update. | Neil Booth | 1 | -9/+9 |
2003-04-22 | c-lex.c (c_lex): Handle CPP_OTHER differently. | Neil Booth | 1 | -2/+1 |
2003-04-21 | c-ppoutput.c (cb_include): Don't take a cpp_token. | Neil Booth | 1 | -1/+1 |
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 |