summaryrefslogtreecommitdiffstats
path: root/luni
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Throw an error when parsing an obviously bad DoubleNeil Fuller2014-07-242-7/+41
| |/ / / / |/| | | |
* | | | | Merge "Fix handling of invalid locales in Date/DecimalFormatSymbols."Narayan Kamath2014-07-235-22/+37
|\ \ \ \ \
| * | | | | Fix handling of invalid locales in Date/DecimalFormatSymbols.Narayan Kamath2014-07-235-22/+37
* | | | | | Merge "Add math tests in csv format for libcore math functions"Jeff Hao2014-07-226-0/+10328
|\ \ \ \ \ \
| * | | | | | Add math tests in csv format for libcore math functionsMichael Chen2014-07-216-0/+10328
| | |/ / / / | |/| | | |
* | | | | | Fix broken nio BufferTest and add alignment test.Mathieu Chartier2014-07-221-9/+23
| |/ / / / |/| | | |
* | | | | Support for a android.text.format.Time implemented entirely in JavaNeil Fuller2014-07-223-5/+673
* | | | | Implement Locale.forLanguageTag in java.Narayan Kamath2014-07-225-133/+334
* | | | | Merge "Expand visibility of adjustLanguageCode."Narayan Kamath2014-07-171-1/+4
|\ \ \ \ \
| * | | | | Expand visibility of adjustLanguageCode.Narayan Kamath2014-07-181-1/+4
| |/ / / /
* | | | | Merge "Make ByteBuffer.allocateDirect be 8 byte aligned."Mathieu Chartier2014-07-171-1/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Make ByteBuffer.allocateDirect be 8 byte aligned.Mathieu Chartier2014-07-211-1/+5
| |/ / /
* | | | Merge "CipherTest: check multiple calls to doFinal work"Kenny Root2014-07-171-0/+8
|\ \ \ \
| * | | | CipherTest: check multiple calls to doFinal workKenny Root2014-07-141-0/+8
| | |_|/ | |/| |
* | | | Revert "Revert "Add a cache for ZoneInfo objects in Java""Neil Fuller2014-07-174-13/+59
* | | | Merge "Revert "Add a cache for ZoneInfo objects in Java""Neil Fuller2014-07-174-53/+13
|\ \ \ \
| * | | | Revert "Add a cache for ZoneInfo objects in Java"Neil Fuller2014-07-174-53/+13
* | | | | Merge "Fix UnmodifiableEntrySet.toArray() ordering"Neil Fuller2014-07-171-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix UnmodifiableEntrySet.toArray() orderingNeil Fuller2014-06-231-1/+1
| | |_|/ | |/| |
* | | | Add a cache for ZoneInfo objects in JavaNeil Fuller2014-07-164-13/+53
| |_|/ |/| |
* | | Tidy up OldAndroidLocaleTest#testICULocales.Narayan Kamath2014-07-161-6/+11
* | | TLS-PSK cipher suites enabled when PSKKeyManager is provided.Alex Klyubin2014-07-143-8/+122
| |/ |/|
* | Merge "TLS-PSK cipher suites should appear in API Level 21."Alex Klyubin2014-07-112-16/+16
|\ \
| * | TLS-PSK cipher suites should appear in API Level 21.Alex Klyubin2014-07-082-16/+16
* | | Merge "Invalidate cache of default SocketFactory"Kenny Root2014-07-104-0/+193
|\ \ \
| * | | Invalidate cache of default SocketFactoryKenny Root2014-06-274-0/+193
* | | | Merge "KeyPairGeneratorTest: add back some DH tests"Kenny Root2014-07-101-6/+23
|\ \ \ \
| * | | | KeyPairGeneratorTest: add back some DH testsKenny Root2014-07-101-6/+23
| |/ / /
* | | | Merge "Fix unit tests now that the "tl" -> "fil" hack is gone."Narayan Kamath2014-07-091-11/+27
|\ \ \ \
| * | | | Fix unit tests now that the "tl" -> "fil" hack is gone.Narayan Kamath2014-07-071-11/+27
* | | | | Switch libcore to the new icu.Elliott Hughes2014-07-091-2/+2
* | | | | Remove more.Elliott Hughes2014-07-074-100/+3
| |_|/ / |/| | |
* | | | Remove.Elliott Hughes2014-07-0734-4938/+149
* | | | RemoveBrian Carlstrom2014-07-076-270/+0
|/ / /
* | | Revert "Rename Arrays.ArrayList to Arrays.ArrayAdapter."Narayan Kamath2014-07-011-3/+3
* | | Rename Arrays.ArrayList to Arrays.ArrayAdapter.Narayan Kamath2014-07-011-3/+3
* | | Fix System.arraycopyAndreas Gampe2014-06-261-52/+0
|/ /
* | Merge "Fix a faulty Julian day computation."Elliott Hughes2014-06-264-5/+62
|\ \
| * | Fix a faulty Julian day computation.Elliott Hughes2014-06-264-5/+62
* | | Merge "Clarify the String.compareTo contract and add tests."Elliott Hughes2014-06-261-0/+67
|\ \ \
| * | | Clarify the String.compareTo contract and add tests.Elliott Hughes2014-06-261-0/+67
| |/ /
* | | Merge "Fixed build for arraycopy with objects."Jeff Hao2014-06-261-3/+3
|\ \ \
| * | | Fixed build for arraycopy with objects.Emma Meersman2014-06-261-3/+3
* | | | Merge "Expanded arraycopy function to deal with more types and updated benchm...Jeff Hao2014-06-261-2/+427
|\ \ \ \ | |/ / /
| * | | Expanded arraycopy function to deal with more types and updated benchmarking.Emma Meersman2014-06-231-2/+427
* | | | Don't return NULL as a jint.Ian Rogers2014-06-241-1/+1
* | | | Merge "Build fix: Remove reference to deleted java_io_Console function"Neil Fuller2014-06-201-1/+0
|\ \ \ \
| * | | | Build fix: Remove reference to deleted java_io_Console functionNeil Fuller2014-06-231-1/+0
* | | | | Merge "Unimplement Console.readPassword and remove test"Neil Fuller2014-06-203-87/+4
|\ \ \ \ \ | |/ / / /
| * | | | Unimplement Console.readPassword and remove testNeil Fuller2014-06-233-87/+4
| | |_|/ | |/| |