summaryrefslogtreecommitdiffstats
path: root/luni/src/main
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| |/ / /
* | | | Revert "Revert "Add a cache for ZoneInfo objects in Java""Neil Fuller2014-07-173-13/+36
* | | | Merge "Revert "Add a cache for ZoneInfo objects in Java""Neil Fuller2014-07-173-35/+13
|\ \ \ \
| * | | | Revert "Add a cache for ZoneInfo objects in Java"Neil Fuller2014-07-173-35/+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-163-13/+35
| |/ / |/| |
* | | TLS-PSK cipher suites enabled when PSKKeyManager is provided.Alex Klyubin2014-07-142-8/+14
| |/ |/|
* | 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-103-0/+19
|\ \ \
| * | | Invalidate cache of default SocketFactoryKenny Root2014-06-273-0/+19
* | | | Switch libcore to the new icu.Elliott Hughes2014-07-091-2/+2
* | | | Remove more.Elliott Hughes2014-07-073-53/+3
| |/ / |/| |
* | | Remove.Elliott Hughes2014-07-0724-2681/+119
* | | RemoveBrian Carlstrom2014-07-074-161/+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-263-5/+20
|\ \
| * | Fix a faulty Julian day computation.Elliott Hughes2014-06-263-5/+20
* | | 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
| | |/ | |/|
* | | Fix for currency symbol coming from the default localeNeil Fuller2014-06-193-9/+6
|/ /
* | Merge "Fix CurrencyTest.test_getSymbol for unknown variants"Neil Fuller2014-06-171-0/+7
|\ \
| * | Fix CurrencyTest.test_getSymbol for unknown variantsNeil Fuller2014-06-181-0/+7
| |/
* | Merge "CTS fix: Signature2Test.test_clone()"Neil Fuller2014-06-171-1/+1
|\ \
| * | CTS fix: Signature2Test.test_clone()Neil Fuller2014-06-181-1/+1
| |/
* | Fix getISO3Country and getISO3Language.Narayan Kamath2014-06-183-17/+13
|/
* Merge "Pass BCP-47 tags and not Locale.toString results to ICU."Narayan Kamath2014-06-1017-274/+328
|\
| * Pass BCP-47 tags and not Locale.toString results to ICU.Elliott Hughes2014-06-1617-274/+328
* | Fix bogus define checks and a typo.Narayan Kamath2014-06-131-10/+6
|/
* Remove unnecessary loop in uloc_forLanguageTag.Narayan Kamath2014-06-121-15/+15
* Implement Locale.toLanguageTag without ICU support.Narayan Kamath2014-06-123-72/+255
* Fix Mac build.Ian Rogers2014-06-101-0/+3
* Build fix.Ian Rogers2014-06-091-0/+2
* Remove deprecated WITH_HOST_DALVIK.Ian Rogers2014-06-093-5/+70
* Improve the load/loadLibrary documentation.Elliott Hughes2014-06-062-57/+42
* Merge "Add interruptibility/wake on close to FileChannel.lock()"Neil Fuller2014-06-042-3/+8
|\
| * Add interruptibility/wake on close to FileChannel.lock()Neil Fuller2014-06-032-3/+8
* | Merge "Fix BufferTest.testAccess"Neil Fuller2014-06-031-2/+5
|\ \