summaryrefslogtreecommitdiff
path: root/libjava
Commit message (Expand)AuthorAgeFilesLines
* natFilePosix.cc (performSetLastModified): Return true on success, false other...Anthony Green2006-07-142-1/+6
* stacktrace.cc (_Jv_StackTrace::GetStackTrace): Unconditionally use _Unwind_Ba...Ranjit Mathew2006-07-144-49/+77
* File.java (internalExists): New method.Gary Benson2006-07-142-4/+30
* interpret.cc (_Jv_InterpMethod::run): Don't SAVE_PC for fdiv.Bryce McKinlay2006-07-142-1/+4
* interpret.cc (_Jv_InterpMethod::compile): Add FIXME comment.Bryce McKinlay2006-07-132-5/+29
* re PR libgcj/27271 (i/o error (java.util.zip.ZipException: Deflated stream en...Tom Tromey2006-07-122-5/+35
* File.java (renameTo): Fix security checks.Gary Benson2006-07-122-4/+6
* re PR java/28352 (gcj -C fails to generate line number info for method)Bryce McKinlay2006-07-122-1/+9
* Port to hosts whose 'sort' and 'tail' implementations treat operands with lea...Paul Eggert2006-07-072-1/+19
* 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