Age | Commit message (Expand) | Author | Files | Lines |
2003-11-01 | re PR preprocessor/12847 (xxx.c:1:20: xxxx.h: No such file or directory) | John David Anglin | 1 | -8/+9 |
2003-10-02 | cppinit.c (cpp_read_main_file): Split into two functions: Distribute _cpp_sta... | Per Bothner | 1 | -24/+27 |
2003-08-19 | c-common.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-08-10 | Remove improper white-space. | Per Bothner | 1 | -1/+1 |
2003-08-09 | cppinit.c (cpp_read_main_file): Split out source-independent initialization t... | Per Bothner | 1 | -7/+12 |
2003-08-05 | c.opt: Introduce -fworking-directory. | Alexandre Oliva | 1 | -0/+74 |
2003-08-01 | Makefile.in: Refine dependencies. | Neil Booth | 1 | -1/+0 |
2003-07-29 | Makefile.in (LIBCPP_DEPS): Add HASHTAB_H. | Neil Booth | 1 | -12/+9 |
2003-07-22 | hashtable.c (approx_sqrt): Make static. | Zack Weinberg | 1 | -2/+2 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -1/+1 |
2003-07-13 | Makefile.in (LIBCPP_DEPS): Remove coretypes.h and $(TM_H). | Zack Weinberg | 1 | -3/+3 |
2003-07-11 | Index: ChangeLog | Geoffrey Keating | 1 | -2/+10 |
2003-07-05 | cpplib.h (CPP_AT_NAME, [...]): New token types. | Zack Weinberg | 1 | -0/+6 |
2003-06-17 | * cpplib.h, cpphash.h, cppcharset.c, cpperror.c, cppexp.c | Zack Weinberg | 1 | -38/+22 |
2003-06-16 | decl.c, [...]: Don't use the PTR macro. | Kaveh R. Ghazi | 1 | -1/+1 |
2003-06-12 | Don't warn on dollars in builtin macro definitions, | Hans-Peter Nilsson | 1 | -7/+1 |
2003-05-17 | c-common.c, c-common.h (dollars_in_ident): Remove. | Neil Booth | 1 | -12/+17 |
2003-05-11 | * cppinit.c (cpp_init_builtins): Use _cpp_define_builtin | Neil Booth | 1 | -2/+2 |
2003-05-11 | * cppinit.c (cpp_init_builtins): Use _cpp_define_builtin | Neil Booth | 1 | -2/+2 |
2003-05-11 | c-cppbuiltin.c (c_cpp_builtins): Move __STDC_HOSTED__ into cpplib as it's a S... | Neil Booth | 1 | -2/+9 |
2003-05-04 | cppinit.c (cpp_create_reader, [...]): Warn about trigraphs unless explicity s... | Neil Booth | 1 | -0/+4 |
2003-04-19 | cppfiles.c (ENABLE_VALGRIND_CHECKING, [...]): Remove. | Neil Booth | 1 | -5/+7 |
2003-03-20 | Various cleanups to help compile server. | Per Bothner | 1 | -8/+5 |
2003-03-15 | Makefile.in: Update. | Neil Booth | 1 | -309/+5 |
2003-03-14 | c-opts.c (finish_options): New. | Neil Booth | 1 | -21/+0 |
2003-03-14 | /home/neil/diffs/include.log | Neil Booth | 1 | -40/+2 |
2003-03-12 | cppfiles.c (cpp_rename_file, [...]): New. | Neil Booth | 1 | -28/+6 |
2003-03-08 | cppinit.c (cpp_finish_options): Set first_unused_line to -1. | Neil Booth | 1 | -0/+2 |
2003-03-06 | Makefile.in (c-ppoutput.o): Update. | Neil Booth | 1 | -0/+2 |
2003-03-01 | Makefile.in (C_AND_OBJC_OBJS, [...]): Update. | Neil Booth | 1 | -528/+2 |
2003-02-13 | Makefile.in (PREPROCESSOR_DEFINES): Add @TARGET_SYSTEM_ROOT_DEFINE@. | Daniel Jacobowitz | 1 | -29/+38 |
2003-01-28 | cpplib.h (struct cpp_options): Add warn_deprecated field. | Jason Merrill | 1 | -0/+1 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -42/+26 |
2002-10-06 | cppinit.c (init_standard_includes, [...]): Use strncmp. | Frank Ch. Eigler | 1 | -3/+3 |
2002-09-22 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -2/+2 |
2002-09-16 | ABOUT-NLS: Follow spelling conventions. | Kazu Hirata | 1 | -1/+1 |
2002-09-14 | ChangeLog: Follow spelling conventions. | Kazu Hirata | 1 | -4/+4 |
2002-08-21 | * cppinit.c (remove_dup_nonsys_dirs): Fix warning and return value. | John David Anglin | 1 | -1/+7 |
2002-08-20 | cppinit.c (remove_dup_dir): Add head_ptr argument to handle removal at head. | John David Anglin | 1 | -33/+79 |
2002-08-18 | re PR preprocessor/7602 (C++ header files found in CPLUS_INCLUDE_PATH treated... | Neil Booth | 1 | -1/+1 |
2002-08-12 | c-opts.c (deps_seen, [...]): New. | Neil Booth | 1 | -86/+22 |
2002-08-12 | c-common.c (STDC_0_IN_SYSTEM_HEADERS, [...]): Move to c-copts.c. | Neil Booth | 1 | -6/+0 |
2002-08-11 | c-common.c (c_common_init): Call preprocess_file instead. | Neil Booth | 1 | -125/+35 |
2002-08-11 | c-common.h (enum c_language_kind): Emphasize that clk_c is 0. | Neil Booth | 1 | -28/+1 |
2002-08-10 | c-opts.c (set_std_cxx98, [...]): New. | Neil Booth | 1 | -59/+4 |
2002-08-10 | c-common.c (flag_objc): New. | Ziemowit Laski | 1 | -4/+4 |
2002-08-09 | Makefile.in (c-opts.o): Update | Neil Booth | 1 | -186/+1 |
2002-08-08 | c-opts.c (cpp_opts): New. | Neil Booth | 1 | -132/+0 |
2002-08-06 | cppinit.c (struct lang_flags): Rename trigraphs std. | Neil Booth | 1 | -3/+4 |
2002-08-02 | c-common.c (c_common_init): -Wtraditional also implies -Wlong-long. | Zack Weinberg | 1 | -2/+3 |