| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for | law | 1999-01-27 | 1 | -47/+76 |
* | * cppp.c (xrealloc): Fix typo last change. | rth | 1999-01-22 | 1 | -1/+1 |
* | * cccp.c (xrealloc): Call malloc given a NULL old pointer. | rth | 1999-01-21 | 1 | -5/+9 |
* | * gcc.c: (do_spec_1): Fix obvious typo. | law | 1999-01-16 | 1 | -1/+1 |
* | * gcc.c (xstrerror): Renamed from my_strerror. All callers | ghazi | 1999-01-09 | 1 | -6/+4 |
* | Warning fixes: | ghazi | 1999-01-09 | 1 | -16/+18 |
* | Fix copyright dates. | law | 1999-01-06 | 1 | -1/+1 |
* | * Makefile.in (gcc.o, prefix.o, cccp.o, cpplib.o): Depend on prefix.h. | ghazi | 1999-01-05 | 1 | -13/+11 |
* | * gcc.c (execute): Enable -pipe with win32. | scox | 1998-12-24 | 1 | -1/+1 |
* | � | manfred | 1998-12-11 | 1 | -1/+0 |
* | * c-decl.c (flag_isoc9x): Default off. | rth | 1998-12-08 | 1 | -10/+10 |
* | Mon Dec 7 15:38:25 1998 Dave Brolley <brolley@cygnus.com> | brolley | 1998-12-07 | 1 | -1/+1 |
* | * c-common.c (declare_function_name): Declare predefinied variable | rth | 1998-12-01 | 1 | -18/+23 |
* | * system.h: Include libiberty.h. | ghazi | 1998-11-27 | 1 | -75/+7 |
* | * gcc.c (option_map): Recognize --output-class-directory. | tromey | 1998-11-25 | 1 | -0/+1 |
* | * gcc.c: Split out Objective-C specs to... | law | 1998-11-25 | 1 | -27/+4 |
* | * cccp.c (S_ISREG, S_ISDIR): Delete defines. | law | 1998-11-23 | 1 | -10/+0 |
* | * configure.in: Don't do AC_CHECK_HEADERS(wait.h sys/wait.h). | ghazi | 1998-11-19 | 1 | -13/+0 |
* | Jumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN. | wilson | 1998-11-12 | 1 | -1/+1 |
* | * gansidecl.h: Prepend a "G" to the macro wrapping this file | ghazi | 1998-11-08 | 1 | -7/+7 |
* | * configure.in (host_xm_file, build_xm_file, xm_file, tm_file): | ghazi | 1998-11-07 | 1 | -1/+0 |
* | * configure.in: Call AC_FUNC_VFORK. | ghazi | 1998-11-02 | 1 | -4/+0 |
* | * Makefile.in (cc1): Put C_OBJS, and thence @extra_c_objs@ last. | rth | 1998-10-28 | 1 | -0/+6 |
* | Warning fixes: | ghazi | 1998-10-28 | 1 | -2/+19 |
* | * gcc.c (option_map): Added --classpath and --CLASSPATH. | tromey | 1998-10-20 | 1 | -0/+2 |
* | Add ATTRIBUTE_NORETURN in a bunch of places: | ghazi | 1998-10-14 | 1 | -4/+4 |
* | Warning fixes: | ghazi | 1998-10-14 | 1 | -16/+20 |
* | Fri Oct 9 16:03:19 1998 Graham <grahams@rcp.co.uk> | rth | 1998-10-09 | 1 | -6/+6 |
* | * configure.in: new flags --with-ld and --with-as, equivalent | oliva | 1998-09-28 | 1 | -1/+21 |
* | Use GET_ENV_PATH_LIST for GCC_EXEC_PREFIX too. My goof, not Felix's. | law | 1998-09-21 | 1 | -1/+1 |
* | * c-lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRONMENT (). | law | 1998-09-21 | 1 | -6/+6 |
* | * Makefile.in (LIBS): Link in libiberty.a. | law | 1998-09-20 | 1 | -3/+3 |
* | * gcc.c (do_spec_1): [case 'o'] Account for | tromey | 1998-09-04 | 1 | -7/+19 |
* | * system.h: Include stdarg.h/varargs.h, make sure they are ordered | ghazi | 1998-08-26 | 1 | -6/+0 |
* | d | law | 1998-07-28 | 1 | -27/+54 |
* | * gcc.c (do_spec): Call "error" not "warning". | law | 1998-07-21 | 1 | -1/+1 |
* | Tue Jul 21 00:31:01 1998 Jeffrey A Law (law@cygnus.com) | law | 1998-07-20 | 1 | -16/+57 |
* | 8 | law | 1998-07-16 | 1 | -1/+1 |
* | Improve --help support. | nickc | 1998-07-14 | 1 | -26/+56 |
* | 8 | law | 1998-07-13 | 1 | -4/+15 |
* | * i386/i386.h (CPP_486_SPEC, CPP_586_SPEC, CPP_686_SPEC): New specs. | law | 1998-07-13 | 1 | -56/+16 |
* | Add --help option. | nickc | 1998-07-13 | 1 | -42/+147 |
* | * choose-temp.c (make_temp_file): Accept new argument for the | law | 1998-06-30 | 1 | -2/+2 |
* | * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 for | law | 1998-06-29 | 1 | -1/+8 |
* | * choose-temp.c (choose_temp_base): Restore original variant of | law | 1998-06-28 | 1 | -2/+7 |
* | Consolidate strerror handling, as well as getcwd/getwd. | ghazi | 1998-06-28 | 1 | -7/+1 |
* | * choose-temp.c (choose_temp_base): Remove MPW bits. Use mkstemp | law | 1998-06-27 | 1 | -0/+5 |
* | Thu Jun 25 11:12:29 1998 Dave Brolley <brolley@cygnus.com> | brolley | 1998-06-25 | 1 | -8/+3 |
* | * gcc.c (handle_braces): Recognize | between options as an or. | rth | 1998-06-22 | 1 | -32/+56 |
* | Integrate cpplib into the C and C++ front ends. | brolley | 1998-06-10 | 1 | -3/+44 |