OSDN Git Service

* java/lang/Integer.java: Merged with Classpath.
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
index b66dce5..4fda083 100644 (file)
@@ -1,3 +1,95 @@
+2001-07-30  Tom Tromey  <tromey@redhat.com>
+
+       * java/lang/Integer.java: Merged with Classpath.
+
+2001-07-30  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
+
+       * java/util/GregorianCalendar.java (GregorianCalendar): Call
+       setTimeInMillis() to set the default/current time.
+
+2001-07-29  Mark Wielaard <mark@klomp.org>
+
+       * HACKING: add description on updating namespace
+
+2001-07-26  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
+
+       * java/util/Calendar.java (set): Never recompute fields here. They 
+       will already be set if someone set time explicitly, and it can cause
+       problems to do so. Don't invalidate AM_PM setting if HOUR is set.
+       * java/util/GregorianCalendar.java (computeTime): Don't ignore an
+       HOUR setting if AM_PM is set. Don't try to ensure the HOUR value is 
+       sane.
+       * java/text/SimpleDateFormat.java (defaultCentury): New field.
+       (readObject): Call set2DigitYearStart if appropriate so that 
+       defaultCentury is calculated.
+       (SimpleDateFormat): Don't bother clearing calendar here. Call
+       computeCenturyStart().
+       (set2DigitYearStart): Calculate and set defaultCentury.
+       (format): Don't clone the calendar. Use "calendar" not "theCalendar"
+       everywhere.
+       (parse): Likewise. If the pattern is "y" or "yy" and it found exactly
+       2 numeric digits, use the 80-20 heuristic to parse the value into a
+       default century based on defaultCenturyStart.
+       (computeCenturyStart): Rewritten. Call set2DigitYearStart().
+
+2001-07-25  Tom Tromey  <tromey@redhat.com>
+
+       * Makefile.in: Rebuilt.
+       * Makefile.am (libgcj.jar): Correctly fail when bytecode
+       compilation fails.
+
+2001-07-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * prims.cc (_JNI_OnLoad): New function.
+       (JNI_OnLoad): Use it.
+       (_Jv_CreateJavaVM): Check for _JNI_OnLoad, not NULL.
+
+2001-07-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * Makefile.am (AM_MAKEFLAGS): Pass RUNTESTFLAGS.
+       Makefile.in: Regenerate.
+
+2001-07-24  Tom Tromey  <tromey@redhat.com>
+
+       * java/lang/VMClassLoader.java (getPrimitiveClass): Return correct
+       type.
+
+2001-07-23  Tom Tromey  <tromey@redhat.com>
+
+       * gcj/javaprims.h: Rebuilt class list.
+       * Makefile.in: Rebuilt.
+       * Makefile.am (core_java_source_files): Added VMClassLoader.
+       * java/lang/VMClassLoader.java: New file.
+       * java/lang/Boolean.java: Merged with Classpath.
+       * java/lang/Byte.java: Merged with Classpath.
+       * java/lang/Integer.java: Merged with Classpath.
+       * java/lang/Long.java: Merged with Classpath.
+       * java/lang/Number.java: Merged with Classpath.
+       * java/lang/Short.java: Merged with Classpath.
+
+2001-07-22  Jeff Sturm  <jsturm@one-point.com>
+
+       * configure.host: Enable hash synchronization for alpha*-*.
+       * include/posix-threads.h (_Jv_ThreadSelf): Added inline
+       function for alpha.
+       * java/lang/natObject.cc (compare_and_swap, release_set,
+       compare_and_swap_release): Added inline functions for alpha.
+
+2001-07-18  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * java/net/natPlainDatagramSocketImpl.cc (mcastGrp): Use new RFC
+       2533 socket options IPV6_JOIN_GROUP, IPV6_LEAVE_GROUP, falling
+       back to old RFC 2133 variants if missing.
+
+2001-07-18  Tom Tromey  <tromey@redhat.com>
+
+       * java/io/natFileWin32.cc (_access): Renamed.
+       (_stat): Likewise.
+       * java/io/natFile.cc (_access): Renamed.
+       (_stat): Likewise.
+       * java/io/File.java (access, stat): Add leading `_' to name.
+       Updated all callers.
+
 2001-07-18  Tom Tromey  <tromey@redhat.com>
 
        For PR java/2812: