summaryrefslogtreecommitdiffstats
path: root/luni
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix javadoc errors.Elliott Hughes2010-03-092-2/+2
* | am f5274f62: Merge "Print errors encountered while writing XML reports"Jesse Wilson2010-03-091-1/+2
|\ \ | |/
| * Merge "Print errors encountered while writing XML reports"Jesse Wilson2010-03-091-1/+2
| |\
| | * Print errors encountered while writing XML reportsJesse Wilson2010-03-091-1/+2
* | | am a6d228d4: Merge "Minor documentation improvements."Elliott Hughes2010-03-0916-126/+175
|\ \ \ | |/ /
| * | Minor documentation improvements.Elliott Hughes2010-03-0916-126/+175
| |/
* | Fix a comment.Elliott Hughes2010-03-081-7/+1
* | Fix build (missing #include in sim build).Elliott Hughes2010-03-081-0/+1
* | Merge "Implement the Java 6 NetworkInterface/InterfaceAddress functionality."...Elliott Hughes2010-03-086-822/+1018
|\ \
| * | Implement the Java 6 NetworkInterface/InterfaceAddress functionality.Elliott Hughes2010-03-086-822/+1018
* | | Support IPv4-compatible IPv6 addresses on IPv4 sockets.Elliott Hughes2010-03-081-48/+80
* | | Merge "Add messages to the ArrayStoreExceptions thrown by arraycopy()." into ...Jesse Wilson2010-03-042-0/+65
|\ \ \
| * | | Add messages to the ArrayStoreExceptions thrown by arraycopy().Jesse Wilson2010-03-032-0/+65
| |/ /
* | | am 042cc582: Merge "Don\'t call a method that can be overridden from File\'s ...Elliott Hughes2010-03-032-1/+19
|\ \ \ | |/ / |/| / | |/
| * Don't call a method that can be overridden from File's constructors.Elliott Hughes2010-03-032-1/+19
* | Improve error checking and error reporting in java.util.Formatter.Elliott Hughes2010-03-031-176/+153
* | Merge "Add (but @hide) String.isEmpty and Locale.ROOT." into dalvik-devElliott Hughes2010-03-022-0/+19
|\ \
| * | Add (but @hide) String.isEmpty and Locale.ROOT.Elliott Hughes2010-03-022-0/+19
* | | am 59c1f5cb: Use assertEquals rather than assertTrue/assertFalse.Elliott Hughes2010-03-021-23/+9
|\ \ \ | | |/ | |/|
| * | Use assertEquals rather than assertTrue/assertFalse.Elliott Hughes2010-03-021-23/+9
* | | am 971b5067: Add our home-grown Normalizer tests.Elliott Hughes2010-03-022-0/+100
|\ \ \ | |/ / | | / | |/ |/|
| * Add our home-grown Normalizer tests.Elliott Hughes2010-03-022-0/+100
* | am 16525029: Merge "Fix a FormatFlagsConversionMismatchException bug I introd...Elliott Hughes2010-03-011-1/+1
|\ \ | |/
| * Fix a FormatFlagsConversionMismatchException bug I introduced in Froyo.Elliott Hughes2010-02-281-1/+1
* | am 4d5e5a0f: Merge "Keep the order from getaddrinfo() unchanged if preferIPv6...Elliott Hughes2010-02-281-10/+6
|\ \ | |/
| * Merge "Keep the order from getaddrinfo() unchanged if preferIPv6Addresses() i...Elliott Hughes2010-02-251-10/+6
| |\
| | * Keep the order from getaddrinfo() unchanged if preferIPv6Addresses() is true.Steinar H. Gunderson2010-02-171-10/+6
* | | Fix "HttpUrlConnection.addRequestProperty replaces existing properties instea...Elliott Hughes2010-02-232-12/+28
* | | Remove more useless annotations: logging, luni-kernel, and math.Elliott Hughes2010-02-231-24/+0
* | | Merge remote branch 'goog/master' into mmElliott Hughes2010-02-222-33/+1
|\ \ \ | |/ /
| * | Remove external/jsr305, external/guava, and external/caliper.Elliott Hughes2010-02-191-33/+0
| * | Adding JSON tests to the complete test suite.Jesse Wilson2010-02-191-0/+1
| |/
* | Resync a load of tests with upstream, make our build faster.Elliott Hughes2010-02-19129-9824/+22807
* | HTTP headers should be case-insensitive but case-preserving.Elliott Hughes2010-02-172-22/+53
* | Merge "Fix a few of our FindBugs "high" warnings." into dalvik-devElliott Hughes2010-02-121-0/+6
|\ \
| * | Fix a few of our FindBugs "high" warnings.Elliott Hughes2010-02-121-0/+6
* | | Merge "Use one method to create a Locale from a String." into dalvik-devElliott Hughes2010-02-122-52/+5
|\ \ \ | |/ / |/| |
| * | Use one method to create a Locale from a String.Elliott Hughes2010-02-122-52/+5
* | | Throw IllegalArgumentException if Currency.getInstance is given an invalid cu...Elliott Hughes2010-02-122-0/+20
|/ /
* | Merge "Remove some potential test flakiness." into dalvik-devElliott Hughes2010-02-121-11/+9
|\ \
| * | Remove some potential test flakiness.Elliott Hughes2010-02-121-11/+9
* | | Use HAVE_ANDROID_OS to conditionally include files on a device target.Dan Bornstein2010-02-121-1/+1
|/ /
* | Fix a bug I introduced to SimpleTimeZone with my Calendar.setTimeZone fix.Elliott Hughes2010-02-053-23/+221
* | Fix decoding of filenames in zip files, when read by ZipFile.Elliott Hughes2010-02-041-0/+60
* | Merge "Minimal fix for Calendar.setTimeZone." into dalvik-devElliott Hughes2010-02-044-21/+77
|\ \
| * | Minimal fix for Calendar.setTimeZone.Elliott Hughes2010-02-044-21/+77
* | | Merge "Remove obviously bogus @KnownFailure annotations." into dalvik-devElliott Hughes2010-02-0314-61/+1
|\ \ \ | |/ / |/| |
| * | Remove obviously bogus @KnownFailure annotations.Elliott Hughes2010-02-0314-61/+1
| |/
* | Fix two compiler warnings.Elliott Hughes2010-02-031-1/+1
|/
* Move a test I wrote under our wing.Elliott Hughes2010-02-013-13/+29