]> gcc.gnu.org Git - gcc.git/history - gcc/gcc.c
flags.h: Declare flag_no_ident.
[gcc.git] / gcc / gcc.c
1999-01-31 Zack Weinbergflags.h: Declare flag_no_ident.
1999-01-30 Jeffrey A Lawcccp.c (main): Only call setlocale (LC_MESSAGES, ....
1999-01-27 Jeffrey A LawMerge in gcc2 snapshot 19980929. See gcc/ChangeLog... r278977.75/tags/after-merge-gcc2-980929
1999-01-22 Richard Hendersoncppp.c (xrealloc): Fix typo last change.
1999-01-21 Richard Hendersoncccp.c (xrealloc): Call malloc given a NULL old pointer.
1999-01-16 Marc Espie* gcc.c: (do_spec_1): Fix obvious typo.
1999-01-09 Kaveh R. Ghazigcc.c (xstrerror): Renamed from my_strerror.
1999-01-09 Kaveh R. GhaziWarning fixes:
1999-01-06 Jeff LawFix copyright dates.
1999-01-05 Kaveh R. GhaziMakefile.in (gcc.o, [...]): Depend on prefix.h.
1998-12-24 Stan Cox* gcc.c (execute): Enable -pipe with win32.
1998-12-11 Manfred Hollsteincccp.c: Do not #include <sys/stat.h> here; this is...
1998-12-08 Richard Hendersonc-decl.c (flag_isoc9x): Default off.
1998-12-07 Dave Brolley[multiple changes]
1998-12-01 Ulrich Drepperc-common.c (declare_function_name): Declare predefinied...
1998-11-27 Kaveh R. Ghazisystem.h: Include libiberty.h.
1998-11-25 Tom Tromey* gcc.c (option_map): Recognize --output-class-directory.
1998-11-25 Zack Weinberggcc.c: Split out Objective-C specs to...
1998-11-23 Melissa O'Neillcccp.c (S_ISREG, S_ISDIR): Delete defines.
1998-11-19 Kaveh R. Ghaziconfigure.in: Don't do AC_CHECK_HEADERS(wait.h sys...
1998-11-12 Geoffrey NoerJumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN.
1998-11-08 Kaveh R. Ghazigansidecl.h: Prepend a "G" to the macro wrapping this...
1998-11-07 Kaveh R. Ghaziconfigure.in (host_xm_file, [...]): Arrange to include...
1998-11-02 Kaveh R. Ghaziconfigure.in: Call AC_FUNC_VFORK.
1998-10-28 Richard HendersonMakefile.in (cc1): Put C_OBJS, and thence @extra_c_objs...
1998-10-28 Kaveh R. GhaziWarning fixes:
1998-10-20 Tom Tromey* gcc.c (option_map): Added --classpath and --CLASSPATH.
1998-10-14 Kaveh R. GhaziAdd ATTRIBUTE_NORETURN in a bunch of places:
1998-10-14 Kaveh R. GhaziWarning fixes:
1998-10-09 Graham Stottflow.c (print_rtl_with_bb): Changed type of in_bb_p...
1998-09-28 Alexandre Olivaconfigure.in: new flags --with-ld and --with-as...
1998-09-21 Jeff LawUse GET_ENV_PATH_LIST for GCC_EXEC_PREFIX too. My...
1998-09-21 Felix Leec-lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRO...
1998-09-20 Per BothnerMakefile.in (LIBS): Link in libiberty.a.
1998-09-04 Tom Tromeygcc.c (do_spec_1): [case 'o'] Account for lang_specific...
1998-08-26 Kaveh R. Ghazisystem.h: Include stdarg.h/varargs.h...
1998-07-28 Craig Burleygcc.c: Fix commentary describing %g, %u, %U, and %O.
1998-07-21 Jeffrey A Lawgcc.c (do_spec): Call "error" not "warning".
1998-07-20 Jeffrey A Lawgcc.c (do_spec): Issue a warning for '%[]' usage.
1998-07-16 Nick Cliftongcc.c (do_spec_1): Cope with %g/%u/%U options which...
1998-07-14 Nick CliftonImprove --help support.
1998-07-13 Weiwen Liugcc.c (do_spec_1): Fix %O handling for secure temporary...
1998-07-13 Jim Wilsoni386.h (CPP_486_SPEC, [...]): New specs.
1998-07-13 Nick CliftonAdd --help option.
1998-06-30 Jeffrey A Lawchoose-temp.c (make_temp_file): Accept new argument...
1998-06-29 Jeff Law* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog...
1998-06-28 Jeffrey A Lawchoose-temp.c (choose_temp_base): Restore original...
1998-06-28 Kaveh R. GhaziConsolidate strerror handling, as well as getcwd/getwd.
1998-06-27 Jeffrey A Lawchoose-temp.c (choose_temp_base): Remove MPW bits.
1998-06-25 Dave Brolleygcc.c (default_compilers): Use new | syntax to eliminat...
1998-06-22 Richard Henderson* gcc.c (handle_braces): Recognize | between options...
1998-06-10 Dave BrolleyIntegrate cpplib into the C and C++ front ends.
1998-06-06 Per BothnerOne more typo.
1998-06-06 Per BothnerFixed typo: lang_specific_extra_ofiles -> lang_specific...
1998-06-05 Per Bothnergcc.c (lang_specific_pre_link): New LANG_SPECIFIC_DRIVE...
1998-05-17 Nick Cliftongcc.c (SWITCH_CURTAILS_COMPILATION): Definition.
1998-05-07 Jim WilsonFix specs file problem reported by Nathan Myers.
1998-05-07 Kaveh R. GhaziHandle missing vfprintf() & _doprnt() functions with...
1998-05-06 Kaveh R. Ghazic-common.c: Convert to using ctype macros defined in...
1998-05-06 Kaveh R. GhaziBe more careful when including <time.h> and <sys/file...
1998-04-20 Jim WilsonFix i386-* failure that shows up as a cpp usage message.
1998-04-20 Michael MeissnerFix warning when compiling g++.o
1998-04-18 Jim WilsonPatches to make g++/g77 give useful error when no files...
1998-04-08 Jeffrey A Lawgcc.c (proces_command): Improve error message for ...
1998-04-06 Bob Mansongcc.c: Add linker spec.
1998-04-04 Jeff Law* Check in merge from gcc2. See ChangeLog.11 and Chang...
1998-03-30 Stan Coxgcc.c, cccp.c, cpplib.c, collect2.c (GET_ENVIRONMENT...
1998-03-27 Michael MeissnerMake GCC_EXEC_PREFIX work again
1998-03-20 Kaveh R. GhaziMajor cutover to using system.h:
1998-03-16 Michael MeissnerFix off by 1 error in handling multilibs
1998-03-12 Manfred Hollsteina
1998-03-12 Manfred Hollsteina
1998-03-12 Manfred Hollsteinc-decl (finish_struct): Change type of min_align to...
1998-02-28 Kaveh R. GhaziI've backed out of including stat.h via system.h becaus...
1998-02-15 Kaveh R. Ghazigcc.c: Get system includes...
1998-02-07 Robert Lipegcc.c: Include <strings.h>/<string.h>, <stdlib.h>,...
1998-01-26 Anthony Greenflags.h: New flag (optimize_size).
1998-01-17 Mumit Khanpexecute.c (pexecute): New function for mingw32.
1997-12-07 Jeff LawMerge from gcc-2.8
1997-12-06 Jeff Lawm68k.c: Include tree.h for dwarf2out_cfi_label.
1997-11-02 Jeff LawUpdate mainline egcs to gcc2 snapshot 971021.
1997-09-01 Jeffrey A Lawcccp.c (sys_errlist): Remove special 4.4bsd declaration.
1997-08-19 Jeff LawTake out __EGCS__ and __EGCS_MINOR__.
1997-08-17 Jeffrey A Lawgcc.c (default_compilers): Add __EGCS__ and __EGCS_MINO...
1997-08-15 Jeffrey A Lawversion.c: Change the version string to look like...
1997-08-11 Jeffrey A Law* Integrate tlink patch from jason@cygnus.com
1997-08-11 Jeff LawInitial revision misc/cutover-egcs-1
1997-07-14 Richard Kenner(convert_filename): Fix typo.
1997-07-13 Richard Kenner(process_command): If -save-temps and -pipe were specif...
1997-07-13 Doug Evansgcc.c (main): Handle blank in version_string when compa...
1997-06-21 Richard KennerCheck for and read ${libdir}/gcc-lib/specs to override...
1997-03-25 Michael MeissnerAdd %include, %include_noerr, %rename support to specs
1997-03-18 Jim Wilson(init_spec): Delete parameter. Always initialize extra...
1997-02-15 Richard Kenner(set_spec): Fix comment-in-comment typo.
1997-02-15 Richard Kenner(process_command): Allocate space for terminating null.
1997-02-01 Richard Kenner(process_command): Fix improper use of strncpy.
1997-01-16 Michael MeissnerFix typo.
1997-01-16 Michael MeissnerCleanup specs support
1996-12-07 Richard Kenner(handle_braces): Rework last change.
1996-12-07 Richard Kenner(give_switch): Add new arg, INCLUDE_BLANKS.
next
This page took 0.908631 seconds and 108 git commands to generate.