aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)AuthorFilesLines
2003-03-17resolve.cc (ncode): Use _Jv_platform_ffi_abi.Tom Tromey1-24/+15
2003-03-15* java/lang/natObject.cc (JV_SYNC_HASH): replace signed % by &.Hans Boehm1-3/+3
2003-03-14ObjectInputStream.java (readObject): Cleaned up the class hierarchy loop.Jeroen Frijters3-110/+90
2003-03-112003-03-11 Michael Koch <konqueror@gmx.de>Michael Koch2-2/+12
2003-03-10[multiple changes]Andrew Haley1-1/+5
2003-03-102003-03-10 Michael Koch <konqueror@gmx.de>Michael Koch1-3/+14
2003-03-10DatagramSocket.java, [...]: Fixed some documentation tags to make javadoc and...Michael Koch5-22/+22
2003-03-10BeanContextServicesSupport.java, [...]: New files.Michael Koch2-0/+723
2003-03-102003-03-10 Michael Koch <konqueror@gmx.de>Michael Koch5-368/+448
2003-03-09re PR libgcj/9934 (Bugs in natFileDescriptorPosix.cc:available())Tom Tromey1-2/+2
2003-03-07No changelog, just replaced one tabulator with some spacesMichael Koch1-1/+1
2003-03-04NetworkInterface.java: Merged with classpath.Michael Koch1-2/+1
2003-03-032003-03-03 Michael Koch <konqueror@gmx.de>Michael Koch4-12/+16
2003-03-02Properties.java (load): Only skip line if the first character is a comment, w...Mark Wielaard1-3/+7
2003-03-02NetPermission.java: Merged copyright with classpath.Michael Koch1-1/+1
2003-03-02Package.java: Remerged from classpath.Michael Koch1-78/+104
2003-03-022003-03-02 Michael Koch <konqueror@gmx.de>Michael Koch4-5/+15
2003-03-022003-03-02 Michael Koch <konqueror@gmx.de>Michael Koch5-8/+18
2003-03-02DropTargetContext.java: Compile fix: Forgot to commit import.Michael Koch1-0/+1
2003-03-02Component.java, [...]: Fixed typos.Michael Koch2-3/+3
2003-03-02DnDEventMulticaster.java: New file.Michael Koch6-51/+272
2003-03-022003-03-02 Michael Koch <konqueror@gmx.de>Michael Koch5-100/+227
2003-03-022003-03-02 Michael Koch <konqueror@gmx.de>Michael Koch1-15/+19
2003-03-02File.java (normalizePath): Remove trailing separator on Windows only if path ...Ranjit Mathew2-20/+154
2003-03-02natObject.cc: Don't include assert.h.Tom Tromey1-25/+24
2003-03-01File (getAbsolutePath): Prefix drive specifier on Windows for paths starting ...Ranjit Mathew3-11/+55
2003-03-01natWin32Process.cc (startProcess): Double-quote each program array element pa...Mohan Embar1-8/+9
2003-03-01* java/rmi/registry/RegistryHandler.java: Deprecate.Tom Tromey1-1/+7
2003-03-01XPanelPeer.java (beginLayout, [...]): New methods.Tom Tromey26-129/+272
2003-03-01ObjectInputStream.java: Reindent.Mark Wielaard2-723/+703
2003-02-28natMethod.cc (_Jv_CallAnyMethodA): Allocate a full jvalue for each argument.Hans Boehm1-28/+19
2003-02-28Makefile.am (nat_source_files): Remove java/io/natObjectOutputStream.cc.Mark Wielaard5-643/+750
2003-02-27Beans.java, [...]: Reformated to GNU style.Michael Koch3-396/+526
2003-02-24AbstractPreferences.java (isUserNode): Implemented.Tom Tromey1-4/+7
2003-02-24ClassLoader.java (defineClass(byte[],int,int)): Deprecate.Tom Tromey3-3/+6
2003-02-24natRuntime.cc (libraries_size, [...]): Removed.Tom Tromey1-42/+17
2003-02-22New docs for Thread.java, and little tweaks identified by japi.Anthony Green2-14/+554
2003-02-21ZipEntry.java (setComment): Don't check length when argument is null.Mark Wielaard1-1/+1
2003-02-21ZipEntry.java (ZipEntry(String)): When name is bigger then 65535 chars throw ...Mark Wielaard1-2/+6
2003-02-21* java/util/zip/ZipFile.java (finalize): New method.Mark Wielaard1-0/+9
2003-02-20BigInteger.java (euclidInv): Take result array as an argument.Raif S. Naffah1-16/+13
2003-02-19natStackTrace.cc: Include platform.h immediately after config.h.Rainer Orth4-11/+7
2003-02-192003-02-19 Michael Koch <konqueror@gmx.de>Michael Koch6-7/+19
2003-02-19ScrollPaneAdjustable.java: Reformated.Michael Koch1-24/+18
2003-02-192003-02-19 Michael Koch <konqueror@gmx.de>Michael Koch1-1/+5
2003-02-19XToolkit.java (getFontMetrics): initialize if necessary.Hans Boehm5-15/+28
2003-02-182003-02-18 Michael Koch <konqueror@gmx.de>Michael Koch2-8/+243
2003-02-18ColorModel.java: Re-merged with Classpath.Tom Tromey2-10/+4
2003-02-17BigInteger.java (euclidInv): Return array of `BigInteger's.Raif S. Naffah1-18/+15
2003-02-17Properties.java (store): Move the code formerly in list(), into this method.Ranjit Mathew1-33/+41