summaryrefslogtreecommitdiff
path: root/libjava/java
Commit message (Expand)AuthorAgeFilesLines
* Component.java (processEvent): Check ComponentEvent after KeyEvent.Tom Tromey2002-03-251-2/+2
* Based on patch from Intel's ORP team:Bryce McKinlay2002-03-251-7/+12
* FileInputStream.java (skip): Call fd.getFilePointer() and calculate correct n...Bryce McKinlay2002-03-251-1/+3
* * java/io/PushbackReader.java: Reformat.Bryce McKinlay2002-03-251-396/+336
* TextComponent.java (TextComponent): Editable by default.Tom Tromey2002-03-241-0/+1
* MenuItem.java (eventMask): No longer private.Tom Tromey2002-03-249-5/+94
* [multiple changes]Mark Wielaard2002-03-243-426/+546
* re PR libgcj/6045 (GregorianCalendar: getMinimum() and getMaximum() incorrect...Michael Smith2002-03-231-3/+3
* * java/nat/natPlainSocketImpl.cc (write): Abort loop on error.Jeff Sturm2002-03-231-0/+2
* natSystem.cc (init_properties): Update VM version properties.Bryce McKinlay2002-03-181-6/+16
* Add arm thumb supportAnthony Green2002-03-171-3/+5
* 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