summaryrefslogtreecommitdiffstats
path: root/libjava/mauve-libgcj
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-04-30 09:31:00 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>1999-04-30 09:31:00 +0000
commitd41dfd6cc95692f13ca6dde18e9717679c00595d (patch)
tree4928c712cce75c2d0d4c9cf9f6f78ef4a4052149 /libjava/mauve-libgcj
parent5f00c9ab3e46684aba3272ade7a944a34a82e991 (diff)
downloadppe42-gcc-d41dfd6cc95692f13ca6dde18e9717679c00595d.tar.gz
ppe42-gcc-d41dfd6cc95692f13ca6dde18e9717679c00595d.zip
* java/lang/StringBuffer.java (ensureCapacity): Don't resize
vector when shared. * java/util/Locale.java (Locale(String,String)): Implement in terms of 3-argument version; variant now defaults to empty string. (toString): Assume variant is not null. (equals): Assume all strings are not null. (Locale): Throw NullPointerException if any argument is null. * java/util/ResourceBundle.java (getBundle): Don't try the base name; now implicit in partialGetBundle call. (trySomeGetBundle): Search for parent bundles and call setParent as required. (partialGetBundle): Added `langStop' argument. Use `Locale.toString' to compute bundleName. (resource_cache): New static field. (partialGetBundle): Cache the returned resource bundle. Now synchronized. * gnu/gcj/text/LocaleData_en.java (contents): [collatorRule] Added missing `<'. * mauve-libgcj: Enable Collator and RuleBasedCollator. * java/text/natCollator.cc (decomposeCharacter): `base' now `const'. * Makefile.in: Rebuilt. * Makefile.am (ordinary_java_source_files): Added CollationElementIterator, CollationKey, Collator, RuleBasedCollator. (nat_source_files): Added natCollator.cc. * java/text/RuleBasedCollator.java (ceiNext): No longer static. (compare): Pass `this' to CollationElementIterator constructor. (getCollationElementIterator): Likewise. (ceiNext): Fix off-by-one error when finding initial substring. (next): Correctly mask off bits when computing return value. Fixed return values when one string is shorter than the other. * java/text/CollationElementIterator.java (collator): New field. (CollationElementIterator): Added collator argument. (next): Call ceiNext on collator object. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26707 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/mauve-libgcj')
-rw-r--r--libjava/mauve-libgcj4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/mauve-libgcj b/libjava/mauve-libgcj
index 50eb7712167..03bcb2645d6 100644
--- a/libjava/mauve-libgcj
+++ b/libjava/mauve-libgcj
@@ -22,8 +22,8 @@ java.text.StringCharacterIterator.iter
# java.text.SimpleDateFormat.getAndSet2DigitYearStart
!java.text.ACIAttribute
!java.text.AttributedCharacterIterator
-!java.text.Collator
-!java.text.RuleBasedCollator
+java.text.Collator
+java.text.RuleBasedCollator
!java.text.resources
!java.text.DateFormat
!java.util.zip
OpenPOWER on IntegriCloud