summaryrefslogtreecommitdiff
path: root/libjava
Commit message (Expand)AuthorAgeFilesLines
* Makefile.am (libgcj.jar:): Change to -CLASSPATHNic Ferrier2002-02-212-67/+28
* * libjava.lang/stringconst.xfail: xfail-output -> xfail-source-output.Bryce McKinlay2002-02-202-1/+3
* libjava.exp: Add "xfail-byte-output" and "xfail-source-output".Bryce McKinlay2002-02-208-4/+117
* re PR libgcj/5696 (natClass.cc run through superclasses of target if they exi...Tom Tromey2002-02-202-12/+23
* natPlainDatagramSocketImpl.cc (bind): Call setsockopt to enable SO_BROADCAST.Bryce McKinlay2002-02-182-1/+10
* err7.xfail: Removed.Bryce McKinlay2002-02-183-2/+5
* name-finder.cc (toHex): Use word mode, not long long.Jason Merrill2002-02-173-2/+9
* re PR libgcj/5695 (verify.cc test that target is an object before running dow...Tom Tromey2002-02-152-4/+34
* Makefile.in: Rebuilt with Eric's change below.Bryce McKinlay2002-02-152-122/+9
* javaprims.h (java::lang): Add java::lang::StrictMath.Eric Blake2002-02-155-83/+2451
* [multiple changes]Mark Wielaard2002-02-149-385/+577
* re PR libgcj/5670 (verify.cc not properly merging states)Todd Stock2002-02-142-2/+20
* jni.h: Fix typo.Martin Kahlert2002-02-142-2/+6
* jni.cc (_Jv_JNI_AttachCurrentThread): env->locals assigned correctly.Martin Kahlert2002-02-132-2/+6
* re PR libgcj/5671 (verify.cc problem merging local variables)Todd Stock2002-02-132-2/+13
* * exception.cc (std::abort): Mark as noreturn.Tom Tromey2002-02-132-2/+6
* Win32Process.java: Filled in a placeholder implementation so Win32 will build.Adam Megacz2002-02-121-0/+5
* natFilePosix.cc: Copied this from natFile.cc.Adam Megacz2002-02-124-324/+321
* win32.cc: Added two #includes to make win32.cc compile.Adam Megacz2002-02-122-0/+6
* boehm.cc (initialized, [...]): Removed unused declarations.Bryce McKinlay2002-02-122-90/+9
* win32.h: Added _Jv_platform_gettimeofday.Adam Megacz2002-02-123-0/+15
* natFileWin32.cc, [...]: Added #undef STRICT to make windows.h and java/lang/r...Adam Megacz2002-02-123-0/+8
* natFileWin32.cc: Created a placeholder class with lots of FIXMEs.Adam Megacz2002-02-122-63/+53
* exception.cc (_Jv_Throw, [...]): Changed std::abort() to simply abort().Adam Megacz2002-02-112-4/+20
* For PR java/5641:Tom Tromey2002-02-113-0/+28
* libjava.exp (libjava_find_lib): Remove duplicate .la files.Rainer Orth2002-02-112-3/+11
* interpret.cc (continue1): Use PUSHL, not PUSHI.Andreas Tobler2002-02-102-1/+5
* interpret.cc (convert): New function.Tom Tromey2002-02-082-4/+44
* Add xscale-elf supportAnthony Green2002-02-082-0/+11
* jni.cc (_Jv_JNI_NewLocalRef): Make sure, that NULL frame is not dereferenced.Martin Kahlert2002-02-082-2/+18
* natFile.cc (_access): Use __builtin_alloca.Tom Tromey2002-02-082-12/+27
* Reformatted a changelog entryAdam Megacz2002-02-081-2/+2
* * HACKING: Fix URL for the automake-gcj.Bryce McKinlay2002-02-082-1/+5
* natThrowable.cc: Updated copyright.Tom Tromey2002-02-076-5/+12
* name-finder.h: Conditionally include sys/wait.h.Tom Tromey2002-02-073-1/+9
* natFile.cc (_access): Don't stack-allocate buffer.Tom Tromey2002-02-072-23/+34
* prims.cc (_Jv_CreateJavaVM): Call _Jv_platform_initialize.Tom Tromey2002-02-077-28/+57
* configure: Rebuilt.Tom Tromey2002-02-073-313/+329
* For some reason AC_HEADER_SYS_WAIT() isn't defining HAVE_SYS_WAIT_H on Linux...Adam Megacz2002-02-071-2/+0
* configure.in: Changed mingw) to *mingw*).Adam Megacz2002-02-076-33/+63
* shs.h, [...]: use uint<n>_t instead of LONG and BYTEAdam Megacz2002-02-074-22/+33
* name-finder.h: don't #include sys/wait.h unless HAVE_SYS_WAIT_HAdam Megacz2002-02-074-331/+330
* embedded updatesAnthony Green2002-02-0712-318/+532
* verify.cc (require_array_type): If argument is a null array of references, re...Tom Tromey2002-02-072-2/+9
* verify.cc (verify_instructions_0): Actually push the duplicate of a wide type.Mark Wielaard2002-02-072-0/+7
* verify.cc (type::isnull): New method.Tom Tromey2002-02-062-1/+16
* Oops, forgot these in last check-in.Bryce McKinlay2002-02-062-354/+333
* configure.in: Set up PLATFORMOBJS not PLATFORM_SPECIFIC_SOURCES.Bryce McKinlay2002-02-064-10/+24
* * Makefile.in: Undo munging last change.Richard Henderson2002-02-052-16/+21
* Undo munging last update.Richard Henderson2002-02-051-87/+2452