Age | Commit message (Expand) | Author | Files | Lines |
2002-12-10 | win32.h (_Jv_platform_solib_prefix): New define. | Tom Tromey | 1 | -19/+49 |
2002-12-10 | natResourceBundle.cc (getCallingClassLoader): Assume `t' won't be null. | Tom Tromey | 1 | -2/+0 |
2002-12-09 | Connection.java (getJarFile): download and cache remote jar files. | Mark Wielaard | 3 | -302/+1026 |
2002-12-08 | ResourceBundle.java (resourceBundleCache): Not final. | Mark Wielaard | 1 | -3/+15 |
2002-12-07 | InetAddress.java (toString): Use hostname when not null, don't do an explicit... | Mark Wielaard | 2 | -7/+11 |
2002-12-05 | Class.h (_Jv_SetVTableEntries): Updated declaration. | Tom Tromey | 2 | -23/+50 |
2002-12-05 | * java/net/SocketPermission.java (hashCode): Rewrote. | Tom Tromey | 1 | -7/+6 |
2002-12-05 | Makefile.in: Rebuilt. | Tom Tromey | 4 | -48/+93 |
2002-12-03 | JarFile.java (manifest): Not final. | Mark Wielaard | 4 | -128/+180 |
2002-12-03 | * java/lang/Character.java (forDigit): Formatting fix. | Tom Tromey | 1 | -2/+2 |
2002-12-03 | DSAParameterSpec.java (getP): Return p, not q. | Raif Naffah | 3 | -3/+3 |
2002-12-03 | natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_PushClass. | Andrew Haley | 1 | -97/+0 |
2002-12-03 | natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_PushClass. | Andrew Haley | 4 | -9/+88 |
2002-12-02 | Bug compatibility, for PR libgcj/8738: | Tom Tromey | 1 | -28/+5 |
2002-12-01 | SecurityManager.java: Remerge comments, indenting and checkXXX methods with C... | Mark Wielaard | 1 | -688/+951 |
2002-11-30 | ColorModel.java (getUnnormalizedComponents, [...]): Fix calculation which was... | Scott Gilbertson | 1 | -2/+2 |
2002-11-30 | For PR libgcj/8759: | Gary Benson | 1 | -1/+27 |
2002-11-29 | 2002-11-29 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -0/+109 |
2002-11-27 | Locale.java (toString): Improve efficiency if country and variant are both em... | Julian Dolby | 1 | -0/+2 |
2002-11-26 | natPlainDatagramSocketImpl.cc (socklen_t): Don't define. | Andreas Tobler | 2 | -6/+0 |
2002-11-22 | URL.java: Merge with Classpath (partly). | Mark Wielaard | 2 | -165/+469 |
2002-11-21 | AsynchronousCloseException.java, [...]: New files. | Michael Koch | 14 | -0/+730 |
2002-11-21 | Forgot to add to cvs command line | Michael Koch | 2 | -85/+35 |
2002-11-21 | 2002-11-21 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -7/+6 |
2002-11-20 | 2002-11-20 Michael Koch <konqueror@gmx.de> | Michael Koch | 6 | -25/+47 |
2002-11-19 | natReference.cc (add_to_hash): Look at `copy', not `referent'. | Tom Tromey | 2 | -12/+7 |
2002-11-18 | CoderResult.java (Cache.get): Fix a bug that was causing CoderResults to be c... | Jesse Rosenstock | 1 | -1/+1 |
2002-11-18 | KeyStore.java (getInstance): Fix comment and throw IllegalArgumentException i... | Joerg Brunsmann | 1 | -6/+39 |
2002-11-18 | PlainSocketImpl.java: Fix imports. | Michael Koch | 1 | -0/+2 |
2002-11-18 | 2002-11-18 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -1/+3 |
2002-11-18 | 2002-11-17 Jesse Rosenstock <jmr@ugcs.caltech.edu> | Jesse Rosenstock | 1 | -9/+43 |
2002-11-18 | ByteBufferImpl.java, [...]: New files. | Michael Koch | 6 | -0/+1261 |
2002-11-18 | PlainSocketImpl.java: Reworked imports. | Michael Koch | 7 | -235/+378 |
2002-11-17 | HttpURLConnection.java ((getPermission): Take port into consideration. | Mark Wielaard | 1 | -5/+50 |
2002-11-17 | * java/net/HttpURLConnection.java: Merge with GNU Classpath. | Mark Wielaard | 1 | -53/+323 |
2002-11-17 | Integrate work by Raif S. | Mark Wielaard | 9 | -117/+316 |
2002-11-16 | For PR libgcj/8593: | Tom Tromey | 1 | -15/+21 |
2002-11-14 | AppletContext.java: Fix typo and remove redundant modifiers. | Eric Blake | 1 | -4/+4 |
2002-11-14 | natRuntime.cc (insertSystemProperties): Set gnu.classpath.home. | Tom Tromey | 1 | -1/+2 |
2002-11-13 | 2002-11-13 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -0/+37 |
2002-11-13 | AlreadyConnectedException.java: Removed unneeded import. | Michael Koch | 9 | -134/+367 |
2002-11-13 | Buffer.java: Implemented. | Michael Koch | 11 | -73/+1944 |
2002-11-11 | CharacterCodingException.java: This class must be public. | Michael Koch | 7 | -27/+46 |
2002-11-11 | BufferOverflowException.java, [...]: New file. | Michael Koch | 2 | -0/+102 |
2002-11-11 | Container.java (validate): Use tree lock. | Tom Tromey | 1 | -213/+262 |
2002-11-10 | GridLayout.java (layoutContainer): Use tree lock. | Tom Tromey | 4 | -354/+381 |
2002-11-10 | natFileDescriptorWin32.cc (read): Handle case where count is 0. | Tom Tromey | 2 | -0/+9 |
2002-11-10 | Externalizable.java, [...]: New versions from Classpath. | Tom Tromey | 9 | -138/+166 |
2002-11-10 | Attributes.java (Name): Fix name check. | Anthony Green | 1 | -1/+2 |
2002-11-10 | natClass.cc (initializeClass): Throw NoClassDefFoundError with getName() as m... | Mark Wielaard | 2 | -3/+8 |