summaryrefslogtreecommitdiff
path: root/libjava
Commit message (Expand)AuthorAgeFilesLines
...
* natPlainDatagramSocketImpl.cc: Updated #includes for Win32...Adam Megacz2002-02-252-6/+15
* win32-threads.cc (_Jv_ThreadInitData): _Jv_Malloc instead of newAdam Megacz2002-02-252-2/+8
* Win32Process.java: Created a dummy class to allow build process to run to com...Adam Megacz2002-02-242-0/+68
* natMethod.cc (_Jv_CallAnyMethodA): Define ffi_result union for ffi_call result.Jeff Sturm2002-02-242-1/+48
* InvokeReturn.java: New file.Jeff Sturm2002-02-243-0/+89
* Makefile.in, [...]: Rebuilt.Alexandre Oliva2002-02-235-74/+34
* URL.java (getPath): New JDK 1.3 method.Per Bothner2002-02-223-19/+59
* natSystem.cc (init_properties): Include the `Inc.' in java.vendor and java.vm...Tom Tromey2002-02-225-6/+15
* acinclude.m4 (CXX): AC_SUBST it, instead of glibcpp_CXX.Alexandre Oliva2002-02-224-2/+8
* Connection.java (conect): Open the input and/or output streams immediately he...Per Bothner2002-02-222-13/+24
* acinclude.m4 (LIB_AC_PROG_CXX): Copied from libstdc++-v3.Alexandre Oliva2002-02-226-370/+533
* 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