| Commit message (Expand) | Author | Age | Files | Lines |
* | If __STDC__, include gstdarg and use ANSI form of varargs. | kenner | 1994-02-10 | 1 | -10/+24 |
* | (default_compilers, @ada): Don't duplicate "-gnat" parameters; pass | kenner | 1994-02-01 | 1 | -3/+2 |
* | (translate_options): Skip arguments of -B, -b, -V, -x, | wilson | 1993-12-24 | 1 | -0/+5 |
* | (default_compilers, gnat1): Don't write -gnatb. | kenner | 1993-12-23 | 1 | -1/+1 |
* | (compiler_version): New variable. | kenner | 1993-12-22 | 1 | -12/+33 |
* | (default_compilers): Treat ".cpp" as C++. | kenner | 1993-12-22 | 1 | -0/+1 |
* | (default_compilers): Do define __GNUC_MINOR__ if input is `-'. | rms | 1993-11-26 | 1 | -1/+2 |
* | (do_spec_1): Use spec_version for %v, not version_string. | rms | 1993-11-02 | 1 | -11/+18 |
* | (default_compilers): Define __GNUC_MINOR__, using %v. | rms | 1993-10-26 | 1 | -4/+25 |
* | (sys_errlist): Conditionalize declaration for BSD 4.4. | wilson | 1993-10-20 | 1 | -0/+4 |
* | (read_specs): Fix call to bzero. | rms | 1993-10-07 | 1 | -1/+1 |
* | (read_specs): Make a null entry at end of `compilers' when reading new | kenner | 1993-10-05 | 1 | -0/+1 |
* | (choose_temp_base): Correct size allocated for temp_filename. | kenner | 1993-10-05 | 1 | -1/+1 |
* | (default_compilers): Add rules for Ada. | kenner | 1993-10-04 | 1 | -1/+13 |
* | (process_command): Don't warn for -x after last input file | wilson | 1993-09-08 | 1 | -1/+1 |
* | Correct last change. | ian | 1993-08-20 | 1 | -2/+2 |
* | Permit relative path for standard_startfile_prefix | ian | 1993-08-06 | 1 | -2/+22 |
* | (process_command): Don't check whether file `-' exists. | rms | 1993-08-04 | 1 | -23/+29 |
* | (main): Improve "No input files" error message. | rms | 1993-07-23 | 1 | -1/+1 |
* | (link_command_spec): Move %{T*} after %{L*} and %D. | wilson | 1993-07-21 | 1 | -6/+9 |
* | (choose_temp_base): Try multiple variables. Don't | rms | 1993-07-01 | 1 | -31/+57 |
* | (DEFAULT_WORD_SWITCH_TAKES_ARG): Check for -iwithprefixbefore. | rms | 1993-06-28 | 1 | -1/+3 |
* | (translate_options): `*' inhibits warning of extraneous arg. | rms | 1993-06-26 | 1 | -0/+2 |
* | (option_map): Add missing comma. | dje | 1993-06-26 | 1 | -1/+1 |
* | (option_map): Make --version alias for -dumpversion. | rms | 1993-06-24 | 1 | -0/+1 |
* | (translate_options): Don't assume option_map[j].arg_info != 0. | rms | 1993-06-10 | 1 | -6/+9 |
* | (translate_options): Don't assume option_map[j].arg_info != 0. | rms | 1993-06-07 | 1 | -1/+2 |
* | (process_command): When GCC_EXEC_PREFIX is defined and | rms | 1993-05-28 | 1 | -18/+29 |
* | (option_map): Renamed --version to --use-version. | rms | 1993-05-14 | 1 | -1/+1 |
* | If SMALL_ARG_MAX is defined don't pass non-directories in environment | ian | 1993-04-29 | 1 | -10/+22 |
* | (default_compilers): Inhibit -D__OPTIMIZE__ if -O0. | rms | 1993-04-29 | 1 | -6/+6 |
* | Base WORD_SWITCH_TAKES_ARG on new macro DEFAULT_WORD_SWITCH_TAKES_ARG | ian | 1993-04-27 | 1 | -3/+7 |
* | (putenv): Make result type void. | kenner | 1993-04-13 | 1 | -2/+3 |
* | (library_prefix): Delete variable. | wilson | 1993-04-12 | 1 | -68/+57 |
* | (link_command_spec): New option -nostartfiles. | rms | 1993-03-10 | 1 | -3/+3 |
* | Handle long options by translation to old-style ones. | rms | 1993-03-09 | 1 | -1/+209 |
* | (main): Put argv[0] in collect_obstack instead of programname. | wilson | 1993-03-05 | 1 | -2/+3 |
* | Add missing \ before return inside string. | meissner | 1993-03-04 | 1 | -3/+3 |
* | (main): Truncate programname to what is after last slash. | wilson | 1993-03-02 | 1 | -1/+4 |
* | (link_command_spec): Do nothing if -fsyntax-only. | rms | 1993-03-02 | 1 | -6/+9 |
* | (process_command): Fix typo in last change. | rms | 1993-01-18 | 1 | -1/+1 |
* | With previous change, don't fail on `-l'. | brendan | 1993-01-15 | 1 | -1/+2 |
* | * gcc.c (process_command): Only accept input files which exist and | brendan | 1993-01-15 | 1 | -3/+14 |
* | Use TOOLDIR_BASE_PREFIX, not TOOLDIR_PREFIX | ian | 1993-01-13 | 1 | -3/+3 |
* | # Fix misspellings in comments. | eggert | 1993-01-10 | 1 | -1/+1 |
* | (lookup_compiler): Fix special code for `-' suffix. | rms | 1993-01-09 | 1 | -6/+7 |
* | (putenv_from_prefixes): Use PATH_SEPARATOR. | kenner | 1993-01-03 | 1 | -5/+8 |
* | (TOOLDIR_PREFIX): Define if not defined. | rms | 1993-01-02 | 1 | -0/+29 |
* | (do_spec_1): Propagate failure from recursive calls. | rms | 1992-12-31 | 1 | -15/+46 |
* | (input_from_pipe): New variable. | wilson | 1992-12-31 | 1 | -0/+12 |