summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBrian Jones <cbj@gnu.org>2000-12-03 06:03:20 +0000
committerBrian Jones <cbj@gnu.org>2000-12-03 06:03:20 +0000
commitedf889fa97073713be4f0f3a1ced5c2a8f690a25 (patch)
treed4b25ebe73b08d0a020971e34cc4bdd50f421624 /test
parent4de543553a027d7bf68f472d35143fdda22f52ad (diff)
downloadclasspath-edf889fa97073713be4f0f3a1ced5c2a8f690a25.tar.gz
* gnu/java/beans/ChangeLog: removed
* gnu/java/beans/editors/ChangeLog: removed * gnu/java/beans/info/ChangeLog: removed * gnu/java/io/ChangeLog: removed * gnu/java/io/decode/ChangeLog: removed * gnu/java/io/encode/ChangeLog: removed * gnu/java/lang/ChangeLog: removed * gnu/java/lang/reflect/ChangeLog: removed * gnu/java/net/content/text/ChangeLog: removed * java/beans/ChangeLog: removed * java/io/ChangeLog: removed * java/lang/reflect/ChangeLog: removed * java/net/ChangeLog: removed * java/util/ChangeLog: removed * native/java.io/ChangeLog: removed * native/java.lang.reflect/ChangeLog: removed * native/java.net/ChangeLog: removed * native/lib/ChangeLog: removed * native/vmi/ChangeLog: removed * test/java.io/ChangeLog: removed
Diffstat (limited to 'test')
-rw-r--r--test/java.io/ChangeLog103
1 files changed, 0 insertions, 103 deletions
diff --git a/test/java.io/ChangeLog b/test/java.io/ChangeLog
deleted file mode 100644
index b95391c4f..000000000
--- a/test/java.io/ChangeLog
+++ /dev/null
@@ -1,103 +0,0 @@
-Sat Aug 1 22:02:47 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * UTF8EncodingTest.java: Wrote this class, got a clean compile,
- and tested the UTF8 encoding scheme.
-
-Fri Jul 31 21:03:16 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * PrintWriterTest.java: Wrote this class, got a clean compile,
- and tested PrintWriter.
-
- * FileWriterTest.java: Wrote this class, got a clean compile,
- and tested FileWriter and OutputStreamWriter.
-
- * BufferedCharWriterTest.java: Wrote this class, got a clean
- compile, and tested BufferedWriter and CharArrayWriter.
-
- * PipedReaderWriterTest.java: Wrote this class, got a clean
- compile, and tested PipedReader and PipedWriter.
-
- * FileReaderTest.java: Wrote this class, got a clean compile, and
- tested FileReader and InputStreamReader
-
-Wed Jul 29 20:00:20 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * LineNumberReaderTest.java: Wrote this class, got a clean compile,
- and tested LineNumberReader.
-
- * PushbackReaderTest.java: Wrote this class, got a clean compile,
- and tested PushbackReader.
-
- * BufferedReaderTest.java: Wrote this class, got a clean compile,
- and tested BufferedReader and StringReader.
-
- * CharArrayReaderTest.java: Wrote this class, got a clean compile,
- and tested CharArrayReader.
-
-Sat Jul 18 16:45:07 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * PrintStreamTest.java: Wrote this class, got a clean compile,
- and tested PrintStream
-
-Fri Jul 17 23:22:23 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * RandomAccessFileTest.java: Wrote this class, got a clean compile,
- and tested RandomAccessFile
-
-Thu Jul 16 21:00:47 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * FileOutputStreamTest.java: Wrote this class, got a clean compile,
- and tested FileOutputStream.
-
- * FileInputStreamTest.java: Wrote this class and got a clean compile
- and tested FileInputStream.
-
- * FileTest.java: Wrote this class, got a clean compile, and
- tested File.
-
-Fri Jun 26 20:50:29 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * BufferedByteOutputStreamTest.java: Wrote these classes and
- tested BufferedOutputStream and ByteOutputStream.s
-
-Tue Jun 23 19:02:27 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * DataInputOutputTest.java: Modified to read in both the JCL
- produced output and the JDK reference output.
-
-Tue Jun 16 20:09:50 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * DataInputOutputTest.java: Finished this class and initial debug
- round of DataInputStream.
-
-Sun Jun 16 17:29:19 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * DataInputOutputTest.java: Wrote this class and started debugging
- DataInputStream.
-
-Sat Jun 13 15:18:30 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * BufferedInputStreamTest.java: Wrote this class and tested
- BufferedInputStream
-
-Fri Jun 12 19:45:22 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * LineNumberInputStreamTest.java: Wrote this class and tested
- LineNumberInputStream.
-
-Thu Jun 11 19:57:16 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * PushbackInputStreamTest.java: Wrote this class and tested
- PushbackInputStream.
-
- * SequenceInputStreamTest.java: Wrote this class and test the
- SequenceInputStream class.
-
- * StringBufferInputStreamTest.java: Wrote this class and tested
- the StringBufferInputStream class.
-
-Wed Jun 10 21:56:38 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * ByteArrayInputStreamTest.java: Wrote this class and started test
- of the ByteArrayInputStream class.
-