aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang
AgeCommit message (Expand)AuthorFilesLines
2007-01-10natDouble.cc (toString): Added parens.Tom Tromey1-2/+2
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey210-1889/+9597
2006-11-21Security.java: Merge with classpath.Gary Benson2-4/+120
2006-10-28java-stack.h (ncodeMap): Declare.Keith Seitz2-0/+13
2006-10-18register2.java: New file.Tom Tromey2-0/+10
2006-09-06Class.h (_Jv_FindInterpreterMethod): Change return type to _Jv_MethodBase ins...Keith Seitz2-15/+11
2006-08-21re PR libgcj/13212 (JNI/CNI AttachCurrentThread does not register thread with...Bryce McKinlay1-1/+5
2006-08-14Imported GNU Classpath 0.92Mark Wielaard4-0/+111
2006-08-14Thread.java (accessControlState): New field.Gary Benson1-0/+5
2006-08-09System.java (setSecurityManager): Javadoc fix.Gary Benson1-5/+0
2006-08-07re PR libgcj/28340 (gij ignores -Djava.security.manager)Gary Benson1-2/+36
2006-08-07SecurityManager.java (getSecurityContext, [...]): Merge with Classpath.Gary Benson1-59/+52
2006-07-28SecurityManager.java (currentClassLoader, [...]): Remerged javadoc.Gary Benson1-12/+12
2006-07-28prims.cc (_Jv_CreateJavaVM): Move setting runtimeInitialized from the start t...Gary Benson2-6/+4
2006-07-21natThread.cc (_Jv_ThreadGetData): New function.Keith Seitz1-0/+7
2006-06-27OutputStreamWriter.java (writeChars): Use a 'do' loop.Tom Tromey1-0/+2
2006-06-22natField.cc (getAddr): Allow setting of final field when it is accessible.Tom Tromey1-0/+4
2006-06-16class.c (make_class_data): When using flag_indirect_classes, don't initialize...Andrew Haley2-10/+19
2006-06-09re PR libgcj/27730 (Thread.getId() needs implemented)Tom Tromey1-1/+24
2006-06-09* java/lang/Class.java (getClassLoaderInternal): Now native.Tom Tromey1-5/+2
2006-06-09String.java, [...]: Merge from GNU Classpath HEAD.Thomas Fitzsimmons1-1/+1
2006-05-31VMClassLoader.java (initialize): Set default library control to LIB_NEVER.Thomas Fitzsimmons1-1/+1
2006-05-29natThread.cc (countStackFrames): Do not throw UnsupportedOperationException.Thomas Fitzsimmons1-9/+13
2006-05-24re PR libgcj/27729 (Field, Method and Constructor need isSynthetic() implemet...Tom Tromey7-160/+1019
2006-05-24re PR libgcj/27731 (Math cbrt(), cosh(), expm1(), hypot(), log1p(), sinh() an...Tom Tromey2-2/+184
2006-05-21natClass.cc (_Jv_FindMethodInCache): Mark klass, name and signature as MAYBE_...Andreas Tobler1-5/+6
2006-05-18Imported GNU Classpath 0.90Mark Wielaard8-3/+481
2006-05-17re PR libgcj/27352 (SecurityManager.checkPermission() called unnecessarily)Bryce McKinlay1-7/+16
2006-05-13sources.am, [...]: Rebuilt.Tom Tromey4-312/+25
2006-05-10natClassLoader.cc: Add comments.Andrew Haley1-0/+24
2006-05-10prims.cc (_Jv_soleIndirectCompiledEngine): New.Andrew Haley2-0/+4
2006-05-05re PR libgcj/27294 (gij throws NullPointerException, when the interpreter is ...Tom Tromey1-1/+16
2006-05-04[multiple changes]Andrew Haley3-3/+26
2006-05-04Class.h (JV_STATE_LOADING): Added comment.Tom Tromey1-0/+8
2006-04-25natClassLoader.cc: Don't include link.h or dladdr.h.Andrew Haley1-5/+0
2006-04-24* java/lang/natClass.cc (_Jv_getInterfaceMethod): Skip <clinit>.Tom Tromey1-5/+12
2006-04-24lang.c (java_init): Handle flag_indirect_classes.Andrew Haley2-8/+59
2006-04-11SystemClassLoader.java (addClass): Get the value of package-private field "lo...Bryce McKinlay1-5/+0
2006-04-04re PR classpath/26990 (SecurityManager.checkExit() problem)Tom Tromey1-2/+13
2006-03-28unicode-muncher.pl: Removed this file.Anthony Balkissoon2-7/+740
2006-03-10Imported GNU Classpath 0.90Mark Wielaard3-271/+1589
2006-03-10re PR libgcj/23495 (java.lang.String.equals is suboptimal)Tom Tromey1-57/+37
2006-03-09win32.cc (_Jv_platform_nanotime): New function.Tom Tromey2-2/+17
2006-03-07re PR libgcj/26103 (Wrong exception thrown)Tom Tromey2-3/+6
2006-03-01re PR libgcj/24321 (instanceof erroneously causes class initialization)Tom Tromey1-3/+3
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 McKinlay3-5/+9
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