summaryrefslogtreecommitdiffstats
path: root/luni
Commit message (Expand)AuthorAgeFilesLines
* Move a test I wrote under our wing.Elliott Hughes2010-02-013-13/+29
* Add a missing "static", found by FindBugs.Elliott Hughes2010-02-011-1/+1
* Fix varargs warnings in libcore tests.Elliott Hughes2010-02-011-2/+2
* Fix fallback in Currency.getSymbol(Locale).Elliott Hughes2010-01-293-1/+38
* Fix more harmony tests.Elliott Hughes2010-01-292-16/+18
* Fix all the harmony java.util.Formatter tests.Elliott Hughes2010-01-292-15/+16
* Fix tests.api.java.io.SerializationStressTest3.test_18_116_writeObject.Elliott Hughes2010-01-291-19/+19
* Fix a Formatter test that I checked in broken.Elliott Hughes2010-01-291-1/+1
* Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException.Elliott Hughes2010-01-282-15/+9
* Fix NumberFormat's behavior with BigInteger and custom Number subclasses.Elliott Hughes2010-01-271-0/+40
* Add a java.util.Formatter test suggested by egnor months ago.Elliott Hughes2010-01-271-0/+9
* Add a cache to Currency.getInstance(Locale).Elliott Hughes2010-01-263-85/+61
* Simplify our DecimalFormat.Elliott Hughes2010-01-262-0/+38
* Fix @link and @see tags.Elliott Hughes2010-01-251-6/+8
* java.util.Formatter javadoc fix.Elliott Hughes2010-01-221-2/+3
* Fix java.util.Formatter "%tz".Elliott Hughes2010-01-221-7/+9
* Rewrite java.util.Formatter documentation.Elliott Hughes2010-01-221-230/+371
* Fix String.format("%d", null) and relatives.Elliott Hughes2010-01-201-6/+2
* More java.util.Formatter performance work.Elliott Hughes2010-01-201-340/+217
* One true way to query "java.net.preferIPv6Addresses".Elliott Hughes2010-01-199-92/+44
* Rewrite InetAddress' DNS cache.Elliott Hughes2010-01-195-384/+209
* Fix Formatter's behavior with %% and %n.Elliott Hughes2010-01-152-4/+5
* Fix a NPE in java.util.Formatter.Ficus Kirkpatrick2010-01-142-0/+7
* Fix Date.toString.Elliott Hughes2010-01-143-4/+47
* Remove the last bits of the ICU ResourceBundle hack.Elliott Hughes2010-01-132-50/+11
* Fix a comment.Elliott Hughes2010-01-121-1/+2
* Make Formatter %d cost about the same as %s (i.e. 60% faster).Elliott Hughes2010-01-121-8/+32
* Merge "Shave another 10%-25% off Formatter."Elliott Hughes2010-01-121-19/+25
|\
| * Shave another 10%-25% off Formatter.Elliott Hughes2010-01-111-19/+25
* | am 82e86144: am 56176a05: Fix ScannerTest failures.Brett Chabot2010-01-111-65/+79
|\ \ | |/ |/|
| * Fix ScannerTest failures.Brett Chabot2010-01-111-65/+79
* | Merge "Fixing our default HTTP Accept header to be spec-compliant."Jesse Wilson2010-01-112-6/+6
|\ \
| * | Fixing our default HTTP Accept header to be spec-compliant.Jesse Wilson2010-01-082-6/+6
* | | Support non-default negative patterns in NumberFormat.getIntegerInstance.Elliott Hughes2010-01-113-0/+60
* | | The SecurityManager doesn't work, so advertise that shouldn't be used.Jesse Wilson2010-01-071-1/+5
|/ /
* | Fix String.toLowerCase/toUpperCase for Azeri, Greek (all locales), and Turkish.Elliott Hughes2010-01-062-69/+137
* | Fix a broken test.Elliott Hughes2010-01-041-1/+2
* | Stop using ResourceBundle for locale data.Elliott Hughes2010-01-042-13/+10
* | am d3b06457: am 6cdbef55: Merge change I1d9b205f into eclairBrett Chabot2009-12-229-26/+239
|\ \ | |/
| * Skip locale dependent libcore tests if required locales are not present.Brett Chabot2009-12-229-58/+239
| * Temporarily omit libcore tests that fail when run in CTS harness. DO NOT MERGE.Brett Chabot2009-12-143-5/+11
| * DO NOT MERGE. CTS test cleanup. Mark tests as KnownFailures and BrokenTests.Brett Chabot2009-11-066-3/+14
* | Speed up the way we access ICU's locale data.Elliott Hughes2009-12-213-166/+115
* | Fix CurrencyTest's expectation for CAD in fr_FR.Elliott Hughes2009-12-201-1/+1
* | Fix Long.toBinaryString, Long.toHexString, and Long.toOctalString for negativ...Elliott Hughes2009-12-191-3/+3
* | Merge change I1e941570Android (Google) Code Review2009-12-181-4/+4
|\ \
| * | Depessimize string conversions.Elliott Hughes2009-12-181-4/+4
* | | Merge change I60383632Android (Google) Code Review2009-12-1849-946/+1180
|\ \ \ | |/ / |/| |
| * | Update luni package to Harmony r888752.Jesse Wilson2009-12-1649-946/+1180
* | | Improve our java.util.Locale documentation.Elliott Hughes2009-12-171-17/+38