aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2002-03-09* gnu/gcj/xlib/WindowAttributes.java Assign null to RawData, not 0.Per Bothner4-6/+12
2002-03-09Win32Process.java (ConcreteProcess): Now throws an IOException so that Throwa...Adam Megacz2-1/+6
2002-03-09natPlainSocketImpl.cc (read, [...]): Formatting fixed.Adam Megacz2-4/+12
2002-03-09posix.cc (_Jv_platform_gettimeofday): Make sure result doesn't get truncated ...Bryce McKinlay2-3/+8
2002-03-08* include/jni.h: Include stdio.h.Tom Tromey2-0/+7
2002-03-08posix.cc (internal_gettimeofday): New function.Tom Tromey2-2/+19
2002-03-08natPlainSocketImpl.cc: Changed USE_WINSOCK to WIN32, and added thunks for rea...Adam Megacz2-3/+44
2002-03-08win32.cc (_Jv_platform_gettimeofday): Now takes no args, returns jlong.Adam Megacz6-20/+39
2002-03-07natPlainSocketImpl.cc (_Jv_recv): Removed.Bryce McKinlay2-10/+6
2002-03-06natFileDescriptorEcos.cc (init): Don't use GetStdHandle.Tom Tromey3-10/+16
2002-03-06config.h.in: Rebuilt.Tom Tromey4-342/+347
2002-03-06FileDescriptor.java: Initialize in/out/err in init().Adam Megacz5-4/+44
2002-03-06Fix ChangeLog date typoEric Blake1-1/+1
2002-03-06unicode-decomp.pl: Move from chartables.pl...Eric Blake17-84840/+16492
2002-03-06MediaTracker.java: Implemented.Bryce McKinlay4-7/+357
2002-03-06natPosixProcess.cc (fail): Removed.Tom Tromey2-126/+157
2002-03-05jni.cc (_Jv_LookupJNIMethod): Throw UnsatisfiedLinkError, not AbstractMethodE...Tom Tromey2-2/+7
2002-03-04Remove cvs junkBryce McKinlay1-1/+0
2002-03-04Makefile.am: Use -bootclasspath, not -CLASSPATH.Bryce McKinlay3-59/+50
2002-03-03* java/util/Timer (TaskQueue.stop): set elements to zero.Mark Wielaard2-0/+5
2002-03-01Oops. A ChangeLog entry got committed prematurely with my last change.Anthony Green1-7/+0
2002-03-01Add pointer support to the reflection code.Anthony Green2-29/+49
2002-02-28natInetAddress.cc: Changed USE_WINSOCK to WIN32, added '#undef STRICT'.Adam Megacz2-3/+9
2002-02-27natSystem.cc (init_properties): Use __VERSION__.Tom Tromey11-369/+377
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