summaryrefslogtreecommitdiffstats
path: root/luni/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge "Disallow explicit signs in java.sql.Timestamp#valueOf()"Calin Juravle2014-04-241-49/+21
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | / / / / / / / | |/ / / / / / / |/| | | | | | |
| * | | | | | | Disallow explicit signs in java.sql.Timestamp#valueOf()Calin Juravle2014-04-241-49/+21
* | | | | | | | Merge "libcore changes to support asynchronous close interruption"Neil Fuller2014-04-2321-136/+211
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | libcore changes to support asynchronous close interruptionNeil Fuller2014-04-2221-136/+211
* | | | | | | | @hide Integer#parsePositiveInt(String)Calin Juravle2014-04-221-0/+2
|/ / / / / / /
* | | | | | | Merge "Disallow explicit signs in java.sql.Date#valueOf()"Calin Juravle2014-04-222-15/+20
|\ \ \ \ \ \ \
| * | | | | | | Disallow explicit signs in java.sql.Date#valueOf()Calin Juravle2014-04-222-15/+20
* | | | | | | | Merge "Change DecimalFormat.setRoundingMode() behavior to stay in spec"Neil Fuller2014-04-223-32/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | Change DecimalFormat.setRoundingMode() behavior to stay in specNeil Fuller2014-04-153-32/+17
* | | | | | | | | Fix build (javadoc @link tags).Elliott Hughes2014-04-211-2/+2
* | | | | | | | | Allow empty rules in a RuleBasedCollator.Elliott Hughes2014-04-211-4/+0
* | | | | | | | | Fix typo in Locale docs.Elliott Hughes2014-04-211-1/+1
* | | | | | | | | Merge "Track the icu4c 53 update in the Locale documentation."Elliott Hughes2014-04-211-4/+8
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Track the icu4c 53 update in the Locale documentation.Elliott Hughes2014-04-211-4/+8
* | | | | | | | | | Merge "Updated documentation for RuleBasedCollator."Elliott Hughes2014-04-211-249/+53
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Updated documentation for RuleBasedCollator.Elliott Hughes2014-04-211-249/+53
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Update collation tests for icu4c 53.ccornelius2014-04-212-31/+14
* | | | | | | | | Merge "Remove include of private ICU include and set constant size for buffer...Elliott Hughes2014-04-211-2/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Remove include of private ICU include and set constant size for buffer inccornelius2014-04-161-2/+2
* | | | | | | | | Add parsePositiveInt for internal use.Calin Juravle2014-04-161-0/+22
|/ / / / / / / /
* | | | | | | | Merge "Set ICU's default locale from Locale.getDefault."Narayan Kamath2014-04-123-0/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | Set ICU's default locale from Locale.getDefault.Narayan Kamath2014-04-113-0/+23
* | | | | | | | | Don't allow explicit signs in URL port numbers.Calin Juravle2014-04-101-3/+5
* | | | | | | | | Don't allow explicit signs in URI port numbers.Calin Juravle2014-04-101-3/+6
|/ / / / / / / /
* | | | | | | | Fix Locale.getDisplayName.Narayan Kamath2014-04-091-3/+6
* | | | | | | | Merge "Fix broken CTS HttpCookie test"Neil Fuller2014-04-071-2/+12
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix broken CTS HttpCookie testNeil Fuller2014-04-071-2/+12
* | | | | | | | Fix Greek uppercasing.Elliott Hughes2014-04-041-0/+11
|/ / / / / / /
* | | | | | | Finish moving away from LD_LIBRARY_PATH on Android.Elliott Hughes2014-04-032-5/+16
* | | | | | | Merge "Improve documentation and tests of SSLContext.init."Alex Klyubin2014-03-281-6/+23
|\ \ \ \ \ \ \
| * | | | | | | Improve documentation and tests of SSLContext.init.Alex Klyubin2014-03-271-6/+23
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge "Add an empty long array"Adam Lesinski2014-03-271-0/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Add an empty long arrayAdam Lesinski2014-03-171-0/+1
| | |/ / / / | |/| | | |
* | | | | | Merge "Remove redundant parameters from fullFieldsCalc"Dmitriy Ivanov2014-03-261-7/+7
|\ \ \ \ \ \
| * | | | | | Remove redundant parameters from fullFieldsCalcDmitriy Ivanov2014-03-261-7/+7
| | |/ / / / | |/| | | |
* | | | | | Speed-up for apps that use Dagger on ARTNeil Fuller2014-03-261-14/+17
|/ / / / /
* | | | | Add X509ExtendedTrustManagerKenny Root2014-03-254-6/+166
| |_|_|/ |/| | |
* | | | Fix test failures due to the ICU-52 update.Narayan Kamath2014-03-201-1/+1
| |_|/ |/| |
* | | NativeBN: use bn_correct_top on negative BNKenny Root2014-03-181-0/+2
|/ /
* | Don't assume minusSign is a single char.Narayan Kamath2014-03-147-37/+45
* | Fix ICU glue for uloc_toLanguageTag.Narayan Kamath2014-03-131-16/+18
* | Merge "Add 1.7 methods to TimeZone / SimpleTimeZone"Neil Fuller2014-03-121-0/+16
|\ \
| * | Add 1.7 methods to TimeZone / SimpleTimeZoneNeil Fuller2014-03-121-0/+16
* | | Merge "Add Java 1.7 APIs: ZipFile, ZipInputStream, ZipOutputStream"Neil Fuller2014-03-124-56/+198
|\ \ \
| * | | Add Java 1.7 APIs: ZipFile, ZipInputStream, ZipOutputStreamNeil Fuller2014-03-124-56/+198
| |/ /
* | | Merge "Add Currency.getNumericCode()"Neil Fuller2014-03-113-0/+22
|\ \ \
| * | | Add Currency.getNumericCode()Neil Fuller2014-03-113-0/+22
| |/ /
* | | Use the correct buffer size for the Pushback stream.Narayan Kamath2014-03-101-3/+7
* | | Merge "Add 1.7 methods to HttpCookie."Neil Fuller2014-03-101-14/+56
|\ \ \
| * | | Add 1.7 methods to HttpCookie.Neil Fuller2014-03-071-14/+56
| |/ /