summaryrefslogtreecommitdiffstats
path: root/luni
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add Java 6's java.net.IDN." into dalvik-devElliott Hughes2010-04-015-1/+308
|\
| * Add Java 6's java.net.IDN.Elliott Hughes2010-04-015-1/+308
* | Fix an off-by-one error in fd range checking.Elliott Hughes2010-03-311-4/+6
* | Merge "Add Java 6's ResourceBundle/Properties API." into dalvik-devElliott Hughes2010-03-318-565/+1646
|\ \ | |/ |/|
| * Add Java 6's ResourceBundle/Properties API.Elliott Hughes2010-03-318-565/+1646
* | Add Java 6's Calendar API changes.Elliott Hughes2010-03-312-1201/+1089
|/
* Trivial tidying up of networking code.Elliott Hughes2010-03-305-132/+21
* Fix a bug, and protect against an unrelated class of bugs.Elliott Hughes2010-03-294-15/+26
* Fix build.Elliott Hughes2010-03-293-16/+10
* Fix StrictMath.copySign's behavior with NaN.Elliott Hughes2010-03-264-104/+72
* Use more idiomatic naming in test code.Elliott Hughes2010-03-261-3/+3
* Apply https://issues.apache.org/jira/browse/HARMONY-4307.Elliott Hughes2010-03-251-28/+47
* Clean up a few toStrings.Elliott Hughes2010-03-251-8/+6
* am ec7c8c98: Fix java.util.Random\'s constructors.Elliott Hughes2010-03-253-22/+48
|\
| * Fix java.util.Random's constructors.Elliott Hughes2010-03-243-22/+48
* | Add Java 6's getAvailableLocales/getInstance to DateFormatSymbols and Decimal...Elliott Hughes2010-03-244-3/+80
* | Merge "Remove explicit 8192 arguments to BufferedReader and friends." into da...Elliott Hughes2010-03-238-57/+15
|\ \
| * | Remove explicit 8192 arguments to BufferedReader and friends.Elliott Hughes2010-03-238-57/+15
* | | am b7b9be13: Merge "Improve java.net.InetAddress.getLocalHost documentation."Elliott Hughes2010-03-231-4/+32
|\ \ \ | |/ / |/| / | |/
| * Improve java.net.InetAddress.getLocalHost documentation.Elliott Hughes2010-03-231-4/+32
* | Remove the "default buffer size" warnings.Elliott Hughes2010-03-234-122/+38
* | Add the Java 6 java.text.spi and java.util.spi interfaces.Elliott Hughes2010-03-224-0/+215
* | Remove all remaining "@since Android" tags.Elliott Hughes2010-03-2212-27/+5
* | Add Java 6's java.util.Arrays changes.Elliott Hughes2010-03-222-197/+2586
* | Add's Java 6's DecimalFormat.setRoundingMode (et cetera).Elliott Hughes2010-03-181-0/+99
* | Add Java 6's Scanner.reset and fix RuleBasedCollator's javadoc.Elliott Hughes2010-03-181-0/+14
* | Add Java 6's new PipedReader/PipedInputStream constructors.Elliott Hughes2010-03-174-533/+543
* | Add Java 6's ObjectStreamClass.lookupAny.Elliott Hughes2010-03-172-138/+170
* | Add Java 6's PrintStream.clearError/PrintWriter.clearError methods.Elliott Hughes2010-03-164-1891/+866
* | Merge "Add Java 6's java.io.Console." into dalvik-devElliott Hughes2010-03-163-0/+255
|\ \
| * | Add Java 6's java.io.Console.Elliott Hughes2010-03-163-0/+255
* | | am 288de8e6: Merge "Replace a use of index with strchr."Carl Shapiro2010-03-161-1/+1
|\ \ \ | | |/ | |/|
| * | Replace a use of index with strchr.Carl Shapiro2010-03-161-1/+1
* | | Remove dead fields, constants, and redundant pass-through methods.Elliott Hughes2010-03-154-744/+161
| |/ |/|
* | Merge "Remove dead obfuscatory code." into dalvik-devElliott Hughes2010-03-125-104/+7
|\ \
| * | Remove dead obfuscatory code.Elliott Hughes2010-03-125-104/+7
* | | Java 6 java.io.File changes.Elliott Hughes2010-03-125-45/+406
|/ /
* | Use ioctl(FIONREAD) rather than recv(MSG_PEEK) to implement Socket.available.Elliott Hughes2010-03-118-87/+10
* | Plug a resource leak with "finally" and make Object.getClass' return type mat...Elliott Hughes2010-03-111-7/+15
* | Throw UnknownFormatConversionException instead of AssertionError.Elliott Hughes2010-03-111-1/+1
* | Tidy up java.lang.Math and java.lang.StrictMath.Elliott Hughes2010-03-102-166/+100
* | Copy harmony's jdk6 Math and StrictMath.Elliott Hughes2010-03-104-2003/+3496
* | Escape ASCII NUL before trying to put it in XML, because XML can't cope.Elliott Hughes2010-03-101-1/+8
* | Fix Issue 7036: java.math.BigInteger ctor accepts invalid input.Elliott Hughes2010-03-103-0/+99
* | Add Java 6 additions to Double, Enum, Float, and String.Elliott Hughes2010-03-108-186/+492
* | am 40bd3d28: Merge "Work around droiddoc bug http://b/2022288."Elliott Hughes2010-03-091-3/+3
|\ \ | |/
| * Work around droiddoc bug http://b/2022288.Elliott Hughes2010-03-091-3/+3
* | am 16e0f24a: Another go at making droiddoc as happy as javadoc...Elliott Hughes2010-03-091-1/+1
|\ \ | |/
| * Another go at making droiddoc as happy as javadoc...Elliott Hughes2010-03-091-1/+1
* | am 1f6a0425: Fix javadoc errors.Elliott Hughes2010-03-092-2/+2
|\ \ | |/