summaryrefslogtreecommitdiffstats
path: root/luni
Commit message (Expand)AuthorAgeFilesLines
* Merge "Disallow explicit signs in java.sql.Date#valueOf()"Calin Juravle2014-04-223-15/+70
|\
| * Disallow explicit signs in java.sql.Date#valueOf()Calin Juravle2014-04-223-15/+70
* | 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
| | |/ | |/|
* | | Merge "Update collation tests for icu4c 53."Elliott Hughes2014-04-214-42/+20
|\ \ \
| * | | Update collation tests for icu4c 53.ccornelius2014-04-214-42/+20
* | | | Merge changes I7db8e513,I564283bbKenny Root2014-04-212-84/+130
|\ \ \ \ | |/ / / |/| | |
| * | | Update SSLEngineTest for OpenSSLKenny Root2014-04-101-9/+41
| * | | Update SSLEngineTest for RIKenny Root2014-04-102-76/+90
* | | | 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-162-0/+44
|/ / /
* | | Merge "Set ICU's default locale from Locale.getDefault."Narayan Kamath2014-04-124-0/+45
|\ \ \
| * | | Set ICU's default locale from Locale.getDefault.Narayan Kamath2014-04-114-0/+45
* | | | Don't allow explicit signs in URL port numbers.Calin Juravle2014-04-102-4/+22
* | | | Don't allow explicit signs in URI port numbers.Calin Juravle2014-04-102-4/+31
|/ / /
* | | Fix Locale.getDisplayName.Narayan Kamath2014-04-092-3/+22
|/ /
* | Merge "Fix for ClassLoaderTest under CTS"Neil Fuller2014-04-072-0/+2
|\ \
| * | Fix for ClassLoaderTest under CTSNeil Fuller2014-04-072-0/+2
* | | 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-042-20/+41
|/
* 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-282-23/+202
|\
| * Improve documentation and tests of SSLContext.init.Alex Klyubin2014-03-272-23/+202
* | 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
|/ / /
* | | Merge "Removed Old*Test for integers and longs"Calin Juravle2014-03-265-260/+36
|\ \ \ | |_|/ |/| |
| * | Removed Old*Test for integers and longsCalin Juravle2014-03-255-260/+36
* | | Add X509ExtendedTrustManagerKenny Root2014-03-256-6/+277
* | | SSLSocketText: alert during test should throwKenny Root2014-03-211-3/+5
* | | Merge "Support multiple KeyManagers in TestSSLContext and TestKeyStore."Alex Klyubin2014-03-212-7/+45
|\ \ \
| * | | Support multiple KeyManagers in TestSSLContext and TestKeyStore.Alex Klyubin2014-03-192-7/+45
| |/ /
* | | Merge "Assert SSLContext.init does not require X.509 KeyManager/TrustManager."Alex Klyubin2014-03-211-1/+20
|\ \ \
| * | | Assert SSLContext.init does not require X.509 KeyManager/TrustManager.Alex Klyubin2014-03-201-1/+20
| |/ /
* | | 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-182-0/+30
|/
* Don't assume minusSign is a single char.Narayan Kamath2014-03-148-44/+49
* Adjust AlphabeticIndexTest for hiragana char.Narayan Kamath2014-03-141-4/+2
* Merge "Update tests for to handle changes in ICU52."Narayan Kamath2014-03-148-71/+76
|\