summaryrefslogtreecommitdiffstats
path: root/luni/src/main
Commit message (Expand)AuthorAgeFilesLines
* Fix apache-harmony logging testsNeil Fuller2014-09-043-19/+67
* Merge "Avoid wrapping Class in WeakReference when class loader is null."Ian Rogers2014-08-221-7/+1
|\
| * Avoid wrapping Class in WeakReference when class loader is null.Ian Rogers2014-08-221-7/+1
* | Support narrow am/pm markers in LocaleData.Elliott Hughes2014-08-222-2/+42
|/
* Fix abuse of Runtime.freeMemory.Narayan Kamath2014-08-211-41/+37
* bionic has always had gettid.Elliott Hughes2014-08-201-1/+2
* Merge "Update ziparchive usage to the new API."Piotr Jastrzebski2014-08-161-2/+3
|\
| * Update ziparchive usage to the new API.Piotr Jastrzebski2014-08-151-2/+3
* | Avoid triggering StrictMode when closing a socket.Elliott Hughes2014-08-151-2/+5
* | Fix parsing of fractional seconds.Narayan Kamath2014-08-141-2/+26
|/
* Allow Calendar.getInstance to be called with a null Locale.Narayan Kamath2014-08-135-0/+36
* Make parameter name match comments for sdk build.Jeff Hao2014-08-111-1/+1
* Merge "Implements some StrictMath functions for improved performance."Jeff Hao2014-08-112-38/+476
|\
| * Implements some StrictMath functions for improved performance.Emma Meersman2014-08-112-38/+476
* | Fix TimeZone.getAvailableIDs(int).Elliott Hughes2014-08-111-8/+24
|/
* 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-082-129/+1006
|\
| * Implements some math functions for faster performanceMichael Chen2014-07-242-129/+1006
* | Variants are case sensitive.Narayan Kamath2014-08-081-2/+2
* | Remove nameLength field from ZipEntry.Piotr Jastrzebski2014-08-082-11/+6
* | Revert "Remove nameLength field from ZipEntry."Narayan Kamath2014-08-072-5/+10
* | Remove nameLength field from ZipEntry.Piotr Jastrzebski2014-08-072-10/+5
* | Implement equals and hashCode in ParameterizedTypeImplPiotr Jastrzebski2014-08-072-4/+40
* | Fix MimeUtils to treat ".flac" as "audio/flac".Elliott Hughes2014-08-051-10/+10
* | Don't account buffer.arrayOffset() twice.Narayan Kamath2014-07-312-2/+2
* | Fix LocaleInternalsTest.Narayan Kamath2014-07-311-1/+1
* | Add ICU.addLikelySubtags(Locale).Narayan Kamath2014-07-311-0/+14
* | Make some DateFormatSymbols fields privateNeil Fuller2014-07-311-2/+2
* | Merge "Fix the OOME in ScannerParseLargeFileBenchmarkTest"Neil Fuller2014-07-291-38/+67
|\ \
| * | Fix the OOME in ScannerParseLargeFileBenchmarkTestNeil Fuller2014-07-301-38/+67
* | | Merge "Remove an obsolete Pacific/Apia hack."Elliott Hughes2014-07-301-6/+0
|\ \ \
| * | | Remove an obsolete Pacific/Apia hack.Elliott Hughes2014-07-291-6/+0
* | | | Merge "Change the DateFormatSymbols serialized form"Neil Fuller2014-07-233-50/+72
|\ \ \ \ | |/ / / |/| | |
| * | | Change the DateFormatSymbols serialized formNeil Fuller2014-07-303-50/+72
* | | | Merge "Add FLOAT entry to EmptyArray"Elliott Hughes2014-07-291-0/+1
|\ \ \ \
| * | | | Add FLOAT entry to EmptyArrayMichael Wright2014-07-291-0/+1
* | | | | Fix Character.getDirectionality.Elliott Hughes2014-07-292-12/+15
| |/ / / |/| | |
* | | | Merge "SSLSocketFactory: don't reload the default if class name is same"Kenny Root2014-07-241-20/+30
|\ \ \ \
| * | | | SSLSocketFactory: don't reload the default if class name is sameKenny Root2014-07-231-20/+30
* | | | | OsConstants: add PR_GET_DUMPABLE / PR_SET_DUMPABLENick Kralevich2014-07-242-0/+8
* | | | | Modified array threshold length for primitive types in arraycopy function.Emma Meersman2014-07-241-6/+6
* | | | | Merge "Remove workaround for *.clients.google.com."Alex Klyubin2014-07-231-4/+1
|\ \ \ \ \
| * | | | | Remove workaround for *.clients.google.com.Alex Klyubin2014-07-231-4/+1
* | | | | | Fix serialization / deserialization of SealedObjectNeil Fuller2014-07-241-29/+43
* | | | | | Throw an error when parsing an obviously bad DoubleNeil Fuller2014-07-241-7/+26
| |/ / / / |/| | | |
* | | | | Fix handling of invalid locales in Date/DecimalFormatSymbols.Narayan Kamath2014-07-235-22/+37
* | | | | Support for a android.text.format.Time implemented entirely in JavaNeil Fuller2014-07-223-5/+673
* | | | | Implement Locale.forLanguageTag in java.Narayan Kamath2014-07-223-113/+294
* | | | | Merge "Expand visibility of adjustLanguageCode."Narayan Kamath2014-07-171-1/+4
|\ \ \ \ \