Age | Commit message (Expand) | Author | Files | Lines |
2001-04-19 | vms.h: Change OBJECT_SUFFIX and EXECUTABLE_SUFFIX to TARGET_OBJECT_SUFFIX and... | DJ Delorie | 1 | -27/+35 |
2001-04-02 | configure.in: Don't check for putenv. | Kaveh R. Ghazi | 1 | -54/+0 |
2001-03-20 | * gcc.c (init_gcc_specs): Fix comment. | Tom Tromey | 1 | -1/+1 |
2001-03-16 | more rigorous SIGCHLD guarding | Bruce Korb | 1 | -0/+5 |
2001-03-08 | back out the 3-0 branch version | Bruce Korb | 1 | -36/+75 |
2001-03-08 | fix SIGCHLD handling | Bruce Korb | 1 | -75/+36 |
2001-03-08 | fix SIGCHLD handling | Bruce Korb | 1 | -0/+3 |
2001-03-04 | gcc.c (convert_filename): Append executable suffix if NO_AUTO_EXE_SUFFIX is n... | Laurynas Biveinis | 1 | -1/+1 |
2001-03-02 | gcc.c, [...]: Add zero initializer for cpp_spec field to all array elements. | Zack Weinberg | 1 | -23/+24 |
2001-02-23 | gcc.c (record_temp_file, [...]): Make non-static, so they can be called from ... | Per Bothner | 1 | -7/+3 |
2001-02-21 | gcc.c: Add comment explaining how to add a command-line option. | Jeffrey D. Oldham | 1 | -1/+41 |
2001-02-21 | gcc.c (cc1_options): Add "-param". | Jeffrey Oldham | 1 | -5/+7 |
2001-02-19 | gcc.c (do_spec_1): 'n' for printing notices. | Jan Hubicka | 1 | -0/+16 |
2001-02-14 | gcc.c (do_spec_1): Fix off-by-one error for '%M' case. | Jeffrey Oldham | 1 | -1/+1 |
2001-02-09 | gcc.c (cpp_options): Delete .d files on error. | Neil Booth | 1 | -3/+4 |
2001-02-07 | defaults.h (CPLUSPLUS_CPP_SPEC): New macro. | Mark Mitchell | 1 | -11/+24 |
2001-02-02 | gcc.c (init_gcc_specs): New function. | Mark Mitchell | 1 | -7/+42 |
2001-01-16 | * gcc.c (cpp_options): Added `*' to specs for -MF, -MQ, and -MT. | Tom Tromey | 1 | -1/+1 |
2001-01-16 | gcc.c: Revert previous -fsyntax-only-related change; move to cp/g++spec.c. | Phil Edwards | 1 | -10/+1 |
2001-01-16 | gcc.c: When -fsyntax-only is given, do not complain about unused libraries. | Phil Edwards | 1 | -1/+10 |
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 |