aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)AuthorFilesLines
2003-02-13natByteBufferImpl.cc, [...]: Added copyright and license.Michael Koch5-0/+60
2003-02-13FileBasedFactory.java, [...]: New files, all merged from classpath.Michael Koch9-0/+2528
2003-02-132003-02-13 Michael Koch <konqueror@gmx.de>Michael Koch7-66/+104
2003-02-13GridBagConstraints.java (FIRST_LINE_ENT, [...]): New constants.Michael Koch4-3/+76
2003-02-12Channels.java: New file.Michael Koch1-0/+130
2003-02-122003-02-12 Michael Koch <konqueror@gmx.de>Michael Koch2-51/+174
2003-02-12ZipInputStream.java: idemJohn Leuner1-1/+3
2003-02-112003-02-11 Ranjit Mathew <rmathew@hotmail.com>Ranjit Mathew1-3/+16
2003-02-112003-02-11 Michael Koch <konqueror@gmx.de>Michael Koch2-4/+4
2003-02-112003-02-11 Michael Koch <konqueror@gmx.de>Michael Koch9-17/+202
2003-02-112003-02-11 Michael Koch <konqueror@gmx.de>Michael Koch5-240/+70
2003-02-112003-02-11 Michael Koch <konqueror@gmx.de>Michael Koch1-4/+4
2003-02-112003-02-11 Michael Koch <konqueror@gmx.de>Michael Koch8-27/+43
2003-02-11FileLockImpl.java, [...]: New files.Michael Koch1-0/+137
2003-02-112003-02-08 Michael Koch <konqueror@gmx.de>Michael Koch2-4/+22
2003-02-10Win32Process.java (destroy): Declare as native.Ranjit Mathew2-20/+326
2003-02-10BigInteger.java: Updated notice to include years 2002 and 3.Raif S. Naffah1-181/+130
2003-02-10Timestamp.java (compareTo(Object)): New method.Tom Tromey1-8/+26
2003-02-07JarFile.java (JarFile(String, boolean)): Read manifest when verify is true.Mark Wielaard1-3/+21
2003-02-07BigDecimal (valueOf): fix DiagBigDecimal val008, val013 tests; see patch #101...Stephen Crawley1-18/+42
2003-02-07Stephen Crawley <crawley@dstc.edu.au>Stephen Crawley1-267/+299
2003-02-04PipedOutputStream.java (flush): Declare as throwing IOException.Tom Tromey3-7/+7
2003-02-03natRuntime.cc (java::lang::Runtime::_load)): Take care of the fact that on Wi...Ranjit Mathew1-2/+15
2003-01-31Window.java (Window(Window,GraphicsConfiguration)): Don't try to find graphic...Tom Tromey2-8/+9
2003-01-31Properties.java (load): Ignore backslash before EOF.Julian Dolby1-1/+8
2003-01-30natClass.cc (initializeClass): Check tables when (state == JV_STATE_IN_PROGRE...Jeff Sturm2-10/+22
2003-01-28Component.java (processPaintEvent): Dispose of Graphics object when finished.Oscar Pearce1-13/+20
2003-01-24re PR java/9253 (on win32, java.io.File.listFiles("C:\\") returns pwd instead...Ranjit Mathew1-2/+4
2003-01-24ClassLoader.java (findLoadedClass): Removed erroneous comment.Tom Tromey1-3/+2
2003-01-21natResourceBundle.cc (getCallingClassLoader): Start search at 2, not 3.Tom Tromey1-2/+5
2003-01-21natFileWin32.cc (isAbsolute): Check path length before looking at any charact...Vladimir Puskas2-8/+9
2003-01-20Makefile.am (core_java_source_files): Add VMObjectStreamClass.java.Mark Wielaard4-27/+76
2003-01-16SocketImpl.java (toString): Don't explicitly call toString() on possible null...Mark Wielaard1-2/+3
2003-01-162003-01-16 Michael Koch <konqueror@gmx.de>Michael Koch1-5/+5
2003-01-15CardLayout.java (show): Rewrote.Scott Gilbertson1-21/+26
2003-01-142003-01-14 Michael Koch <konqueror@gmx.de>Michael Koch3-1/+8
2003-01-142003-01-14 Michael Koch <konqueror@gmx.de>Michael Koch15-33/+245
2003-01-14natRuntime.cc (_load): StackTrace access needs to be in a try block.Andrew Haley1-8/+16
2003-01-112003-01-10 Michael Koch <konqueror@gmx.de>Michael Koch4-13/+49
2003-01-112003-01-10 Michael Koch <konqueror@gmx.de>Michael Koch1-8/+8
2003-01-07DatagramSocket.java: Added classpath license info.Michael Koch1-267/+326
2003-01-05* java/awt/List.java: Merged with Classpath.Tom Tromey1-0/+9
2003-01-04FileDescriptor.java (position): New private field.Mark Wielaard2-21/+33
2003-01-04Merge with Classpath:Mark Wielaard1-43/+67
2003-01-04FileInputStream.java (finalize): Don't explicitly finalize FileDescriptor.Mark Wielaard1-3/+3
2003-01-03UnicastServerRef.java (unexportObject): Don't throw RemoteException.Dhek Bhun Kho1-2/+2
2003-01-03TreeMap.java (fabricateTree): Fix off-by-one error.Eric Blake1-3/+3
2003-01-03HttpURLConnection.java (HTTP_NOT_IMPLEMENTED): Must be public.Mark Wielaard1-24/+34
2003-01-02ZipFile.java (entries): Now HashMap.Artur Biesiadowski1-64/+113
2003-01-02URLClassLoader.java (Resource.getCodeSource): Fix check certs == null.Mark Wielaard1-28/+5