summaryrefslogtreecommitdiffstats
path: root/luni/src/main/native
Commit message (Expand)AuthorAgeFilesLines
* Make libjavacore (libcore's JNI library) use JNI_OnLoad.Elliott Hughes2013-11-075-9/+9
* Move (double|float)To(Long|Int)Bits into Java code.Ian Rogers2013-11-072-20/+0
* Add a cache to ICU.getBestDateTimePattern.Elliott Hughes2013-10-311-4/+4
* Stop using deprecated ucol_safeClone placement functionality.Elliott Hughes2013-10-071-2/+1
* Merge "Add CAP_BLOCK_SUSPEND to OS constants"Michael Wright2013-09-262-0/+10
|\
| * Add CAP_BLOCK_SUSPEND to OS constantsMichael Wright2013-09-262-0/+10
* | Remove RawSocket, which is no longer used.Elliott Hughes2013-09-113-221/+0
* | Remove dependency on JNIHelp header side effects.Ruben Brunk2013-09-115-0/+8
* | icu4c DateIntervalFormat objects are expensive enough that we need to cache t...Elliott Hughes2013-09-111-14/+25
* | Add API to get a time zone's localized exemplar location from CLDR.Elliott Hughes2013-09-101-0/+21
* | Remove StaticAssert.h.Elliott Hughes2013-09-062-3/+1
* | Only use public API for icu4c's FieldPositionIterator.Elliott Hughes2013-09-042-29/+43
* | Fix memory leak when using DateTimePatternGeneratorCarton He2013-09-031-1/+1
* | Remove some unnecessary native code for LocaleData.Elliott Hughes2013-09-031-29/+1
* | Use getLocale more consistently.Elliott Hughes2013-09-031-2/+2
* | Merge "Fix harmony java.text test failures."Elliott Hughes2013-08-311-7/+10
|\ \
| * | Fix harmony java.text test failures.Elliott Hughes2013-08-301-7/+10
| |/
* | Move conscrypt out libjavacore and split testsKenny Root2013-08-301-1/+0
|/
* Reduce the upper bound on TimeZoneNames memory usage.Elliott Hughes2013-08-271-5/+13
* Fix the Charset alias generation to use the correct icu4c API.Elliott Hughes2013-08-265-50/+44
* Better error messages for zlib errorsKenny Root2013-08-225-67/+105
* Fix a bunch of Charset tests.Elliott Hughes2013-08-151-115/+108
* Fix various Charset tests, clean up the implementation.Elliott Hughes2013-08-071-23/+0
* Fix DateIntervalFormat to take time zone into account.Elliott Hughes2013-07-311-2/+9
* Add gettid.Elliott Hughes2013-07-301-2/+7
* Make UnicodeString::toUTF8String(std::string&) available.Elliott Hughes2013-07-291-0/+2
* Fix LocaleNameIterator.Elliott Hughes2013-07-241-1/+2
* Add an icu4c-based DateIntervalFormat.Elliott Hughes2013-07-244-4/+63
* resolved conflicts for merge of a6ca7a95 to stage-aosp-masterElliott Hughes2013-07-181-9/+1
|\
| * Fixes for icu4c 51.Elliott Hughes2013-07-181-9/+1
* | am ec618403: Merge "Switch libcore from statfs to statvfs."Elliott Hughes2013-07-092-29/+29
|\ \ | |/
| * Switch libcore from statfs to statvfs.Elliott Hughes2013-07-092-29/+29
* | am fee8ca27: Merge "Add a definition for IPPROTO_ICMPV6."Elliott Hughes2013-07-031-0/+1
|\ \ | |/
| * Add a definition for IPPROTO_ICMPV6.Lorenzo Colitti2013-07-031-0/+1
* | am b6e8336a: Merge "Implement Character.isAlphabetic and Character.isIdeograp...Elliott Hughes2013-07-011-0/+10
|\ \ | |/
| * Implement Character.isAlphabetic and Character.isIdeographic.Elliott Hughes2013-07-011-0/+10
* | am 61abfba7: Merge "Revert "Use CLOCK_MONOTONIC_RAW for System.nanoTime.""Elliott Hughes2013-06-201-5/+1
|\ \ | |/
| * Revert "Use CLOCK_MONOTONIC_RAW for System.nanoTime."Elliott Hughes2013-06-211-5/+1
* | am 7bd5cc7f: Merge "Use CLOCK_MONOTONIC_RAW for System.nanoTime."Elliott Hughes2013-06-201-1/+5
|\ \ | |/
| * Use CLOCK_MONOTONIC_RAW for System.nanoTime.Elliott Hughes2013-06-201-1/+5
* | am f47f0bdf: Merge "Offer default implementations of various dalvik intrinsic...Brian Carlstrom2013-06-075-0/+138
|\ \ | |/
| * Merge "Offer default implementations of various dalvik intrinsics in the libr...Brian Carlstrom2013-06-085-0/+138
| |\
| | * Offer default implementations of various dalvik intrinsics in the library.Elliott Hughes2013-06-075-0/+138
* | | am 30abb0bd: Merge "Fix memory leaks in org_apache_harmony_xml_ExpatParser"Elliott Hughes2013-06-071-0/+3
|\ \ \ | |/ /
| * | Merge "Fix memory leaks in org_apache_harmony_xml_ExpatParser"Elliott Hughes2013-06-071-0/+3
| |\ \ | | |/ | |/|
| | * Fix memory leaks in org_apache_harmony_xml_ExpatParserMikael Gullstrand2013-06-071-0/+3
* | | am 98ed9ca9: Merge "Move System.currentTimeMillis, nanoTime, and mapLibraryNa...Brian Carlstrom2013-06-071-0/+30
|\ \ \ | |/ /
| * | Move System.currentTimeMillis, nanoTime, and mapLibraryName into the library.Elliott Hughes2013-06-071-0/+30
| |/
* | am c1340c3b: Merge "Use correct signature for NativeBN_BN_is_prime_ex"Brian Carlstrom2013-05-291-2/+2
|\ \ | |/
| * Use correct signature for NativeBN_BN_is_prime_exChris Dearman2013-05-291-2/+2