Shuffle ChangeLog entries into new files ChangeLog-1998,

ChangeLog-2000, and ChangeLog-2004.  Correct some typos.  This change
does not itself get a ChangeLog entry.

From-SVN: r99225
This commit is contained in:
Ian Lance Taylor 2005-05-04 18:29:28 +00:00
parent d1ca2cfe44
commit 158a48bee4
8 changed files with 24641 additions and 24640 deletions

File diff suppressed because it is too large Load Diff

3601
libjava/ChangeLog-1998 Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

5077
libjava/ChangeLog-2000 Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -2562,7 +2562,7 @@
* java/lang/VMThrowable.java: New class. * java/lang/VMThrowable.java: New class.
* java/lang/natVMThrowable.cc: New file. * java/lang/natVMThrowable.cc: New file.
2003-08-23 Michael Koch <konqueror@gmx.de> 2002-08-23 Michael Koch <konqueror@gmx.de>
* java/net/URLConnection.java, * java/net/URLConnection.java,
java/netJarURLConnection.java, java/netJarURLConnection.java,
@ -2587,7 +2587,7 @@
* java/net/SocketAddress.java: New class from Classpath. * java/net/SocketAddress.java: New class from Classpath.
* java/net/InetSocketAddress.java: Likewise. * java/net/InetSocketAddress.java: Likewise.
2003-08-21 Michael Koch <konqueror@gmx.de> 2002-08-21 Michael Koch <konqueror@gmx.de>
* java/net/Authenticator.java: updated JDK 1.4 * java/net/Authenticator.java: updated JDK 1.4
* java/net/ContentHandler.java: updated JDK 1.4 * java/net/ContentHandler.java: updated JDK 1.4

View File

@ -967,7 +967,7 @@ i2003-12-16 Guilhem Lavaux <guilhem@kaffe.org>
(print): Use new internal print method. (print): Use new internal print method.
(println): Likewise. (println): Likewise.
2002-12-08 Bryce McKinlay <bryce@mckinlay.net.nz> 2003-12-08 Bryce McKinlay <bryce@mckinlay.net.nz>
* java/util/Hashtable.java (Hashtable(Map)): Use putAll, not * java/util/Hashtable.java (Hashtable(Map)): Use putAll, not
putAllInternal. putAllInternal.
@ -975,7 +975,7 @@ i2003-12-16 Guilhem Lavaux <guilhem@kaffe.org>
* java/util/HashMap.java (HashMap(Map)): As above. * java/util/HashMap.java (HashMap(Map)): As above.
(putAllInternal): As above. (putAllInternal): As above.
2002-12-08 Bryce McKinlay <bryce@mckinlay.net.nz> 2003-12-08 Bryce McKinlay <bryce@mckinlay.net.nz>
* java/util/Hashtable.java (internalContainsValue): Removed. * java/util/Hashtable.java (internalContainsValue): Removed.
(containsValue): Don't delegate to internalContainsValue. (containsValue): Don't delegate to internalContainsValue.
@ -6592,7 +6592,7 @@ i2003-12-16 Guilhem Lavaux <guilhem@kaffe.org>
(static): Check result of loadProvider calls. If necessary (static): Check result of loadProvider calls. If necessary
display WARNING and fallback to Gnu provider. display WARNING and fallback to Gnu provider.
2002-06-06 James Clark <jjc@jclark.com> 2003-06-06 James Clark <jjc@jclark.com>
Fix for PR libgcj/8738: Fix for PR libgcj/8738:
* gnu/gcj/convert/UnicodeToBytes.java (havePendingBytes): New method. * gnu/gcj/convert/UnicodeToBytes.java (havePendingBytes): New method.
@ -6603,7 +6603,7 @@ i2003-12-16 Guilhem Lavaux <guilhem@kaffe.org>
* java/lang/natString.cc (getBytes): Check converter havePendingBytes() * java/lang/natString.cc (getBytes): Check converter havePendingBytes()
and whether output buffer is full before increasing size. and whether output buffer is full before increasing size.
2002-06-06 Mark Wielaard <mark@klomp dot org> 2003-06-06 Mark Wielaard <mark@klomp dot org>
* java/io/PrintStream.java (writeChars(char[],int, int)): * java/io/PrintStream.java (writeChars(char[],int, int)):
Check converter.havePendingBytes(). Check converter.havePendingBytes().
@ -6632,7 +6632,7 @@ i2003-12-16 Guilhem Lavaux <guilhem@kaffe.org>
* java/lang/w_exp.c (o_threshold, u_threshold): Define only * java/lang/w_exp.c (o_threshold, u_threshold): Define only
if _IEEE_LIBM is undefined. if _IEEE_LIBM is undefined.
2002-06-05 Loren J. Rittle <ljrittle@acm.org> 2003-06-05 Loren J. Rittle <ljrittle@acm.org>
* libjava/include/posix.h (O_SYNC): Define if not available * libjava/include/posix.h (O_SYNC): Define if not available
and a reasonable, perhaps more conservative, replacement exists. and a reasonable, perhaps more conservative, replacement exists.
@ -9660,7 +9660,7 @@ i2003-12-16 Guilhem Lavaux <guilhem@kaffe.org>
(find_symbol): New function. (find_symbol): New function.
(_Jv_FindSymbolInExecutable): Use it. (_Jv_FindSymbolInExecutable): Use it.
2002-02-21 Anthony Green <green@redhat.com> 2003-02-21 Anthony Green <green@redhat.com>
* java/lang/Thread.java (Thread): New constructor taking stack * java/lang/Thread.java (Thread): New constructor taking stack
size parameter (ignored for now). size parameter (ignored for now).
@ -10176,7 +10176,7 @@ i2003-12-16 Guilhem Lavaux <guilhem@kaffe.org>
(get): May not be final. (get): May not be final.
(put): May not be final. (put): May not be final.
2002-02-13 Ranjit Mathew <rmathew@hotmail.com> 2003-02-13 Ranjit Mathew <rmathew@hotmail.com>
* gnu/gcj/runtime/NameFinder.java (createStackTraceElement): Use * gnu/gcj/runtime/NameFinder.java (createStackTraceElement): Use
lastIndexOf( ) instead of indexOf( ) to find the colon before lastIndexOf( ) instead of indexOf( ) to find the colon before
@ -11251,7 +11251,7 @@ i2003-12-16 Guilhem Lavaux <guilhem@kaffe.org>
(TreeIterator.remove): Prefer IllegalStateException over (TreeIterator.remove): Prefer IllegalStateException over
ConcurrentModificationException, to match Sun. ConcurrentModificationException, to match Sun.
2002-12-22 Anthony Green <green@redhat.com> 2003-01-03 Anthony Green <green@redhat.com>
* boehm.cc (_Jv_MarkObj): Mark the protectionDomain of a class. * boehm.cc (_Jv_MarkObj): Mark the protectionDomain of a class.

15948
libjava/ChangeLog-2004 Normal file

File diff suppressed because it is too large Load Diff