mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-04 15:16:18 +08:00
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:
parent
d1ca2cfe44
commit
158a48bee4
15956
libjava/ChangeLog
15956
libjava/ChangeLog
File diff suppressed because it is too large
Load Diff
3601
libjava/ChangeLog-1998
Normal file
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
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
@ -2562,7 +2562,7 @@
|
||||
* java/lang/VMThrowable.java: New class.
|
||||
* 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/netJarURLConnection.java,
|
||||
@ -2587,7 +2587,7 @@
|
||||
* java/net/SocketAddress.java: New class from Classpath.
|
||||
* 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/ContentHandler.java: updated JDK 1.4
|
||||
|
@ -967,7 +967,7 @@ i2003-12-16 Guilhem Lavaux <guilhem@kaffe.org>
|
||||
(print): Use new internal print method.
|
||||
(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
|
||||
putAllInternal.
|
||||
@ -975,7 +975,7 @@ i2003-12-16 Guilhem Lavaux <guilhem@kaffe.org>
|
||||
* java/util/HashMap.java (HashMap(Map)): 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.
|
||||
(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
|
||||
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:
|
||||
* 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()
|
||||
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)):
|
||||
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
|
||||
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
|
||||
and a reasonable, perhaps more conservative, replacement exists.
|
||||
@ -9660,7 +9660,7 @@ i2003-12-16 Guilhem Lavaux <guilhem@kaffe.org>
|
||||
(find_symbol): New function.
|
||||
(_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
|
||||
size parameter (ignored for now).
|
||||
@ -10176,7 +10176,7 @@ i2003-12-16 Guilhem Lavaux <guilhem@kaffe.org>
|
||||
(get): 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
|
||||
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
|
||||
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.
|
||||
|
||||
|
15948
libjava/ChangeLog-2004
Normal file
15948
libjava/ChangeLog-2004
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user