Age | Commit message (Expand) | Author | Files | Lines |
2006-06-09 | re PR libgcj/27730 (Thread.getId() needs implemented) | Tom Tromey | 1 | -1/+24 |
2006-06-09 | * java/lang/Class.java (getClassLoaderInternal): Now native. | Tom Tromey | 1 | -5/+2 |
2006-06-09 | String.java, [...]: Merge from GNU Classpath HEAD. | Thomas Fitzsimmons | 1 | -1/+1 |
2006-06-06 | natFilePosix.cc (getCanonicalPath): Rewritten. | Gary Benson | 2 | -74/+147 |
2006-05-31 | VMClassLoader.java (initialize): Set default library control to LIB_NEVER. | Thomas Fitzsimmons | 1 | -1/+1 |
2006-05-29 | natThread.cc (countStackFrames): Do not throw UnsupportedOperationException. | Thomas Fitzsimmons | 1 | -9/+13 |
2006-05-24 | re PR libgcj/27024 (Implement URLConnection.getFileNameMap) | Tom Tromey | 1 | -1087/+0 |
2006-05-24 | re PR libgcj/27729 (Field, Method and Constructor need isSynthetic() implemet... | Tom Tromey | 7 | -160/+1019 |
2006-05-24 | re PR libgcj/27731 (Math cbrt(), cosh(), expm1(), hypot(), log1p(), sinh() an... | Tom Tromey | 2 | -2/+184 |
2006-05-21 | natClass.cc (_Jv_FindMethodInCache): Mark klass, name and signature as MAYBE_... | Andreas Tobler | 1 | -5/+6 |
2006-05-18 | Imported GNU Classpath 0.90 | Mark Wielaard | 11 | -39/+1582 |
2006-05-17 | re PR libgcj/27352 (SecurityManager.checkPermission() called unnecessarily) | Bryce McKinlay | 1 | -7/+16 |
2006-05-13 | sources.am, [...]: Rebuilt. | Tom Tromey | 2 | -88/+18 |
2006-05-13 | sources.am, [...]: Rebuilt. | Tom Tromey | 1 | -924/+0 |
2006-05-13 | sources.am, [...]: Rebuilt. | Tom Tromey | 1 | -267/+0 |
2006-05-13 | sources.am, [...]: Rebuilt. | Tom Tromey | 10 | -2901/+40 |
2006-05-10 | natClassLoader.cc: Add comments. | Andrew Haley | 1 | -0/+24 |
2006-05-10 | prims.cc (_Jv_soleIndirectCompiledEngine): New. | Andrew Haley | 2 | -0/+4 |
2006-05-05 | re PR libgcj/27294 (gij throws NullPointerException, when the interpreter is ... | Tom Tromey | 1 | -1/+16 |
2006-05-04 | [multiple changes] | Andrew Haley | 3 | -3/+26 |
2006-05-04 | Class.h (JV_STATE_LOADING): Added comment. | Tom Tromey | 1 | -0/+8 |
2006-04-25 | natClassLoader.cc: Don't include link.h or dladdr.h. | Andrew Haley | 1 | -5/+0 |
2006-04-24 | * java/lang/natClass.cc (_Jv_getInterfaceMethod): Skip <clinit>. | Tom Tromey | 1 | -5/+12 |
2006-04-24 | lang.c (java_init): Handle flag_indirect_classes. | Andrew Haley | 2 | -8/+59 |
2006-04-11 | SystemClassLoader.java (addClass): Get the value of package-private field "lo... | Bryce McKinlay | 1 | -5/+0 |
2006-04-07 | InetAddress.java: Throw an UnknownHostException if lookup fails. | Andrew Haley | 1 | -0/+3 |
2006-04-04 | re PR classpath/26990 (SecurityManager.checkExit() problem) | Tom Tromey | 1 | -2/+13 |
2006-03-28 | unicode-muncher.pl: Removed this file. | Anthony Balkissoon | 2 | -7/+740 |
2006-03-10 | re PR libgcj/25713 (GZIPOutputStream bad checksum) | Tom Tromey | 5 | -857/+7 |
2006-03-10 | Imported GNU Classpath 0.90 | Mark Wielaard | 3 | -271/+1589 |
2006-03-10 | re PR libgcj/23495 (java.lang.String.equals is suboptimal) | Tom Tromey | 1 | -57/+37 |
2006-03-09 | re PR libgcj/24461 (array access in either GZIPInputStream, Inflater, natInfl... | Tom Tromey | 1 | -3/+5 |
2006-03-09 | win32.cc (_Jv_platform_nanotime): New function. | Tom Tromey | 2 | -2/+17 |
2006-03-07 | re PR libgcj/26103 (Wrong exception thrown) | Tom Tromey | 2 | -3/+6 |
2006-03-01 | re PR libgcj/24321 (instanceof erroneously causes class initialization) | Tom Tromey | 1 | -3/+3 |
2006-02-09 | Class.h (_Jv_IDispatchTable): Make it a struct. | Bryce McKinlay | 2 | -27/+22 |
2006-02-09 | re PR libgcj/25187 (dereferencing type-punned pointer warnings while building... | Bryce McKinlay | 4 | -6/+10 |
2006-02-08 | link.cc (_Jv_Linker::print_class_loaded): Declare string constants as "const ... | Bryce McKinlay | 1 | -2/+2 |
2006-02-08 | re PR java/22578 (should inline floatToIntBits et al) | Tom Tromey | 6 | -1109/+229 |
2006-02-01 | 2006-02-01 Robert Schuster <robertschuster@fsfe.org> | Robert Schuster | 3 | -3/+42 |
2006-01-23 | Class.h (_Jv_FindInterpreterMethod): Add new declaration. | Keith Seitz | 2 | -5/+42 |
2006-01-17 | re PR classpath/20198 (java.security.CodeSource.getLocation output is differe... | Tom Tromey | 1 | -8/+40 |
2006-01-17 | Imported GNU Classpath 0.20 | Mark Wielaard | 2 | -0/+855 |
2006-01-13 | classpath.security: Removed. | Tom Tromey | 1 | -1/+0 |
2006-01-09 | Character.java (toChars,toCodePoint): Correct these methods to use algorithms... | Chris Burdess | 1 | -5/+6 |
2006-01-09 | StringBuilder.java (appendCodePoint): New method. | Tom Tromey | 5 | -31/+372 |
2006-01-07 | Character.java (SIZE, [...]): New fields from Classpath. | Tom Tromey | 3 | -8/+412 |
2006-01-06 | natThread.cc (finish_): Don't clear 'group'. | Tom Tromey | 4 | -54/+91 |
2006-01-05 | * java/lang/natPosixProcess.cc (reap): Ignore unknown children. | Tom Tromey | 1 | -6/+3 |
2006-01-04 | Class.h (_Jv_CopyClassesToSystemLoader): Updated. | Tom Tromey | 2 | -6/+22 |