mirror of git://gcc.gnu.org/git/gcc.git
mauve-libgcj: Omit java.text.Collator, java.text.RuleBasedCollator.
* mauve-libgcj: Omit java.text.Collator, java.text.RuleBasedCollator. From-SVN: r26265
This commit is contained in:
parent
75bbfcfa86
commit
dc4618f922
|
|
@ -1,3 +1,8 @@
|
||||||
|
1999-04-07 Tom Tromey <tromey@cygnus.com>
|
||||||
|
|
||||||
|
* mauve-libgcj: Omit java.text.Collator,
|
||||||
|
java.text.RuleBasedCollator.
|
||||||
|
|
||||||
1999-04-06 Tom Tromey <tromey@cygnus.com>
|
1999-04-06 Tom Tromey <tromey@cygnus.com>
|
||||||
|
|
||||||
* gnu/gcj/protocol/http/Connection.java (getHeaderField): Catch
|
* gnu/gcj/protocol/http/Connection.java (getHeaderField): Catch
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,8 @@ java.text.StringCharacterIterator.iter
|
||||||
# java.text.SimpleDateFormat.getAndSet2DigitYearStart
|
# java.text.SimpleDateFormat.getAndSet2DigitYearStart
|
||||||
!java.text.ACIAttribute
|
!java.text.ACIAttribute
|
||||||
!java.text.AttributedCharacterIterator
|
!java.text.AttributedCharacterIterator
|
||||||
|
!java.text.Collator
|
||||||
|
!java.text.RuleBasedCollator
|
||||||
!java.text.resources
|
!java.text.resources
|
||||||
!java.text.DateFormat
|
!java.text.DateFormat
|
||||||
!java.util.zip
|
!java.util.zip
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue