summaryrefslogtreecommitdiffstats
path: root/luni/src/main
Commit message (Expand)AuthorAgeFilesLines
...
| * | Date.toString must always use Locale.US.Narayan Kamath2015-04-281-10/+12
* | | am 39f72b16: Merge "Removed offset and value from String and added StringFact...Jeff Hao2015-04-286-1369/+13
|\ \ \ | |/ /
| * | Merge "Removed offset and value from String and added StringFactory."Jeff Hao2015-04-286-1369/+13
| |\ \
| | * | Removed offset and value from String and added StringFactory.Jeff Hao2015-04-276-1369/+13
* | | | am 824b1cd0: Merge "Ensure proper integer promotion for bit shifts."Dan Albert2015-04-271-2/+2
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Ensure proper integer promotion for bit shifts.Dan Albert2015-04-271-2/+2
| |/
* | am 8c95e178: am 2b7e589a: Merge "Tidy up Package and classloader comments"Neil Fuller2015-04-242-12/+7
|\ \ | |/
| * Merge "Tidy up Package and classloader comments"Neil Fuller2015-04-242-12/+7
| |\
| | * Tidy up Package and classloader commentsNeil Fuller2015-04-222-12/+7
* | | am 975ebbc7: am dcc9e76a: Merge "Remove unnecessary code from InputStreamRead...Narayan Kamath2015-04-242-2/+7
|\ \ \ | |/ /
| * | Remove unnecessary code from InputStreamReader/OutputStreamWriter.init.Narayan Kamath2015-04-242-2/+7
* | | am d3f115a1: am 73e9c6e1: Merge "java/io/RandomAccessFile: do not nullify Fil...Sergio Giro2015-04-241-1/+4
|\ \ \ | |/ /
| * | Merge "java/io/RandomAccessFile: do not nullify FileChannel when closing the ...Sergio Giro2015-04-241-1/+4
| |\ \
| | * | java/io/RandomAccessFile: do not nullify FileChannel when closing the RAFSergio Giro2015-04-221-1/+4
| | |/
* | | am bd7c7451: am 726db7ae: Merge "Ensure consistency of capitalization in Rela...Neil Fuller2015-04-234-212/+305
|\ \ \ | |/ /
| * | Merge "Ensure consistency of capitalization in RelativeDateTimeFormatter"Neil Fuller2015-04-234-212/+305
| |\ \
| | * | Ensure consistency of capitalization in RelativeDateTimeFormatterNeil Fuller2015-04-224-212/+305
* | | | am ccb61deb: am 97ca5855: Merge "Move java.nio.Charsets to libcore.util."Narayan Kamath2015-04-224-7/+7
|\ \ \ \ | |/ / /
| * | | Move java.nio.Charsets to libcore.util.Narayan Kamath2015-04-224-7/+7
| | |/ | |/|
* | | am 9cd55497: am 298bf64c: Merge "X509Certificate: Narrow down the scope of ca...Narayan Kamath2015-04-221-2/+2
|\ \ \ | |/ /
| * | X509Certificate: Narrow down the scope of caught exceptions.Narayan Kamath2015-04-221-2/+2
* | | am 4d818829: am 72f2eb7f: Merge "Fix Class.forName(..., ..., null) to pass 06...Brian Carlstrom2015-04-222-13/+17
|\ \ \ | |/ /
| * | Fix Class.forName(..., ..., null) to pass 068-classloader's testClassForNameBrian Carlstrom2015-04-212-13/+17
* | | am 36fc8b3c: am 7e59d13c: Merge "Return unlocalized TimeZoneID from TimeZone....Narayan Kamath2015-04-211-1/+1
|\ \ \ | |/ /
| * | Return unlocalized TimeZoneID from TimeZone.getTimeZone()Taiju Tsuiki2015-04-211-1/+1
* | | am 69773bd2: am 21a0e54a: Merge "Remove support for reading mime types from p...Narayan Kamath2015-04-211-61/+0
|\ \ \ | |/ /
| * | Remove support for reading mime types from property files.Narayan Kamath2015-04-211-61/+0
* | | am 92959e75: am 13867636: Merge "Implement mapLibraryName in Java."Elliott Hughes2015-04-162-14/+6
|\ \ \ | |/ /
| * | Merge "Implement mapLibraryName in Java."Elliott Hughes2015-04-162-14/+6
| |\ \
| | * | Implement mapLibraryName in Java.Elliott Hughes2015-04-162-14/+6
* | | | am b059489d: am 83f2b5f3: Merge "Use ICU4J more in DateIntervalFormat and Rel...Neil Fuller2015-04-162-85/+85
|\ \ \ \ | |/ / /
| * | | Merge "Use ICU4J more in DateIntervalFormat and RelativeDateTimeFormatter"Neil Fuller2015-04-162-85/+85
| |\ \ \ | | | |/ | | |/|
| | * | Use ICU4J more in DateIntervalFormat and RelativeDateTimeFormatterNeil Fuller2015-04-162-85/+85
| | |/
* | | am 4b915681: am 81347df7: Merge "Make Manifest#clone obey clone\'s contract."Narayan Kamath2015-04-161-6/+20
|\ \ \ | |/ /
| * | Make Manifest#clone obey clone's contract.Narayan Kamath2015-04-161-6/+20
* | | am 85a9d24b: am d4884a61: Merge "Fix bad negation in Collections#binarySearch."Narayan Kamath2015-04-161-16/+16
|\ \ \ | |/ /
| * | Fix bad negation in Collections#binarySearch.Narayan Kamath2015-04-161-16/+16
| |/
* | am c5546c4c: am 0ed6c7db: Merge "Switch DateIntervalFormat/RelativeDateTimeFo...Neil Fuller2015-04-146-302/+85
|\ \ | |/
| * Switch DateIntervalFormat/RelativeDateTimeFormatter to ICU4JTravis Keep2015-04-146-302/+85
* | am 6ed782c4: am 29ee0563: Merge "StrictJarFile: better handle missing files"Nick Kralevich2015-04-141-0/+7
|\ \ | |/
| * StrictJarFile: better handle missing filesNick Kralevich2015-04-141-0/+7
* | am a7d04d7e: am 5b398cac: Merge "Refactor security classes for static initial...Andreas Gampe2015-04-132-13/+45
|\ \ | |/
| * Refactor security classes for static initializationKenny Root2015-04-132-13/+45
* | am d65a3c71: am a936d452: Merge "Libcore: Refactor TimeZone for compile-time ...Andreas Gampe2015-04-131-36/+46
|\ \ | |/
| * Libcore: Refactor TimeZone for compile-time initializationAndreas Gampe2015-04-131-36/+46
* | am 2fe35a74: am f77b10a0: Merge "Libcore: Make Date compile-time initializable"Andreas Gampe2015-04-131-2/+5
|\ \ | |/
| * Libcore: Make Date compile-time initializableAndreas Gampe2015-04-101-2/+5
* | am b9a96e76: am 4298c47c: Merge "Make ICU4J look for timezone updates in /data"Neil Fuller2015-04-091-1/+33
|\ \ | |/
| * Make ICU4J look for timezone updates in /dataNeil Fuller2015-04-091-1/+33
* | am 48cb3cb0: am 8c92f020: Merge "Small documentation changes to System"Neil Fuller2015-04-081-4/+6
|\ \ | |/