aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)AuthorFilesLines
2006-02-09Class.h (_Jv_IDispatchTable): Make it a struct.Bryce McKinlay2-27/+22
2006-02-09re PR libgcj/25187 (dereferencing type-punned pointer warnings while building...Bryce McKinlay4-6/+10
2006-02-08link.cc (_Jv_Linker::print_class_loaded): Declare string constants as "const ...Bryce McKinlay1-2/+2
2006-02-08re PR java/22578 (should inline floatToIntBits et al)Tom Tromey6-1109/+229
2006-02-012006-02-01 Robert Schuster <robertschuster@fsfe.org>Robert Schuster3-3/+42
2006-01-23Class.h (_Jv_FindInterpreterMethod): Add new declaration.Keith Seitz2-5/+42
2006-01-17re PR classpath/20198 (java.security.CodeSource.getLocation output is differe...Tom Tromey1-8/+40
2006-01-17Imported GNU Classpath 0.20Mark Wielaard2-0/+855
2006-01-13classpath.security: Removed.Tom Tromey1-1/+0
2006-01-09Character.java (toChars,toCodePoint): Correct these methods to use algorithms...Chris Burdess1-5/+6
2006-01-09StringBuilder.java (appendCodePoint): New method.Tom Tromey5-31/+372
2006-01-07Character.java (SIZE, [...]): New fields from Classpath.Tom Tromey3-8/+412
2006-01-06natThread.cc (finish_): Don't clear 'group'.Tom Tromey4-54/+91
2006-01-05* java/lang/natPosixProcess.cc (reap): Ignore unknown children.Tom Tromey1-6/+3
2006-01-04Class.h (_Jv_CopyClassesToSystemLoader): Updated.Tom Tromey2-6/+22
2006-01-03PR libgcj/9715, PR libgcj/19132:David Daney3-24/+119
2005-12-22natClassLoader.cc (_Jv_NewArrayClass): Don't reference NUM_OBJECT_METHODS.Tom Tromey1-2/+0
2005-12-16Class.java (getPackage): Get package from VMClassLoader if needed.Tom Tromey1-3/+3
2005-12-14re PR classpath/25389 (File(new URI("file:./")) -> java.lang.NullPointerExcep...Tom Tromey1-1/+5
2005-12-12VMCompiler.java: Directly generate a new instance of gnu.java.security.provid...Andrew Haley1-16/+12
2005-12-08Object.h (throwNoSuchMethodError): New method.Andrew Haley2-0/+11
2005-11-17[multiple changes]Mark Wielaard3-692/+84
2005-11-17[multiple changes]Mark Wielaard5-1292/+84
2005-11-16ZipEntry.java: Removed, fully merged now.Mark Wielaard2-959/+0
2005-11-16[multiple changes]Mark Wielaard5-2345/+35
2005-11-16[multiple changes]Mark Wielaard2-980/+27
2005-11-15[multiple changes]Andrew Haley1-4/+52
2005-11-14natVMNetworkInterfaceWin32.cc: Include java/net/VMNetworkInterface.h.Mohan Embar1-0/+1
2005-11-08PR libgcj/23763. From aeby@graeff.com.Tom Tromey1-1/+7
2005-09-27re PR libgcj/23367 (_Jv_FindMethodInCache is not thread-safe)Tom Tromey2-21/+49
2005-09-23Imported Classpath 0.18.Tom Tromey2-38/+143
2005-09-17Correction. Committed wrong patch earlier today.Anthony Green1-1/+1
2005-09-16re PR classpath/20198 (java.security.CodeSource.getLocation output is differe...Anthony Green1-3/+10
2005-09-15For PR libgcj/23288:Tom Tromey1-10/+50
2005-09-09URLClassLoader.java (addURLImpl): Synchronize on the loader.Andrew Haley1-2/+2
2005-09-08re PR libgcj/23761 (java.library.path doesn't affect module loading path)Thomas Fitzsimmons1-0/+2
2005-09-06re PR libgcj/23739 (JNI: IsAssignableFrom reverses arguments)Tom Tromey2-13/+13
2005-08-232005-08-23 Roman Kennke <roman@kennke.org>Roman Kennke1-1/+166
2005-08-17class.c (make_class_data): Always emit JV_STATE_PRELOADING for class' initial...Tom Tromey1-0/+2
2005-08-12re PR libgcj/23353 (clone() copies internal lock data with hash synchronizati...Morgan Deters1-1/+6
2005-07-26package.html, [...]: Removed.Tom Tromey14-481/+0
2005-07-16Major merge with Classpath.Tom Tromey1026-254750/+0
2005-07-14Connection.java (unquote): New method.Andrew Haley2-12/+17
2005-07-14Class.java (getProtectionDomain): Merged javadoc from Classpath.Tom Tromey1-0/+13
2005-07-06InputStreamReader.java (refill): Handle no-progress case correctly.Tom Tromey1-3/+17
2005-06-30Update FSF addressKelley Cook1058-2117/+2117
2005-06-29re PR libgcj/22211 ([4.0 only] Thread.interrupt sometimes causes abort if thr...Tom Tromey2-4/+12
2005-06-24natClassLoader.cc (_Jv_UnregisterClass): Handle case where class' name is NULL.Tom Tromey2-8/+8
2005-06-14Class.java (getClasses): New method.Tom Tromey3-90/+83
2005-06-09RMIClassLoader.java (getClassLoader): Make public.Bryce McKinlay1-1/+1