summaryrefslogtreecommitdiff
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
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
-rwxr-xr-xgnu/java/beans/ChangeLog3
-rwxr-xr-xgnu/java/beans/editors/ChangeLog3
-rwxr-xr-xgnu/java/beans/info/ChangeLog3
-rw-r--r--gnu/java/io/ChangeLog20
-rw-r--r--gnu/java/io/decode/ChangeLog23
-rw-r--r--gnu/java/io/encode/ChangeLog23
-rwxr-xr-xgnu/java/lang/ChangeLog3
-rw-r--r--gnu/java/lang/reflect/ChangeLog9
-rw-r--r--gnu/java/net/content/text/ChangeLog8
-rwxr-xr-xjava/beans/ChangeLog10
-rw-r--r--java/io/ChangeLog401
-rwxr-xr-xjava/lang/reflect/ChangeLog39
-rw-r--r--java/net/ChangeLog195
-rw-r--r--java/util/ChangeLog5
-rw-r--r--native/java.io/ChangeLog36
-rwxr-xr-xnative/java.lang.reflect/ChangeLog22
-rw-r--r--native/java.net/ChangeLog43
-rwxr-xr-xnative/lib/ChangeLog19
-rwxr-xr-xnative/vmi/ChangeLog12
-rw-r--r--test/java.io/ChangeLog103
20 files changed, 0 insertions, 980 deletions
diff --git a/gnu/java/beans/ChangeLog b/gnu/java/beans/ChangeLog
deleted file mode 100755
index fa3fb3515..000000000
--- a/gnu/java/beans/ChangeLog
+++ /dev/null
@@ -1,3 +0,0 @@
-Sun Aug 9 10:51:15 MDT 1998 - John Keiser (jkeiser@iname.com)
-
-Initial revision. Everything works fine, needs overhaul for efficiency.
diff --git a/gnu/java/beans/editors/ChangeLog b/gnu/java/beans/editors/ChangeLog
deleted file mode 100755
index 1d306f51a..000000000
--- a/gnu/java/beans/editors/ChangeLog
+++ /dev/null
@@ -1,3 +0,0 @@
-Sun Aug 9 10:52:32 MDT 1998 - John Keiser (jkeiser@iname.com)
-
-Initial Revision. Nothing is tested here.
diff --git a/gnu/java/beans/info/ChangeLog b/gnu/java/beans/info/ChangeLog
deleted file mode 100755
index 54b6a392a..000000000
--- a/gnu/java/beans/info/ChangeLog
+++ /dev/null
@@ -1,3 +0,0 @@
-Sun Aug 9 10:55:04 MDT 1998 - John Keiser (jkeiser@iname.com)
-
-Initial revision. Implemented ComponentBeanInfo for compatibility with Sun (also because it makes sense). Fully tested.
diff --git a/gnu/java/io/ChangeLog b/gnu/java/io/ChangeLog
deleted file mode 100644
index eca2a7c27..000000000
--- a/gnu/java/io/ChangeLog
+++ /dev/null
@@ -1,20 +0,0 @@
-Sat Aug 1 21:53:46 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * EncodingManager.java: Fixed a booboo where what was supposed
- to be "encode" was actually "decode".
-
-Sun Jul 26 19:16:25 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * EncodingManager.java: Added the Encoder portion to this class
- and got a clean compile.
-
-Sat Jul 25 19:09:42 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * EncodingManager.java: Wrote this class (Decoder portion) and
- got a clean compile.
-
-1998-07-06 Geoff Berry <gcb@cs.duke.edu>
-
- * UniqueObjectWrapper.java: Added comments.
-
-
diff --git a/gnu/java/io/decode/ChangeLog b/gnu/java/io/decode/ChangeLog
deleted file mode 100644
index 16b2a6880..000000000
--- a/gnu/java/io/decode/ChangeLog
+++ /dev/null
@@ -1,23 +0,0 @@
-Sat Aug 1 21:54:47 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * Decoder8859_5.java: Wrote this class and got a clean compile.
-
- * Decoder8859_4.java: Wrote this class and got a clean compile.
-
- * Decoder8859_3.java: Wrote this class and got a clean compile.
-
- * Decoder8859_2.java: Wrote this class and got a clean compile.
-
- * DecoderUTF8.java: Wrote this class and got a clean compile.
-
- * DecoderEightBitLookup.java: Moved methods around for consistency.
-
-Sat Jul 25 19:10:29 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * Decoder8859_1.java: Wrote this class and got a clean compile.
-
- * DecoderEightBitLookup.java: Wrote this class and got a clean
- compile.
-
- * Decoder.java: Wrote this class and got a clean compile.
-
diff --git a/gnu/java/io/encode/ChangeLog b/gnu/java/io/encode/ChangeLog
deleted file mode 100644
index bba83d8aa..000000000
--- a/gnu/java/io/encode/ChangeLog
+++ /dev/null
@@ -1,23 +0,0 @@
-Sat Aug 1 21:54:24 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * Encoder8859_5.java: Wrote this class and got a clean compile.
-
- * Encoder8859_4.java: Wrote this class and got a clean compile.
-
- * Encoder8859_3.java: Wrote this class and got a clean compile.
-
- * Encoder8859_2.java: Wrote this class and got a clean compile.
-
- * EncoderUTF8.java: Wrote this class and got a clean compile.
-
- * EncoderEightBitLookup.java: Moved methods around for consistency
-
-Sun Jul 26 19:16:46 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * Encoder8859_1.java: Wrote this class and got a clean compile.
-
- * EncoderEightBitLookup.java: Wrote this class and got a
- clean compile.
-
- * Encoder.java: Wrote this class and got a clean compile.
-
diff --git a/gnu/java/lang/ChangeLog b/gnu/java/lang/ChangeLog
deleted file mode 100755
index 212724e96..000000000
--- a/gnu/java/lang/ChangeLog
+++ /dev/null
@@ -1,3 +0,0 @@
-Sun Aug 9 10:57:45 MDT 1998 - John Keiser (jkeiser@iname.com)
-
-Initial Revision. Lots of stuff that should have been standard but wasn't.
diff --git a/gnu/java/lang/reflect/ChangeLog b/gnu/java/lang/reflect/ChangeLog
deleted file mode 100644
index 633c01337..000000000
--- a/gnu/java/lang/reflect/ChangeLog
+++ /dev/null
@@ -1,9 +0,0 @@
-2000-04-17 Andrew Haley <aph@cygnus.com>
-
- * TypeSignature.java (getClassForEncoding): Don't remove
- punctuation from the classname of an array element.
-
-1998-07-06 Geoff Berry <gcb@cs.duke.edu>
-
- * (TypeSignature.java) Added documentation.
-
diff --git a/gnu/java/net/content/text/ChangeLog b/gnu/java/net/content/text/ChangeLog
deleted file mode 100644
index fe92bbc0b..000000000
--- a/gnu/java/net/content/text/ChangeLog
+++ /dev/null
@@ -1,8 +0,0 @@
-Sat May 16 15:15:10 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * plain.java: Changed package to gnu.*
-
-Sun May 3 21:04:11 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * plain.java: Wrote this class
-
diff --git a/java/beans/ChangeLog b/java/beans/ChangeLog
deleted file mode 100755
index 9be7f7688..000000000
--- a/java/beans/ChangeLog
+++ /dev/null
@@ -1,10 +0,0 @@
-Sun Aug 9 10:40:29 MDT 1998: John Keiser (jkeiser@iname.com)
-
- Initial ChangeLog. Most things are done now, Beans class itself is
- untested, and Introspector needs an efficiency overhaul now that I have
- got it compliant. Introspection performs 50-100% slower than Sun's on Sun
- JDK. It should be noted that the reason for the slowness is probably
- because I over-interpreted the Sun specification and tried to make
- everything as explicit as possible; perhaps by a looser interpretation of
- the introspection spec, one could get better performance (though with more
- ambiguous results). \ No newline at end of file
diff --git a/java/io/ChangeLog b/java/io/ChangeLog
deleted file mode 100644
index 26ae4ef36..000000000
--- a/java/io/ChangeLog
+++ /dev/null
@@ -1,401 +0,0 @@
-2000-10-05 Warren Levy <warrenl@cygnus.com>
-
- * Makefile.am: Removed Replaceable.java and Resolvable.java.
- * ObjectInputStream.java (processResolution): Fixed typo
- in method name.
- (processResolution): Handle readResolve method via reflection with
- removal of Resolvable interface.
- * ObjectOutputStream.java (writeObject): Handle writeReplace
- method via reflection with removal of Replaceable interface.
- * Replaceable.java: Removed.
- * Resolvable.java: Removed.
-
-2000-08-15 Tom Tromey <tromey@cygnus.com>
-
- * ByteArrayOutputStream.java: Merged with libgcj.
-
-2000-08-07 Tom Tromey <tromey@cygnus.com>
-
- * PipedInputStream.java (read(byte[],int,int)): Mostly rewrote.
- (receive): Streamlined.
-
-2000-08-05 Tom Tromey <tromey@cygnus.com>
-
- * PrintWriter.java: Merged with libgcj.
-
-2000-08-03 Warren Levy <warrenl@cygnus.com>
-
- * ObjectInputStream.java (readFields): Turn off
- readDataFromBlock while reading via GetField.
- (GetField$1.get(String, Object)): Pass Class of default value to
- getField.
- (getField): Allow for null default values.
-
- * ObjectOutputStream.java: Fixed typo in comment.
- (PutField$1.put): Fixed calls of checkType in most of the put
- methods to pass the correct parameter.
- (PutField$1.put(String, Object)): Allow for null value arg.
- (PutField$1.write): Turn off writeDataAsBlocks while writing via
- PutField.
-
- * ObjectStreamClass.java (serialPersistentFields): Fixed
- typo in spec'ed field name.
- (getSerialPersistentFields): Changed spelling of method to match
- the correct spelling of the spec'ed field name.
-
-2000-07-28 Warren Levy <warrenl@cygnus.com>
-
- * ObjectOutputStream.java (writeObject): Per spec, call
- NotSerializableException with just the class name.
-
-2000-07-27 Warren Levy <warrenl@cygnus.com>
-
- * ObjectOutputStream.java: Fixed typo in comment.
- * ObjectStreamClass.java: Merged with libgcj.
- Fixed typos in comments.
- (lookup): Applied patch from Brian Jones <cbj@gnu.org> to optimize.
- (getDefinedSUID): Removed native method.
- (getSerialPersistantFields): Removed native method.
- (hasClassInitializer): Removed native method.
-
-2000-05-19 Tom Tromey <tromey@cygnus.com>
-
- * BufferedWriter.java: Merged with libgcj.
- * BufferedOutputStream.java (write(byte[],int,int)): Removed
- unused `if'. Don't bother chunking or buffering large writes.
-
-2000-04-21 Tom Tromey <tromey@cygnus.com>
-
- * PipedOutputStream.java (write(int)): Use `receive', not
- `write'.
- (write(byte[],int,int): Likewise.
- * PipedInputStream.java (receive(byte[],int,int)): Renamed from
- `write'.
- (receive(int)): Rewrote.
-
- * PipedInputStream.java (try_not_to_block): Removed.
- (read): Can return fewer than LEN bytes as long as at least one
- byte was read.
- * PipedReader.java (try_not_to_block): Removed.
- (read): Can return fewer than LEN characters as long as at least
- one character was read.
- (connect, close, read, write): Fixed indentation.
-
-Wed Jul 29 21:18:58 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * LineNumberReader.java: Fixed constructor which had infinite
- recursive call.
-
- * BufferedReader.java: Made DEFAULT_BUFFER_SIZE protected instead
- of private.
-
-Sun Jul 26 19:18:22 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * FileWriter.java: Wrote this class and got a clean compile.
-
- * FileReader.java: Wrote this class and got a clean compile.
-
- * OutputStreamWriter.java: Wrote this class and got a clean compile.
-
-Sat Jul 25 11:38:20 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * InputStreamReader.java: Wrote this class and got a clean
- compile.
-
- * PrintStream.java: Corrected some auto-flush behavior problems.
-
- * PrintWriter.java: Wrote this class and got a clean compile.
-
-Thu Jul 23 19:36:18 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * PipedReader.java: Wrote this class and got a clean compile.
-
- * PipedInputStream.java: Stripped Texinfo tags and replaced with
- HTML.
-
- * StringWriter.java: Wrote this class and got a clean compile.
-
- * LineNumberReader.java: Wrote this class and got a clean compile.
-
- * BufferedReader.java: Added readLine() method which I had
- forgotten to include.
-
-Tue Jul 21 19:02:45 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * LineNumberInputStream.java: Stripped out Texinof tags and
- replaced with HTML.
-
- * FilterWriter.java: Wrote this class and got a clean compile.
-
-Mon Jul 20 22:07:47 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * BufferedWriter.java: Wrote this class and got a clean compile.
-
- * CharArrayWriter.java: Wrote this class and got a clean
- compile.
-
- * Writer.java: Wrote this class and got a clean compile.
-
- * OutputStream.java: Stripped out Texinfo tags and replaced with
- HTML. (Only a couple left).
-
- * StringReader.java: Wrote this class and got a clean compile.
-
- * StringBufferInputStream.java: Stripped out Texinfo tags and
- replaced with HTML.
-
- * PushbackReader.java: Wrote this class and got a clean compile.
-
- * PushbackInputStream.java: Stripped out Texinfo tags and replaced
- with HTML.
-
-Sun Jul 19 14:23:15 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * FilterReader.java: Wrote this class and got a clean compile.
-
- * BufferedReader.java: Wrote this class and got a clean compile.
-
- * BufferedInputStream.java: Stripped out Texinfo tags and replaced
- with HTML.
-
-Sat Jul 18 14:11:32 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * FilterInputStream.java: Stripped out Texinfo tags and replaced
- with HTML.
-
- * CharArrayReader.java: Wrote this class and got a clean compile.
-
- * PrintStream.java: Wrote this class and got a clean compile.
-
- * Reader.java: Wrote this class and got a clean compile.
-
- * ByteArrayInputStream.java: Stripped out Texinfo tags and replaced
- with HTML.
-
- * InputStream.java: Stripped out Texinfo tags and replaced with HTML
-
- * PipedInputStream.java: Fixed bugs in read()
-
-Fri Jul 17 19:07:41 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * RandomAccessFile.java: Wrote this class (Java portions) and
- got a clean compile.
-
- * DataOutputStream.java: Pulled ata type converters into separate
- static methods so that RandomAccessFile can use them.
-
- * DataInputStream.java: Pulled data type converters into separate
- static methods so that RandomAccessFile can use them. Make sure
- skip does nothing and returns 0 on negative input.
-
-Thu Jul 16 20:59:54 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * FileInputStream.java: Fixed bugs in available() and skip() during
- testing.
-
- * File.java: Miscellaneous changes to fix bugs during debugging.
-
-Tue Jul 7 18:36:18 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * File.java: Finished this class and got a clean compile.
-
-1998-07-07 Geoff Berry <gcb@nutzoid.salmon>
-
- * ObjectStreamClass.java (setFlags(Class)): Use
- Class.isAssignableFrom(Class) instead of looking through
- interfaces for Serializable and Externalizable.
- (hasDefinedSUID(Class)): changed to getDefinedSUID(Class).
- Checking for the field is now done in Java to be sure the field is
- final.
-
-1998-07-06 Geoff Berry <gcb@cs.duke.edu>
-
- * ObjectStreamClass.java, ObjectStreamConstants.java: Added
- documentation.
-
-Sun Jul 5 20:15:30 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * File.java: Wrote most of the Java portions of this class.
-
-Tue Jun 30 19:04:15 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * PushbackInputStream.java: Fixed bug in read() that caused
- improper sign extension when returning a byte as an int.
-
- * PipedInputStream.java: Fixed bug in read() that caused improper
- sign extension when returning a byte as an int.
-
- * FileInputStream.java: Fixed bug in read() that caused improper
- sign extension when returning a byte as an int.
-
- * ByteArrayInputStream.java: Fixed bug in read() that caused
- improper sign extension when returning a byte as an int.
-
- * BufferedInputStream.java: Fixed bug in read() that caused
- improper sign extension when returning a byte as an int.
-
-Fri Jun 26 20:49:26 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * PushbackInputStream.java: Added synchronized declaration for
- thread saftey.
-
- * DataInputStream.java: Fixed bug where skipBytes() would incorrectly
- throw an EOFException if it could not skip the requested number of
- bytes.
-
- * BufferedInputStream.java: Fixed major bug in skip() where it
- did not ignore negative numbers, resulted in massive damage. Fixed
- bug where it failed to add offset to array index correctly. Added
- synchronized delcarations for thread safety.
-
- * ByteArrayOutputStream.java: Fixed miscellaneous problems during
- initial debugging.
-
- * BufferedOutputStream.java: Fixed miscellaneous problems during
- initial debugging.
-
-Tue Jun 23 19:02:59 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * DataOutputStream.java: Fixed shift problem when writing multibyte
- primitive values. Fixed mask in writing UTF bytes.
-
-Sun Jun 21 21:16:04 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * FileOutputStream.java: Wrote the Java portions of this class
- and got a clean compile.
-
- * PipedOutputStream.java: Wrote this class and got a clean compile.
-
- * PipedInputStream.java: Added write() method.
-
-Sat Jun 20 18:36:12 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * DataOutputStream.java: Wrote this class and got a clean compile.
-
- * BufferedOutputStream.java: Wrote this class and got a clean compile.
-
-Tue Jun 16 20:08:04 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * FilterOutputStream.java: Wrote this class and got a clean compile.
-
- * ByteArrayOutputStream.java: Wrote this class and got a clean compile
-
- * DataInputStream.java: Fixed bugs in UTF string retrieval
-
-Thu Jun 11 19:58:12 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * ByteArrayInputStream.java: Fixed bug in mark functionality that
- set markpos to readlimit instead of pos.
-
-Tue Jun 9 20:36:14 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * OutputStream.java: Wrote this class and got a clean compile.
-
-Thu Jun 4 20:54:46 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * FileInputStream.java: Finished class and got a clean compile.
-
-Wed Jun 3 22:02:07 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * FileInputStream.java: Started writing this class. Finished
- instance variables and constructors.
-
- * FileDescriptor.java: Wrote the Java portions of this class and
- got a clean compile.
-
-Tue Jun 2 21:10:05 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * DataInputStream.java: Wrote this method and got a clean compile
-
- * DataInput.java: Added substantial documentation on the format
- of the underlying data read by this interface.
-
-Mon Jun 1 22:45:26 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * PushbackInputStream.java: Finished class and got a clean compile.
-
-Sun May 31 17:28:40 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * PushbackInputStream.java: Starting writing this class.
-
- * BufferedInputStream.java: Wrote this class and got a clean compile.
-
-Thu May 28 22:14:22 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * SequenceInputStream.java: Wrote this class and got a clean compile
-
- * StringBufferInputStream.java: Wrote this class and got a clean
- compile.
-
- * LineNumberInputStream.java: Wrote this class and got a clean compile
-
-Wed May 27 21:24:17 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * FilterInputStream.java: Wrote this class and got a clean compile.
-
- * PipedInputStream.java: Wrote this class and got a clean compile.
-
-Mon May 25 19:37:35 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * ByteArrayInputStream.java: Wrote this class and got a clean compile.
-
- * InputStream.java: Wrote this class and got a clean compile
-
-Sat May 23 19:40:56 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * Serializable.java: Wrote this interface.
-
- * Resolvable.java: Wrote this interface.
-
- * Replaceable.java: Wrote this interface.
-
- * ObjectInputValidation.java: Wrote this interface.
-
-Fri May 22 23:41:57 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * FilenameFilter.java: Wrote this interface.
-
- * Externalizable.java: Wrote this interface.
-
- * ObjectOutput.java: Wrote this interface.
-
- * ObjectInput.java: Wrote this interface.
-
- * DataOutput.java: Wrote this interface.
-
- * DataInput.java: Wrote this interface.
-
- * WriteAbortedException.java: Wrote this class.
-
- * UnsupportedEncodingException.java: Wrote this class.
-
- * SyncFailedException.java: Wrote this class.
-
- * UTFDataFormatException.java: Wrote this class.
-
- * StreamCorruptedException.java: Wrote this class.
-
-Sun May 17 12:11:34 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * CharConversionException.java: Wrote this class.
-
- * EOFException.java: Wrote this class.
-
- * FileNotFoundException.java: Wrote this class.
-
- * IOException.java: Wrote this class.
-
- * InterruptedIOException.java: Wrote this class.
-
- * InvalidClassException.java: Wrote this class.
-
- * InvalidObjectException.java: Wrote this class.
-
- * NotActiveException.java: Wrote this class.
-
- * NotSerializableException.java: Wrote this class.
-
- * OptionalDataException.java: Wrote this class.
-
- * ObjectStreamException.java: Wrote this class.
-
diff --git a/java/lang/reflect/ChangeLog b/java/lang/reflect/ChangeLog
deleted file mode 100755
index bce711129..000000000
--- a/java/lang/reflect/ChangeLog
+++ /dev/null
@@ -1,39 +0,0 @@
-Feb. 5 15:13:33 MDT 1999 - John Keiser (jkeiser@iname.com)
-
-We're about to release, so it's time for a new note. Most of the classes in
-here have been moved to the VM Interface. Only a few VM-independent ones
-remain.
-
-Java 2 support still needs coding, but that has to wait for java.lang.Class,
-which in turn really should wait until Java 2 security is implemented.
-
-Aug 9 12:01:22 MDT 1998 - John Keiser (jkeiser@iname.com)
-
-There is no way Sun can support our Reflection. We can't implement Class,
-we can't ever create a Reflected Object.
-
-This class is relatively complete. Most changes are going on in the other
-side. Need to implement some CLI functions, ToReflectedField,
-ToReflectedMethod, FromReflectedField, FromReflectedMethod, in order to
-do this right. Should be able to do so with JVMDI, which we will require
-VMs to support if they want to support java.lang.reflect. (No way around it.)
-
-Jun 20 9:20:20 MDT 1998 - John Keiser (jkeiser@iname.com)
-
-OK, the Java side was easy.
-
-The difficult part is the native side, and while that has gone somewhere, there
-is so much integration between the VM and class libraries in Sun's version that
-a whole new API had to be created (the VMI being the prominent one). JCL
-Reflection will likely never work with Sun's JDK 1.1 unless we manage some real
-magic. Therefore I am targeting it to Japhar and Kaffe 1.1, where we at least
-have some ability to create VMI functionality.
-
-I am not even certain if Sun's JDK 1.2 will be able to support JCL Reflection.
-I am not getting my hopes up. Unless their JVMDI spec improves, it will be
-impossible to do so efficiently, and probably impossible in any case, without
-knowing their internal structures.
-
-This whole thing has been compiled but has never run. I am checking this in
-right now so that Geoffrey Berry, who is working on Serialization, will have
-some starting points, especially in regards to his native code.
diff --git a/java/net/ChangeLog b/java/net/ChangeLog
deleted file mode 100644
index d3f7e9cf7..000000000
--- a/java/net/ChangeLog
+++ /dev/null
@@ -1,195 +0,0 @@
-2000-05-04 Tom Tromey <tromey@cygnus.com>
-
- * java/net/MulticastSocket.java (joinGroup): Don't explicitly
- check for null pointer.
- (leaveGroup): Likewise.
- * java/net/DatagramPacket.java (DatagramPacket): Removed erroneous
- comment.
- (setData): Likewise.
-
-Sat May 16 15:18:55 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * URLConnection.java: changed property names to gnu.*
-
- * URL.java: Changed property names to gnu.*
-
- * InetAddress.java: Changed property names to gnu.*
-
-Tue May 5 22:35:27 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * URLStreamHandler.java: Fixed major problems related to parsing
- string URL's.
-
- * URL.java: Fixed problems related to parsing string URL's
-
-Thu Apr 23 23:49:50 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * ServerSocket.java: Implemented stubbed out methods.
-
-Tue Apr 21 00:00:36 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * DatagramPacket.java: Fixed bug in setLength() method
-
- * DatagramSocket.java: Fixed bug where send wasn't passing enough
- arguments to the native method.
-
-Sun Apr 19 15:03:23 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * PlainDatagramSocketImpl.java: Changed get/setTTL to use the
- get/setOptions interface instead of calling a raw native method
-
- * SocketOptions.java: Added option id for time to live (IP_TTL)
-
- * DatagramSocketImpl.java: Modifed method signatures to be
- protected as they should have been originally.
-
-Sat Apr 18 22:52:26 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * InetAddress.java: Fixed bug in static initializer where local
- variables were shadowing static variables leading to no caching.
-
- * PlainDatagramSocketImpl.java: Wrote all of the Java methods in
- this class and got a clean compile. Native methods must still be
- written.
-
- * DatagramSocket.java: Modifications to create and call the
- PlainDatagramSocket impl for needed functions.
-
-Thu Apr 16 18:53:39 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * Socket.java: Cleaned up INADDR_ANY handling
-
- * InetAddress.java: Cleaned up INADDR_ANY handling
-
- * SocketOutputStream.java: Wrote this class and got a clean
- compile
-
- * PlainSocketImpl.java: Added read and write methods to support
- SocketInputStream and SocketOutputStream respectively.
-
- * SocketInputStream.java: Finished implementing this class and got
- a clean compile.
-
-Wed Apr 15 19:33:08 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * SocketInputStream.java: Started implementing this method. Wrote
- all but the read/skip methods.
-
- * PlainSocketImpl.java: Finished off tiny get{Input,Output}Stream
- methods to return Socket{Input,Output}Stream instances.
-
- * Socket.java: Added all the get/set methods for the socket options
-
- * SocketOptions.java: Wrote a test program to identify most socket
- option values. Added them to this method. Also identified that
- the Object passed to the setOption method seems to be an Integer
-
-Tue Apr 14 19:10:18 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * InetAddress.java: Minor caching tweaks to support no caching
- and unlimited caching.
-
- * PlainSocketImpl.java: Wrote this class (java portion) and got
- a clean compile.
-
-Mon Apr 13 22:07:47 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * InetAddress.java: Added DNS caching support.
-
-Fri Apr 10 21:07:29 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * JarURLConnection.java: Created this class and got a clean compile
-
- * SocketOptions.java: Created this interface and got a clean
- compile.
-
- * HttpURLConnection.java: Wrote this method and got a clean
- compile.
-
-Thu Apr 9 20:05:01 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * URLConnection.java: Finished this class. Got a clean compile.
-
- * MimeTypeMapper.java: Wrote this new non-public class to implement
- the FileNameMap interface. Got a clean compile.
-
-Wed Apr 8 17:45:01 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * URLConnection.java: Started this class and wrote most of the
- methods. All that is missing is a few getHeaderXXX methods and
- getPermission. Lots of questions.
-
- * URLEncoder.java: Wrote this class (one method total) and got a
- clean compile.
-
- * URLStreamHandler.java: Finished parseURL method. Got a clean
- compile.
-
-Tue Apr 7 21:11:23 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * URLStreamHandler.java: Started this class. Wrote all methods but
- parseURL and got part way through that.
-
-Mon Apr 6 22:12:49 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * URL.java: Wrote this class and got a clean compile. Of course
- I still have questions, but it should be mostly complete
-
-Fri Apr 3 20:04:26 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * MulticastSocket.java: Wrote this class and got a clean compile.
- A lot of method are stubbed out as I am not sure how to implement
- them yet.
-
- * Authenticator.java: Wrote this class and got a clean compile.
-
- * ContentHandler.java: Wrote this class and got a clean compile.
-
-Thu Apr 2 20:06:44 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * PasswordAuthentication.java: Wrote this class and got a clean
- compile.
-
- * NetPermission.java: Wrote this class and got a clean compile.
-
- * SocketPermission.java: Wrote this class and got a clean compile.
- getPermissionCollection is still not implemented and I have a few
- questions as well.
-
- * ServerSocket.java: Wrote this class and got a clean compile.
- Still missing socket option functionality.
-
- * Socket.java: Misc syntax fixes to get a clean compile
-
-Wed Apr 1 19:20:57 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * DatagramPacket.java: Wrote this class. Got a clean compile. Still
- some questions though.
-
- * DatagramSocketImpl.java: Wrote this class. Got a clean compile.
- Almost all instance methods are abstract, so this is quick. Still
- some questions though.
-
- * DatagramSocket.java: Wrote this class. Most methods just call
- impl methods. Have a lot of questions still about how this is
- supposed to work.
-
- * SocketImpl.java: Wrote this class. Got a clean compile. All
- instance methods are abstract, so this was quick
-
- * Socket.java: Wrote this this class. Still missing socket option
- functionality.
-
-Tue Mar 31 21:31:27 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * InetAddress.java: Wrote initial version of this object and got
- a clean compile. Some routines (notably those that rely on native
- methods) are still stubbed out, but most of the Java only code is
- there
-
-Thu Mar 26 23:14:46 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * Started a clean room implementation of the java.net package
- compatible with the 1.2 release of the JDK. Created initial cut
- of all interfaces and exception classes in that package.
- \ No newline at end of file
diff --git a/java/util/ChangeLog b/java/util/ChangeLog
deleted file mode 100644
index 50e5ef208..000000000
--- a/java/util/ChangeLog
+++ /dev/null
@@ -1,5 +0,0 @@
-1998-07-06 Geoff Berry <gcb@cs.duke.edu>
-
- * Arrays.java (mergeSort(Object[],Comparator)): Added
- initialization of int `d2' to -1 to placate javac.
-
diff --git a/native/java.io/ChangeLog b/native/java.io/ChangeLog
deleted file mode 100644
index 63e80f4e0..000000000
--- a/native/java.io/ChangeLog
+++ /dev/null
@@ -1,36 +0,0 @@
-2000-07-30 Warren Levy <warrenl@cygnus.com>
-
- * java_io_ObjectStreamClass.c: Removed.
-
-2000-07-27 Warren Levy <warrenl@cygnus.com>
-
- * Makefile.am: Removed reference to java_io_ObjectStreamClass.c.
-
-Fri Jul 17 21:18:10 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * RandomAccessFile.c: Wrote this module and got a clean compile.
-
-Thu Jul 16 21:02:02 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * FileOutputStream.c: Wrote this module and got clean compile.
-
- * File.c: Debugged module. Misc bug fixes.
-
-Wed Jul 8 19:27:50 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * File.c: Finished this module and got a clean compile.
-
-Tue Jul 7 19:32:12 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * File.c: Started writing this module
-
-1998-07-06 Geoff Berry <gcb@cs.duke.edu>
-
- * java_io_ObjectStreamClass.c: Added comments.
-
-Sun Jul 5 11:53:14 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * FileInputStream.c Wrote this module and got a clean compile.
-
- * FileDescriptor.c Wrote this module and got a clean compile.
-
diff --git a/native/java.lang.reflect/ChangeLog b/native/java.lang.reflect/ChangeLog
deleted file mode 100755
index 7a73c0781..000000000
--- a/native/java.lang.reflect/ChangeLog
+++ /dev/null
@@ -1,22 +0,0 @@
-Sun Aug 9 11:06:25 MDT 1998 - John Keiser (jkeiser@iname.com)
-
-Reflection is written and running. No known functional changes need to be
-made. Now CLI ToReflected* and FromReflected* methods need to be written so
-that this stuff can be tested.
-
-
-Jun 20 1998: John Keiser (jkeiser@iname.com)
-
-Initial Version
-
-Currently Reflection depends heavily on the VMI and JVMDI. The only way I can
-think of to deal with this is to make a VMI 1.1 API that handles what JVMDI
-does not. When one compiles the 1.1 version of Reflection, it can just use
-that.
-
-Field is not done yet. Don't bother compiling it.
-
-This whole thing is quite untested. I am checking in now because I want
-Geoffrey, the Serialization dude, to have some reference code to work with.
-His stuff is not altogether different from mine, and in order to make his
-code efficient he may need to borrow from mine.
diff --git a/native/java.net/ChangeLog b/native/java.net/ChangeLog
deleted file mode 100644
index 60525e511..000000000
--- a/native/java.net/ChangeLog
+++ /dev/null
@@ -1,43 +0,0 @@
-Wed Apr 22 21:39:11 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * javanet.c: Finished off native method support for multicast sockets
-
-Tue Apr 21 00:01:55 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * javanet.c: Lots of bug fixes to make datagram sockets work.
-
- * PlainDatagramSocketImpl.c: Finished off receive(). Misc bug fixes
- to get datagram sockets to work.
-
-Sun Apr 19 17:19:40 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * PlainDatagramSocketImpl.c: Wrote initial versions of all native
- methods except receive
-
-Sat Apr 18 22:15:59 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * javanet.c: Completed all functionality needed for stream sockets
- and tested basic functionality.
-
-Thu Apr 16 19:44:39 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * InetAddress.c: Cleaned up INADDR_ANY handling
-
-Wed Apr 15 23:24:06 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * PlainSocketImpl.c: Finished module. Mostly wrote methods here and
- then copied them to javanet.c and redirected all calls from here
- to those functions. Got a clean compile.
-
- * javanet.h: New header file with decls for javanet.c
-
- * javanet.c: Pulled the socket functions from PlainSocketImpl to here
- to facilitate sharing with Datagram sockets. Implemented the
- get/set functions for option handling. Modified the _javanet_throw*
- function to take an addtional arg specifying the exception.
-
-Sun Apr 12 14:19:26 1998 arenn's Development Account <devel@larissa.foo.com>
-
- * InetAddress.c: Created native library routines for InetAddress
- class. Clean compile, install and test.
-
diff --git a/native/lib/ChangeLog b/native/lib/ChangeLog
deleted file mode 100755
index dffac0093..000000000
--- a/native/lib/ChangeLog
+++ /dev/null
@@ -1,19 +0,0 @@
-Jun 20 1998: John Keiser (jkeiser@iname.com)
-
-OK, everything in the JCL libs is 1.1-compliant: if it uses
-anything that could be VM-specific, it pawns the job off on
-the VMI, whose job it is to interface to the virtual
-machine. Some of these dependencies will go away with
-JVMDI in 1.2, but until then, VMI is the way to go.
-
-jcl.h is for generically useful stuff: right now most of
-the functions it has do some simple function, check for
-errors, and throw an appropriate exception if an error
-occurs.
-
-primlib.h is a way of caching the reflective types and the
-wrapper types and does a little conversion between types to
-boot.
-
-jnilink.h allows you to safely cache classes, fields and
-methods in your native code.
diff --git a/native/vmi/ChangeLog b/native/vmi/ChangeLog
deleted file mode 100755
index 44b0c3465..000000000
--- a/native/vmi/ChangeLog
+++ /dev/null
@@ -1,12 +0,0 @@
-Sun Aug 9 11:08:14 MDT 1998 - John Keiser (jkeiser@iname.com)
-
-Added this ChangeLog. No change to VMI proper.
-
-20 June 1998 - John Keiser (jkeiser@iname.com)
-
-Initial Revision
-
-This is the catchall library that does all the VM-specific
-interface stuff. It needs to be implemented on a per-VM
-basis. Currently the only JVM supported is Japhar.
-
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.
-