Age | Commit message (Expand) | Author | Files | Lines |
2001-01-10 | cppinit.c (OPT_g): Remove. | Neil Booth | 1 | -1/+1 |
2001-01-10 | gcc.c (cpp_options): Set MD file name from output filename, if specified. | Nathan Sidwell | 1 | -3/+44 |
2001-01-09 | * gcc.c (process_command): Set switches[n_switches].ordering to 0. | Mark Elbrecht | 1 | -0/+1 |
2001-01-08 | cppinit.c (init): Rename init_library. | Neil Booth | 1 | -0/+1 |
2001-01-07 | c-lang.c (c_post_options): Call cpp_post_options. | Neil Booth | 1 | -1/+1 |
2001-01-07 | Makefile.in (DRIVER_DEFINES): Define ENABLE_SHARED_LIBGCC and NO_SHARED_LIBGC... | Richard Henderson | 1 | -5/+100 |
2001-01-06 | cpp.texi: Update for -MQ. | Neil Booth | 1 | -2/+2 |
2001-01-05 | cpp.texi: Update for -MP. | Neil Booth | 1 | -1/+1 |
2001-01-04 | cpp.texi: Update for -MT. | Neil Booth | 1 | -2/+2 |
2000-12-29 | toplev.c (main): Call xmalloc_set_program_name. | Richard Kenner | 1 | -0/+2 |
2000-12-17 | protoize.c (main): Correctly set locale categories. | Philipp Thomas | 1 | -0/+7 |
2000-12-15 | gcc.c (cpp_options): Pass -fno-operator-names. | Jakub Jelinek | 1 | -1/+1 |
2000-12-14 | gcc.c (cpp_options): Update to use '&'. | Neil Booth | 1 | -1/+1 |
2000-12-14 | gcc.c (cpp_options): Update to use '&'. | Neil Booth | 1 | -18/+43 |
2000-12-13 | * gcc.c (handle_braces): Handle %{<S*} spec correctly. | Tom Tromey | 1 | -1/+9 |
2000-12-01 | gcc.c (default_compilers): Add suffixes .mi, .cp, .ii, .FOR and .FPP. | Joseph Myers | 1 | -5/+6 |
2000-11-28 | system.h (IS_DIR_SEPARATOR): Use uppercase macro name. | Richard Kenner | 1 | -18/+8 |
2000-11-25 | c-common.c: Remove USE_CPPLIB conditional inclusions. | Neil Booth | 1 | -8/+1 |
2000-11-24 | * gcc.c (process_command): Use F_OK, not R_OK. | Richard Kenner | 1 | -1/+1 |
2000-11-22 | gcc.c (validate_switches): Validate multiple switches named in '|' (or) expre... | Neil Booth | 1 | -9/+19 |
2000-11-19 | gcc.c (process_command): Define 'j' variable when MODIFY_TARGET_NAME is defined. | Zack Weinberg | 1 | -0/+1 |
2000-11-14 | New option --target-help. | Chandra Chavva | 1 | -0/+45 |
2000-11-07 | * gcc.c (default_compilers) [@cpp-output]: Add -fpreprocessed. | Richard Henderson | 1 | -1/+1 |
2000-11-03 | builtins.c (expand_builtin_strlen): Remove unused mode argument. | Zack Weinberg | 1 | -1/+0 |
2000-11-03 | Use memset/memcmp instead of bzero/bcmp. | Joseph Myers | 1 | -3/+3 |
2000-11-02 | * collect2.c (main, write_c_file_stat), gcc.c (translate_options, | Joseph Myers | 1 | -9/+9 |
2000-10-20 | cppspec.c (DEFAULT_WORD_SWITCH_TAKES_ARG): Added -MF and -MT. | Tom Tromey | 1 | -1/+2 |
2000-10-20 | * Use "because" instead of since in error messages. | David Edelsohn | 1 | -3/+3 |
2000-10-05 | configure: Save configure arguments to gcc/configargs.h. | Phil Edwards | 1 | -0/+5 |
2000-10-05 | gcc.c: Move data on prefixes forward in file and reorganize. | Richard Kenner | 1 | -107/+114 |
2000-09-26 | gcc.c (cpp_options): Add spec for -ftabstop=. | Neil Booth | 1 | -11/+23 |
2000-09-20 | gcc.c (modify_target): New variable and struct. | Richard Kenner | 1 | -0/+71 |
2000-09-18 | * gcc.c (cpp_options): Add specs for __STDC_HOSTED__. | Joseph Myers | 1 | -0/+2 |
2000-09-16 | gcc.c: In description for %{<S}, say the option removed is -S. | Hans-Peter Nilsson | 1 | -2/+2 |
2000-09-15 | gcc.c: Fix formatting. | Kazu Hirata | 1 | -275/+284 |
2000-09-11 | gcc.c (main): Don't warn about unused -B prefixes | DJ Delorie | 1 | -31/+0 |
2000-09-07 | Integrated preprocessor. | Zack Weinberg | 1 | -2/+2 |
2000-09-04 | * gcc.c: Undefine "__WCHAR_TYPE__" before redefining it. | Craig Newell | 1 | -1/+1 |
2000-08-29 | * gcc.c: Fix formatting. | Kazu Hirata | 1 | -81/+73 |
2000-08-24 | optabs.c (init_optabs): Initialize fixtab... | Greg McGary | 1 | -14/+8 |
2000-08-21 | gcc.c (do_spec_1): Implement %j spec flag. | Jeff Law | 1 | -44/+40 |
2000-08-04 | x-djgpp: Delete code that conditionally modifies target_alias. | Mark Elbrecht | 1 | -0/+5 |
2000-08-02 | gcc.h (lang_specific_driver): Constify second argument. | Zack Weinberg | 1 | -10/+12 |
2000-07-31 | Makefile.in: Rename cpp to cpp0, tradcpp to tradcpp0, and xcpp to cpp through... | Zack Weinberg | 1 | -3/+3 |
2000-07-28 | gcc.c (struct prefix_list): Add member priority. | Andrew Cagney | 1 | -54/+67 |
2000-07-19 | * gcc.c (.h spec): Fix typo. | Zack Weinberg | 1 | -1/+1 |
2000-07-13 | gcc.c (do_spec_1): Add new %B operator. | Zack Weinberg | 1 | -237/+133 |
2000-07-13 | gcc.c (execute): If a subprocess gets a fatal signal... | Zack Weinberg | 1 | -15/+28 |
2000-07-12 | gcc.c (C specs [!USE_CPPLIB]): Invoke tradcpp if any of -traditional, -ftradi... | Zack Weinberg | 1 | -13/+9 |
2000-06-29 | rtl.c: Revert NLS changes. | Philipp Thomas | 1 | -3/+4 |