aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)AuthorFilesLines
2004-04-16[multiple changes]Graydon Hoare9-88/+100
2004-04-16prims.cc (_Jv_AllocObject): Remove `size' argument.Bryce McKinlay2-25/+1
2004-04-14[multiple changes]Bryce McKinlay1-7/+15
2004-04-09VMThrowable.java (getStackTrace): Pass trace as-is to modified lookup().Ranjit Mathew1-3/+2
2004-04-012004-04-01 Michael Koch <konqueror@gmx.de>Michael Koch1-2/+1
2004-03-26NumberFormat.java: Fix spelling of setCurrency method.Peter Moon1-2/+2
2004-03-23natClass.cc (getClassLoader): Circumvent infinite recursion when searching fo...Anthony Green1-2/+3
2004-03-212004-03-21 Ito Kazumitsu <kaz@maczuka.gcd.org>Ito Kazumitsu1-1/+18
2004-03-21URI.java (parseURI): Added unquoting.Jeroen Frijters1-21/+130
2004-03-20URLConnection.java: Merged copyright year with classpath.Michael Koch1-3/+2
2004-03-20RMIIncomingThread.java: New file.Norbert Frese1-1/+9
2004-03-202004-03-20 Michael Koch <konqueror@gmx.de>Michael Koch1-1/+9
2004-03-19ThreadGroup.java (list): Changed print to println.Jeroen Frijters1-1/+1
2004-03-19BufferedReader.java: Use &lt;=, not &lt;&eq; to make gjdoc happy.Mark Wielaard1-1/+1
2004-03-19Reported by Stephen CrawleyMark Wielaard1-2/+2
2004-03-192004-03-19 Michael Koch <konqueror@gmx.de>Michael Koch1-16/+2
2004-03-182004-03-18 Michael Koch <konqueror@gmx.de>Michael Koch3-17/+28
2004-03-17[multiple changes]Graydon Hoare10-211/+775
2004-03-162004-03-16 Norbert Frese <postfach@nfrese.net>Norbert Frese1-2/+2
2004-03-15Locale.java: Reverting my last patch and add a comment why the original versi...Michael Koch1-2/+4
2004-03-12DateFormatSymbols.java: Fixed file name in copyright.Michael Koch1-1/+1
2004-03-12[multiple changes]Michael Koch1-20/+253
2004-03-122004-03-12 Michael Koch <konqueror@gmx.de>Michael Koch1-1/+1
2004-03-112004-03-11 Michael Koch <konqueror@gmx.de>Michael Koch1-4/+3
2004-03-112004-03-11 Michael Koch <konqueror@gmx.de>Michael Koch1-2/+2
2004-03-11[multiple changes]Michael Koch2-8/+13
2004-03-11HttpURLConnection.java: Fixed typo in javadoc.Michael Koch1-1/+1
2004-03-11BufferedInputStream.java (marktarget): New field for max mark limit.Guilhem Lavaux1-5/+23
2004-03-11BeanDescriptor.java (BeanDescriptor): Set the FeatureDescriptor programmatic ...Mark Wielaard1-1/+9
2004-03-092004-03-09 Michael Koch <konqueror@gmx.de>Michael Koch2-79/+77
2004-03-09Makefile.am: Build property resource files into libgcj.Anthony Green2-35/+209
2004-03-03Channels.java (newInputStream, [...]): Optimize when argument is a FileChanne...Per Bothner2-2/+48
2004-03-01* java/lang/natPosixProcess.cc (startProcess): Fix thinko.Per Bothner1-1/+1
2004-02-29natPosixProcess.cc (startProcess): Implement standard streams using FileChann...Per Bothner2-9/+18
2004-02-29MappedByteBuffer.java: (forceImpl...Per Bothner2-47/+103
2004-02-29FileDescriptor.java: Implement on top of FileChannel.Per Bothner7-1184/+106
2004-02-29FileChannelImpl.java: Moved to package gnu/java/nio/channels, since we need t...Per Bothner2-551/+0
2004-02-28ObjectInputStream.java: Compile fix, damn I commited the wrong code.Michael Koch1-0/+1
2004-02-282004-02-28 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux3-173/+304
2004-02-282004-02-28 Michael Koch <konqueror@gmx.de>Michael Koch1-1/+1
2004-02-262004-02-26 Michael Koch <konqueror@gmx.de>Michael Koch3-11/+13
2004-02-26re PR libgcj/14296 (3.4 regression: Method.Invoke)Andrew Haley1-1/+10
2004-02-25de-pessimizationAnthony Green1-4/+21
2004-02-16ByteBuffer.java (endian): Make non-private so other java.nio classes can inhe...Per Bothner5-96/+159
2004-02-16CharViewBufferImpl.java: New convenience constructor.Per Bothner6-6/+60
2004-02-16CharBufferImpl.java: Inline super constructor.Per Bothner12-48/+18
2004-02-15ObjectInputStream.java (readClassDescriptor): Avoid the overflow of fieldmapp...Ito Kazumitsu1-2/+14
2004-02-14AbstractInterruptibleChannel.java (close): Set closed before calling implClos...Per Bothner1-1/+1
2004-02-112004-02-11 Michael Koch <konqueror@gmx.de>Michael Koch6-12/+12
2004-02-102004-02-10 David Jee <djee@redhat.com>David Jee3-1/+4