summaryrefslogtreecommitdiff
path: root/libjava/java
Commit message (Expand)AuthorAgeFilesLines
* [multiple changes]Graydon Hoare2004-04-169-88/+100
* prims.cc (_Jv_AllocObject): Remove `size' argument.Bryce McKinlay2004-04-162-25/+1
* [multiple changes]Bryce McKinlay2004-04-141-7/+15
* VMThrowable.java (getStackTrace): Pass trace as-is to modified lookup().Ranjit Mathew2004-04-091-3/+2
* 2004-04-01 Michael Koch <konqueror@gmx.de>Michael Koch2004-04-011-2/+1
* NumberFormat.java: Fix spelling of setCurrency method.Peter Moon2004-03-261-2/+2
* natClass.cc (getClassLoader): Circumvent infinite recursion when searching fo...Anthony Green2004-03-231-2/+3
* 2004-03-21 Ito Kazumitsu <kaz@maczuka.gcd.org>Ito Kazumitsu2004-03-211-1/+18
* URI.java (parseURI): Added unquoting.Jeroen Frijters2004-03-211-21/+130
* URLConnection.java: Merged copyright year with classpath.Michael Koch2004-03-201-3/+2
* RMIIncomingThread.java: New file.Norbert Frese2004-03-201-1/+9
* 2004-03-20 Michael Koch <konqueror@gmx.de>Michael Koch2004-03-201-1/+9
* ThreadGroup.java (list): Changed print to println.Jeroen Frijters2004-03-191-1/+1
* BufferedReader.java: Use &lt;=, not &lt;&eq; to make gjdoc happy.Mark Wielaard2004-03-191-1/+1
* Reported by Stephen CrawleyMark Wielaard2004-03-191-2/+2
* 2004-03-19 Michael Koch <konqueror@gmx.de>Michael Koch2004-03-191-16/+2
* 2004-03-18 Michael Koch <konqueror@gmx.de>Michael Koch2004-03-183-17/+28
* [multiple changes]Graydon Hoare2004-03-1710-211/+775
* 2004-03-16 Norbert Frese <postfach@nfrese.net>Norbert Frese2004-03-161-2/+2
* Locale.java: Reverting my last patch and add a comment why the original versi...Michael Koch2004-03-151-2/+4
* DateFormatSymbols.java: Fixed file name in copyright.Michael Koch2004-03-121-1/+1
* [multiple changes]Michael Koch2004-03-121-20/+253
* 2004-03-12 Michael Koch <konqueror@gmx.de>Michael Koch2004-03-121-1/+1
* 2004-03-11 Michael Koch <konqueror@gmx.de>Michael Koch2004-03-111-4/+3
* 2004-03-11 Michael Koch <konqueror@gmx.de>Michael Koch2004-03-111-2/+2
* [multiple changes]Michael Koch2004-03-112-8/+13
* HttpURLConnection.java: Fixed typo in javadoc.Michael Koch2004-03-111-1/+1
* BufferedInputStream.java (marktarget): New field for max mark limit.Guilhem Lavaux2004-03-111-5/+23
* BeanDescriptor.java (BeanDescriptor): Set the FeatureDescriptor programmatic ...Mark Wielaard2004-03-111-1/+9
* 2004-03-09 Michael Koch <konqueror@gmx.de>Michael Koch2004-03-092-79/+77
* Makefile.am: Build property resource files into libgcj.Anthony Green2004-03-092-35/+209
* Channels.java (newInputStream, [...]): Optimize when argument is a FileChanne...Per Bothner2004-03-032-2/+48
* * java/lang/natPosixProcess.cc (startProcess): Fix thinko.Per Bothner2004-03-011-1/+1
* natPosixProcess.cc (startProcess): Implement standard streams using FileChann...Per Bothner2004-02-292-9/+18
* MappedByteBuffer.java: (forceImpl...Per Bothner2004-02-292-47/+103
* FileDescriptor.java: Implement on top of FileChannel.Per Bothner2004-02-297-1184/+106
* FileChannelImpl.java: Moved to package gnu/java/nio/channels, since we need t...Per Bothner2004-02-292-551/+0
* ObjectInputStream.java: Compile fix, damn I commited the wrong code.Michael Koch2004-02-281-0/+1
* 2004-02-28 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux2004-02-283-173/+304
* 2004-02-28 Michael Koch <konqueror@gmx.de>Michael Koch2004-02-281-1/+1
* 2004-02-26 Michael Koch <konqueror@gmx.de>Michael Koch2004-02-263-11/+13
* re PR libgcj/14296 (3.4 regression: Method.Invoke)Andrew Haley2004-02-261-1/+10
* de-pessimizationAnthony Green2004-02-251-4/+21
* ByteBuffer.java (endian): Make non-private so other java.nio classes can inhe...Per Bothner2004-02-165-96/+159
* CharViewBufferImpl.java: New convenience constructor.Per Bothner2004-02-166-6/+60
* CharBufferImpl.java: Inline super constructor.Per Bothner2004-02-1612-48/+18
* ObjectInputStream.java (readClassDescriptor): Avoid the overflow of fieldmapp...Ito Kazumitsu2004-02-151-2/+14
* AbstractInterruptibleChannel.java (close): Set closed before calling implClos...Per Bothner2004-02-141-1/+1
* 2004-02-11 Michael Koch <konqueror@gmx.de>Michael Koch2004-02-116-12/+12
* 2004-02-10 David Jee <djee@redhat.com>David Jee2004-02-103-1/+4