aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
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
2002-02-07natFile.cc (_access): Don't stack-allocate buffer.Tom Tromey2-23/+34
2002-02-07prims.cc (_Jv_CreateJavaVM): Call _Jv_platform_initialize.Tom Tromey7-28/+57
2002-02-07configure: Rebuilt.Tom Tromey3-313/+329
2002-02-07For some reason AC_HEADER_SYS_WAIT() isn't defining HAVE_SYS_WAIT_H on Linux...Adam Megacz1-2/+0
2002-02-07configure.in: Changed mingw) to *mingw*).Adam Megacz6-33/+63
2002-02-07shs.h, [...]: use uint<n>_t instead of LONG and BYTEAdam Megacz4-22/+33
2002-02-07name-finder.h: don't #include sys/wait.h unless HAVE_SYS_WAIT_HAdam Megacz4-331/+330
2002-02-07embedded updatesAnthony Green12-318/+532
2002-02-07verify.cc (require_array_type): If argument is a null array of references, re...Tom Tromey2-2/+9
2002-02-07verify.cc (verify_instructions_0): Actually push the duplicate of a wide type.Mark Wielaard2-0/+7
2002-02-06verify.cc (type::isnull): New method.Tom Tromey2-1/+16
2002-02-06Oops, forgot these in last check-in.Bryce McKinlay2-354/+333
2002-02-06configure.in: Set up PLATFORMOBJS not PLATFORM_SPECIFIC_SOURCES.Bryce McKinlay4-10/+24