aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2006-07-12re PR libgcj/27271 (i/o error (java.util.zip.ZipException: Deflated stream en...Tom Tromey2-5/+35
2006-07-12File.java (renameTo): Fix security checks.Gary Benson2-4/+6
2006-07-12re PR java/28352 (gcj -C fails to generate line number info for method)Bryce McKinlay2-1/+9
2006-07-07Port to hosts whose 'sort' and 'tail' implementations treat operands with lea...Paul Eggert2-1/+19
2006-07-07StackTrace2.java: Renamed from StackTrace.java.Bryce McKinlay3-10/+18
2006-07-07Fix conflict with stacktrace.java.Geoffrey Keating1-0/+0
2006-07-07Fix conflict with stacktrace.out.Geoffrey Keating1-0/+0
2006-07-07backtrace.h (fallback_backtrace): Scan for a function's prologue to determine...Ranjit Mathew2-22/+42
2006-07-07Makefile.am (BOOT_CLASS_PATH_DIR): Only contain libgcj.jar.Gary Benson3-2/+7
2006-07-07stacktrace.cc (ClassForFrame): Remove commented-out code.Bryce McKinlay4-9/+100
2006-07-06Makefile.am (libgcj_tools_la_GCJFLAGS): Add -fno-indirect-classes.Thomas Fitzsimmons6-2/+15
2006-07-06boehm.cc (_Jv_MarkObj): Mark the next_or_version field.Bryce McKinlay2-0/+9
2006-07-06configure.ac (ac_configure_args): Add --with-native-libdir.Thomas Fitzsimmons9-147/+132
2006-07-05libgcj.spec.in: Use THREADSTARTFILESPEC to affect the spec for startfile.Ranjit Mathew5-21/+54
2006-07-04libjava.exp (libjava_init): Call the GCJ_UNDER_TEST with the -B$specdir.Andreas Tobler2-8/+10
2006-07-04re PR libgcj/28226 (posix.cc:222: error: invalid conversion from 'const void*...Andreas Tobler5-4/+10
2006-07-04ltconfig: chmod 644 before ranlib during install.Peter O'Gorman2-1/+5
2006-07-04libjava.exp (libjava_init): Look for libgcj-$version.jar instead of libgcj-*....Andreas Tobler2-1/+14
2006-07-04re PR libgcj/28244 (missing dependency causes build failure)Thomas Fitzsimmons3-0/+9
2006-06-30Makefile.am: Comment out tools wrapper creation.Thomas Fitzsimmons7-407/+318
2006-06-29javaprims.h (_Jv_uintptr_t): New typedef similar to uintptr_t in C99.Ranjit Mathew9-58/+209
2006-06-27OutputStreamWriter.java (writeChars): Use a 'do' loop.Tom Tromey8-23/+85
2006-06-27boehm.cc (_Jv_SuspendThread, [...]): Define conditionally on GC_PTHREADS...Marco Trudel2-0/+11
2006-06-27re PR libgcj/28178 (jniEnv->DeleteLocalRef (null) fails)Tom Tromey5-0/+45
2006-06-26posix-threads.h: Fix coding style aberrations from 2006-06-19 check-in.Keith Seitz5-12/+20
2006-06-26no-gc.h (_Jv_SuspendThread): Declare.Keith Seitz5-4/+46
2006-06-22jni.exp (gcj_jni_invocation_test_one): Link against -ljvm, not -lgcj.Thomas Fitzsimmons2-2/+7
2006-06-22Makefile.am (libjvm_la_LDFLAGS): Do not set -rpath to toolexeclibdir.Thomas Fitzsimmons3-2/+8
2006-06-22natField.cc (getAddr): Allow setting of final field when it is accessible.Tom Tromey2-0/+9
2006-06-21win32-threads.h (_Jv_ThreadDesc_t): New typedef.Bryce McKinlay3-1/+25
2006-06-20natSystemProperties.cc (insertSystemProperties): Bump "java.class.version" to...Bryce McKinlay2-2/+6
2006-06-20Makefile.am (AM_CXXFLAGS): Define GCJ_VERSIONED_LIBDIR to "$(dbexecdir)".Thomas Fitzsimmons5-115/+208
2006-06-19re PR java/27908 (VMSecureRandom generateSeed infinite loop? (Regression))Andrew Haley3-0/+92
2006-06-19posix-threads.h (_Jv_ThreadDebugSuspend): Declare.Keith Seitz5-4/+82
2006-06-16class.c (make_class_data): When using flag_indirect_classes, don't initialize...Andrew Haley3-10/+29
2006-06-15Makefile.am: Do not recurse into tools directory.Thomas Fitzsimmons3-4/+10
2006-06-14re PR java/28024 (libjava build failure on Solaris 2.8 (sun4u))Tom Tromey5-33/+21
2006-06-14Makefile.am (gappletviewer_CFLAGS): Add -I$(top_srcdir)/include.Thomas Fitzsimmons3-0/+14
2006-06-14configure: Regenerate.Thomas Fitzsimmons102-4463/+3938
2006-06-14configure.host (hppa*-*): Set 'enable_hash_synchronization_default' to no.John David Anglin2-1/+6
2006-06-12re PR java/27908 (VMSecureRandom generateSeed infinite loop? (Regression))Andrew Haley3-83/+5
2006-06-12re PR java/27908 (VMSecureRandom generateSeed infinite loop? (Regression))Andrew Haley3-0/+88
2006-06-10configure.ac (ac_configure_args): Add --disable-plugin.Thomas Fitzsimmons3-251/+10
2006-06-09re PR libgcj/27730 (Thread.getId() needs implemented)Tom Tromey2-1/+32
2006-06-09* java/lang/Class.java (getClassLoaderInternal): Now native.Tom Tromey2-5/+6
2006-06-092006-06-09 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons4-33/+12
2006-06-09re PR classpath/23863 (mprec buffer overwrite bug)Tom Tromey4-114/+203
2006-06-09String.java, [...]: Merge from GNU Classpath HEAD.Thomas Fitzsimmons360-9147/+34553
2006-06-09gcj.texi (libgcj Runtime Properties): Document gnu.gcj.user.realname.Tom Tromey2-1/+7
2006-06-09jar.in: Replace hardcoded /bin/sh with @SHELL@.Andreas Tobler2-1/+5