aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2007-01-24unwind-dw2-fde.c (get_cie_encoding): Replaced _Unwind_Word with _uleb128_t an...Andreas Krebbel2-4/+9
2007-01-23Arrays.java (binarySearch): Change comparison order.Marco Trudel4-3/+10
2007-01-23re PR libgcj/30550 (Missing dependencies for ecjx target)H.J. Lu3-3/+14
2007-01-23* gnu/classpath/jdwp/natVMVirtualMachine.ccKeith Seitz2-2/+13
2007-01-23Class.h (_Jv_GetClassStatus): Declare.Keith Seitz4-3/+49
2007-01-23configure: Rebuilt.Tom Tromey3-2/+7
2007-01-22re PR java/29812 (env->klass value is not updated during the native calls)Tom Tromey15-54/+255
2007-01-22* libtool-version: Bump current to 9.Tom Tromey2-1/+5
2007-01-22locks.h (write_barrier): New.Andrew Haley2-0/+12
2007-01-21Makefile.am (install-exec-hook): Use transformed name.Matthias Klose3-4/+9
2007-01-20Makefile.am, [...]: Install into nativeexeclibdir instead of gcjversionedlibdir.Matthias Klose5-78/+70
2007-01-19natVMFrame.cc: Mark unused parameters with MAYBE_UNUSED.Keith Seitz2-3/+8
2007-01-19natVMVirtualMachine.cc: Mark unused parameters in methods and reformat.Keith Seitz2-23/+34
2007-01-19From Macro Trudel <mtrudel@gmx.ch>:Keith Seitz2-2/+8
2007-01-18jni.cc (_Jv_JNI_FindClass): Initialize class.Marco Trudel7-1/+64
2007-01-18configure: Rebuilt.Tom Tromey3-4/+9
2007-01-18natVMPipeEcos.cc: Renamed from gnu/java/nio/natPipeImplEcos.cc.Gary Benson14-64/+93
2007-01-17* tools/gnu/classpath/tools/javah/PathOptionGroup.javaTom Tromey7-1/+11
2007-01-17Makefile.in: Rebuilt.Andrew Haley3-2/+7
2007-01-17natThread.cc (finish_): Add JVMTI ThreadEnd notification.Keith Seitz2-0/+16
2007-01-17ChangeLog rotationTom Tromey3-13264/+13264
2007-01-17aclocal.m4: Regenerate to use multi.m4.Jack Howarth50-208/+472
2007-01-17natVMDirectByteBufferImpl.cc: Renamed from java/nio/natDirectByteBufferImpl.cc.Gary Benson4-8/+15
2007-01-17MappedByteBuffer.java: Removed.Gary Benson1-1/+2
2007-01-17jvmti.cc (_Jv_JVMTI_GetAllThreads): Now static.Marco Trudel2-7/+10
2007-01-17natThread.cc (finalize_native): Remove cast.Tom Tromey3-4/+11
2007-01-16natevents.cc (FieldModificationCB): Use %#llx instead of %d for new_value.Keith Seitz4-2/+9
2007-01-16natVMVirtualMachine.cc (DEFINE_CALLBACK): New macro.Keith Seitz2-0/+33
2007-01-16jvmti.cc (_Jv_JVMTI_GetAllThreads): New function.Kyle Galloway7-1/+250
2007-01-15natVMVirtualMachine.cc (suspendThread): Use java.lang.StringBuilder instead o...Keith Seitz2-10/+14
2007-01-15MappedByteBuffer.java: Removed.Gary Benson5-91/+7
2007-01-15URLClassLoader.java: Removed.Gary Benson28-1459/+224
2007-01-14ld-symbolic.m4: New.H.J. Lu9-17/+111
2007-01-12locks.h (read_barrier): New.Kaz Kojima2-1/+18
2007-01-12i386-signal.h: Rewrite to use rt_sigaction.Andrew Haley3-56/+72
2007-01-112007-01-11 Andrew Haley <aph@redhat.com>Andrew Haley3-9/+18
2007-01-11*.h: New files.Tom Tromey83-0/+2646
2007-01-11Readd missing chunks from r116332:Matthias Klose39-28/+113
2007-01-10* HACKING: Various updates.Tom Tromey2-6/+35
2007-01-10natDouble.cc (toString): Added parens.Tom Tromey4-13/+23
2007-01-10re PR libgcj/30424 (revision 120632 failed to build on ia64)H.J. Lu2-0/+18
2007-01-10URL.java: Removed.Gary Benson7-976/+10
2007-01-10regexp, [...]: Remove empty directories.Matthias Klose1-0/+12
2007-01-10Makefile.am (install-exec-hook): Support $(DESTDIR).Matthias Klose3-12/+17
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey17457-71204/+607449
2006-12-21configure.ac: add $built_gcc_dir to $GCJH and $GCJ when crossbuilding.Adam Megacz3-4/+10
2006-12-18Makefile.am: remove @X_CFLAGS@ from AM_CXXFLAGS...Adam Megacz7-330/+138
2006-12-04tls.m4 (GCC_CHECK_TLS): Do not test TLS with static linking if static linking...Eric Botcazou2-2/+44
2006-11-28locks.h: Enable use of either file on either target to support multilibs from...Mike Stump3-18/+34
2006-11-21Security.java: Merge with classpath.Gary Benson4-226/+303