| Commit message (Expand) | Author | Age | Files | Lines |
* | * java/io/OutputStreamWriter.java (writeChars): Use a 'do' loop. | tromey | 2006-06-27 | 2 | -12/+27 |
* | 2006-06-20 Bryce McKinlay <mckinlay@redhat.com> | bryce | 2006-06-20 | 1 | -1/+1 |
* | gcc/java | tromey | 2006-06-09 | 1 | -1/+2 |
* | 2006-06-05 David Daney <ddaney@avtrex.com> | daney | 2006-06-06 | 1 | -2/+18 |
* | 2006-06-01 Bryce McKinlay <mckinlay@redhat.com> | bryce | 2006-06-01 | 1 | -0/+1 |
* | 2006-05-31 Bryce McKinlay <mckinlay@redhat.com> | bryce | 2006-06-01 | 1 | -3/+5 |
* | 2006-05-30 Thomas Fitzsimmons <fitzsim@redhat.com> | fitzsim | 2006-05-30 | 1 | -10/+32 |
* | PR libgcj/27024: | tromey | 2006-05-24 | 1 | -97/+0 |
* | Imported GNU Classpath 0.90 | mark | 2006-05-18 | 4 | -38/+638 |
* | * sources.am, Makefile.in: Rebuilt. | tromey | 2006-05-13 | 1 | -292/+0 |
* | * sources.am, Makefile.in: Rebuilt. | tromey | 2006-05-13 | 1 | -2/+11 |
* | 2006-05-11 Bryce McKinlay <mckinlay@redhat.com> | bryce | 2006-05-11 | 1 | -3/+6 |
* | 2006-05-11 Bryce McKinlay <mckinlay@redhat.com> | bryce | 2006-05-11 | 1 | -1/+14 |
* | 2006-05-11 Andrew Haley <aph@redhat.com> | aph | 2006-05-11 | 1 | -1/+0 |
* | 2006-05-09 Andrew Haley <aph@redhat.com> | aph | 2006-05-10 | 1 | -1/+3 |
* | * java/lang/Class.h (JV_STATE_LOADING): Added comment. | tromey | 2006-05-04 | 2 | -16/+37 |
* | * gnu/gcj/runtime/natSharedLibLoader.cc: Include gc.h later. | tromey | 2006-04-25 | 1 | -6/+11 |
* | PR libgcj/27170 | bryce | 2006-04-20 | 1 | -0/+5 |
* | PR libgcj/21941: | tromey | 2006-04-20 | 2 | -4/+13 |
* | * gnu/java/nio/channels/natFileChannelPosix.cc (write): Properly | tromey | 2006-04-19 | 1 | -1/+2 |
* | PR libgcj/27171: | tromey | 2006-04-17 | 1 | -8/+26 |
* | * gnu/gcj/runtime/SystemClassLoader.java (addClass): Get the value | bryce | 2006-04-11 | 1 | -2/+21 |
* | 2006-04-05 Archit Shah <ashah@redhat.com> | aph | 2006-04-05 | 6 | -90/+278 |
* | PR libgcj/26990: | tromey | 2006-04-04 | 1 | -2/+1 |
* | Imported GNU Classpath 0.90 | mark | 2006-03-10 | 1 | -1/+6 |
* | 2006-02-23 Scott Gilbertson <scottg@mantatest.com> | sgilbertson | 2006-02-23 | 3 | -3/+15 |
* | 2006-02-16 Andrew Haley <aph@redhat.com> | aph | 2006-02-17 | 1 | -0/+15 |
* | 2006-02-08 Bryce McKinlay <mckinlay@redhat.com> | bryce | 2006-02-09 | 1 | -1/+1 |
* | 2006-02-08 Bryce McKinlay <mckinlay@redhat.com> | bryce | 2006-02-08 | 1 | -3/+3 |
* | * gij.cc (version): Use 2006. | tromey | 2006-02-07 | 3 | -6/+6 |
* | * gnu/regexp/MessagesBundle_fr.properties: Removed. | tromey | 2006-01-13 | 2 | -44/+0 |
* | 2005-12-26 Anthony Green <green@redhat.com> | tromey | 2006-01-06 | 2 | -5/+5 |
* | * java/lang/natThread.cc (finish_): Don't clear 'group'. | tromey | 2006-01-06 | 2 | -36/+15 |
* | * java/lang/Class.h (_Jv_CopyClassesToSystemLoader): Updated. | tromey | 2006-01-04 | 1 | -1/+20 |
* | PR libgcj/9715, PR libgcj/19132: | tromey | 2006-01-03 | 5 | -159/+270 |
* | 2005-12-28 Anthony Green <green@redhat.com> | green | 2005-12-28 | 1 | -3/+9 |
* | 2005-12-28 Anthony Green <green@redhat.com> | green | 2005-12-28 | 1 | -3/+9 |
* | 2005-12-18 Anthony Green <green@redhat.com> | green | 2005-12-19 | 1 | -49/+39 |
* | 2005-12-14 Andrew Haley <aph@redhat.com> | aph | 2005-12-14 | 1 | -4/+21 |
* | * standard.omit.in: Remove javax/rmi, org/omg, gnu/CORBA and | mark | 2005-11-25 | 3 | -0/+1398 |
* | Imported GNU Classpath gcj-import-20051117. | mark | 2005-11-18 | 1 | -368/+0 |
* | 2005-11-17 Mark Wielaard <mark@klomp.org> | mark | 2005-11-17 | 1 | -91/+0 |
* | Index: libjava/ChangeLog | sgilbertson | 2005-11-15 | 3 | -1/+118 |
* | PR libgcj/15430 | daney | 2005-11-15 | 1 | -14/+44 |
* | * gnu/java/net/natPlainSocketImplWin32.cc: Updated copyright. | membar | 2005-11-14 | 1 | -1/+6 |
* | PR libgcj/24587: | tromey | 2005-11-08 | 1 | -0/+3 |
* | PR libgcj/14358, libgcj/24552: | tromey | 2005-11-04 | 1 | -22/+29 |
* | Imported Classpath 0.18. | tromey | 2005-09-23 | 7 | -4/+952 |
* | 2005-09-21 Bryce McKinlay <mckinlay@redhat.com> | bryce | 2005-09-22 | 2 | -0/+8 |
* | 2005-09-12 Thomas Fitzsimmons <fitzsim@redhat.com> | fitzsim | 2005-09-12 | 1 | -2/+9 |