Age | Commit message (Expand) | Author | Files | Lines |
2004-09-15 | re PR libobjc/11572 (GNU libobjc no longer compiled on Darwin) | Andrew Pinski | 1 | -2/+12 |
2004-09-08 | final.c (shorten_branches, [...]): Use gcc_assert and gcc_unreachable. | Nathan Sidwell | 1 | -2/+1 |
2004-08-23 | Makefile.in (BUILD_ERRORS): Set to build-errors. | Nathan Sidwell | 1 | -26/+2 |
2004-05-22 | fix-header.c (read_scan_file): Update for add_path change. | Eric Christopher | 1 | -3/+3 |
2004-04-12 | Patch from Jonathan Larmour. | Jonathan Larmour | 1 | -3/+6 |
2004-03-04 | Add framework support for darwin. | Mike Stump | 1 | -0/+6 |
2004-02-14 | fix-header.c (line_table): Move local variable in main to global. | Per Bothner | 1 | -1/+2 |
2004-02-04 | Partially revert/redo 2003-10-01 change; fix -fworking-directory. | Per Bothner | 1 | -2/+1 |
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/+3 |
2003-11-01 | re PR preprocessor/12847 (xxx.c:1:20: xxxx.h: No such file or directory) | John David Anglin | 1 | -1/+1 |
2003-10-02 | cppinit.c (cpp_read_main_file): Split into two functions: Distribute _cpp_sta... | Per Bothner | 1 | -2/+3 |
2003-10-02 | c-lex.c (fe_file_change): Handle a NULL new_map. | Per Bothner | 1 | -1/+1 |
2003-08-09 | cppinit.c (cpp_read_main_file): Split out source-independent initialization t... | Per Bothner | 1 | -0/+1 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -3/+2 |
2003-07-12 | fp-test.c (main): Use ISO C90 prototype. | Andreas Jaeger | 1 | -58/+34 |
2003-06-04 | fix-header.c: Remove ADD_MISSING_EXTERN_C dependend variables. | Andreas Jaeger | 1 | -29/+1 |
2003-05-20 | * alias.c (nonlocal_mentioned_p, nonlocal_referenced_p) | Matt Kraai | 1 | -1/+0 |
2003-05-17 | builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std... | Kaveh R. Ghazi | 1 | -5/+5 |
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-19 | cppfiles.c (ENABLE_VALGRIND_CHECKING, [...]): Remove. | Neil Booth | 1 | -1/+1 |
2003-04-03 | * fix-header.c (read_scan_file): Defer switch processing. | Neil Booth | 1 | -4/+5 |
2003-03-20 | Various cleanups to help compile server. | Per Bothner | 1 | -4/+4 |
2003-03-17 | * fix-header.c (read_scan_file): Need to malloc arguments to add_path. | Neil Booth | 1 | -8/+10 |
2003-03-15 | * fix-header.c (read_scan_file): Read main file before handling -D. | Neil Booth | 1 | -2/+3 |
2003-03-15 | * fix-header.c (read_scan_file): Fix thinko. | Neil Booth | 1 | -1/+1 |
2003-03-15 | Makefile.in: Update. | Neil Booth | 1 | -12/+25 |
2003-03-02 | * fix-header.c (read_scan_file): Don't reference simplify_path. | Geoffrey Keating | 1 | -1/+0 |
2003-03-01 | Makefile.in (C_AND_OBJC_OBJS, [...]): Update. | Neil Booth | 1 | -3/+25 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -1/+3 |
2002-08-12 | c-opts.c (deps_seen, [...]): New. | Neil Booth | 1 | -1/+0 |
2002-07-23 | defaults.h (obstack_chunk_alloc, [...]): Default definition. | Neil Booth | 1 | -2/+0 |
2002-05-23 | cpperror.c (_cpp_begin_message): No special casing of CPP_FATAL_LIMIT. | Neil Booth | 1 | -3/+3 |
2002-05-17 | final.c: Fix formatting. | Kazu Hirata | 1 | -10/+10 |
2002-04-14 | cpperror.c (print_location): Don't print include chain if line == 0. | Neil Booth | 1 | -1/+1 |
2001-12-27 | collect2.c (is_ctor_dtor): Const-ify. | Kaveh R. Ghazi | 1 | -8/+8 |
2001-11-24 | fix-header.c (main): Move inf_buffer termination and inf_limit calculation to... | Douglas B Rupp | 1 | -3/+5 |
2001-11-15 | White-space change | Richard Kenner | 1 | -1/+1 |
2001-11-15 | * fix-header.c (read_scan_file): Update. | Neil Booth | 1 | -2/+4 |
2001-10-21 | c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr... | Kaveh R. Ghazi | 1 | -3/+3 |
2001-10-11 | alias.c: Remove uses of "register" specifier in declarations of arguments and... | Stan Shebs | 1 | -5/+5 |
2001-09-24 | c-lex.c (cb_def_pragma): Update. | Neil Booth | 1 | -4/+3 |
2001-08-27 | emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout. | Andreas Jaeger | 1 | -12/+4 |
2001-08-22 | cpperror.c (print_location): Don't show _Pragma. | Neil Booth | 1 | -1/+1 |
2001-08-17 | cpperror.c (print_location): Don't take a file name; use the line map instead. | Neil Booth | 1 | -1/+1 |
2001-08-12 | * fix-header.c (cb_file_change): Update prototype. | Neil Booth | 1 | -4/+4 |
2001-08-04 | Makefile.in (CPPLIB_H): New, so that dependencies on cpplib.h are also on lin... | Neil Booth | 1 | -2/+1 |
2001-08-02 | line-map.c: New. | Neil Booth | 1 | -1/+1 |
2001-05-20 | Makefile.in (OBJS, [...]): Update. | Neil Booth | 1 | -1/+1 |
2001-05-16 | cppexp.c (lex): Use NODE_NAME and NODE_LEN. | Neil Booth | 1 | -2/+2 |