1. 7ca6fd0 Fix a bug, and protect against an unrelated class of bugs. by Elliott Hughes · 14 years ago
  2. abd91e3 Fix build. by Elliott Hughes · 14 years ago
  3. ace7e6f Fix StrictMath.copySign's behavior with NaN. by Elliott Hughes · 14 years ago
  4. 65b563b Use more idiomatic naming in test code. by Elliott Hughes · 14 years ago
  5. b57e439 Apply https://issues.apache.org/jira/browse/HARMONY-4307. by Elliott Hughes · 14 years ago
  6. 9e95c52 Clean up a few toStrings. by Elliott Hughes · 14 years ago
  7. 264f9e9 am ec7c8c98: Fix java.util.Random\'s constructors. by Elliott Hughes · 14 years ago
  8. 1e8bd61 Fix java.util.Random's constructors. by Elliott Hughes · 14 years ago
  9. 93f0d79 Add Java 6's getAvailableLocales/getInstance to DateFormatSymbols and DecimalFormatSymbols. by Elliott Hughes · 14 years ago
  10. 6edeab3 Merge "Remove explicit 8192 arguments to BufferedReader and friends." into dalvik-dev by Elliott Hughes · 14 years ago
  11. 81e3c1d am b7b9be13: Merge "Improve java.net.InetAddress.getLocalHost documentation." by Elliott Hughes · 14 years ago
  12. b748a9b Remove explicit 8192 arguments to BufferedReader and friends. by Elliott Hughes · 14 years ago
  13. fb4616d Remove the "default buffer size" warnings. by Elliott Hughes · 14 years ago
  14. ce64852 Improve java.net.InetAddress.getLocalHost documentation. by Elliott Hughes · 14 years ago
  15. c4a9c06 Add the Java 6 java.text.spi and java.util.spi interfaces. by Elliott Hughes · 14 years ago
  16. d1c610c Remove all remaining "@since Android" tags. by Elliott Hughes · 14 years ago
  17. 055c252 Add Java 6's java.util.Arrays changes. by Elliott Hughes · 14 years ago
  18. 42db7d1 Add's Java 6's DecimalFormat.setRoundingMode (et cetera). by Elliott Hughes · 14 years ago
  19. 7b00ce8 Add Java 6's Scanner.reset and fix RuleBasedCollator's javadoc. by Elliott Hughes · 14 years ago
  20. 05d7774 Add Java 6's new PipedReader/PipedInputStream constructors. by Elliott Hughes · 14 years ago
  21. a845eec Add Java 6's ObjectStreamClass.lookupAny. by Elliott Hughes · 14 years ago
  22. e51cae0 Add Java 6's PrintStream.clearError/PrintWriter.clearError methods. by Elliott Hughes · 14 years ago
  23. 705aafd Merge "Add Java 6's java.io.Console." into dalvik-dev by Elliott Hughes · 14 years ago
  24. f7fb59f Add Java 6's java.io.Console. by Elliott Hughes · 14 years ago
  25. 6c75e0a am 288de8e6: Merge "Replace a use of index with strchr." by Carl Shapiro · 14 years ago
  26. 22ff07e Replace a use of index with strchr. by Carl Shapiro · 14 years ago
  27. d9d2630 Remove dead fields, constants, and redundant pass-through methods. by Elliott Hughes · 14 years ago
  28. ec4c445 Merge "Remove dead obfuscatory code." into dalvik-dev by Elliott Hughes · 14 years ago
  29. fdd13e8 Remove dead obfuscatory code. by Elliott Hughes · 14 years ago
  30. 08ec8fd Java 6 java.io.File changes. by Elliott Hughes · 14 years ago
  31. 49e79cd Use ioctl(FIONREAD) rather than recv(MSG_PEEK) to implement Socket.available. by Elliott Hughes · 14 years ago
  32. 77dd26a Plug a resource leak with "finally" and make Object.getClass' return type match Java 6. by Elliott Hughes · 14 years ago
  33. acde969 Throw UnknownFormatConversionException instead of AssertionError. by Elliott Hughes · 14 years ago
  34. 5820c2d Tidy up java.lang.Math and java.lang.StrictMath. by Elliott Hughes · 14 years ago
  35. 73342e0 Copy harmony's jdk6 Math and StrictMath. by Elliott Hughes · 14 years ago
  36. da9a613 Escape ASCII NUL before trying to put it in XML, because XML can't cope. by Elliott Hughes · 14 years ago
  37. d7c1f2b Fix Issue 7036: java.math.BigInteger ctor accepts invalid input. by Elliott Hughes · 14 years ago
  38. b43c9fb Add Java 6 additions to Double, Enum, Float, and String. by Elliott Hughes · 14 years ago
  39. 2f40684 am 40bd3d28: Merge "Work around droiddoc bug http://b/2022288." by Elliott Hughes · 14 years ago
  40. 3dd153c Work around droiddoc bug http://b/2022288. by Elliott Hughes · 14 years ago
  41. 7237ad6 am 16e0f24a: Another go at making droiddoc as happy as javadoc... by Elliott Hughes · 14 years ago
  42. 66c28d7 Another go at making droiddoc as happy as javadoc... by Elliott Hughes · 14 years ago
  43. 9cfa094 am 1f6a0425: Fix javadoc errors. by Elliott Hughes · 14 years ago
  44. a7127f8 Fix javadoc errors. by Elliott Hughes · 14 years ago
  45. d53a62f am f5274f62: Merge "Print errors encountered while writing XML reports" by Jesse Wilson · 14 years ago
  46. 0d7d307 Merge "Print errors encountered while writing XML reports" by Jesse Wilson · 14 years ago
  47. b4f302a Print errors encountered while writing XML reports by Jesse Wilson · 14 years ago
  48. b7da2eb am a6d228d4: Merge "Minor documentation improvements." by Elliott Hughes · 14 years ago
  49. 438d988 Minor documentation improvements. by Elliott Hughes · 14 years ago
  50. f1072c3 Fix a comment. by Elliott Hughes · 14 years ago
  51. b051ce5 Fix build (missing #include in sim build). by Elliott Hughes · 14 years ago
  52. bf5d76d Merge "Implement the Java 6 NetworkInterface/InterfaceAddress functionality." into dalvik-dev by Elliott Hughes · 14 years ago
  53. d2af45a Implement the Java 6 NetworkInterface/InterfaceAddress functionality. by Elliott Hughes · 14 years ago
  54. 722a27e Support IPv4-compatible IPv6 addresses on IPv4 sockets. by Elliott Hughes · 14 years ago
  55. 0592da0 Merge "Add messages to the ArrayStoreExceptions thrown by arraycopy()." into dalvik-dev by Jesse Wilson · 14 years ago
  56. b7d1452 am 042cc582: Merge "Don\'t call a method that can be overridden from File\'s constructors." by Elliott Hughes · 14 years ago
  57. 028794d Don't call a method that can be overridden from File's constructors. by Elliott Hughes · 14 years ago
  58. f73bf3a Add messages to the ArrayStoreExceptions thrown by arraycopy(). by Jesse Wilson · 14 years ago
  59. 4f8f6c6 Improve error checking and error reporting in java.util.Formatter. by Elliott Hughes · 14 years ago
  60. ae5b391 Merge "Add (but @hide) String.isEmpty and Locale.ROOT." into dalvik-dev by Elliott Hughes · 14 years ago
  61. 31df07d Add (but @hide) String.isEmpty and Locale.ROOT. by Elliott Hughes · 14 years ago
  62. 32e68be am 59c1f5cb: Use assertEquals rather than assertTrue/assertFalse. by Elliott Hughes · 14 years ago
  63. 052c6a6 Use assertEquals rather than assertTrue/assertFalse. by Elliott Hughes · 14 years ago
  64. 445d86d am 971b5067: Add our home-grown Normalizer tests. by Elliott Hughes · 14 years ago
  65. 73b487a Add our home-grown Normalizer tests. by Elliott Hughes · 14 years ago
  66. 2cf6247 am 16525029: Merge "Fix a FormatFlagsConversionMismatchException bug I introduced in Froyo." by Elliott Hughes · 14 years ago
  67. d6396db Fix a FormatFlagsConversionMismatchException bug I introduced in Froyo. by Elliott Hughes · 14 years ago
  68. 0a9a0a1 am 4d5e5a0f: Merge "Keep the order from getaddrinfo() unchanged if preferIPv6Addresses() is true." by Elliott Hughes · 14 years ago
  69. 13a4071 Merge "Keep the order from getaddrinfo() unchanged if preferIPv6Addresses() is true." by Elliott Hughes · 14 years ago
  70. eb238ef Fix "HttpUrlConnection.addRequestProperty replaces existing properties instead of append them". by Elliott Hughes · 14 years ago
  71. 7a076f0 Remove more useless annotations: logging, luni-kernel, and math. by Elliott Hughes · 14 years ago
  72. e2a6f77 Merge remote branch 'goog/master' into mm by Elliott Hughes · 14 years ago
  73. 67cc34b Remove external/jsr305, external/guava, and external/caliper. by Elliott Hughes · 14 years ago
  74. 7ee3a06 Resync a load of tests with upstream, make our build faster. by Elliott Hughes · 14 years ago
  75. 6264432 Adding JSON tests to the complete test suite. by Jesse Wilson · 14 years ago
  76. e3f55fe HTTP headers should be case-insensitive but case-preserving. by Elliott Hughes · 14 years ago
  77. a2a7fa1 Keep the order from getaddrinfo() unchanged if preferIPv6Addresses() is true. by Steinar H. Gunderson · 14 years ago
  78. b2cebc7 Merge "Fix a few of our FindBugs "high" warnings." into dalvik-dev by Elliott Hughes · 14 years ago
  79. deacd76 Fix a few of our FindBugs "high" warnings. by Elliott Hughes · 14 years ago
  80. 8482ba2 Merge "Use one method to create a Locale from a String." into dalvik-dev by Elliott Hughes · 14 years ago
  81. b0e5963 Throw IllegalArgumentException if Currency.getInstance is given an invalid currency code. by Elliott Hughes · 14 years ago
  82. aa39195 Use one method to create a Locale from a String. by Elliott Hughes · 14 years ago
  83. 4b7692c Merge "Remove some potential test flakiness." into dalvik-dev by Elliott Hughes · 14 years ago
  84. 6461d8f Remove some potential test flakiness. by Elliott Hughes · 14 years ago
  85. b1268c6 Use HAVE_ANDROID_OS to conditionally include files on a device target. by Dan Bornstein · 14 years ago
  86. 18aa2ce Fix a bug I introduced to SimpleTimeZone with my Calendar.setTimeZone fix. by Elliott Hughes · 14 years ago
  87. 6bd7768 Fix decoding of filenames in zip files, when read by ZipFile. by Elliott Hughes · 14 years ago
  88. d1ad0f9 Merge "Minimal fix for Calendar.setTimeZone." into dalvik-dev by Elliott Hughes · 14 years ago
  89. 69bcb48 Minimal fix for Calendar.setTimeZone. by Elliott Hughes · 14 years ago
  90. ebab0fc Merge "Remove obviously bogus @KnownFailure annotations." into dalvik-dev by Elliott Hughes · 14 years ago
  91. 307a6a0 Remove obviously bogus @KnownFailure annotations. by Elliott Hughes · 14 years ago
  92. 0a807e5 Fix two compiler warnings. by Elliott Hughes · 14 years ago
  93. b290f52 Move a test I wrote under our wing. by Elliott Hughes · 14 years ago
  94. e5a4be1 Add a missing "static", found by FindBugs. by Elliott Hughes · 14 years ago
  95. 80279e2 Fix varargs warnings in libcore tests. by Elliott Hughes · 14 years ago
  96. 2b1f1d3 Fix fallback in Currency.getSymbol(Locale). by Elliott Hughes · 14 years ago
  97. ddc3540 Fix more harmony tests. by Elliott Hughes · 14 years ago
  98. fc8bb3a Fix all the harmony java.util.Formatter tests. by Elliott Hughes · 14 years ago
  99. f8ba29b Fix tests.api.java.io.SerializationStressTest3.test_18_116_writeObject. by Elliott Hughes · 14 years ago
  100. 4a3e29d Fix a Formatter test that I checked in broken. by Elliott Hughes · 14 years ago