aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2004-03-02* configure: Regenerate.Jan Hubicka2-2/+3
2004-03-02configure.host: Pass -fno-omit-frame-pointer for i386.Jan Hubicka3-2/+7
2004-03-01* java/lang/natPosixProcess.cc (startProcess): Fix thinko.Per Bothner2-1/+14
2004-02-29ChangeLog: Previous java/io, java/nio, gnu/java/nio and related changes.Per Bothner5-297/+345
2004-02-29natPosixProcess.cc (startProcess): Implement standard streams using FileChann...Per Bothner2-9/+18
2004-02-29FileLockImpl.java (fd): Remove field, replacing it by:Per Bothner2-32/+6
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-29FileChannelImpl.java: New class, renamed from java/nio/channels.Per Bothner4-0/+1533
2004-02-28ObjectInputStream.java: Compile fix, damn I commited the wrong code.Michael Koch2-0/+6
2004-02-282004-02-28 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux4-173/+317
2004-02-282004-02-28 Michael Koch <konqueror@gmx.de>Michael Koch2-1/+6
2004-02-262004-02-26 Michael Koch <konqueror@gmx.de>Michael Koch5-12/+30
2004-02-262004-02-26 Michael Koch <konqueror@gmx.de>Michael Koch3-9/+18
2004-02-262004-02-26 Michael Koch <konqueror@gmx.de>Michael Koch2-2/+12
2004-02-26re PR libgcj/14296 (3.4 regression: Method.Invoke)Andrew Haley1-1/+10
2004-02-26Makefile.am: Generate and install headers for inner classes in java.nio.chann...Michael Koch3-4/+57
2004-02-25de-pessimizationAnthony Green2-4/+27
2004-02-23config.sub, [...]: Replace with forwarding scripts which invoke the master co...Zack Weinberg3-2974/+50
2004-02-20Handler.java (): Removed unneeded check for file != null.Michael Koch2-2/+7
2004-02-202004-02-20 Michael Koch <konqueror@gmx.de>Michael Koch2-2/+7
2004-02-20Index: ChangeLogAndrew Cagney3-8/+83
2004-02-20AbstractButton.java: Made several constants final.Michael Koch2-21/+27
2004-02-16ByteBuffer.java (endian): Make non-private so other java.nio classes can inhe...Per Bothner6-96/+193
2004-02-16CharViewBufferImpl.java: New convenience constructor.Per Bothner7-6/+67
2004-02-16CharBufferImpl.java: Inline super constructor.Per Bothner13-48/+33
2004-02-15ObjectInputStream.java (readClassDescriptor): Avoid the overflow of fieldmapp...Ito Kazumitsu2-2/+19
2004-02-14UndoManager.java: Re-written from scratch.Sascha Brawer2-216/+585
2004-02-14AbstractInterruptibleChannel.java (close): Set closed before calling implClos...Per Bothner2-1/+6
2004-02-12remove accidentally-committed extra makefile entry (not yet finished or added).Graydon Hoare2-80/+77
2004-02-12oops, forgot added and removed files.Graydon Hoare3-139/+203
2004-02-12ToggleButtonModel.java: Remove dead class.Graydon Hoare35-749/+873
2004-02-112004-02-11 Michael Koch <konqueror@gmx.de>Michael Koch7-12/+35
2004-02-102004-02-10 David Jee <djee@redhat.com>David Jee4-1/+14
2004-02-102004-02-10 David Jee <djee@redhat.com>David Jee2-113/+376
2004-02-102004-02-10 Michael Koch <konqueror@gmx.de>Michael Koch2-2/+8
2004-02-102004-02-10 David Jee <djee@redhat.com>David Jee3-1/+29
2004-02-10linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Don't bump retaddr here.Alan Modra2-19/+50
2004-02-08ByteBuffer.java (shiftDown): New helper method.Per Bothner13-548/+489
2004-02-08* include/x86_64-signal.h: Fix typo.Andreas Jaeger2-1/+5
2004-02-08i386-signal.h (HANDLE_DIVIDE_OVERFLOW): Add volatile qualifier to _regs.Diego Novillo1-1/+1
2004-02-08i386-signal.h (HANDLE_DIVIDE_OVERFLOW): Add volatile qualifier to _regs.Diego Novillo1-0/+1
2004-02-08i386-signal.h (MAKE_THROW_FRAME): Add volatile qualifier to _regs.Diego Novillo2-1/+6
2004-02-062004-02-06 Michael Koch <konqueror@gmx.de>Michael Koch2-1/+10
2004-02-06ObjectInputStream.java: Made all calls to dumpElement[ln] conditional on dump...Jeroen Frijters4-595/+486
2004-02-05Component.java (getFont): Return a default font instead of null.Thomas Fitzsimmons2-1/+8
2004-02-05Scrollbar.java (next_scrollbar_number): New field.Thomas Fitzsimmons3-108/+101
2004-02-052004-02-05 Michael Koch <konqueror@gmx.de>Michael Koch14-130/+181
2004-02-052004-02-05 Michael Koch <konqueror@gmx.de>Michael Koch2-7/+13