summaryrefslogtreecommitdiffstats
path: root/luni
Commit message (Expand)AuthorAgeFilesLines
* Move ErrnoException into android.system.Elliott Hughes2014-04-284-68/+43
* Move StructStat and StructStatVfs now all the callers have switched over.Elliott Hughes2014-04-285-171/+110
* Revert "Add 1.7 methods to TimeZone / SimpleTimeZone"Neil Fuller2014-04-281-16/+0
* Revert "Fix internal master until I have access again."Elliott Hughes2014-04-251-25/+0
* Fix internal master until I have access again.Elliott Hughes2014-04-241-0/+25
* Merge "Groundwork towards making the Libcore.os functionality public."Elliott Hughes2014-04-2468-272/+653
|\
| * Groundwork towards making the Libcore.os functionality public.Elliott Hughes2014-04-2468-272/+653
* | Support explicit + in Byte, Short, Integer, Long.Calin Juravle2014-04-244-85/+206
* | Merge "Fix UUID#parseString in the presence of explicit + signs."Calin Juravle2014-04-244-18/+115
|\ \
| * | Fix UUID#parseString in the presence of explicit + signs.Calin Juravle2014-04-244-18/+115
* | | Merge "Disallow explicit signs in SocketHandler port parsing."Calin Juravle2014-04-241-5/+2
|\ \ \ | |/ /
| * | Disallow explicit signs in SocketHandler port parsing.Calin Juravle2014-04-241-5/+2
* | | Merge "Disallow explicit signs in java.sql.Timestamp#valueOf()"Calin Juravle2014-04-243-90/+168
|\ \ \ | |/ / | | / | |/ |/|
| * Disallow explicit signs in java.sql.Timestamp#valueOf()Calin Juravle2014-04-243-90/+168
* | Merge "libcore changes to support asynchronous close interruption"Neil Fuller2014-04-2323-138/+844
|\ \
| * | libcore changes to support asynchronous close interruptionNeil Fuller2014-04-2223-138/+844
* | | Fix SSLEngineTest for RIKenny Root2014-04-221-7/+13
| |/ |/|
* | @hide Integer#parsePositiveInt(String)Calin Juravle2014-04-221-0/+2
|/
* 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