diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-03 18:26:51 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-03 18:26:51 +0000 |
| commit | fe03e3ea5afb6758b6ef2f16d34dbfec30426fdf (patch) | |
| tree | 85aea7711b50644d2a0b864b59738c7489ebc02b /libjava/ChangeLog | |
| parent | 39fc636106eb94c1e4a62ed7b080f2f88cbadda8 (diff) | |
| download | ppe42-gcc-fe03e3ea5afb6758b6ef2f16d34dbfec30426fdf.tar.gz ppe42-gcc-fe03e3ea5afb6758b6ef2f16d34dbfec30426fdf.zip | |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31775 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 16 |
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. |

