summaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)Author
2000-05-10StringBuffer.java (delete): Call arrayCopy() correctly.Bryce McKinlay
2000-05-09StringBuffer.java (toString): Don't mark buffer as shared.Tom Tromey
2000-05-05natClass.cc (isInstance): Use __builtin_expect.Bryce McKinlay
2000-05-04Locale.java (Locale): Don't explicitly check for null.Tom Tromey
2000-04-28String.java (toString): Remove `final' hack.Bryce McKinlay
2000-04-22+ 2000-04-22 Anthony Green <green@cygnus.com> + + * include/jvm.h (__builtin_...Anthony Green
2000-04-21PipedInputStream.java, [...]: Yet another new version from Classpath.Tom Tromey
2000-04-21re GNATS libgcj/15 (_REENTRANT should be defined more consistently)Tom Tromey
2000-04-21PipedInputStream.java, [...]: New version from Classpath.Tom Tromey
2000-04-21Fix for PR java.io/204:Tom Tromey
2000-04-20re GNATS libgcj/212 (build is broken on Linux/Alpha)Tom Tromey
2000-04-16re GNATS java.io/202 (File creation doesn't observe umask)Bryce McKinlay
2000-04-12natString.cc (intern): Temporarily disable finalizer registration.Tom Tromey
2000-04-12natString.cc (unintern): Added `obj' argument.Tom Tromey
2000-04-11Vector.java (VectorEnumeration): Now `final'.Tom Tromey
2000-04-11ObjectStreamException.java: New file.Warren Levy
2000-04-09StringBuffer.java (ensureCapacity): Don't call Math::max.Anthony Green
2000-04-09Makefile.in: Rebuilt.Tom Tromey
2000-04-09natObject.cc (_Jv_MonitorEnter): Only perform null check when we have to.Anthony Green
2000-04-04Makefile.in: Rebuilt.Tom Tromey
2000-04-02JVMPI changes...Anthony Green
2000-03-28Makefile.in: New #defines and friends for Thread.h.Bryce McKinlay
2000-03-26[multiple changes]Tom Tromey
2000-03-24BigInteger.java (divide): Handle the special case when dividing by 1 and the ...Warren Levy
2000-03-24Font.java (isBold): Fix syntax error.Warren Levy
2000-03-21Event.java: Add all the event type constants.Bryce McKinlay
2000-03-21* java/lang/natClass.cc (isInstance): Use JV_CLASS, not getClass().Bryce McKinlay
2000-03-21natClass.cc (isInstance): Use _Jv_IsAssignableFrom(), not Class.isAssignableF...Bryce McKinlay
2000-03-21natClass.cc (isInstance): Initialize `this'.Bryce McKinlay
2000-03-19Color.java: Specified java.io for Serializable.Warren Levy
2000-03-19* java/awt/Color.java: Rewrote to be more memory efficient (& compile).Warren Levy
2000-03-17Color.java: New file.Warren Levy
2000-03-15[multiple changes]Tom Tromey
2000-03-10Key.java (serialVersionUID): Set to 0 for now.Warren Levy
2000-03-10AlgorithmParameterGeneratorSpi.java: New file.Warren Levy
2000-03-09natClassLoader.cc (_Jv_FindArrayClass): Call _Jv_PrepareConstantTimeTables.Bryce McKinlay
2000-03-09natArray.cc (newInstance): Don't allow array of `void' to be created.Tom Tromey
2000-03-09* java/math/BigInteger.java(signum): Handle zero properly.Warren Levy
2000-03-07All files: Updated copyright information.Tom Tromey
2000-03-07resolve.cc (_Jv_SearchMethodInClass): New function.Bryce McKinlay
2000-03-05configure.host: Fix __NO_MATH_INLNES botch.Anthony Green
2000-03-05DatagramSocket.java (DatagramSocket(int,InetAddress)): Handle null addresses.Warren Levy
2000-03-02java-interp.h: Don't include MethodInvocation.h.Tom Tromey
2000-02-29ZipOutputStream.java (closeEntry): Fixed error caused by the incorrect castin...Mo DeJong
2000-02-29ZipOutputStream.java (write_entry): Fixed SIGSEV caused by use of the wrong i...Mo DeJong
2000-02-27File.java (File(String, String)): For dirPath, treat an empty String the same...Bryce McKinlay
2000-02-26Minor clean up and bug fix.Anthony Green
2000-02-25re GNATS libgcj/38 (Static initializer in DecimalFormat eventually depends on...Bryce McKinlay
2000-02-25BigInteger.java (ival): Made private.Warren Levy
2000-02-21Makefile.in: Rebuilt.Anthony Green