summaryrefslogtreecommitdiff
path: root/libjava/java/lang
Commit message (Expand)AuthorAgeFilesLines
* Reference.java (clear): Set referent to null and synchronize.David Daney2003-09-201-1/+6
* win32-threads.cc: (ensure_interrupt_event_initialized) New function for lazy ...Mohan Embar2003-09-191-2/+27
* win32.cc: fixed tab...Mohan Embar2003-08-291-40/+14
* Makefile.in: Rebuilt.Tom Tromey2003-08-281-0/+2
* StrictMath.java: Typo fix.Tom Tromey2003-08-265-13/+18
* Reference.java (get): Indentation fix.Tom Tromey2003-08-261-8/+8
* re PR libgcj/12058 (java.lang.reflect.Array.set(Object, int, Object) throws j...Tom Tromey2003-08-261-1/+1
* Proxy.java (ProxyData): `pack' now a String.Tom Tromey2003-08-261-6/+21
* re PR libgcj/12013 (Calling Reference.clear() can cause runtime to crash.)David Daney2003-08-212-9/+16
* natReference.cc (finalize_referred_to_object): Set `list->reference' to DELET...Tom Tromey2003-08-201-3/+14
* re PR libgcj/11951 (natMethod.cc (_Jv_CallAnyMethodA) should clear ffi_result...Tom Tromey2003-08-181-29/+50
* [multiple changes]Andrew Haley2003-08-081-1/+4
* Thread.java (Thread): Check for null "name" from start of private constructor...Bryce McKinlay2003-08-071-9/+4
* re PR libgcj/11779 (Field reflection incorrectly throws IllegalAccessException)Tom Tromey2003-08-051-5/+6
* Method.java: Updated status comment.Tom Tromey2003-08-052-115/+349
* natString.cc (init(gnu.gcj.runtime.StringBuffer)): New method.Tom Tromey2003-07-282-1/+9
* Win32Process.java (ConcreteProcess): Surround a command line element with quo...Ranjit Mathew2003-07-272-3/+9
* + * java/lang/natRuntime.cc (_load): Add library name toMark Wielaard2003-07-251-1/+2
* * java/lang/natSystem.cc (arraycopy): Check for overflow.Tom Tromey2003-07-231-2/+4
* Runtime.java: Comment fix.Tom Tromey2003-07-2110-126/+204
* cni.h: CNI now expands to Compiled Native Interface.Mark Wielaard2003-07-082-2/+2
* natVMSecurityManager.cc (getClassContext): Use maxlen instead of len for loop...Matt Kraai2003-06-181-2/+2
* jni.cc (_Jv_JNI_check_types): New.Andrew Haley2003-06-121-4/+4
* ClassLoader.java (loadClass): Not deprecated.Tom Tromey2003-06-121-1/+0
* re PR libgcj/8738 (java.io.CharArrayWriter's write methods erroneously throw ...Mark Wielaard2003-06-071-6/+6
* w_exp.c (o_threshold, [...]): Define only if _IEEE_LIBM is undefined.Matt Kraai2003-06-061-0/+4
* System.java: Explicitely import needed classes.Michael Koch2003-05-271-1/+8
* re PR libgcj/10582 (array assignment fails in some situations)Tom Tromey2003-05-011-16/+24
* natString.cc (_Jv_AllocString): Initialize cachedHashCode.Tom Tromey2003-04-281-0/+2
* jvm.h: (_Jv_GetNbArgs) added (_Jv_GetSafeArg) added (_Jv_SetArgs) addedMohan Embar2003-04-251-5/+1
* ieeefp.h: Handle ARM platforms that have pure-endian floating point.Richard Earnshaw2003-04-161-2/+12
* String.java (data, [...]): Documented.Tom Tromey2003-03-311-9/+30
* String.java: Miscellaneous minor formatting changes to match Classpath more c...Tom Tromey2003-03-301-72/+72
* natString.cc (hashCode): Use cachedHashCode.Eric Blake2003-03-302-15/+167
* String.java: Reordered to follow Classpath; merged in javadoc.Tom Tromey2003-03-301-128/+809
* natClass.cc (newInstance): Put method name in exception.Tom Tromey2003-03-291-6/+6
* Proxy.java: New version from Classpath.Tom Tromey2003-03-292-13/+6
* natRuntime.cc (insertSystemProperties): Set gnu.classpath.home.url.Tom Tromey2003-03-261-0/+6
* natStringBuffer.cc (regionMatches): New function.Eric Blake2003-03-243-505/+690
* Process.java: Merged from classpath.Michael Koch2003-03-191-2/+2
* resolve.cc (ncode): Use _Jv_platform_ffi_abi.Tom Tromey2003-03-171-24/+15
* * java/lang/natObject.cc (JV_SYNC_HASH): replace signed % by &.Hans Boehm2003-03-151-3/+3
* [multiple changes]Andrew Haley2003-03-101-1/+5
* Package.java: Remerged from classpath.Michael Koch2003-03-021-78/+104
* natObject.cc: Don't include assert.h.Tom Tromey2003-03-021-25/+24
* natWin32Process.cc (startProcess): Double-quote each program array element pa...Mohan Embar2003-03-011-8/+9
* natMethod.cc (_Jv_CallAnyMethodA): Allocate a full jvalue for each argument.Hans Boehm2003-02-281-28/+19
* ClassLoader.java (defineClass(byte[],int,int)): Deprecate.Tom Tromey2003-02-242-1/+4
* natRuntime.cc (libraries_size, [...]): Removed.Tom Tromey2003-02-241-42/+17
* New docs for Thread.java, and little tweaks identified by japi.Anthony Green2003-02-222-14/+554