Age | Commit message (Expand) | Author | Files | Lines |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-07-11 | expr.h (can_move_by_pieces): Move prototype from here ... | Steven Bosscher | 1 | -1/+0 |
2011-05-20 | Makefile.in (LIBDEPS): Add libcommon.a. | Joseph Myers | 1 | -1/+11 |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 1 | -1/+1 |
2010-09-28 | re PR java/45773 (gcj fails to compile java) | Andrew Haley | 1 | -1/+5 |
2010-09-03 | Check "-D XXX=YYY". | H.J. Lu | 1 | -1/+3 |
2010-05-23 | java-gimplify.c: Do not include tm.h, toplev.h. | Steven Bosscher | 1 | -1/+1 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+1 |
2008-06-20 | collect2.c (main, [...]): Fix for -Wc++-compat. | Kaveh R. Ghazi | 1 | -1/+1 |
2007-07-31 | java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen... | Nick Clifton | 1 | -6/+5 |
2007-04-03 | jvgenmain.c (main): Change main to use class$, not class$$. | Andrew Haley | 1 | -3/+3 |
2007-01-09 | Merged gcj-eclipse branch to trunk. | Tom Tromey | 1 | -8/+22 |
2006-04-24 | lang.c (java_init): Handle flag_indirect_classes. | Andrew Haley | 1 | -5/+5 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-05-03 | constants.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-04-26 | collect2.c, [...]: Replace calls to `unlock_stream' with `unlock_std_streams'. | Kaveh R. Ghazi | 1 | -3/+1 |
2005-04-24 | collect2.c (main): Unlock the stdio streams. | Kaveh R. Ghazi | 1 | -0/+5 |
2004-02-10 | gjavah.c: Include "intl.h". | Joseph Myers | 1 | -4/+8 |
2003-04-06 | hashtable.c (gcc_obstack_init): Delete this function and everything related t... | Steven Bosscher | 1 | -19/+0 |
2003-01-12 | * All Files: Convert to ISO C style function definitions. | Kaveh R. Ghazi | 1 | -4/+2 |
2003-01-09 | * All Files: Remove PARAMS macro. | Kaveh R. Ghazi | 1 | -3/+3 |
2003-01-02 | except.c, [...]: Fix Copyright years. | Steven Bosscher | 1 | -1/+2 |
2003-01-01 | Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header. | Steven Bosscher | 1 | -5/+5 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2001-11-27 | re PR other/3968 (COLLECT_GCC_OPTIONS empty) | Rainer Orth | 1 | -3/+10 |
2001-08-12 | Revert Rainer Orth's Java and gcc.c patch. | David Edelsohn | 1 | -10/+3 |
2001-08-02 | re PR java/227 (mips-tfile:internal error (when compiling java code)) | Rainer Orth | 1 | -3/+10 |
2001-04-04 | ansidecl.h: All logic from gcc/gansidecl.h moved here. | Zack Weinberg | 1 | -1/+0 |
2001-03-28 | jvgenmain.c (do_mangle_classname): End string constant with '\0'. | Jeffrey Oldham | 1 | -0/+1 |
2001-02-09 | [multiple changes] | Alexandre Petit-Bianco | 1 | -22/+0 |
2001-02-09 | jvgenmain.c (error): Reversed 2001-02-01 deletion. | Alexandre Petit-Bianco | 1 | -0/+22 |
2001-02-08 | Make-lang.in (JAVA_OBJS): Added java/mangle_name.o | Alexandre Petit-Bianco | 1 | -17/+10 |
2001-02-02 | jvgenmain.c (class_mangling_suffix): Remove unused string. | Bryce McKinlay | 1 | -26/+2 |
2001-01-15 | All files with updated copyright when applicable. | Alexandre Petit-Bianco | 1 | -13/+39 |
2000-12-08 | safe-ctype.h: New file. | Zack Weinberg | 1 | -1/+1 |
2000-10-13 | [multiple changes] | Alexandre Petit-Bianco | 1 | -2/+7 |
2000-10-06 | jvspec.c (jvgenmain_spec): Added `-fdollars-in-identifiers'. | Tom Tromey | 1 | -5/+4 |
2000-01-21 | buffer.h: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -5/+5 |
1999-12-31 | class.c (assume_compiled, [...]): Add static prototype. | Kaveh R. Ghazi | 1 | -0/+2 |
1999-10-22 | jvgenmain.c (main): _Jv_Compiler_Properties now an extern; set in generated `... | Tom Tromey | 1 | -1/+3 |
1999-10-15 | jvgenmain.c (usage): New function. | Tom Tromey | 1 | -9/+49 |
1999-09-16 | gjavah.c (get_field_name, [...]): Use xmalloc, not malloc. | Kaveh R. Ghazi | 1 | -14/+0 |
1999-08-11 | * jvgenmain.c (main): NUL-terminate name_obstack. | Rainer Orth | 1 | -0/+1 |
1999-08-10 | check-init.c (check_bool2_init, [...]): Add static prototypes. | Kaveh R. Ghazi | 1 | -3/+3 |
1999-03-21 | Makefile.in (jcf-dump.o): Depend on $(CONFIG_H) $(srcdir)/../system.h and $(J... | Kaveh R. Ghazi | 1 | -3/+20 |
1998-11-27 | Makefile.in (jc1, jv-scan): Link with $(SUBDIR_OBSTACK). | Kaveh R. Ghazi | 1 | -2/+14 |
1998-11-15 | jvgenmain.c: Need to #include "gansidecl.h" (to get PROTO). | Per Bothner | 1 | -0/+1 |
1998-11-15 | Make-lang.in: Fix reference to srcdir. | Anthony Green | 1 | -0/+2 |
1998-11-15 | Makefile.in: jv-scan and jvgenmain all require libiberty. | Anthony Green | 1 | -13/+0 |