summaryrefslogtreecommitdiffstats
path: root/luni/src/main/native
Commit message (Expand)AuthorAgeFilesLines
* Fix Character.getDirectionality.Elliott Hughes2014-07-291-2/+2
* OsConstants: add PR_GET_DUMPABLE / PR_SET_DUMPABLENick Kralevich2014-07-241-0/+6
* Fix handling of invalid locales in Date/DecimalFormatSymbols.Narayan Kamath2014-07-231-11/+11
* Implement Locale.forLanguageTag in java.Narayan Kamath2014-07-221-51/+0
* Switch libcore to the new icu.Elliott Hughes2014-07-091-2/+2
* Don't return NULL as a jint.Ian Rogers2014-06-241-1/+1
* Build fix: Remove reference to deleted java_io_Console functionNeil Fuller2014-06-231-1/+0
* Unimplement Console.readPassword and remove testNeil Fuller2014-06-232-52/+0
* Fix getISO3Country and getISO3Language.Narayan Kamath2014-06-181-4/+4
* Merge "Pass BCP-47 tags and not Locale.toString results to ICU."Narayan Kamath2014-06-108-103/+165
|\
| * Pass BCP-47 tags and not Locale.toString results to ICU.Elliott Hughes2014-06-168-103/+165
* | 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-121-31/+0
* 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
* Add interruptibility/wake on close to FileChannel.lock()Neil Fuller2014-06-031-2/+1
* Ensure NET_FAILURE_RETRY return -1 in case of an errorSerguei Katkov2014-05-201-0/+2
* Merge "Add android.system.Os.link for link(2)."Elliott Hughes2014-05-101-0/+13
|\
| * Add android.system.Os.link for link(2).Elliott Hughes2014-05-091-0/+13
* | Add missing 'const'.Elliott Hughes2014-05-081-1/+1
|/
* Ensure consistent (backwards-compatible) capitalization for yesterday/today/t...Elliott Hughes2014-05-071-27/+24
* Fix BN to use correct size of arraySerguei Katkov2014-05-061-1/+1
* Merge "Use __SIGRTMIN so bionic can hide our signal from causal passers-by."Elliott Hughes2014-04-301-2/+3
|\
| * Use __SIGRTMIN so bionic can hide our signal from causal passers-by.Elliott Hughes2014-04-301-2/+3
* | add prctl / PR_SET_NO_NEW_PRIVSNick Kralevich2014-04-292-0/+13
* | libcore.io.OsConstants is dead; long live android.system.OsConstants!Elliott Hughes2014-04-293-4/+4
|/
* Groundwork towards making the Libcore.os functionality public.Elliott Hughes2014-04-241-23/+23
* libcore changes to support asynchronous close interruptionNeil Fuller2014-04-225-58/+117
* Merge "Change DecimalFormat.setRoundingMode() behavior to stay in spec"Neil Fuller2014-04-221-0/+2
|\
| * Change DecimalFormat.setRoundingMode() behavior to stay in specNeil Fuller2014-04-151-0/+2
* | Remove include of private ICU include and set constant size for buffer inccornelius2014-04-161-2/+2
* | Set ICU's default locale from Locale.getDefault.Narayan Kamath2014-04-111-0/+19
|/
* Finish moving away from LD_LIBRARY_PATH on Android.Elliott Hughes2014-04-031-0/+16
* NativeBN: use bn_correct_top on negative BNKenny Root2014-03-181-0/+2
* Don't assume minusSign is a single char.Narayan Kamath2014-03-142-7/+8
* Fix ICU glue for uloc_toLanguageTag.Narayan Kamath2014-03-131-16/+18
* Merge "Add Currency.getNumericCode()"Neil Fuller2014-03-111-0/+10
|\
| * Add Currency.getNumericCode()Neil Fuller2014-03-111-0/+10
* | Implementation of MulticastChannel.Neil Fuller2014-02-283-1/+58
|/
* Update BN to work when sizeof(BN_ULONG) != 4.Colin Cross2014-02-211-51/+74
* Fix NativeBreakIterator_cloneImpl return type.Elliott Hughes2014-02-211-1/+1
* Fix JNI issues in NativeCollation.Narayan Kamath2014-02-071-15/+83
* Only offer the CAP_* constants on bionic.Elliott Hughes2014-02-053-12/+11
* Revert "Revert "ExpatParser LP64 fixes.""Elliott Hughes2014-02-051-2/+3
* Revert "ExpatParser LP64 fixes."Elliott Hughes2014-02-051-1/+1
* ExpatParser LP64 fixes.Elliott Hughes2014-02-031-1/+1
* Add aarch64 to the architectures without alignment restrictions.Elliott Hughes2014-02-031-2/+2
* NativeBreakIterator LP64 fixes.Elliott Hughes2014-02-031-4/+4