summaryrefslogtreecommitdiffstats
path: root/luni
Commit message (Expand)AuthorAgeFilesLines
* java.text.RuleBasedCollator fixes.Elliott Hughes2010-04-222-2/+63
* Update to the latest upstream collator tests.Elliott Hughes2010-04-222-0/+86
* am 3825d34f: am d4b6f6aa: am 1dd42bb9: Fix NetworkInterface on sholes/ppp.Elliott Hughes2010-04-211-1/+1
|\
| * am 1dd42bb9: Fix NetworkInterface on sholes/ppp.Elliott Hughes2010-04-211-1/+1
| |\
| | * Fix NetworkInterface on sholes/ppp.Elliott Hughes2010-04-211-1/+1
| | * DO NOT MERGE. Suppressing tests that fail in CTS' test runner.Jesse Wilson2010-04-148-0/+12
| |/
* | Fix Locale.getDisplayName for unlocalizable languages/countries/variants.Elliott Hughes2010-04-213-10/+48
* | Rewrite the HTTP connection pool used by HttpURLConnection.Jesse Wilson2010-04-205-188/+125
* | Fixing TimeZone.setDefault() documentation.Jesse Wilson2010-04-203-559/+239
* | Fix a BigInteger(String) bug I introduced yesterday.Elliott Hughes2010-04-201-0/+4
* | Fix several BigInteger failures.Elliott Hughes2010-04-191-5/+2
* | Speed up %d for locales with non-ASCII digits.Elliott Hughes2010-04-191-828/+717
* | Remove a dangling import, and another unused Messages.java.Elliott Hughes2010-04-181-143/+0
* | Remove two dead files.Elliott Hughes2010-04-161-75/+0
* | Move the libcore registration out of libnativehelpers and into libcore.Elliott Hughes2010-04-1617-131/+32
* | Merge LocaleData and Resources, rename Resources to ICU.Elliott Hughes2010-04-168-120/+189
* | merging FRF15 for dalvik-devBrian Carlstrom2010-04-167-0/+10
* | Merge "Fixing TreeMap serialization issues." into dalvik-devJesse Wilson2010-04-163-36/+79
|\ \
| * | Fixing TreeMap serialization issues.Jesse Wilson2010-04-153-36/+79
* | | Change DecimalFormatSymbols to have a field per symbol.Elliott Hughes2010-04-162-9/+8
* | | Merge "java.util.Formatter: fix localization of numbers." into dalvik-devElliott Hughes2010-04-154-493/+288
|\ \ \ | |/ / |/| |
| * | java.util.Formatter: fix localization of numbers.Elliott Hughes2010-04-154-493/+288
* | | Merge "From scratch implementation of a Navigable TreeMap." into dalvik-devJesse Wilson2010-04-156-2371/+1810
|\ \ \
| * | | From scratch implementation of a Navigable TreeMap.Jesse Wilson2010-04-156-2371/+1810
* | | | Merge commit 'da18d995' into manualmergeJesse Wilson2010-04-151-5/+7
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Fixing PipedInputStreamTest to fill the buffer before dying on a dead reader.Jesse Wilson2010-04-131-5/+7
* | | Remove "Messages" from the nio, prefs, sql, text, and x-net modules.Elliott Hughes2010-04-1411-337/+96
| |/ |/|
* | Use the same documentation in all the methods that take a format string.Elliott Hughes2010-04-134-56/+48
* | Improve documentation about the user's default locale.Elliott Hughes2010-04-137-118/+104
* | Fix String.toLowerCase and toUpperCase.Elliott Hughes2010-04-132-165/+136
* | Fix supplementary character support.Elliott Hughes2010-04-121-40/+44
* | Throw the same exceptions as the RI from String methods.Elliott Hughes2010-04-101-6/+5
* | Merge "Make String.split 10x faster." into dalvik-devElliott Hughes2010-04-091-14/+12
|\ \
| * | Make String.split 10x faster.Elliott Hughes2010-04-091-14/+12
* | | Merge "Latest java.util.concurrent from the JSR 166 project." into dalvik-devJesse Wilson2010-04-095-1/+1831
|\ \ \
| * | | Latest java.util.concurrent from the JSR 166 project.Jesse Wilson2010-04-095-1/+1831
* | | | Disable our new javax.net.ssl tests until hangs are resolvedBrian Carlstrom2010-04-091-1/+2
|/ / /
* | | An InlineNative for String.isEmpty, so it's not slower than length() == 0.Elliott Hughes2010-04-081-0/+5
|/ /
* | Fixing javax.net.ssl test failures on RIBrian Carlstrom2010-04-083-5/+13
* | Fix build by adding missing imports.Elliott Hughes2010-04-061-0/+2
* | Merge "Actually use ServiceLoader in places where we had a hard-coded equival...Elliott Hughes2010-04-061-12/+33
|\ \
| * | Actually use ServiceLoader in places where we had a hard-coded equivalent.Elliott Hughes2010-04-061-12/+33
* | | Rewrite JSSE code to use one openssl SSL per SSLSocket an one SSL_CTX per SSL...Brian Carlstrom2010-04-061-2/+4
* | | resolved conflicts for merge of dd53c703 to dalvik-devElliott Hughes2010-04-0511-88/+59
|\ \ \ | | |/ | |/|
| * | Froyo InputStream.available documentation improvement.Elliott Hughes2010-04-0511-88/+59
* | | Remove unnecessary final local variables and arguments from javax.net.ssl testsBrian Carlstrom2010-04-054-157/+157
| |/ |/|
* | Merge "New "from scratch" Junit tests for javax.net.ssl" into dalvik-devBrian Carlstrom2010-04-037-0/+1693
|\ \
| * | New "from scratch" Junit tests for javax.net.sslBrian Carlstrom2010-04-037-0/+1693
* | | Add Java 6's java.util.ServiceLoader.Elliott Hughes2010-04-026-0/+368
|/ /
* | Tidy up our getAvailableLocales methods to actually ask ICU4C.Elliott Hughes2010-04-012-11/+3