aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2002-03-11posix.h: Add multiple include header protection.Bryce McKinlay3-1/+10
2002-03-11natPlainSocketImpl.cc: Added #include <platform.h>.Adam Megacz2-1/+6
2002-03-10GridLayout.java (layoutContainer): Handle case where there are no items in co...Tom Tromey2-0/+9
2002-03-10Win32Process.java: Added comment.Tom Tromey7-6/+45
2002-03-10verify.cc (state::NO_STACK): New constant.Tom Tromey2-22/+64
2002-03-10ImageMediaEntry: Removed.Bryce McKinlay3-203/+5
2002-03-10Hashtable synchronization for PowerPC.Bryce McKinlay8-499/+410
2002-03-10natFileDescriptorWin32.cc (read): Return -1 if zero bytes read and no failure...Adam Megacz2-0/+6
2002-03-10configure.in: Define SLOW_PTHREAD_SELF if configure.host set slow_pthread_self.Bryce McKinlay5-0/+257
2002-03-092002-03-09 Adam Megacz <adam@xwt.org>Adam Megacz2-0/+19
2002-03-092002-03-09 Adam Megacz <adam@xwt.org>Adam Megacz2-1/+6
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