aboutsummaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@cygnus.com>2000-02-03 18:26:51 +0000
committerTom Tromey <tromey@gcc.gnu.org>2000-02-03 18:26:51 +0000
commit14447d9674516f64525e963cf08134db330dc304 (patch)
tree85aea7711b50644d2a0b864b59738c7489ebc02b /libjava/ChangeLog
parent7d3151e1c97ed21842b759aedecbc34588f85112 (diff)
downloadgcc-14447d9674516f64525e963cf08134db330dc304.tar.gz
gcc-14447d9674516f64525e963cf08134db330dc304.tar.bz2
gcc-14447d9674516f64525e963cf08134db330dc304.zip
Calendar.java (toString): New method.
* java/util/Calendar.java (toString): New method. * java/util/SimpleTimeZone.java (clone): New method. (toString): New method. * java/util/TimeZone.java (clone): New method. * java/text/SimpleDateFormat.java (clone): New method. * java/text/NumberFormat.java (clone): New method. (equals): New method. * java/text/Format.java (clone): New method. * java/text/DateFormatSymbols.java (DateFormatSymbols): New constructor. (clone): New method. * java/text/DateFormat.java (clone): New method. * java/text/Collator.java (clone): New method. From-SVN: r31775
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 655ea87ce18..48cf22dc1f8 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,5 +1,21 @@
2000-02-03 Tom Tromey <tromey@cygnus.com>
+ * java/util/Calendar.java (toString): New method.
+ * java/util/SimpleTimeZone.java (clone): New method.
+ (toString): New method.
+ * java/util/TimeZone.java (clone): New method.
+ * java/text/SimpleDateFormat.java (clone): New method.
+ * java/text/NumberFormat.java (clone): New method.
+ (equals): New method.
+ * java/text/Format.java (clone): New method.
+ * java/text/DateFormatSymbols.java (DateFormatSymbols): New
+ constructor.
+ (clone): New method.
+ * java/text/DateFormat.java (clone): New method.
+ * java/text/Collator.java (clone): New method.
+
+2000-02-03 Tom Tromey <tromey@cygnus.com>
+
* java/io/PipedOutputStream.java (write(byte[], int, int)): New
method.