summaryrefslogtreecommitdiff
path: root/libjava/java
Commit message (Expand)AuthorAgeFilesLines
* posix.h: Add multiple include header protection.Bryce McKinlay2002-03-111-1/+0
* natPlainSocketImpl.cc: Added #include <platform.h>.Adam Megacz2002-03-111-1/+1
* GridLayout.java (layoutContainer): Handle case where there are no items in co...Tom Tromey2002-03-101-0/+6
* Win32Process.java: Added comment.Tom Tromey2002-03-104-2/+18
* ImageMediaEntry: Removed.Bryce McKinlay2002-03-102-203/+0
* Hashtable synchronization for PowerPC.Bryce McKinlay2002-03-101-123/+1
* natFileDescriptorWin32.cc (read): Return -1 if zero bytes read and no failure...Adam Megacz2002-03-101-0/+1
* Win32Process.java (ConcreteProcess): Now throws an IOException so that Throwa...Adam Megacz2002-03-091-1/+1
* natPlainSocketImpl.cc (read, [...]): Formatting fixed.Adam Megacz2002-03-091-4/+7
* natPlainSocketImpl.cc: Changed USE_WINSOCK to WIN32, and added thunks for rea...Adam Megacz2002-03-081-3/+37
* win32.cc (_Jv_platform_gettimeofday): Now takes no args, returns jlong.Adam Megacz2002-03-081-3/+1
* natPlainSocketImpl.cc (_Jv_recv): Removed.Bryce McKinlay2002-03-071-10/+1
* natFileDescriptorEcos.cc (init): Don't use GetStdHandle.Tom Tromey2002-03-062-10/+10
* FileDescriptor.java: Initialize in/out/err in init().Adam Megacz2002-03-064-4/+37
* unicode-decomp.pl: Move from chartables.pl...Eric Blake2002-03-062-621/+2090
* MediaTracker.java: Implemented.Bryce McKinlay2002-03-061-2/+343
* natPosixProcess.cc (fail): Removed.Tom Tromey2002-03-061-126/+153
* * java/util/Timer (TaskQueue.stop): set elements to zero.Mark Wielaard2002-03-031-0/+1
* Add pointer support to the reflection code.Anthony Green2002-03-011-29/+36
* natInetAddress.cc: Changed USE_WINSOCK to WIN32, added '#undef STRICT'.Adam Megacz2002-02-281-3/+4
* natSystem.cc (init_properties): Use __VERSION__.Tom Tromey2002-02-271-2/+2
* natPosixProcess.cc (startProcess): Use FD_CLOEXEC, not `1'.Tom Tromey2002-02-271-3/+3
* natPlainDatagramSocketImpl.cc: whops; removed 'make' typo.Adam Megacz2002-02-251-1/+1
* natPlainDatagramSocketImpl.cc: Updated #includes for Win32...Adam Megacz2002-02-251-6/+8
* Win32Process.java: Created a dummy class to allow build process to run to com...Adam Megacz2002-02-241-0/+63
* natMethod.cc (_Jv_CallAnyMethodA): Define ffi_result union for ffi_call result.Jeff Sturm2002-02-241-1/+42
* URL.java (getPath): New JDK 1.3 method.Per Bothner2002-02-222-19/+42
* natSystem.cc (init_properties): Include the `Inc.' in java.vendor and java.vm...Tom Tromey2002-02-221-2/+2
* natPlainDatagramSocketImpl.cc (bind): Call setsockopt to enable SO_BROADCAST.Bryce McKinlay2002-02-181-1/+5
* Makefile.in: Rebuilt with Eric's change below.Bryce McKinlay2002-02-151-122/+1
* javaprims.h (java::lang): Add java::lang::StrictMath.Eric Blake2002-02-152-82/+2440
* [multiple changes]Mark Wielaard2002-02-147-120/+211
* natFilePosix.cc: Copied this from natFile.cc.Adam Megacz2002-02-121-0/+0
* natFileWin32.cc, [...]: Added #undef STRICT to make windows.h and java/lang/r...Adam Megacz2002-02-122-0/+2
* natFileWin32.cc: Created a placeholder class with lots of FIXMEs.Adam Megacz2002-02-121-63/+48
* natFile.cc (_access): Use __builtin_alloca.Tom Tromey2002-02-081-12/+13
* natThrowable.cc: Updated copyright.Tom Tromey2002-02-073-3/+3
* natFile.cc (_access): Don't stack-allocate buffer.Tom Tromey2002-02-071-23/+19
* prims.cc (_Jv_CreateJavaVM): Call _Jv_platform_initialize.Tom Tromey2002-02-071-1/+1
* embedded updatesAnthony Green2002-02-074-4/+57
* configure.in: Set up PLATFORMOBJS not PLATFORM_SPECIFIC_SOURCES.Bryce McKinlay2002-02-061-1/+1
* * java/io/natFile.cc: Removed old "FIXME" comments.Tom Tromey2002-02-021-13/+1
* natPosixProcess.cc (myclose): New function.Tom Tromey2002-02-021-14/+27
* configure.in: Added support for mingw.Adam Megacz2002-02-022-0/+0
* natPlainSocketImpl.cc (_Jv_recv): Added template parameter for `recv' return ...Tom Tromey2002-01-301-2/+3
* List.java (addNotify): Correctly check to see if peer does not exist.Tom Tromey2002-01-301-1/+1
* GridLayout.java (layoutContainer): Use number of rows to compute height of ea...Tom Tromey2002-01-293-5/+5
* MouseEvent.java (modifiers): Removed field.Tom Tromey2002-01-282-6/+4
* MemoryImageSource.java (newPixels(byte[], ColorModel, int, int): Remove empty...Bryce McKinlay2002-01-261-8/+2
* FlowLayout.java (layoutContainer): Correctly compute loop termination condition.Tom Tromey2002-01-252-6/+6