summaryrefslogtreecommitdiffstats
path: root/luni/src/main/native
Commit message (Expand)AuthorAgeFilesLines
* Merge "Make libcore compile with BoringSSL."Elliott Hughes2014-09-242-23/+43
|\
| * Make libcore compile with BoringSSL.Adam Langley2014-09-182-23/+43
* | Revert "Implements some StrictMath functions for improved performance."Elliott Hughes2014-09-231-0/+30
* | Keep qtaguid quiet by not trying to untag non-sockets.Elliott Hughes2014-09-033-0/+37
|/
* Support narrow am/pm markers in LocaleData.Elliott Hughes2014-08-221-2/+38
* bionic has always had gettid.Elliott Hughes2014-08-201-1/+2
* Update ziparchive usage to the new API.Piotr Jastrzebski2014-08-151-2/+3
* Implements some StrictMath functions for improved performance.Emma Meersman2014-08-111-30/+0
* Stop keeping iteration prefix around.Piotr Jastrzebski2014-08-111-10/+4
* Remove memory leak.Piotr Jastrzebski2014-08-111-0/+1
* Merge "Implements some math functions for faster performance"Jeff Hao2014-08-081-65/+0
|\
| * Implements some math functions for faster performanceMichael Chen2014-07-241-65/+0
* | Remove nameLength field from ZipEntry.Piotr Jastrzebski2014-08-081-6/+4
* | Revert "Remove nameLength field from ZipEntry."Narayan Kamath2014-08-071-3/+5
* | Remove nameLength field from ZipEntry.Piotr Jastrzebski2014-08-071-5/+3
* | Don't account buffer.arrayOffset() twice.Narayan Kamath2014-07-311-1/+1
* | Remove an obsolete Pacific/Apia hack.Elliott Hughes2014-07-291-6/+0
* | 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