index
:
libcore.git
replicant-4.2
replicant-6.0
libcore
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
icu
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
java.text.RuleBasedCollator fixes.
Elliott Hughes
2010-04-22
1
-2
/
+11
*
Fix U_FILE_ACCESS_ERROR RuntimeException in String.getBytes("GB18030").
Elliott Hughes
2010-04-19
1
-5
/
+6
*
Move the libcore registration out of libnativehelpers and into libcore.
Elliott Hughes
2010-04-16
10
-33
/
+10
*
Merge LocaleData and Resources, rename Resources to ICU.
Elliott Hughes
2010-04-16
17
-251
/
+134
*
Change DecimalFormatSymbols to have a field per symbol.
Elliott Hughes
2010-04-16
2
-51
/
+72
*
Fix String.toLowerCase and toUpperCase.
Elliott Hughes
2010-04-13
5
-37
/
+60
*
Make String.split 10x faster.
Elliott Hughes
2010-04-09
1
-0
/
+2
*
More Charset/ICU cleanup.
Elliott Hughes
2010-04-02
4
-692
/
+146
*
Tidy up our getAvailableLocales methods to actually ask ICU4C.
Elliott Hughes
2010-04-01
7
-113
/
+103
*
Add Java 6's java.net.IDN.
Elliott Hughes
2010-04-01
4
-1
/
+110
*
Fix a bug, and protect against an unrelated class of bugs.
Elliott Hughes
2010-03-29
2
-0
/
+8
*
Add Java 6's exponent separator to DecimalFormatSymbols.
Elliott Hughes
2010-03-29
2
-17
/
+21
*
Fix all our java.text.Bidi failures.
Elliott Hughes
2010-03-26
1
-31
/
+49
*
Java 6 changed CollationKey from final to abstract.
Elliott Hughes
2010-03-26
7
-1117
/
+665
*
Start cleaning up the Charset implementation.
Elliott Hughes
2010-03-26
5
-452
/
+238
*
Clean up the Java side of the ICU interface a bit.
Elliott Hughes
2010-03-19
8
-272
/
+136
*
Add's Java 6's DecimalFormat.setRoundingMode (et cetera).
Elliott Hughes
2010-03-18
2
-1
/
+25
*
Use a manually-synchronized HashMap instead of ConcurrentHashMap in LocaleData.
Elliott Hughes
2010-03-05
1
-9
/
+17
*
Add (but @hide) String.isEmpty and Locale.ROOT.
Elliott Hughes
2010-03-02
1
-1
/
+1
*
am 10ebc7d0: Merge "Implement (but @hide) java.text.Normalizer from Java 6."
Elliott Hughes
2010-03-01
4
-0
/
+98
|
\
|
*
Implement (but @hide) java.text.Normalizer from Java 6.
Elliott Hughes
2010-03-01
4
-0
/
+98
*
|
Resync a load of tests with upstream, make our build faster.
Elliott Hughes
2010-02-19
1
-1
/
+1
*
|
Merge "Fix a few of our FindBugs "high" warnings." into dalvik-dev
Elliott Hughes
2010-02-12
2
-7
/
+13
|
\
\
|
*
|
Fix a few of our FindBugs "high" warnings.
Elliott Hughes
2010-02-12
2
-7
/
+13
*
|
|
Use one method to create a Locale from a String.
Elliott Hughes
2010-02-12
4
-63
/
+50
|
/
/
*
|
Remove RuleBasedNumberFormat from our icu4jni fork, since we don't need it.
Elliott Hughes
2010-02-03
3
-595
/
+0
|
/
*
Use DecimalFormatSymbols' new default constructor for speed.
Elliott Hughes
2010-01-28
2
-112
/
+80
*
Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException.
Elliott Hughes
2010-01-28
4
-12
/
+6
*
Double the speed of DecimalFormat creation.
Elliott Hughes
2010-01-28
3
-76
/
+124
*
Remove commented-out code.
Elliott Hughes
2010-01-27
1
-21
/
+1
*
Fix NumberFormat's behavior with BigInteger and custom Number subclasses.
Elliott Hughes
2010-01-27
1
-17
/
+27
*
Rename icu4jni's DecimalFormat to NativeDecimalFormat, to reduce confusion.
Elliott Hughes
2010-01-27
2
-16
/
+16
*
Gut NativeDecimalFormat in favor of icu4jni.DecimalFormat.
Elliott Hughes
2010-01-27
3
-209
/
+160
*
Simplify our DecimalFormat.
Elliott Hughes
2010-01-26
5
-464
/
+177
*
Switch our ICU JNI over to C++ and tidy up a little.
Elliott Hughes
2010-01-22
15
-1111
/
+565
*
Minor tidy-up of some of the ICU interface.
Elliott Hughes
2010-01-21
8
-390
/
+50
*
Improve the DecimalFormat JNI.
Elliott Hughes
2010-01-21
2
-213
/
+67
*
Speed up Character.
Elliott Hughes
2010-01-14
2
-180
/
+66
*
Fix Date.toString.
Elliott Hughes
2010-01-14
2
-14
/
+36
*
Remove the last bits of the ICU ResourceBundle hack.
Elliott Hughes
2010-01-13
1
-41
/
+0
*
Support non-default negative patterns in NumberFormat.getIntegerInstance.
Elliott Hughes
2010-01-11
1
-2
/
+7
*
Last bunch of NumberFormat speedups.
Elliott Hughes
2010-01-05
3
-123
/
+60
*
Speed up DecimalFormatSymbols.
Elliott Hughes
2010-01-04
3
-49
/
+68
*
Fix build (accidental API leak).
Elliott Hughes
2010-01-04
1
-0
/
+30
*
Stop using ResourceBundle for locale data.
Elliott Hughes
2010-01-04
4
-504
/
+319
*
More ICU cleanup.
Elliott Hughes
2009-12-21
1
-66
/
+36
*
Fix leaks in ICU JNI.
Elliott Hughes
2009-12-21
1
-428
/
+219
*
Speed up the way we access ICU's locale data.
Elliott Hughes
2009-12-21
3
-433
/
+150
*
Depessimize string conversions.
Elliott Hughes
2009-12-18
2
-14
/
+14
*
Fix java.util.Formatter formatting of -0.0.
Elliott Hughes
2009-12-09
1
-36
/
+17
[next]