| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
* Merge of HEAD-->generics for 2006/09/03-2006/10/04.
|
|
|
|
| |
* Merge from HEAD --> generics for 2005/09/20 - 2005/11/01.
|
|
|
|
|
|
| |
* Merge of HEAD --> generics-branch for 2005/06/05 - 2005/07/31.
See patch on classpath-patches@gnu.org for a full ChangeLog.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2004-04-22 Dalibor Topic <robilad@kaffe.org>
java/text/AttributedString.java,
java/text/AttributedStringIterator.java,
java/text/CollationElementIterator.java,
java/text/Collator.java,
java/text/DecimalFormatSymbols.java,
java/text/NumberFormat.java,
java/text/RuleBasedCollator.java:
Cleaned up imports.
|
|
|
|
|
|
|
|
|
|
|
| |
* java/text/AttributedString.java
(addAttribute): Fix off-by-one.
(getIterator): Likewise.
* java/text/AttributedStringIterator.java
(getRunLimit): Correct logic.
(getRunStart): Likewise.
(getAttribute): Fix inequality.
(getAttributes): Likewise.
|
|
|
|
|
|
|
| |
(getAllAttributesKey): Return only keys concerned
by the current iterator.
(getAttributes): Use strict inequality for
end_index.
|
| |
|
|
|
|
| |
Fix copyright years.
|
|
|
|
|
| |
I still don't know what this interface method is supposed to do, but at
least it now does better what I think it is supposed to do!
|
|
|