Age | Commit message (Expand) | Author | Files | Lines |
2016-09-30 | Makefile.def: Remove libjava. | Andrew Haley | 68 | -4729/+0 |
2010-03-13 | re PR libgcj/42676 (javah doesn't generate the header files as checked in in ... | Matthias Klose | 3 | -6/+6 |
2009-12-02 | natVMURLConnection.cc (guessContentTypeFromBuffer): Mark `bytes' and `valid' ... | Ben Elliston | 1 | -2/+2 |
2008-10-21 | re PR libgcj/37636 (java tools are unable to find resource files) | Matthias Klose | 1 | -1/+11 |
2008-06-28 | Import GNU Classpath (classpath-0_97_2-release). | Matthias Klose | 1 | -1/+1 |
2007-08-08 | natVMInetAddressPosix.cc (java::net::VMInetAddress::getLocalHostname): Alloca... | Samuel Thibault | 1 | -0/+15 |
2007-06-03 | libjava/classpath/ChangeLog.gcj: | Matthias Klose | 18 | -501/+19 |
2007-04-19 | libjava | Tom Tromey | 1 | -1/+1 |
2007-02-15 | PlainSocketImpl.h: Regenerate. | David Daney | 1 | -1/+0 |
2007-02-12 | Collections.java (UnmodifiableMap.toArray): Imported changes from Classpath. | Tom Tromey | 2 | -2208/+0 |
2007-01-31 | re PR libgcj/30606 (natVMURLConnection.cc:21: error: 'magic_t' does not name ... | Tom Tromey | 1 | -6/+6 |
2007-01-25 | configure, [...]: Rebuilt. | Andrew Haley | 1 | -11/+36 |
2007-01-15 | URLClassLoader.java: Removed. | Gary Benson | 2 | -1456/+17 |
2007-01-10 | URL.java: Removed. | Gary Benson | 2 | -974/+3 |
2007-01-09 | Merged gcj-eclipse branch to trunk. | Tom Tromey | 76 | -35/+6350 |
2006-11-03 | InetAddress.java: Removed. | Gary Benson | 9 | -1357/+460 |
2006-10-03 | 2006-10-03 Gary Benson <gbenson@redhat.com> | Gary Benson | 1 | -18/+18 |
2006-10-02 | 2006-10-02 Gary Benson <gbenson@redhat.com> | Gary Benson | 1 | -2/+8 |
2006-09-20 | InetAddress.java: Mostly merged with Classpath. | Gary Benson | 3 | -298/+451 |
2006-09-01 | InetAddress.java (getLocalHost): Refactor to avoid security check if getLocal... | Gary Benson | 1 | -24/+12 |
2006-09-01 | InetAddress.java (getByAddress): Create Inet4Address objects when passed IPv4... | Gary Benson | 1 | -25/+16 |
2006-09-01 | InetAddress.java (getByName, [...]): Only perform security check when DNS loo... | Gary Benson | 1 | -10/+12 |
2006-08-14 | Imported GNU Classpath 0.92 | Mark Wielaard | 1 | -0/+76 |
2006-08-07 | re PR libgcj/28340 (gij ignores -Djava.security.manager) | Gary Benson | 2 | -1/+35 |
2006-08-06 | re PR libgcj/28491 (NetworkInterface.getNetworkInterfaces() doesn't report ip... | Tom Tromey | 1 | -7/+55 |
2006-05-24 | re PR libgcj/27024 (Implement URLConnection.getFileNameMap) | Tom Tromey | 1 | -1087/+0 |
2006-05-13 | sources.am, [...]: Rebuilt. | Tom Tromey | 1 | -267/+0 |
2006-04-07 | InetAddress.java: Throw an UnknownHostException if lookup fails. | Andrew Haley | 1 | -0/+3 |
2006-02-09 | re PR libgcj/25187 (dereferencing type-punned pointer warnings while building... | Bryce McKinlay | 1 | -1/+1 |
2006-01-17 | re PR classpath/20198 (java.security.CodeSource.getLocation output is differe... | Tom Tromey | 1 | -8/+40 |
2005-11-17 | [multiple changes] | Mark Wielaard | 3 | -692/+84 |
2005-11-14 | natVMNetworkInterfaceWin32.cc: Include java/net/VMNetworkInterface.h. | Mohan Embar | 1 | -0/+1 |
2005-09-17 | Correction. Committed wrong patch earlier today. | Anthony Green | 1 | -1/+1 |
2005-09-16 | re PR classpath/20198 (java.security.CodeSource.getLocation output is differe... | Anthony Green | 1 | -3/+10 |
2005-09-15 | For PR libgcj/23288: | Tom Tromey | 1 | -10/+50 |
2005-09-09 | URLClassLoader.java (addURLImpl): Synchronize on the loader. | Andrew Haley | 1 | -2/+2 |
2005-07-16 | Major merge with Classpath. | Tom Tromey | 38 | -9522/+0 |
2005-07-14 | Connection.java (unquote): New method. | Andrew Haley | 2 | -12/+17 |
2005-06-30 | Update FSF address | Kelley Cook | 45 | -90/+90 |
2005-06-04 | URLClassLoader.java: import gnu.gcj.Core, and gnu.java.net.protocol.core.Core... | Anthony Green | 1 | -1/+64 |
2005-05-16 | re PR libgcj/21606 (java.net.URI fails to decode lowercase hex codes) | Tom Tromey | 1 | -3/+2 |
2005-04-29 | 2005-04-29 Michael Koch <konqueror@gmx.de> | Michael Koch | 5 | -23/+88 |
2005-04-28 | 2005-04-28 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -3/+3 |
2005-04-27 | Connection.java: Return correct content length for directory listing. | Chris Burdess | 1 | -1/+26 |
2005-04-27 | [multiple changes] | Thomas Fitzsimmons | 1 | -1/+1 |
2005-04-26 | InetAddress.java: Made all hexadecimal numbers lowercase. | Michael Koch | 2 | -64/+23 |
2005-04-26 | 2005-04-26 Sven de Marothy <sven@physto.se> | Sven de Marothy | 1 | -1/+1 |
2005-04-26 | InetAddress.java: Fixed typos in javadocs. | Michael Koch | 1 | -6/+6 |
2005-04-26 | URL.java (URL(URL,String,URLStreamHandler)): Add spec to MalformedURLException. | Mark Wielaard | 1 | -1/+2 |
2005-04-20 | [multiple changes] | Michael Koch | 1 | -14/+73 |