summaryrefslogtreecommitdiff
path: root/libjava
Commit message (Expand)AuthorAgeFilesLines
* StackTrace2.java: Renamed from StackTrace.java.Bryce McKinlay2006-07-073-10/+18
* Fix conflict with stacktrace.java.Geoffrey Keating2006-07-071-0/+0
* Fix conflict with stacktrace.out.Geoffrey Keating2006-07-071-0/+0
* backtrace.h (fallback_backtrace): Scan for a function's prologue to determine...Ranjit Mathew2006-07-072-22/+42
* Makefile.am (BOOT_CLASS_PATH_DIR): Only contain libgcj.jar.Gary Benson2006-07-073-2/+7
* stacktrace.cc (ClassForFrame): Remove commented-out code.Bryce McKinlay2006-07-074-9/+100
* Makefile.am (libgcj_tools_la_GCJFLAGS): Add -fno-indirect-classes.Thomas Fitzsimmons2006-07-066-2/+15
* boehm.cc (_Jv_MarkObj): Mark the next_or_version field.Bryce McKinlay2006-07-062-0/+9
* configure.ac (ac_configure_args): Add --with-native-libdir.Thomas Fitzsimmons2006-07-069-147/+132
* libgcj.spec.in: Use THREADSTARTFILESPEC to affect the spec for startfile.Ranjit Mathew2006-07-055-21/+54
* libjava.exp (libjava_init): Call the GCJ_UNDER_TEST with the -B$specdir.Andreas Tobler2006-07-042-8/+10
* re PR libgcj/28226 (posix.cc:222: error: invalid conversion from 'const void*...Andreas Tobler2006-07-045-4/+10
* ltconfig: chmod 644 before ranlib during install.Peter O'Gorman2006-07-042-1/+5
* libjava.exp (libjava_init): Look for libgcj-$version.jar instead of libgcj-*....Andreas Tobler2006-07-042-1/+14
* re PR libgcj/28244 (missing dependency causes build failure)Thomas Fitzsimmons2006-07-043-0/+9
* Makefile.am: Comment out tools wrapper creation.Thomas Fitzsimmons2006-06-307-407/+318
* javaprims.h (_Jv_uintptr_t): New typedef similar to uintptr_t in C99.Ranjit Mathew2006-06-299-58/+209
* OutputStreamWriter.java (writeChars): Use a 'do' loop.Tom Tromey2006-06-278-23/+85
* boehm.cc (_Jv_SuspendThread, [...]): Define conditionally on GC_PTHREADS...Marco Trudel2006-06-272-0/+11
* re PR libgcj/28178 (jniEnv->DeleteLocalRef (null) fails)Tom Tromey2006-06-275-0/+45
* posix-threads.h: Fix coding style aberrations from 2006-06-19 check-in.Keith Seitz2006-06-265-12/+20
* no-gc.h (_Jv_SuspendThread): Declare.Keith Seitz2006-06-265-4/+46
* jni.exp (gcj_jni_invocation_test_one): Link against -ljvm, not -lgcj.Thomas Fitzsimmons2006-06-222-2/+7
* Makefile.am (libjvm_la_LDFLAGS): Do not set -rpath to toolexeclibdir.Thomas Fitzsimmons2006-06-223-2/+8
* natField.cc (getAddr): Allow setting of final field when it is accessible.Tom Tromey2006-06-222-0/+9
* win32-threads.h (_Jv_ThreadDesc_t): New typedef.Bryce McKinlay2006-06-213-1/+25
* natSystemProperties.cc (insertSystemProperties): Bump "java.class.version" to...Bryce McKinlay2006-06-202-2/+6
* Makefile.am (AM_CXXFLAGS): Define GCJ_VERSIONED_LIBDIR to "$(dbexecdir)".Thomas Fitzsimmons2006-06-205-115/+208
* re PR java/27908 (VMSecureRandom generateSeed infinite loop? (Regression))Andrew Haley2006-06-193-0/+92
* posix-threads.h (_Jv_ThreadDebugSuspend): Declare.Keith Seitz2006-06-195-4/+82
* class.c (make_class_data): When using flag_indirect_classes, don't initialize...Andrew Haley2006-06-163-10/+29
* Makefile.am: Do not recurse into tools directory.Thomas Fitzsimmons2006-06-153-4/+10
* re PR java/28024 (libjava build failure on Solaris 2.8 (sun4u))Tom Tromey2006-06-145-33/+21
* Makefile.am (gappletviewer_CFLAGS): Add -I$(top_srcdir)/include.Thomas Fitzsimmons2006-06-143-0/+14
* configure: Regenerate.Thomas Fitzsimmons2006-06-14102-4463/+3938
* configure.host (hppa*-*): Set 'enable_hash_synchronization_default' to no.John David Anglin2006-06-142-1/+6
* re PR java/27908 (VMSecureRandom generateSeed infinite loop? (Regression))Andrew Haley2006-06-123-83/+5
* re PR java/27908 (VMSecureRandom generateSeed infinite loop? (Regression))Andrew Haley2006-06-123-0/+88
* configure.ac (ac_configure_args): Add --disable-plugin.Thomas Fitzsimmons2006-06-103-251/+10
* re PR libgcj/27730 (Thread.getId() needs implemented)Tom Tromey2006-06-092-1/+32
* * java/lang/Class.java (getClassLoaderInternal): Now native.Tom Tromey2006-06-092-5/+6
* 2006-06-09 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2006-06-094-33/+12
* re PR classpath/23863 (mprec buffer overwrite bug)Tom Tromey2006-06-094-114/+203
* String.java, [...]: Merge from GNU Classpath HEAD.Thomas Fitzsimmons2006-06-09360-9147/+34553
* gcj.texi (libgcj Runtime Properties): Document gnu.gcj.user.realname.Tom Tromey2006-06-092-1/+7
* jar.in: Replace hardcoded /bin/sh with @SHELL@.Andreas Tobler2006-06-092-1/+5
* jvm.h (_Jv_Linker::maybe_adjust_signature): New.Andrew Haley2006-06-083-27/+104
* makemake.tcl (emit_bc_rule): Do not skip gnu-java-awt-peer-qt.lo.Thomas Fitzsimmons2006-06-0715-4697/+3895
* gcj.texi (libgcj Runtime Properties): Document gnu.gcj.runtime.NameFinder.sho...David Daney2006-06-063-2/+38
* natFilePosix.cc (getCanonicalPath): Rewritten.Gary Benson2006-06-066-78/+163