| Commit message (Expand) | Author | Age | Files | Lines |
* | File.java (normalizePath): Add Win32 support for auto conversion of a '/' pat... | Adam King | 2002-04-18 | 1 | -0/+5 |
* | natFileWin32.cc (performList): Return the correct array type. | Adam King | 2002-04-16 | 1 | -31/+24 |
* | Integer.java (getInteger(String,Integer): Return def when nm is null or the e... | Mark Wielaard | 2002-04-15 | 1 | -3/+5 |
* | natPlainDatagramSocketImpl.cc (close): Set timeout to 0. | Mark Wielaard | 2002-04-15 | 2 | -0/+2 |
* | natDouble.cc (parseDouble): Allow a number to end with the f/F/d/D modifiers. | Adam King | 2002-04-15 | 1 | -1/+11 |
* | re PR libgcj/6187 (method distance of class java.awt.geom.Point2D causes infi... | Alberto Biancardi | 2002-04-08 | 1 | -1/+1 |
* | AbstractMap.java (putAll): Use entrySet size. | Mark Wielaard | 2002-04-08 | 1 | -5/+5 |
* | Hashtable.java (contains): Remove NullPointer check. | Mark Wielaard | 2002-04-07 | 1 | -14/+8 |
* | natSystem.cc (init_properties): Call new function _Jv_platform_initProperties. | Adam King | 2002-04-07 | 1 | -16/+4 |
* | * java/lang/Character,java (isDefined): getType() != UNASSIGNED. | Mark Wielaard | 2002-04-07 | 1 | -1/+1 |
* | ArrayList.java (addAll(int,Collection)): System.arraycopy all of the remainin... | Mark Wielaard | 2002-04-07 | 2 | -5/+17 |
* | ArrayList.jva (removeRange): If toIndex == fromIndex do nothing... | Mark Wielaard | 2002-04-06 | 1 | -3/+7 |
* | Arrays.java (qsort): Fix off-by-one errors and use of incorrect "hi" value wh... | Bryce McKinlay | 2002-04-04 | 1 | -42/+49 |
* | Modifier.java (toString(int,StringBuffer)): Fix ordering. | Mark Wielaard | 2002-04-04 | 1 | -8/+8 |
* | Long.java (getLong(String,Long)): Actually decode property value, not key. | Mark Wielaard | 2002-04-03 | 1 | -2/+2 |
* | natClassLoader.cc (findClass): Compare against `3', not `0'. | Tom Tromey | 2002-04-02 | 1 | -2/+3 |
* | IdentityHashMap.java (put): Set new threshold correctly when resizing table. | Bryce McKinlay | 2002-04-02 | 1 | -1/+1 |
* | BitSet.java (BitSet(int)): if nbits < 0 throw NegativeArraySizeException | Mark Wielaard | 2002-04-01 | 1 | -6/+9 |
* | Integer.java (decode): Throw NullPointerException when argument is null. | Mark Wielaard | 2002-04-01 | 1 | -12/+20 |
* | natPlainDatagramSocketImpl.cc (close): New function. | Tom Tromey | 2002-03-29 | 2 | -2/+10 |
* | * java/net/PlainDatagramSocketImpl.java | Jeff Sturm | 2002-03-28 | 4 | -31/+54 |
* | Based on patch from Intel's ORP team: | Bryce McKinlay | 2002-03-25 | 1 | -7/+12 |
* | PushbackReader.java: Reformat. | Bryce McKinlay | 2002-03-25 | 2 | -397/+339 |
* | [multiple changes] | Mark Wielaard | 2002-03-24 | 3 | -426/+546 |
* | re PR libgcj/6045 (GregorianCalendar: getMinimum() and getMaximum() incorrect... | Michael Smith | 2002-03-23 | 1 | -3/+3 |
* | * java/nat/natPlainSocketImpl.cc (write): Abort loop on error. | Jeff Sturm | 2002-03-23 | 1 | -0/+2 |
* | natSystem.cc (init_properties): Update VM version properties. | Bryce McKinlay | 2002-03-18 | 1 | -6/+16 |
* | Add arm thumb support | Anthony Green | 2002-03-17 | 1 | -3/+5 |
* | natPlainSocketImpl.cc: Removed #include "posix.h". | Adam Megacz | 2002-03-11 | 1 | -1/+0 |
* | natPlainSocketImpl.cc: Added #include <platform.h>. | Adam Megacz | 2002-03-11 | 1 | -1/+1 |
* | Win32Process.java: Added comment. | Tom Tromey | 2002-03-10 | 4 | -2/+18 |
* | ImageMediaEntry: Removed. | Bryce McKinlay | 2002-03-10 | 2 | -203/+0 |
* | natFileDescriptorWin32.cc (read): Return -1 if zero bytes read and no failure... | Adam Megacz | 2002-03-10 | 1 | -0/+1 |
* | configure.in: Define SLOW_PTHREAD_SELF if configure.host set slow_pthread_self. | Bryce McKinlay | 2002-03-10 | 1 | -123/+1 |
* | Win32Process.java (ConcreteProcess): Now throws an IOException so that Throwa... | Adam Megacz | 2002-03-09 | 1 | -1/+1 |
* | natPlainSocketImpl.cc (read, [...]): Formatting fixed. | Adam Megacz | 2002-03-09 | 1 | -4/+7 |
* | natSystem.cc (currentTimeMillis): Now uses updated _Jv_platform_gettimeofday ... | Adam Megacz | 2002-03-08 | 1 | -3/+1 |
* | natPlainSocketImpl.cc: Changed USE_WINSOCK to WIN32, and added thunks for rea... | Adam Megacz | 2002-03-08 | 1 | -3/+37 |
* | FileDescriptor.java: Initialize in/out/err in init(). | Adam Megacz | 2002-03-08 | 4 | -4/+34 |
* | natPlainSocketImpl.cc (_Jv_recv): Removed. | Bryce McKinlay | 2002-03-07 | 1 | -10/+1 |
* | unicode-decomp.pl: Move from chartables.pl... | Eric Blake | 2002-03-06 | 2 | -621/+2090 |
* | MediaTracker.java: Implemented. | Bryce McKinlay | 2002-03-06 | 1 | -2/+343 |
* | natPosixProcess.cc (fail): Removed. | Tom Tromey | 2002-03-06 | 1 | -126/+153 |
* | natInetAddress.cc: Changed USE_WINSOCK to WIN32, added '#undef STRICT'. | Adam Megacz | 2002-03-04 | 1 | -3/+4 |
* | * java/util/Timer (TaskQueue.stop): set elements to zero. | Mark Wielaard | 2002-03-03 | 1 | -0/+1 |
* | FFI_TYPE_POINTER fix | Anthony Green | 2002-03-01 | 1 | -29/+36 |
* | natSystem.cc (init_properties): Use __VERSION__. | Tom Tromey | 2002-02-27 | 1 | -2/+2 |
* | natPosixProcess.cc (startProcess): Use FD_CLOEXEC, not `1'. | Tom Tromey | 2002-02-27 | 1 | -3/+3 |
* | natPlainDatagramSocketImpl.cc: whops; removed 'make' typo. | Adam Megacz | 2002-02-25 | 1 | -1/+1 |
* | natPlainDatagramSocketImpl.cc: Updated #includes for Win32... | Adam Megacz | 2002-02-25 | 1 | -6/+8 |