aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)AuthorFilesLines
2002-05-14natRuntime.cc: Don't include sys/time.h and time.h.Tom Tromey2-11/+15
2002-05-13re PR libgcj/6389 (System.getProperty("") should always throw an IllegalArgum...Tom Tromey6-674/+1780
2002-05-09ResourceBundle.java: New version from Classpath.Tom Tromey2-644/+765
2002-05-07* java/lang/natString.cc (unintern): Fixed typo.Tom Tromey1-2/+2
2002-05-03natSystem.cc (getSystemTimeZone): Use HAVE_UNDERSCORE_TIMEZONE.David Billinghurst1-0/+2
2002-05-02natPlainSocketImpl.cc: Include sys/ioctl.h and sys/filio.h, if present.Jerome Marc1-0/+12
2002-04-30re PR libgcj/6301 (gij -jar does not work)Tom Tromey1-2/+7
2002-04-29ieeefp.h: Define __IEEE_BIG_ENDIAN for S/390.Gerhard Tonn1-0/+4
2002-04-29natFileDescriptorWin32.cc (open): Move file pointer to end of file in APPEND ...Adam King1-0/+7
2002-04-18File.java (normalizePath): Add Win32 support for auto conversion of a '/' pat...Adam King1-0/+5
2002-04-16natFileWin32.cc (performList): Return the correct array type.Adam King1-31/+24
2002-04-15natPlainDatagramSocketImpl.cc (close): Set timeout to 0.Mark Wielaard2-0/+2
2002-04-15natDouble.cc (parseDouble): Allow a number to end with the f/F/d/D modifiers.Adam King1-1/+11
2002-04-10Makefile.in: Rebuilt.Tom Tromey2-3/+19
2002-04-08re PR libgcj/6187 (method distance of class java.awt.geom.Point2D causes infi...Alberto Biancardi1-1/+1
2002-04-08AbstractMap.java (putAll): Use entrySet size.Mark Wielaard1-5/+5
2002-04-07Hashtable.java (contains): Remove NullPointer check.Mark Wielaard1-14/+8
2002-04-07natSystem.cc (init_properties): Call new function _Jv_platform_initProperties.Adam King1-16/+4
2002-04-07* java/lang/Character,java (isDefined): getType() != UNASSIGNED.Mark Wielaard1-1/+1
2002-04-07ArrayList.java (addAll(int,Collection)): System.arraycopy all of the remainin...Mark Wielaard2-5/+17
2002-04-06ArrayList.jva (removeRange): If toIndex == fromIndex do nothing...Mark Wielaard1-3/+7
2002-04-04Arrays.java (qsort): Fix off-by-one errors and use of incorrect "hi" value wh...Bryce McKinlay1-42/+49
2002-04-04Modifier.java (toString(int,StringBuffer)): Fix ordering.Mark Wielaard1-8/+8
2002-04-02natClassLoader.cc (findClass): Compare against `3', not `0'.Tom Tromey1-2/+3
2002-04-02IdentityHashMap.java (put): Set new threshold correctly when resizing table.Bryce McKinlay1-1/+1
2002-04-01BitSet.java (BitSet(int)): if nbits < 0 throw NegativeArraySizeExceptionMark Wielaard1-6/+9
2002-03-29natPlainDatagramSocketImpl.cc (close): New function.Tom Tromey2-2/+10
2002-03-28* java/net/PlainDatagramSocketImpl.javaJeff Sturm4-31/+54
2002-03-25Component.java (processEvent): Check ComponentEvent after KeyEvent.Tom Tromey1-2/+2
2002-03-25Based on patch from Intel's ORP team:Bryce McKinlay1-7/+12
2002-03-25FileInputStream.java (skip): Call fd.getFilePointer() and calculate correct n...Bryce McKinlay1-1/+3
2002-03-25* java/io/PushbackReader.java: Reformat.Bryce McKinlay1-396/+336
2002-03-24TextComponent.java (TextComponent): Editable by default.Tom Tromey1-0/+1
2002-03-24MenuItem.java (eventMask): No longer private.Tom Tromey9-5/+94
2002-03-24[multiple changes]Mark Wielaard3-426/+546
2002-03-23re PR libgcj/6045 (GregorianCalendar: getMinimum() and getMaximum() incorrect...Michael Smith1-3/+3
2002-03-23* java/nat/natPlainSocketImpl.cc (write): Abort loop on error.Jeff Sturm1-0/+2
2002-03-18natSystem.cc (init_properties): Update VM version properties.Bryce McKinlay1-6/+16
2002-03-17Add arm thumb supportAnthony Green1-3/+5
2002-03-11posix.h: Add multiple include header protection.Bryce McKinlay1-1/+0
2002-03-11natPlainSocketImpl.cc: Added #include <platform.h>.Adam Megacz1-1/+1
2002-03-10GridLayout.java (layoutContainer): Handle case where there are no items in co...Tom Tromey1-0/+6
2002-03-10Win32Process.java: Added comment.Tom Tromey4-2/+18
2002-03-10ImageMediaEntry: Removed.Bryce McKinlay2-203/+0
2002-03-10Hashtable synchronization for PowerPC.Bryce McKinlay1-123/+1
2002-03-10natFileDescriptorWin32.cc (read): Return -1 if zero bytes read and no failure...Adam Megacz1-0/+1
2002-03-09Win32Process.java (ConcreteProcess): Now throws an IOException so that Throwa...Adam Megacz1-1/+1
2002-03-09natPlainSocketImpl.cc (read, [...]): Formatting fixed.Adam Megacz1-4/+7
2002-03-08natPlainSocketImpl.cc: Changed USE_WINSOCK to WIN32, and added thunks for rea...Adam Megacz1-3/+37
2002-03-08win32.cc (_Jv_platform_gettimeofday): Now takes no args, returns jlong.Adam Megacz1-3/+1