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