aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)AuthorFilesLines
2000-04-20re GNATS libgcj/212 (build is broken on Linux/Alpha)Tom Tromey1-0/+1
2000-04-16re GNATS java.io/202 (File creation doesn't observe umask)Bryce McKinlay1-2/+2
2000-04-12natString.cc (intern): Temporarily disable finalizer registration.Tom Tromey1-1/+1
2000-04-12natString.cc (unintern): Added `obj' argument.Tom Tromey2-5/+8
2000-04-11Vector.java (VectorEnumeration): Now `final'.Tom Tromey4-9/+9
2000-04-11ObjectStreamException.java: New file.Warren Levy22-2/+6963
2000-04-09StringBuffer.java (ensureCapacity): Don't call Math::max.Anthony Green1-9/+29
2000-04-09Makefile.in: Rebuilt.Tom Tromey36-28/+1418
2000-04-09natObject.cc (_Jv_MonitorEnter): Only perform null check when we have to.Anthony Green3-2/+5
2000-04-04Makefile.in: Rebuilt.Tom Tromey1-0/+27
2000-04-02JVMPI changes...Anthony Green1-0/+73
2000-03-28Makefile.in: New #defines and friends for Thread.h.Bryce McKinlay3-144/+58
2000-03-26[multiple changes]Tom Tromey1-0/+2
2000-03-24BigInteger.java (divide): Handle the special case when dividing by 1 and the ...Warren Levy1-2/+11
2000-03-24Font.java (isBold): Fix syntax error.Warren Levy5-6/+7
2000-03-21Event.java: Add all the event type constants.Bryce McKinlay1-2/+131
2000-03-21* java/lang/natClass.cc (isInstance): Use JV_CLASS, not getClass().Bryce McKinlay1-1/+1
2000-03-21natClass.cc (isInstance): Use _Jv_IsAssignableFrom(), not Class.isAssignableF...Bryce McKinlay1-1/+1
2000-03-21natClass.cc (isInstance): Initialize `this'.Bryce McKinlay1-1/+6
2000-03-19Color.java: Specified java.io for Serializable.Warren Levy2-1/+2
2000-03-19* java/awt/Color.java: Rewrote to be more memory efficient (& compile).Warren Levy1-25/+51
2000-03-17Color.java: New file.Warren Levy16-7/+463
2000-03-15[multiple changes]Tom Tromey5-0/+494
2000-03-10Key.java (serialVersionUID): Set to 0 for now.Warren Levy3-3/+5
2000-03-10AlgorithmParameterGeneratorSpi.java: New file.Warren Levy35-50/+1374
2000-03-09natClassLoader.cc (_Jv_FindArrayClass): Call _Jv_PrepareConstantTimeTables.Bryce McKinlay2-2/+4
2000-03-09natArray.cc (newInstance): Don't allow array of `void' to be created.Tom Tromey1-2/+9
2000-03-09* java/math/BigInteger.java(signum): Handle zero properly.Warren Levy1-1/+3
2000-03-07All files: Updated copyright information.Tom Tromey306-308/+308
2000-03-07resolve.cc (_Jv_SearchMethodInClass): New function.Bryce McKinlay3-83/+518
2000-03-05configure.host: Fix __NO_MATH_INLNES botch.Anthony Green2-103/+0
2000-03-05DatagramSocket.java (DatagramSocket(int,InetAddress)): Handle null addresses.Warren Levy1-2/+2
2000-03-02java-interp.h: Don't include MethodInvocation.h.Tom Tromey12-198/+89
2000-02-29ZipOutputStream.java (closeEntry): Fixed error caused by the incorrect castin...Mo DeJong1-1/+1
2000-02-29ZipOutputStream.java (write_entry): Fixed SIGSEV caused by use of the wrong i...Mo DeJong1-3/+3
2000-02-27File.java (File(String, String)): For dirPath, treat an empty String the same...Bryce McKinlay1-1/+1
2000-02-26Minor clean up and bug fix.Anthony Green1-1/+1
2000-02-25re GNATS libgcj/38 (Static initializer in DecimalFormat eventually depends on...Bryce McKinlay1-7/+21
2000-02-25BigInteger.java (ival): Made private.Warren Levy1-3/+3
2000-02-21Makefile.in: Rebuilt.Anthony Green1-4/+21
2000-02-19ZipEntry.java (setCrc): Fix overflow.Bryce McKinlay1-2/+2
2000-02-18jvm.h (_Jv_GetJavaVM): Declare.Tom Tromey1-2/+7
2000-02-15natSystem.cc (init_properties): set java.lang.classpath property.Bryce McKinlay1-2/+9
2000-02-15natRuntime.cc (_load): Include library path with exception message.Bryce McKinlay1-1/+3
2000-02-15natThread.cc (dumpStack): Removed.Bryce McKinlay2-10/+5
2000-02-15re GNATS gcj/150 (System.loadLibrary() semantics arn't the same as in the JDK)Tom Tromey1-3/+12
2000-02-14MPN.java (findLowestBit): Made methods public.Warren Levy1-20/+154
2000-02-12File.java (createTempFile): Use low bits from counter, not high bits.Tom Tromey1-1/+2
2000-02-11BigInteger.java (BigInteger(String, int)): New constructor.Warren Levy1-24/+400
2000-02-11* java/io/File.java (nextValue): Now synchronized.Tom Tromey1-1/+1