Age | Commit message (Expand) | Author | Files | Lines |
2002-03-09 | Win32Process.java (ConcreteProcess): Now throws an IOException so that Throwa... | Adam Megacz | 1 | -1/+1 |
2002-03-09 | natPlainSocketImpl.cc (read, [...]): Formatting fixed. | Adam Megacz | 1 | -4/+7 |
2002-03-08 | natPlainSocketImpl.cc: Changed USE_WINSOCK to WIN32, and added thunks for rea... | Adam Megacz | 1 | -3/+37 |
2002-03-08 | win32.cc (_Jv_platform_gettimeofday): Now takes no args, returns jlong. | Adam Megacz | 1 | -3/+1 |
2002-03-07 | natPlainSocketImpl.cc (_Jv_recv): Removed. | Bryce McKinlay | 1 | -10/+1 |
2002-03-06 | natFileDescriptorEcos.cc (init): Don't use GetStdHandle. | Tom Tromey | 2 | -10/+10 |
2002-03-06 | FileDescriptor.java: Initialize in/out/err in init(). | Adam Megacz | 4 | -4/+37 |
2002-03-06 | unicode-decomp.pl: Move from chartables.pl... | Eric Blake | 2 | -621/+2090 |
2002-03-06 | MediaTracker.java: Implemented. | Bryce McKinlay | 1 | -2/+343 |
2002-03-06 | natPosixProcess.cc (fail): Removed. | Tom Tromey | 1 | -126/+153 |
2002-03-03 | * java/util/Timer (TaskQueue.stop): set elements to zero. | Mark Wielaard | 1 | -0/+1 |
2002-03-01 | Add pointer support to the reflection code. | Anthony Green | 1 | -29/+36 |
2002-02-28 | natInetAddress.cc: Changed USE_WINSOCK to WIN32, added '#undef STRICT'. | Adam Megacz | 1 | -3/+4 |
2002-02-27 | natSystem.cc (init_properties): Use __VERSION__. | Tom Tromey | 1 | -2/+2 |
2002-02-27 | natPosixProcess.cc (startProcess): Use FD_CLOEXEC, not `1'. | Tom Tromey | 1 | -3/+3 |
2002-02-25 | natPlainDatagramSocketImpl.cc: whops; removed 'make' typo. | Adam Megacz | 1 | -1/+1 |
2002-02-25 | natPlainDatagramSocketImpl.cc: Updated #includes for Win32... | Adam Megacz | 1 | -6/+8 |
2002-02-24 | Win32Process.java: Created a dummy class to allow build process to run to com... | Adam Megacz | 1 | -0/+63 |
2002-02-24 | natMethod.cc (_Jv_CallAnyMethodA): Define ffi_result union for ffi_call result. | Jeff Sturm | 1 | -1/+42 |
2002-02-22 | URL.java (getPath): New JDK 1.3 method. | Per Bothner | 2 | -19/+42 |
2002-02-22 | natSystem.cc (init_properties): Include the `Inc.' in java.vendor and java.vm... | Tom Tromey | 1 | -2/+2 |
2002-02-18 | natPlainDatagramSocketImpl.cc (bind): Call setsockopt to enable SO_BROADCAST. | Bryce McKinlay | 1 | -1/+5 |
2002-02-15 | Makefile.in: Rebuilt with Eric's change below. | Bryce McKinlay | 1 | -122/+1 |
2002-02-15 | javaprims.h (java::lang): Add java::lang::StrictMath. | Eric Blake | 2 | -82/+2440 |
2002-02-14 | [multiple changes] | Mark Wielaard | 7 | -120/+211 |
2002-02-12 | natFilePosix.cc: Copied this from natFile.cc. | Adam Megacz | 1 | -0/+0 |
2002-02-12 | natFileWin32.cc, [...]: Added #undef STRICT to make windows.h and java/lang/r... | Adam Megacz | 2 | -0/+2 |
2002-02-12 | natFileWin32.cc: Created a placeholder class with lots of FIXMEs. | Adam Megacz | 1 | -63/+48 |
2002-02-08 | natFile.cc (_access): Use __builtin_alloca. | Tom Tromey | 1 | -12/+13 |
2002-02-07 | natThrowable.cc: Updated copyright. | Tom Tromey | 3 | -3/+3 |
2002-02-07 | natFile.cc (_access): Don't stack-allocate buffer. | Tom Tromey | 1 | -23/+19 |
2002-02-07 | prims.cc (_Jv_CreateJavaVM): Call _Jv_platform_initialize. | Tom Tromey | 1 | -1/+1 |
2002-02-07 | embedded updates | Anthony Green | 4 | -4/+57 |
2002-02-06 | configure.in: Set up PLATFORMOBJS not PLATFORM_SPECIFIC_SOURCES. | Bryce McKinlay | 1 | -1/+1 |
2002-02-02 | * java/io/natFile.cc: Removed old "FIXME" comments. | Tom Tromey | 1 | -13/+1 |
2002-02-02 | natPosixProcess.cc (myclose): New function. | Tom Tromey | 1 | -14/+27 |
2002-02-02 | configure.in: Added support for mingw. | Adam Megacz | 2 | -0/+0 |
2002-01-30 | natPlainSocketImpl.cc (_Jv_recv): Added template parameter for `recv' return ... | Tom Tromey | 1 | -2/+3 |
2002-01-30 | List.java (addNotify): Correctly check to see if peer does not exist. | Tom Tromey | 1 | -1/+1 |
2002-01-29 | GridLayout.java (layoutContainer): Use number of rows to compute height of ea... | Tom Tromey | 3 | -5/+5 |
2002-01-28 | MouseEvent.java (modifiers): Removed field. | Tom Tromey | 2 | -6/+4 |
2002-01-26 | MemoryImageSource.java (newPixels(byte[], ColorModel, int, int): Remove empty... | Bryce McKinlay | 1 | -8/+2 |
2002-01-25 | FlowLayout.java (layoutContainer): Correctly compute loop termination condition. | Tom Tromey | 2 | -6/+6 |
2002-01-25 | Shape.java: Merged with Classpath. | Tom Tromey | 2 | -237/+728 |
2002-01-25 | Container.java (addNotify): Unconditionally call addNotifyContainerChildren a... | Tom Tromey | 1 | -5/+2 |
2002-01-25 | ColorModel.java (getAlpha(Object)): Call getAlpha, not getBlue. | Tom Tromey | 1 | -1/+1 |
2002-01-25 | PixelGrabber.java (grabPixels()): Call grabPixels(0). | Bryce McKinlay | 1 | -23/+8 |
2002-01-25 | natObject.cc (X86 compare_and_swap): Use +m constraint. | Bryce McKinlay | 1 | -2/+3 |
2002-01-24 | BorderLayout.java (addLayoutComponent): Added missing `else'. | Tom Tromey | 1 | -1/+1 |
2002-01-24 | Makefile.in: Rebuilt. | Tom Tromey | 12 | -250/+2807 |