aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2002-02-27acinclude.m4 (LIB_AC_PROG_CXX): Use glibjava_CXX instead of glibcpp_CXX, sinc...Andreas Schwab4-355/+350
2002-02-27natPosixProcess.cc (startProcess): Use FD_CLOEXEC, not `1'.Tom Tromey2-3/+8
2002-02-25Makefile.am (GCJCOMPILE): Use -fCLASSPATH not -fclasspath.Bryce McKinlay3-3/+8
2002-02-25natPlainDatagramSocketImpl.cc: whops; removed 'make' typo.Adam Megacz2-1/+6
2002-02-25natPlainDatagramSocketImpl.cc: Updated #includes for Win32...Adam Megacz2-6/+15
2002-02-25win32-threads.cc (_Jv_ThreadInitData): _Jv_Malloc instead of newAdam Megacz2-2/+8
2002-02-24Win32Process.java: Created a dummy class to allow build process to run to com...Adam Megacz2-0/+68
2002-02-24natMethod.cc (_Jv_CallAnyMethodA): Define ffi_result union for ffi_call result.Jeff Sturm2-1/+48
2002-02-24InvokeReturn.java: New file.Jeff Sturm3-0/+89
2002-02-23Makefile.in, [...]: Rebuilt.Alexandre Oliva5-74/+34
2002-02-22URL.java (getPath): New JDK 1.3 method.Per Bothner3-19/+59
2002-02-22natSystem.cc (init_properties): Include the `Inc.' in java.vendor and java.vm...Tom Tromey5-6/+15
2002-02-22acinclude.m4 (CXX): AC_SUBST it, instead of glibcpp_CXX.Alexandre Oliva4-2/+8
2002-02-22Connection.java (conect): Open the input and/or output streams immediately he...Per Bothner2-13/+24
2002-02-22acinclude.m4 (LIB_AC_PROG_CXX): Copied from libstdc++-v3.Alexandre Oliva6-370/+533
2002-02-21Makefile.am (libgcj.jar:): Change to -CLASSPATHNic Ferrier2-67/+28
2002-02-20* libjava.lang/stringconst.xfail: xfail-output -> xfail-source-output.Bryce McKinlay2-1/+3
2002-02-20libjava.exp: Add "xfail-byte-output" and "xfail-source-output".Bryce McKinlay8-4/+117
2002-02-20re PR libgcj/5696 (natClass.cc run through superclasses of target if they exi...Tom Tromey2-12/+23
2002-02-18natPlainDatagramSocketImpl.cc (bind): Call setsockopt to enable SO_BROADCAST.Bryce McKinlay2-1/+10
2002-02-18err7.xfail: Removed.Bryce McKinlay3-2/+5
2002-02-17name-finder.cc (toHex): Use word mode, not long long.Jason Merrill3-2/+9
2002-02-15re PR libgcj/5695 (verify.cc test that target is an object before running dow...Tom Tromey2-4/+34
2002-02-15Makefile.in: Rebuilt with Eric's change below.Bryce McKinlay2-122/+9
2002-02-15javaprims.h (java::lang): Add java::lang::StrictMath.Eric Blake5-83/+2451
2002-02-14[multiple changes]Mark Wielaard9-385/+577
2002-02-14re PR libgcj/5670 (verify.cc not properly merging states)Todd Stock2-2/+20
2002-02-14jni.h: Fix typo.Martin Kahlert2-2/+6
2002-02-13jni.cc (_Jv_JNI_AttachCurrentThread): env->locals assigned correctly.Martin Kahlert2-2/+6
2002-02-13re PR libgcj/5671 (verify.cc problem merging local variables)Todd Stock2-2/+13
2002-02-13* exception.cc (std::abort): Mark as noreturn.Tom Tromey2-2/+6
2002-02-12Win32Process.java: Filled in a placeholder implementation so Win32 will build.Adam Megacz1-0/+5
2002-02-12natFilePosix.cc: Copied this from natFile.cc.Adam Megacz4-324/+321
2002-02-12win32.cc: Added two #includes to make win32.cc compile.Adam Megacz2-0/+6
2002-02-12boehm.cc (initialized, [...]): Removed unused declarations.Bryce McKinlay2-90/+9
2002-02-12win32.h: Added _Jv_platform_gettimeofday.Adam Megacz3-0/+15
2002-02-12natFileWin32.cc, [...]: Added #undef STRICT to make windows.h and java/lang/r...Adam Megacz3-0/+8
2002-02-12natFileWin32.cc: Created a placeholder class with lots of FIXMEs.Adam Megacz2-63/+53
2002-02-11exception.cc (_Jv_Throw, [...]): Changed std::abort() to simply abort().Adam Megacz2-4/+20
2002-02-11For PR java/5641:Tom Tromey3-0/+28
2002-02-11libjava.exp (libjava_find_lib): Remove duplicate .la files.Rainer Orth2-3/+11
2002-02-10interpret.cc (continue1): Use PUSHL, not PUSHI.Andreas Tobler2-1/+5
2002-02-08interpret.cc (convert): New function.Tom Tromey2-4/+44
2002-02-08Add xscale-elf supportAnthony Green2-0/+11
2002-02-08jni.cc (_Jv_JNI_NewLocalRef): Make sure, that NULL frame is not dereferenced.Martin Kahlert2-2/+18
2002-02-08natFile.cc (_access): Use __builtin_alloca.Tom Tromey2-12/+27
2002-02-08Reformatted a changelog entryAdam Megacz1-2/+2
2002-02-08* HACKING: Fix URL for the automake-gcj.Bryce McKinlay2-1/+5
2002-02-07natThrowable.cc: Updated copyright.Tom Tromey6-5/+12
2002-02-07name-finder.h: Conditionally include sys/wait.h.Tom Tromey3-1/+9