]> gcc.gnu.org Git - gcc.git/history - libjava/ChangeLog
ThreadGroup.java: Merged with classpath.
[gcc.git] / libjava / ChangeLog
2000-06-20 Bryce McKinlayThreadGroup.java: Merged with classpath.
2000-06-18 Tom Tromeyre GNATS gcj/260 ("Klass.class" expression should cause...
2000-06-16 Tom Tromeyre GNATS libgcj/261 (Macro-inconsistency)
2000-06-16 Tom TromeynatIconv.cc (iconv_adapter): New function.
2000-06-15 Bryce McKinlay2000-06-15 Bryce McKinlay <bryce@albatross.co.nz>
2000-06-15 Bryce McKinlay2000-06-15 Bryce McKinlay <bryce@albatross.co.nz>
2000-05-31 Tom Tromeyprims.cc (DECLARE_PRIM_TYPE): Define a vtable as well.
2000-05-31 Bryce McKinlaycni.h: Include <string.h>.
2000-05-30 Tom Tromeyname-finder.h: Include <sys/wait.h>.
2000-05-24 Warren LevyObjectOutputStream.java (writeObject): Use component...
2000-05-20 Bryce McKinlayre GNATS libgcj/226 (implicit __builtin_expect) and...
2000-05-20 Tom TromeyMakefile.in: Rebuilt.
2000-05-20 Bryce McKinlayZipEntry.java: Implement Cloneable, per JDK1.2 docs.
2000-05-20 Tom TromeyRemoved duplicate ChangeLog entry
2000-05-19 Tom TromeyBufferedWriter.java: Merged with Classpath.
2000-05-19 Tom TromeyJumbo patch:
2000-05-18 Bryce McKinlayFrom Gregory R. Warnes <warnes@biostat.washington.edu>:
2000-05-18 Bryce McKinlayThread.java: Declare `data' as Object, not RawData.
2000-05-16 Andrew Haleyppc-signal.h: New file.
2000-05-11 Tom TromeyZipInputStream.java (getNextEntry): When reading file...
2000-05-10 Bryce McKinlayStringBuffer.java (replace): Calculate length for array...
2000-05-10 Bryce McKinlayStringBuffer.java (delete): Call arrayCopy() correctly.
2000-05-09 Tom TromeyStringBuffer.java (toString): Don't mark buffer as...
2000-05-07 Tom TromeyMakefile.in: Rebuilt.
2000-05-06 Tom TromeyMakefile.in: Rebuilt.
2000-05-05 Tom Tromeyre GNATS libgcj/220 (build fails with "only absolute...
2000-05-05 Tom Tromeyfield.h (JvFieldIsRef): Return false for gnu.gcj.RawDat...
2000-05-05 Bryce McKinlaynatClass.cc (isInstance): Use __builtin_expect.
2000-05-04 Tom TromeyRemoved erroneous ChangeLog entry
2000-05-04 Tom TromeyLocale.java (Locale): Don't explicitly check for null.
2000-05-01 Jakub JelinekMakefile.am (GCJCOMPILE, [...]): Move -L option out...
2000-04-28 Tom TromeyRemoved mistakenly-committed ChangeLog entry
2000-04-28 Tom Tromeyre GNATS gcj/218 (Java executables can abort trying...
2000-04-28 Bryce McKinlayString.java (toString): Remove `final' hack.
2000-04-27 Tom TromeyRuntime support for PR gcj/2:
2000-04-27 Bryce McKinlayprims.cc (_Jv_NewObjectArray): Fix typo.
2000-04-26 Tom TromeyMakefile.in: Rebuilt.
2000-04-24 Jeff SturmnatFirstThread.cc (run): Initialize class before callin...
2000-04-22 Anthony Green+ 2000-04-22 Anthony Green <green@cygnus.com> + + ...
2000-04-21 Tom TromeyPipedInputStream.java, [...]: Yet another new version...
2000-04-21 Tom Tromeyre GNATS libgcj/15 (_REENTRANT should be defined more...
2000-04-21 Tom TromeyPipedInputStream.java, [...]: New version from Classpath.
2000-04-21 Tom Tromeyre GNATS libgcj/213 (Another parallel build error)
2000-04-21 Tom TromeyHandler.java (openConnection): Use `setURL', not `url...
2000-04-21 Tom TromeyFix for PR java.io/204:
2000-04-20 Tom Tromeyre GNATS libgcj/212 (build is broken on Linux/Alpha)
2000-04-20 Tom Tromey* jni.cc (_Jv_JNI_PopSystemFrame): Clear `env->ex'.
2000-04-20 Tom Tromeyjni.cc (_Jv_JNI_FindClass): Use system class loader...
2000-04-19 Bryce McKinlayboehm.cc: (_Jv_MarkObj...
2000-04-16 Bryce McKinlayre GNATS java.io/202 (File creation doesn't observe...
2000-04-12 Tom TromeynatString.cc (intern): Temporarily disable finalizer...
2000-04-12 Tom TromeynatString.cc (unintern): Added `obj' argument.
2000-04-11 Tom TromeyVector.java (VectorEnumeration): Now `final'.
2000-04-11 Warren LevyObjectStreamException.java: New file.
2000-04-09 Anthony Greenposix-threads.h (_Jv_MutexUnlock): Replace _JV_NOT_OWNER.
2000-04-09 Anthony Greenposix-threads.cc (_Jv_MutexLock): Moved back to posix...
2000-04-09 Anthony GreenStringBuffer.java (ensureCapacity): Don't call Math...
2000-04-09 Tom TromeyMakefile.in: Rebuilt.
2000-04-09 Anthony GreennatObject.cc (_Jv_MonitorEnter): Only perform null...
2000-04-06 Tom Tromeyconfigure: Rebuilt.
2000-04-04 Tom TromeyMakefile.in: Rebuilt.
2000-04-03 Tom Tromeyjvm.h (_Jv_GetArrayElementFromElementType): More commen...
2000-04-03 Tom TromeyMakefile.in: Rebuilt.
2000-04-02 Anthony GreenJVMPI changes...
2000-03-28 Bryce McKinlaySynchronized gcjh commands for java/lang/Thread.h with...
2000-03-28 Bryce McKinlayMakefile.in: New #defines and friends for Thread.h.
2000-03-27 Tom Tromeyjni.cc (_Jv_JNI_PopSystemFrame): If environment has...
2000-03-26 Tom Tromey[multiple changes]
2000-03-24 Warren LevyBigInteger.java (divide): Handle the special case when...
2000-03-24 Warren LevyFont.java (isBold): Fix syntax error.
2000-03-21 Bryce McKinlayEvent.java: Add all the event type constants.
2000-03-21 Bryce McKinlay* java/lang/natClass.cc (isInstance): Use JV_CLASS...
2000-03-21 Bryce McKinlaynatClass.cc (isInstance): Use _Jv_IsAssignableFrom...
2000-03-21 Bryce McKinlaynatClass.cc (isInstance): Initialize `this'.
2000-03-19 Warren LevyColor.java: Specified java.io for Serializable.
2000-03-19 Warren Levy* java/awt/Color.java: Rewrote to be more memory effici...
2000-03-17 Warren LevyColor.java: New file.
2000-03-15 Tom Tromey[multiple changes]
2000-03-14 Tom Tromeyjni.cc (mangled_name): Fixed assertion.
2000-03-10 Warren LevyKey.java (serialVersionUID): Set to 0 for now.
2000-03-10 Warren LevyAlgorithmParameterGeneratorSpi.java: New file.
2000-03-09 Bryce McKinlayUpdated README.
2000-03-09 Bryce McKinlaynatClassLoader.cc (_Jv_FindArrayClass): Call _Jv_Prepar...
2000-03-09 Tom TromeynatArray.cc (newInstance): Don't allow array of `void...
2000-03-09 Warren Levy* java/math/BigInteger.java(signum): Handle zero properly.
2000-03-07 Tom TromeyAll files: Updated copyright information.
2000-03-07 Bryce McKinlayresolve.cc (_Jv_SearchMethodInClass): New function.
2000-03-07 Tom Tromeyjni.cc (MARK_NONE): New define.
2000-03-06 Tom Tromeyre GNATS libgcj/43 (jni.h not installed)
2000-03-05 Anthony Greenjavaprims.h ("Java"): Remove FirstThread.
2000-03-05 Warren LevyDatagramSocket.java (DatagramSocket(int,InetAddress...
2000-03-05 Anthony Greenre GNATS gcj/151 (strange result on Math.sin(1e50))
2000-03-04 Anthony Greenconfigure: Rebuilt.
2000-03-02 Tom Tromeyjava-interp.h: Don't include MethodInvocation.h.
2000-02-29 Mo DeJongZipOutputStream.java (closeEntry): Fixed error caused...
2000-02-29 Mo DeJongZipOutputStream.java (write_entry): Fixed SIGSEV caused...
2000-02-27 Bryce McKinlayFile.java (File(String, String)): For dirPath, treat...
2000-02-26 Anthony GreenMinor clean up and bug fix.
2000-02-25 Tom Tromeyjni.cc (_Jv_JNI_RegisterNatives): Conditionalize body...
2000-02-25 Bryce McKinlayre GNATS libgcj/38 (Static initializer in DecimalFormat...
next
This page took 0.637705 seconds and 108 git commands to generate.