summaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)Author
2007-01-24unwind-dw2-fde.c (get_cie_encoding): Replaced _Unwind_Word with _uleb128_t an...Andreas Krebbel
2007-01-23Arrays.java (binarySearch): Change comparison order.Marco Trudel
2007-01-23re PR libgcj/30550 (Missing dependencies for ecjx target)H.J. Lu
2007-01-23* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz
2007-01-23Class.h (_Jv_GetClassStatus): Declare.Keith Seitz
2007-01-23configure: Rebuilt.Tom Tromey
2007-01-22re PR java/29812 (env->klass value is not updated during the native calls)Tom Tromey
2007-01-22* libtool-version: Bump current to 9.Tom Tromey
2007-01-22locks.h (write_barrier): New.Andrew Haley
2007-01-21Makefile.am (install-exec-hook): Use transformed name.Matthias Klose
2007-01-20Makefile.am, [...]: Install into nativeexeclibdir instead of gcjversionedlibdir.Matthias Klose
2007-01-19natVMFrame.cc: Mark unused parameters with MAYBE_UNUSED.Keith Seitz
2007-01-19natVMVirtualMachine.cc: Mark unused parameters in methods and reformat.Keith Seitz
2007-01-19From Macro Trudel <mtrudel@gmx.ch>:Keith Seitz
2007-01-18jni.cc (_Jv_JNI_FindClass): Initialize class.Marco Trudel
2007-01-18configure: Rebuilt.Tom Tromey
2007-01-18natVMPipeEcos.cc: Renamed from gnu/java/nio/natPipeImplEcos.cc.Gary Benson
2007-01-17* tools/gnu/classpath/tools/javah/PathOptionGroup.javaTom Tromey
2007-01-17Makefile.in: Rebuilt.Andrew Haley
2007-01-17natThread.cc (finish_): Add JVMTI ThreadEnd notification.Keith Seitz
2007-01-17ChangeLog rotationTom Tromey
2007-01-17aclocal.m4: Regenerate to use multi.m4.Jack Howarth
2007-01-17natVMDirectByteBufferImpl.cc: Renamed from java/nio/natDirectByteBufferImpl.cc.Gary Benson
2007-01-17MappedByteBuffer.java: Removed.Gary Benson
2007-01-17jvmti.cc (_Jv_JVMTI_GetAllThreads): Now static.Marco Trudel
2007-01-17natThread.cc (finalize_native): Remove cast.Tom Tromey
2007-01-16natevents.cc (FieldModificationCB): Use %#llx instead of %d for new_value.Keith Seitz
2007-01-16natVMVirtualMachine.cc (DEFINE_CALLBACK): New macro.Keith Seitz
2007-01-16jvmti.cc (_Jv_JVMTI_GetAllThreads): New function.Kyle Galloway
2007-01-15natVMVirtualMachine.cc (suspendThread): Use java.lang.StringBuilder instead o...Keith Seitz
2007-01-15MappedByteBuffer.java: Removed.Gary Benson
2007-01-15URLClassLoader.java: Removed.Gary Benson
2007-01-14ld-symbolic.m4: New.H.J. Lu
2007-01-12locks.h (read_barrier): New.Kaz Kojima
2007-01-12i386-signal.h: Rewrite to use rt_sigaction.Andrew Haley
2007-01-112007-01-11 Andrew Haley <aph@redhat.com>Andrew Haley
2007-01-11*.h: New files.Tom Tromey
2007-01-11Readd missing chunks from r116332:Matthias Klose
2007-01-10* HACKING: Various updates.Tom Tromey
2007-01-10natDouble.cc (toString): Added parens.Tom Tromey
2007-01-10re PR libgcj/30424 (revision 120632 failed to build on ia64)H.J. Lu
2007-01-10URL.java: Removed.Gary Benson
2007-01-10regexp, [...]: Remove empty directories.Matthias Klose
2007-01-10Makefile.am (install-exec-hook): Support $(DESTDIR).Matthias Klose
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey
2006-12-21configure.ac: add $built_gcc_dir to $GCJH and $GCJ when crossbuilding.Adam Megacz
2006-12-18Makefile.am: remove @X_CFLAGS@ from AM_CXXFLAGS...Adam Megacz
2006-12-04tls.m4 (GCC_CHECK_TLS): Do not test TLS with static linking if static linking...Eric Botcazou
2006-11-28locks.h: Enable use of either file on either target to support multilibs from...Mike Stump
2006-11-21Security.java: Merge with classpath.Gary Benson