]> gcc.gnu.org Git - gcc.git/history - gcc/gcc.c
Update FSF address.
[gcc.git] / gcc / gcc.c
1995-06-15 Richard KennerUpdate FSF address.
1995-06-12 Doug Evans(link_command_spec): Undo patch of May 11.
1995-06-06 Richard Kenner(do_spec_1, case 'g'): Handle %O as suffix if MKTEMP_EA...
1995-05-23 Doug Evans(link_command_spec): Move ENDFILE_SPEC from -nostdlib...
1995-05-22 Richard Kenner(HAVE_OBJECT_SUFFIX): New macro.
1995-05-16 Richard Kenner(fix_argv): Removed call to free.
1995-05-14 Richard Kenner(default_compilers): Remove entries for Ada, C++, Chill...
1995-05-12 Doug Evans(link_command_spec): Make -nostdlib no longer imply...
1995-04-25 Jim Wilson(main): Pass INIT_ENVIRONMENT to putenv.
1995-04-21 Richard Kenner(default_compilers): Pass -I to gnat1.
1995-04-07 Richard Kenner(OBJECT_SUFFIX): Default now ".o", not "o".
1995-04-02 Richard Kenner(default_compilers): Pass -W and -w to gnat1.
1995-04-01 Richard Kenner(print_multilib_info): Don't use LAST_PATH if not set.
1995-03-29 Jim Wilson(process_command): Delete code modifying gcc_exec_prefix.
1995-03-27 Richard KennerRemoved __NetBSD__ from conditional.
1995-03-16 Jason MerrillMove SunOS 4 assembler flags from default_compilers...
1995-02-25 Doug Evans(print_search_dirs): New variable.
1995-02-22 Richard Kenner(SWITCH_TAKES_ARG): Add `x'.
1995-02-22 Richard Kenner(default_compilers): Remove rule for ".ada".
1995-02-21 Richard Kenner(fix_argv): Rewrite.
1995-02-21 Richard Kenner(read_specs): Use length read when inserting zero.
1995-02-21 Richard Kenner(default_compilers): Add entries for .f and .F.
1995-02-11 Richard KennerUpdate comment.
1995-02-11 Richard Kenner(specs): Use %O instead of "o" for object file suffix.
1995-01-14 Richard Kenner(execute): Don't wait for just any N subprocesses...
1994-12-29 Jim Wilson(print_multilib_info): Initialize last_path_len to 0.
1994-12-09 Per Bothner* gcc.c (default_compilers): Add support for Chill...
1994-11-19 Jason MerrillShared library support.
1994-11-16 Richard Kenner(main): For -V output, give both driver and compiler...
1994-11-07 Richard Kenner(process_command): Ignore LIBRARY_PATH and LPATH if...
1994-10-27 Torbjorn Granlund(process_command): Don't forget to split -Wl arguments...
1994-10-27 Torbjorn Granlund(process_command): Handle -Wl, and -Xlinker similar...
1994-10-20 Jason Merrill(STARTFILE_SPEC): Wrap startfiles in %{!shared:}.
1994-10-18 Jason Merrill(default_compilers): Treat files with an extension...
1994-10-05 Michael BushnellDefine O_RDONLY if not already defined and use it in...
1994-10-04 Ian Lance TaylorIf the POSIX.1 wait macros are defined, use them.
1994-10-01 Richard KennerInstall omitted hunk from last diff.
1994-10-01 Doug Evans(process_command): Fix typo.
1994-09-30 Richard KennerDon't include sys/file.h for winnt; use process.h instead.
1994-09-30 Jim Wilson(default_compilers): Add %Z to all cpp specs.
1994-09-29 Richard Kenner(struct option_map): Sort in alphabetical order.
1994-09-20 Richard Kenner(process_command): Add new switch, -dumpmachine.
1994-09-15 Richard KennerRework last change so it's done like collect2.c.
1994-09-14 Michael BushnellInclude <sys/errno.h> in case `errno' is a macro define...
1994-07-22 Michael MeissnerDJ patches for MSDOS
1994-07-19 Jim Wilson(process_command): When have -BstageN option, pass...
1994-07-11 Charles HannumDo the 4.4BSD sys_errlist modification for NetBSD also.
1994-07-02 Jim Wilson(DEFAULT_WORD_SWITCH_TAKES_ARG): Add -isystem.
1994-06-30 Richard Kenner(do_spec_1, case 'P'): Don't add underscores to macros...
1994-06-15 Doug Evansgcc.c: Include multilib.h.
1994-06-14 Richard KennerCast pointer operands to bzero, bcopy, and bcmp to...
1994-06-14 Richard Kenner(find_a_file): Try EXECUTABLE_SUFFIX first, then file...
1994-05-30 Doug Evans(default_compilers): Pass -MG to cpp if present.
1994-05-10 Doug Evans(process_command): Kludge in stageN/../include instead...
1994-05-09 Richard Kenner(delete_if_ordinary): New function.
1994-05-06 Stan Shebs*** empty log message ***
1994-05-02 Jim Wilson(translate_options): For options that take an argument,
1994-04-25 Richard Kenner(link_command_spec): Add -Z argument for ZMAGIC's on...
1994-04-22 Richard Kenner(handle_braces, check_live_switch): Refine previous...
1994-04-21 Richard Kenner(default_compilers): If -E and the file is (e.g.) x...
1994-04-19 Richard KennerAdd new options -print-file-name= and -print-prog-name=.
1994-04-19 Richard Kenner(struct switchstr): New field LIVE_COND.
1994-04-06 Doug Evans(process_command): Minor white space cleanups to last...
1994-04-06 Doug Evans(process_command): Add "include" prefix for [blah/...
1994-04-01 Jim WilsonChange "gstdarg.h" to <stdarg.h> and "gvarargs.h" to...
1994-03-30 Richard Kenner(process_command, case 'B'): If name is "stageN/",...
1994-03-18 Jim Wilson(include_prefix): New variable.
1994-03-13 Richard Kenner(do_spec_1): Don't duplicate a macro starting with...
1994-03-11 Richard KennerUse PVPROTO for varargs prototypes.
1994-03-10 Richard Kenner([__MSDOS__]): Use #ifdef, not #if.
1994-02-27 Richard Kenner(execute): Initialize PROG.
1994-02-15 Richard Kenner(default_compilers): Generate and use .ii files in...
1994-02-13 Doug Evans(fatal, error): Fix declarations (make dependant on...
1994-02-12 Doug Evans(PROTO): Define.
1994-02-12 Doug Evans(VPROTO, VA_START): Define.
1994-02-10 Richard KennerIf __STDC__, include gstdarg and use ANSI form of varargs.
1994-02-01 Richard Kenner(default_compilers, @ada): Don't duplicate "-gnat"...
1993-12-24 Jim Wilson(translate_options): Skip arguments of -B, -b, -V, -x,
1993-12-23 Richard Kenner(default_compilers, gnat1): Don't write -gnatb.
1993-12-22 Richard Kenner(compiler_version): New variable.
1993-12-22 Richard Kenner(default_compilers): Treat ".cpp" as C++.
1993-11-26 Richard Stallman(default_compilers): Do define __GNUC_MINOR__ if input...
1993-11-02 Richard Stallman(do_spec_1): Use spec_version for %v, not version_string.
1993-10-26 Richard Stallman(default_compilers): Define __GNUC_MINOR__, using %v.
1993-10-20 Jim Wilson(sys_errlist): Conditionalize declaration for BSD 4.4.
1993-10-07 Richard Stallman(read_specs): Fix call to bzero.
1993-10-05 Richard Kenner(read_specs): Make a null entry at end of `compilers...
1993-10-05 Richard Kenner(choose_temp_base): Correct size allocated for temp_fil...
1993-10-04 Richard Kenner(default_compilers): Add rules for Ada.
1993-09-08 Jim Wilson(process_command): Don't warn for -x after last input...
1993-08-20 Ian Lance TaylorCorrect last change.
1993-08-06 Ian Lance TaylorPermit relative path for standard_startfile_prefix
1993-08-04 Richard Stallman(process_command): Don't check whether file `-' exists.
1993-07-23 Richard Stallman(main): Improve "No input files" error message.
1993-07-21 Jim Wilson(link_command_spec): Move %{T*} after %{L*} and %D.
1993-07-01 Richard Stallman(choose_temp_base): Try multiple variables.
1993-06-28 Richard Stallman(DEFAULT_WORD_SWITCH_TAKES_ARG): Check for -iwithprefix...
1993-06-26 Richard Stallman(translate_options): `*' inhibits warning of extraneous...
1993-06-26 Doug Evans(option_map): Add missing comma.
1993-06-24 Richard Stallman(option_map): Make --version alias for -dumpversion.
next
This page took 0.865349 seconds and 108 git commands to generate.