Age | Commit message (Expand) | Author | Files | Lines |
1994-05-10 | (process_command): Kludge in stageN/../include instead of include. | Doug Evans | 1 | -2/+3 |
1994-05-09 | (delete_if_ordinary): New function. | Richard Kenner | 1 | -41/+31 |
1994-05-06 | *** empty log message *** | Stan Shebs | 1 | -1/+4 |
1994-05-02 | (translate_options): For options that take an argument, | Jim Wilson | 1 | -0/+6 |
1994-04-25 | (link_command_spec): Add -Z argument for ZMAGIC's on FreeBSD. | Richard Kenner | 1 | -3/+3 |
1994-04-22 | (handle_braces, check_live_switch): Refine previous change. | Richard Kenner | 1 | -13/+13 |
1994-04-21 | (default_compilers): If -E and the file is (e.g.) x.s, don't run the | Richard Kenner | 1 | -32/+35 |
1994-04-19 | Add new options -print-file-name= and -print-prog-name=. | Richard Kenner | 1 | -8/+27 |
1994-04-19 | (struct switchstr): New field LIVE_COND. | Richard Kenner | 1 | -6/+97 |
1994-04-06 | (process_command): Minor white space cleanups to last patch. | Doug Evans | 1 | -5/+5 |
1994-04-06 | (process_command): Add "include" prefix for [blah/]stageN. | Doug Evans | 1 | -5/+9 |
1994-03-31 | Change "gstdarg.h" to <stdarg.h> and "gvarargs.h" to <varargs.h>. | Jim Wilson | 1 | -2/+2 |
1994-03-30 | (process_command, case 'B'): If name is "stageN/", add "include" to | Richard Kenner | 1 | -0/+7 |
1994-03-18 | (include_prefix): New variable. | Jim Wilson | 1 | -8/+27 |
1994-03-13 | (do_spec_1): Don't duplicate a macro starting with '__'. | Richard Kenner | 1 | -10/+17 |
1994-03-11 | Use PVPROTO for varargs prototypes. | Richard Kenner | 1 | -2/+4 |
1994-03-10 | ([__MSDOS__]): Use #ifdef, not #if. | Richard Kenner | 1 | -1/+1 |
1994-02-27 | (execute): Initialize PROG. | Richard Kenner | 1 | -1/+1 |
1994-02-14 | (default_compilers): Generate and use .ii files in the intermediate | Richard Kenner | 1 | -2/+2 |
1994-02-13 | (fatal, error): Fix declarations (make dependant on HAVE_VPRINTF). | Doug Evans | 1 | -0/+6 |
1994-02-12 | (PROTO): Define. | Doug Evans | 1 | -21/+34 |
1994-02-12 | (VPROTO, VA_START): Define. | Doug Evans | 1 | -0/+10 |
1994-02-10 | If __STDC__, include gstdarg and use ANSI form of varargs. | Richard Kenner | 1 | -10/+24 |
1994-02-01 | (default_compilers, @ada): Don't duplicate "-gnat" parameters; pass | Richard Kenner | 1 | -3/+2 |
1993-12-23 | (translate_options): Skip arguments of -B, -b, -V, -x, | Jim Wilson | 1 | -0/+5 |
1993-12-23 | (default_compilers, gnat1): Don't write -gnatb. | Richard Kenner | 1 | -1/+1 |
1993-12-22 | (compiler_version): New variable. | Richard Kenner | 1 | -12/+33 |
1993-12-22 | (default_compilers): Treat ".cpp" as C++. | Richard Kenner | 1 | -0/+1 |
1993-11-26 | (default_compilers): Do define __GNUC_MINOR__ if input is `-'. | Richard Stallman | 1 | -1/+2 |
1993-11-02 | (do_spec_1): Use spec_version for %v, not version_string. | Richard Stallman | 1 | -11/+18 |
1993-10-26 | (default_compilers): Define __GNUC_MINOR__, using %v. | Richard Stallman | 1 | -4/+25 |
1993-10-20 | (sys_errlist): Conditionalize declaration for BSD 4.4. | Jim Wilson | 1 | -0/+4 |
1993-10-07 | (read_specs): Fix call to bzero. | Richard Stallman | 1 | -1/+1 |
1993-10-05 | (read_specs): Make a null entry at end of `compilers' when reading new | Richard Kenner | 1 | -0/+1 |
1993-10-05 | (choose_temp_base): Correct size allocated for temp_filename. | Richard Kenner | 1 | -1/+1 |
1993-10-03 | (default_compilers): Add rules for Ada. | Richard Kenner | 1 | -1/+13 |
1993-09-08 | (process_command): Don't warn for -x after last input file | Jim Wilson | 1 | -1/+1 |
1993-08-20 | Correct last change. | Ian Lance Taylor | 1 | -2/+2 |
1993-08-06 | Permit relative path for standard_startfile_prefix | Ian Lance Taylor | 1 | -2/+22 |
1993-08-04 | (process_command): Don't check whether file `-' exists. | Richard Stallman | 1 | -23/+29 |
1993-07-23 | (main): Improve "No input files" error message. | Richard Stallman | 1 | -1/+1 |
1993-07-21 | (link_command_spec): Move %{T*} after %{L*} and %D. | Jim Wilson | 1 | -6/+9 |
1993-07-01 | (choose_temp_base): Try multiple variables. | Richard Stallman | 1 | -31/+57 |
1993-06-28 | (DEFAULT_WORD_SWITCH_TAKES_ARG): Check for -iwithprefixbefore. | Richard Stallman | 1 | -1/+3 |
1993-06-26 | (translate_options): `*' inhibits warning of extraneous arg. | Richard Stallman | 1 | -0/+2 |
1993-06-26 | (option_map): Add missing comma. | Doug Evans | 1 | -1/+1 |
1993-06-24 | (option_map): Make --version alias for -dumpversion. | Richard Stallman | 1 | -0/+1 |
1993-06-10 | (translate_options): Don't assume option_map[j].arg_info != 0. | Richard Stallman | 1 | -6/+9 |
1993-06-07 | (translate_options): Don't assume option_map[j].arg_info != 0. | Richard Stallman | 1 | -1/+2 |
1993-05-28 | (process_command): When GCC_EXEC_PREFIX is defined and tooldir is relative... | Richard Stallman | 1 | -18/+29 |