summaryrefslogtreecommitdiff
path: root/libjava/java
Commit message (Expand)AuthorAgeFilesLines
* natRuntime.cc: Don't include sys/time.h and time.h.Tom Tromey2002-05-142-11/+15
* re PR libgcj/6389 (System.getProperty("") should always throw an IllegalArgum...Tom Tromey2002-05-136-674/+1780
* ResourceBundle.java: New version from Classpath.Tom Tromey2002-05-092-644/+765
* * java/lang/natString.cc (unintern): Fixed typo.Tom Tromey2002-05-071-2/+2
* natSystem.cc (getSystemTimeZone): Use HAVE_UNDERSCORE_TIMEZONE.David Billinghurst2002-05-031-0/+2
* natPlainSocketImpl.cc: Include sys/ioctl.h and sys/filio.h, if present.Jerome Marc2002-05-021-0/+12
* re PR libgcj/6301 (gij -jar does not work)Tom Tromey2002-04-301-2/+7
* ieeefp.h: Define __IEEE_BIG_ENDIAN for S/390.Gerhard Tonn2002-04-291-0/+4
* natFileDescriptorWin32.cc (open): Move file pointer to end of file in APPEND ...Adam King2002-04-291-0/+7
* File.java (normalizePath): Add Win32 support for auto conversion of a '/' pat...Adam King2002-04-181-0/+5
* natFileWin32.cc (performList): Return the correct array type.Adam King2002-04-161-31/+24
* natPlainDatagramSocketImpl.cc (close): Set timeout to 0.Mark Wielaard2002-04-152-0/+2
* natDouble.cc (parseDouble): Allow a number to end with the f/F/d/D modifiers.Adam King2002-04-151-1/+11
* Makefile.in: Rebuilt.Tom Tromey2002-04-102-3/+19
* re PR libgcj/6187 (method distance of class java.awt.geom.Point2D causes infi...Alberto Biancardi2002-04-081-1/+1
* AbstractMap.java (putAll): Use entrySet size.Mark Wielaard2002-04-081-5/+5
* Hashtable.java (contains): Remove NullPointer check.Mark Wielaard2002-04-071-14/+8
* natSystem.cc (init_properties): Call new function _Jv_platform_initProperties.Adam King2002-04-071-16/+4
* * java/lang/Character,java (isDefined): getType() != UNASSIGNED.Mark Wielaard2002-04-071-1/+1
* ArrayList.java (addAll(int,Collection)): System.arraycopy all of the remainin...Mark Wielaard2002-04-072-5/+17
* ArrayList.jva (removeRange): If toIndex == fromIndex do nothing...Mark Wielaard2002-04-061-3/+7
* Arrays.java (qsort): Fix off-by-one errors and use of incorrect "hi" value wh...Bryce McKinlay2002-04-041-42/+49
* Modifier.java (toString(int,StringBuffer)): Fix ordering.Mark Wielaard2002-04-041-8/+8
* natClassLoader.cc (findClass): Compare against `3', not `0'.Tom Tromey2002-04-021-2/+3
* IdentityHashMap.java (put): Set new threshold correctly when resizing table.Bryce McKinlay2002-04-021-1/+1
* BitSet.java (BitSet(int)): if nbits < 0 throw NegativeArraySizeExceptionMark Wielaard2002-04-011-6/+9
* natPlainDatagramSocketImpl.cc (close): New function.Tom Tromey2002-03-292-2/+10
* * java/net/PlainDatagramSocketImpl.javaJeff Sturm2002-03-284-31/+54
* 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