summaryrefslogtreecommitdiffstats
path: root/luni
Commit message (Expand)AuthorAgeFilesLines
* Fix java.util.Random's constructors.Elliott Hughes2010-03-243-22/+48
* Improve java.net.InetAddress.getLocalHost documentation.Elliott Hughes2010-03-231-4/+32
* Replace a use of index with strchr.Carl Shapiro2010-03-161-1/+1
* Work around droiddoc bug http://b/2022288.Elliott Hughes2010-03-091-3/+3
* Another go at making droiddoc as happy as javadoc...Elliott Hughes2010-03-091-1/+1
* Fix javadoc errors.Elliott Hughes2010-03-092-2/+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
* | Minor documentation improvements.Elliott Hughes2010-03-0916-126/+175
|/
* Don't call a method that can be overridden from File's constructors.Elliott Hughes2010-03-032-1/+19
* Use assertEquals rather than assertTrue/assertFalse.Elliott Hughes2010-03-021-23/+9
* Add our home-grown Normalizer tests.Elliott Hughes2010-03-022-0/+100
* Fix a FormatFlagsConversionMismatchException bug I introduced in Froyo.Elliott Hughes2010-02-281-1/+1
* 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
* | 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
|/
* 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
|\
| * Shave another 10%-25% off Formatter.Elliott Hughes2010-01-111-19/+25
* | am 82e86144: am 56176a05: Fix ScannerTest failures.Brett Chabot2010-01-111-65/+79
|\ \ | |/ |/|
| * Fix ScannerTest failures.Brett Chabot2010-01-111-65/+79
* | Merge "Fixing our default HTTP Accept header to be spec-compliant."Jesse Wilson2010-01-112-6/+6
|\ \
| * | Fixing our default HTTP Accept header to be spec-compliant.Jesse Wilson2010-01-082-6/+6