aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)AuthorFilesLines
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
2004-02-102004-02-10 David Jee <djee@redhat.com>David Jee1-113/+367
2004-02-08ByteBuffer.java (shiftDown): New helper method.Per Bothner12-548/+461
2004-02-062004-02-06 Michael Koch <konqueror@gmx.de>Michael Koch1-1/+5
2004-02-06ObjectInputStream.java: Made all calls to dumpElement[ln] conditional on dump...Jeroen Frijters3-595/+458
2004-02-05Component.java (getFont): Return a default font instead of null.Thomas Fitzsimmons1-1/+5
2004-02-05Scrollbar.java (next_scrollbar_number): New field.Thomas Fitzsimmons1-17/+38
2004-02-052004-02-05 Michael Koch <konqueror@gmx.de>Michael Koch1-7/+7
2004-02-052004-02-05 Michael Koch <konqueror@gmx.de>Michael Koch1-264/+260
2004-02-05Thread.java: Reordered fields...Michael Koch1-86/+101
2004-02-05Deflater.java, [...]: Reformated and javadoc comments merged from classpath.Michael Koch3-109/+292
2004-02-04SwingUtilities.java: Many new functions.Graydon Hoare1-56/+52
2004-02-04AffineTransform.java: Corrected comments on the field definitions for m11 and...Olga Rodimina1-8/+47
2004-02-04natPosixProcess.cc (startProcess): Handle case where PATH or LD_LIBRARY_PATH ...Tom Tromey1-3/+3
2004-02-03GtkListPeer.java, [...]: Fix handling of alias methods...Thomas Fitzsimmons20-687/+682