Re: [cp-patches] Minor refactoring of Character class

2010-12-08 Thread Andrew Haley
On 06/15/2010 07:00 PM, Ivan Maidanski wrote: > Hi! > > Here, I replaced numerous String.zeroBasedStringValue(CharData.xxx[i]) with a > single call to convertCharData() (which does the work). > The other changes are several minor optimizations of expressions. > > ChangeLog entries: > * jav

[cp-patches] Minor refactoring of Character class

2010-06-18 Thread Ivan Maidanski
Hi! This is the reformatted log entries for my patch #13 (http://article.gmane.org/gmane.comp.java.classpath.patches/12965/). ChangeLog entries: * java/lang/Character.java: (UnicodeBlock.of(int)): Remove the trailing dot character for exception messages. (UnicodeB

[cp-patches] Minor refactoring of Character class

2010-06-15 Thread Ivan Maidanski
Hi! Here, I replaced numerous String.zeroBasedStringValue(CharData.xxx[i]) with a single call to convertCharData() (which does the work). The other changes are several minor optimizations of expressions. ChangeLog entries: * java/lang/Character.java (UnicodeBlock.of, UnicodeBlock.forName