summaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)Author
2003-02-112003-02-11 Michael Koch <konqueror@gmx.de>Michael Koch
2003-02-112003-02-11 Michael Koch <konqueror@gmx.de>Michael Koch
2003-02-112003-02-11 Michael Koch <konqueror@gmx.de>Michael Koch
2003-02-112003-02-11 Michael Koch <konqueror@gmx.de>Michael Koch
2003-02-112003-02-11 Michael Koch <konqueror@gmx.de>Michael Koch
2003-02-11FileLockImpl.java, [...]: New files.Michael Koch
2003-02-112003-02-08 Michael Koch <konqueror@gmx.de>Michael Koch
2003-02-10Win32Process.java (destroy): Declare as native.Ranjit Mathew
2003-02-10BigInteger.java: Updated notice to include years 2002 and 3.Raif S. Naffah
2003-02-10Timestamp.java (compareTo(Object)): New method.Tom Tromey
2003-02-07JarFile.java (JarFile(String, boolean)): Read manifest when verify is true.Mark Wielaard
2003-02-07BigDecimal (valueOf): fix DiagBigDecimal val008, val013 tests; see patch #101...Stephen Crawley
2003-02-07Stephen Crawley <crawley@dstc.edu.au>Stephen Crawley
2003-02-04PipedOutputStream.java (flush): Declare as throwing IOException.Tom Tromey
2003-02-03natRuntime.cc (java::lang::Runtime::_load)): Take care of the fact that on Wi...Ranjit Mathew
2003-01-31Window.java (Window(Window,GraphicsConfiguration)): Don't try to find graphic...Tom Tromey
2003-01-31Properties.java (load): Ignore backslash before EOF.Julian Dolby
2003-01-30natClass.cc (initializeClass): Check tables when (state == JV_STATE_IN_PROGRE...Jeff Sturm
2003-01-28Component.java (processPaintEvent): Dispose of Graphics object when finished.Oscar Pearce
2003-01-24re PR java/9253 (on win32, java.io.File.listFiles("C:\\") returns pwd instead...Ranjit Mathew
2003-01-24ClassLoader.java (findLoadedClass): Removed erroneous comment.Tom Tromey
2003-01-21natResourceBundle.cc (getCallingClassLoader): Start search at 2, not 3.Tom Tromey
2003-01-21natFileWin32.cc (isAbsolute): Check path length before looking at any charact...Vladimir Puskas
2003-01-20Makefile.am (core_java_source_files): Add VMObjectStreamClass.java.Mark Wielaard
2003-01-16SocketImpl.java (toString): Don't explicitly call toString() on possible null...Mark Wielaard
2003-01-162003-01-16 Michael Koch <konqueror@gmx.de>Michael Koch
2003-01-15CardLayout.java (show): Rewrote.Scott Gilbertson
2003-01-142003-01-14 Michael Koch <konqueror@gmx.de>Michael Koch
2003-01-142003-01-14 Michael Koch <konqueror@gmx.de>Michael Koch
2003-01-14natRuntime.cc (_load): StackTrace access needs to be in a try block.Andrew Haley
2003-01-112003-01-10 Michael Koch <konqueror@gmx.de>Michael Koch
2003-01-112003-01-10 Michael Koch <konqueror@gmx.de>Michael Koch
2003-01-07DatagramSocket.java: Added classpath license info.Michael Koch
2003-01-05* java/awt/List.java: Merged with Classpath.Tom Tromey
2003-01-04FileDescriptor.java (position): New private field.Mark Wielaard
2003-01-04Merge with Classpath:Mark Wielaard
2003-01-04FileInputStream.java (finalize): Don't explicitly finalize FileDescriptor.Mark Wielaard
2003-01-03UnicastServerRef.java (unexportObject): Don't throw RemoteException.Dhek Bhun Kho
2003-01-03TreeMap.java (fabricateTree): Fix off-by-one error.Eric Blake
2003-01-03HttpURLConnection.java (HTTP_NOT_IMPLEMENTED): Must be public.Mark Wielaard
2003-01-02ZipFile.java (entries): Now HashMap.Artur Biesiadowski
2003-01-02URLClassLoader.java (Resource.getCodeSource): Fix check certs == null.Mark Wielaard
2003-01-02Makefile.in: Rebuilt.Tom Tromey
2002-12-31re PR libgcj/7416 (java.security startup refs "GNU libgcj.security")Tom Tromey
2002-12-31re PR libgcj/8997 (spin() calls Thread.sleep)Tom Tromey
2002-12-30URLStreamHandler.java (toExternalForm): Ignore port if zero or smaller.Mark Wielaard
2002-12-30Properties (formatForOutput): Don't fall through to default case after escapi...Mark Wielaard
2002-12-30StringBuffer.java (getChars): Remove wrong dstOffset check against count.Mark Wielaard
2002-12-28boehm.cc: Remove stray semicolon.Mark Mitchell
2002-12-23exception.cc (PERSONALITY_FUNCTION): Clear least-significant-bit of catch_type.Jeff Sturm