aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang
AgeCommit message (Expand)AuthorFilesLines
2002-01-02ieeefp.h: Fix bug in my hand-application of previous patch.Tom Tromey1-1/+1
2002-01-022002-1-1 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski1-5/+2
2002-01-01ieeefp.h: Define __IEEE_BIG_ENDIAN for Darwin.Andreas Tobler1-0/+4
2001-12-21re PR java/5165 (Loading class fields with a ConstantValue attribute)Tom Tromey1-5/+3
2001-12-21re PR libgcj/2428 (Classloader is not set)Tom Tromey2-4/+29
2001-12-16For PR java/5088:Tom Tromey2-21/+19
2001-12-15java-tree.h (otable_methods, [...]): New field/global tree definitions.Bryce McKinlay3-2/+221
2001-12-14prims.cc: Some old cleanups.Hans Boehm1-2/+5
2001-12-11String.java (String): New constructor.Tom Tromey1-0/+10
2001-12-11re PR libgcj/5064 (java/lang/natClassLoader.cc doesn't compile on systems wit...Tom Tromey1-3/+6
2001-12-09Makefile.in: Rebuilt.Tom Tromey1-2/+1
2001-12-07ClassLoader.java (defineClass): Rethrow any LinkageError.Tom Tromey1-1/+1
2001-12-07ThreadGroup.java (uncaughtException): Print message to System.err.Tom Tromey1-3/+4
2001-11-26Fix for PR libgcj/2024, plus other class name cleanups:Tom Tromey2-3/+9
2001-11-16Re-merge with Classpath, from Brian Jones:Tom Tromey1-1/+4
2001-11-15natString.cc: correct argument order for _Jv_AllocPtrFreeObjHans Boehm1-1/+1
2001-11-14Constructor.java (toString): Use more efficient form of Modifier.toString().Tom Tromey1-1/+1
2001-11-14Re-merges with Classpath, from various people:Tom Tromey2-99/+162
2001-11-14Re-merges with Classpath, from various people:Tom Tromey3-74/+174
2001-11-05Class.h (Class): Made _Jv_BytecodeVerifier a friend.Tom Tromey1-0/+2
2001-10-31HACKING, [...]: Fix spelling errors.Joseph Myers4-4/+4
2001-10-26Oops!Bryce McKinlay1-1/+1
2001-10-26VMClassLoader.java (getPrimitiveClass): Now native.Bryce McKinlay10-36/+21
2001-10-25natClassLoader.cc (_Jv_RegisterClassHookDefault): Use snprintf, not asprintf.Bryce McKinlay1-3/+2
2001-10-24* java/lang/reflect/Field.java: Made many methods private.Tom Tromey1-10/+10
2001-10-24Field.java (Field): New constructor.Tom Tromey2-0/+7
2001-10-23prims.cc (_Jv_Abort): Always print error message using fprintf, don't try to ...Bryce McKinlay1-1/+12
2001-10-20Double.java: More Classpath mergingMark Wielaard3-19/+31
2001-10-16Forgot this file in last commit.Bryce McKinlay1-21/+6
2001-10-16Eliminate use of C++ static constructors.Bryce McKinlay3-35/+17
2001-10-15AccessibleObject.java (checkPermission): Implemented.Tom Tromey1-7/+31
2001-10-15natObject.cc (heavy_lock): Moved fields old_client_data, old_finalization_pro...Hans Boehm1-32/+178
2001-10-15Double.java: Partial merge with ClasspathMark Wielaard2-84/+771
2001-10-13* java/lang/SecurityManager.java (SecurityManager): Now public.Tom Tromey1-1/+1
2001-10-10natFinalizerThread.cc: New file.Tom Tromey1-1/+2
2001-10-09strtod.c (_strtod_r): Logic to check for missing digits after exponent had 'e...Per Bothner1-8/+7
2001-10-07acinclude.m4: Fix spelling error of "separate" as "seperate".Joseph Myers1-1/+1
2001-10-05* java/lang/reflect/Modifier.java: Merge with ClasspathMark Wielaard1-28/+172
2001-10-03natReference.cc (add_to_hash): Set n->next before setting *link.Tom Tromey1-1/+1
2001-10-02Makefile.am (core_java_source_files): add InheritableThreadLocalMark Wielaard2-0/+168
2001-10-02Makefile.am: Add new classesMark Wielaard3-17/+152
2001-10-02javaprims.h: Rebuilt class list.Tom Tromey2-3/+326
2001-10-02prims.cc (_Jv_NewMultiArrayUnchecked): New method.Tom Tromey2-4/+5
2001-10-01FileWriter.java: Merge with Classpath.Mark Wielaard3-64/+224
2001-09-30DataInput.java: Merge with Classpath.Mark Wielaard4-51/+222
2001-09-30natClass.cc (_Jv_IsAssignableFrom): Handle the case of an uninitialized targe...Bryce McKinlay1-2/+3
2001-09-24PosixProcess.java (exitValue): Implement here.Bryce McKinlay2-28/+19
2001-09-21jvm.h (_Jv_VTable): Handle function descriptors for ia64...Richard Henderson1-8/+5
2001-09-21no-threads.cc (_Jv_ThreadStart): Remove names of unused arguments.Richard Henderson1-1/+1
2001-09-14CloneNotSupportedException.java: Re-merged with Classpath.Tom Tromey1-16/+22