Age | Commit message (Expand) | Author | Files | Lines |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2010-11-29 | system.h: Include "safe-ctype.h" instead of <safe-ctype.h>. | Joseph Myers | 1 | -4/+3 |
2010-05-23 | java-gimplify.c: Do not include tm.h, toplev.h. | Steven Bosscher | 1 | -1/+1 |
2008-06-24 | jcf-path.c (jcf_path_init): Don't name variable 'try'. | Tom Tromey | 1 | -38/+38 |
2008-06-20 | collect2.c (main, [...]): Fix for -Wc++-compat. | Kaveh R. Ghazi | 1 | -6/+6 |
2007-07-31 | java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen... | Nick Clifton | 1 | -6/+5 |
2007-01-09 | Merged gcj-eclipse branch to trunk. | Tom Tromey | 1 | -1/+33 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -1/+1 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2004-10-15 | boehm.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-03-25 | re PR java/14689 (jcf-path.c missing closedir) | Marcus Meissner | 1 | -0/+2 |
2003-07-03 | system.h: Include filenames.h. | Zack Weinberg | 1 | -12/+3 |
2003-03-07 | jcf.h (COMPARE_FILENAMES): New macro similar to "strcmp" to compare file name... | Ranjit Mathew | 1 | -5/+6 |
2003-01-12 | * All Files: Convert to ISO C style function definitions. | Kaveh R. Ghazi | 1 | -34/+16 |
2003-01-09 | * All Files: Remove PARAMS macro. | Kaveh R. Ghazi | 1 | -4/+4 |
2003-01-01 | Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header. | Steven Bosscher | 1 | -4/+6 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-11-18 | buffer.c: Remove unnecessary casts. | Jens-Michael Hoffmann | 1 | -8/+7 |
2002-07-21 | c-lex.c (GET_ENVIRONMENT): Remove. | Neil Booth | 1 | -8/+2 |
2002-06-08 | jcf-path.c (jcf_path_init): Allocate 1 more byte for string. | H.J. Lu | 1 | -1/+1 |
2002-04-12 | Add --extdirs support. | Anthony Green | 1 | -3/+105 |
2002-03-03 | Make --CLASSPATH by a synonym for --classpath and -classpath. | Per Bothner | 1 | -38/+28 |
2002-02-20 | gcj.texi: Option `--classpath' becomes `--CLASSPATH.'Option `--CLASSPATH' bec... | Nic Ferrier | 1 | -8/+13 |
2001-08-16 | jcf-dump.c (main): Updated for change to jcf_path_seal. | Tom Tromey | 1 | -3/+20 |
2000-12-09 | Top level ChangeLog: | Alexandre Petit-Bianco | 1 | -4/+4 |
2000-03-13 | Added Java 1.1 language features. | Alexandre Petit-Bianco | 1 | -0/+9 |
2000-01-21 | buffer.h: PROTO -> PARAMS. | Kaveh R. Ghazi | 1 | -5/+5 |
2000-01-12 | jcf-path.c: Delete PATH_SEPARATOR and DIR_SEPARATOR macros. | Mumit Khan | 1 | -9/+0 |
1999-11-10 | re GNATS gcj/84 (path to classes.zip is compiled in to gcj at build time) | Tom Tromey | 1 | -1/+54 |
1999-09-16 | gjavah.c (get_field_name, [...]): Use xmalloc, not malloc. | Kaveh R. Ghazi | 1 | -2/+2 |
1999-08-10 | check-init.c (check_bool2_init, [...]): Add static prototypes. | Kaveh R. Ghazi | 1 | -6/+11 |
1999-04-05 | class.c (add_method_1): Cast the argument of `bzero' to PTR. | Kaveh R. Ghazi | 1 | -1/+1 |
1999-03-12 | jcf-path.c (add_entry): alloca len+2 rather than len+1 bytes... | Andrew Haley | 1 | -1/+1 |
1999-02-10 | jvspec.c (lang_specific_driver): Use libgcj, not libjava. | Tom Tromey | 1 | -5/+5 |
1998-12-03 | jcf-dump.c (main): Fix error message. | Per Bothner | 1 | -2/+2 |
1998-11-26 | jcf-path.c (add_entry): recognize ".jar" too | Alexandre Oliva | 1 | -1/+2 |
1998-11-12 | jcf-io.c (find_class): Added explanatory comment. | Tom Tromey | 1 | -4/+5 |
1998-10-22 | jcf-path.c (add_entry): Don't add trailing separator if entry is a .zip file. | Tom Tromey | 1 | -7/+6 |
1998-10-22 | jcf-io.c (find_class): Use saw_java_source to determine when to look for `.ja... | Tom Tromey | 1 | -0/+341 |