summaryrefslogtreecommitdiffstats
path: root/luni
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a missing "static", found by FindBugs.Elliott Hughes2010-02-011-1/+1
* Fix varargs warnings in libcore tests.Elliott Hughes2010-02-011-2/+2
* Fix fallback in Currency.getSymbol(Locale).Elliott Hughes2010-01-293-1/+38
* Fix more harmony tests.Elliott Hughes2010-01-292-16/+18
* Fix all the harmony java.util.Formatter tests.Elliott Hughes2010-01-292-15/+16
* Fix tests.api.java.io.SerializationStressTest3.test_18_116_writeObject.Elliott Hughes2010-01-291-19/+19
* Fix a Formatter test that I checked in broken.Elliott Hughes2010-01-291-1/+1
* Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException.Elliott Hughes2010-01-282-15/+9
* Fix NumberFormat's behavior with BigInteger and custom Number subclasses.Elliott Hughes2010-01-271-0/+40
* Add a java.util.Formatter test suggested by egnor months ago.Elliott Hughes2010-01-271-0/+9
* Add a cache to Currency.getInstance(Locale).Elliott Hughes2010-01-263-85/+61
* Simplify our DecimalFormat.Elliott Hughes2010-01-262-0/+38
* Fix @link and @see tags.Elliott Hughes2010-01-251-6/+8
* java.util.Formatter javadoc fix.Elliott Hughes2010-01-221-2/+3
* Fix java.util.Formatter "%tz".Elliott Hughes2010-01-221-7/+9
* Rewrite java.util.Formatter documentation.Elliott Hughes2010-01-221-230/+371
* Fix String.format("%d", null) and relatives.Elliott Hughes2010-01-201-6/+2
* More java.util.Formatter performance work.Elliott Hughes2010-01-201-340/+217
* One true way to query "java.net.preferIPv6Addresses".Elliott Hughes2010-01-199-92/+44
* Rewrite InetAddress' DNS cache.Elliott Hughes2010-01-195-384/+209
* Fix Formatter's behavior with %% and %n.Elliott Hughes2010-01-152-4/+5
* Fix a NPE in java.util.Formatter.Ficus Kirkpatrick2010-01-142-0/+7
* Fix Date.toString.Elliott Hughes2010-01-143-4/+47
* Remove the last bits of the ICU ResourceBundle hack.Elliott Hughes2010-01-132-50/+11
* Fix a comment.Elliott Hughes2010-01-121-1/+2
* Make Formatter %d cost about the same as %s (i.e. 60% faster).Elliott Hughes2010-01-121-8/+32
* Merge "Shave another 10%-25% off Formatter."Elliott Hughes2010-01-121-19/+25
|\