1. 32e68be am 59c1f5cb: Use assertEquals rather than assertTrue/assertFalse. by Elliott Hughes · 15 years ago
  2. 052c6a6 Use assertEquals rather than assertTrue/assertFalse. by Elliott Hughes · 15 years ago
  3. 445d86d am 971b5067: Add our home-grown Normalizer tests. by Elliott Hughes · 15 years ago
  4. 73b487a Add our home-grown Normalizer tests. by Elliott Hughes · 15 years ago
  5. 2cf6247 am 16525029: Merge "Fix a FormatFlagsConversionMismatchException bug I introduced in Froyo." by Elliott Hughes · 15 years ago
  6. d6396db Fix a FormatFlagsConversionMismatchException bug I introduced in Froyo. by Elliott Hughes · 15 years ago
  7. 0a9a0a1 am 4d5e5a0f: Merge "Keep the order from getaddrinfo() unchanged if preferIPv6Addresses() is true." by Elliott Hughes · 15 years ago
  8. 13a4071 Merge "Keep the order from getaddrinfo() unchanged if preferIPv6Addresses() is true." by Elliott Hughes · 15 years ago
  9. eb238ef Fix "HttpUrlConnection.addRequestProperty replaces existing properties instead of append them". by Elliott Hughes · 15 years ago
  10. 7a076f0 Remove more useless annotations: logging, luni-kernel, and math. by Elliott Hughes · 15 years ago
  11. e2a6f77 Merge remote branch 'goog/master' into mm by Elliott Hughes · 15 years ago
  12. 67cc34b Remove external/jsr305, external/guava, and external/caliper. by Elliott Hughes · 15 years ago
  13. 7ee3a06 Resync a load of tests with upstream, make our build faster. by Elliott Hughes · 15 years ago
  14. 6264432 Adding JSON tests to the complete test suite. by Jesse Wilson · 15 years ago
  15. e3f55fe HTTP headers should be case-insensitive but case-preserving. by Elliott Hughes · 15 years ago
  16. a2a7fa1 Keep the order from getaddrinfo() unchanged if preferIPv6Addresses() is true. by Steinar H. Gunderson · 15 years ago
  17. b2cebc7 Merge "Fix a few of our FindBugs "high" warnings." into dalvik-dev by Elliott Hughes · 15 years ago
  18. deacd76 Fix a few of our FindBugs "high" warnings. by Elliott Hughes · 15 years ago
  19. 8482ba2 Merge "Use one method to create a Locale from a String." into dalvik-dev by Elliott Hughes · 15 years ago
  20. b0e5963 Throw IllegalArgumentException if Currency.getInstance is given an invalid currency code. by Elliott Hughes · 15 years ago
  21. aa39195 Use one method to create a Locale from a String. by Elliott Hughes · 15 years ago
  22. 4b7692c Merge "Remove some potential test flakiness." into dalvik-dev by Elliott Hughes · 15 years ago
  23. 6461d8f Remove some potential test flakiness. by Elliott Hughes · 15 years ago
  24. b1268c6 Use HAVE_ANDROID_OS to conditionally include files on a device target. by Dan Bornstein · 15 years ago
  25. 18aa2ce Fix a bug I introduced to SimpleTimeZone with my Calendar.setTimeZone fix. by Elliott Hughes · 15 years ago
  26. 6bd7768 Fix decoding of filenames in zip files, when read by ZipFile. by Elliott Hughes · 15 years ago
  27. d1ad0f9 Merge "Minimal fix for Calendar.setTimeZone." into dalvik-dev by Elliott Hughes · 15 years ago
  28. 69bcb48 Minimal fix for Calendar.setTimeZone. by Elliott Hughes · 15 years ago
  29. ebab0fc Merge "Remove obviously bogus @KnownFailure annotations." into dalvik-dev by Elliott Hughes · 15 years ago
  30. 307a6a0 Remove obviously bogus @KnownFailure annotations. by Elliott Hughes · 15 years ago
  31. 0a807e5 Fix two compiler warnings. by Elliott Hughes · 15 years ago
  32. b290f52 Move a test I wrote under our wing. by Elliott Hughes · 15 years ago
  33. e5a4be1 Add a missing "static", found by FindBugs. by Elliott Hughes · 15 years ago
  34. 80279e2 Fix varargs warnings in libcore tests. by Elliott Hughes · 15 years ago
  35. 2b1f1d3 Fix fallback in Currency.getSymbol(Locale). by Elliott Hughes · 15 years ago
  36. ddc3540 Fix more harmony tests. by Elliott Hughes · 15 years ago
  37. fc8bb3a Fix all the harmony java.util.Formatter tests. by Elliott Hughes · 15 years ago
  38. f8ba29b Fix tests.api.java.io.SerializationStressTest3.test_18_116_writeObject. by Elliott Hughes · 15 years ago
  39. 4a3e29d Fix a Formatter test that I checked in broken. by Elliott Hughes · 15 years ago
  40. da4f31d Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException. by Elliott Hughes · 15 years ago
  41. d7e81f7 Fix NumberFormat's behavior with BigInteger and custom Number subclasses. by Elliott Hughes · 15 years ago
  42. c316190 Add a java.util.Formatter test suggested by egnor months ago. by Elliott Hughes · 15 years ago
  43. 96474a0 Add a cache to Currency.getInstance(Locale). by Elliott Hughes · 15 years ago
  44. f2d5062 Simplify our DecimalFormat. by Elliott Hughes · 15 years ago
  45. 2c93c5c Fix @link and @see tags. by Elliott Hughes · 15 years ago
  46. 4d75637 java.util.Formatter javadoc fix. by Elliott Hughes · 15 years ago
  47. cb4ede2 Fix java.util.Formatter "%tz". by Elliott Hughes · 15 years ago
  48. 707352f Rewrite java.util.Formatter documentation. by Elliott Hughes · 15 years ago
  49. b2d899b Fix String.format("%d", null) and relatives. by Elliott Hughes · 15 years ago
  50. 7bf5734 More java.util.Formatter performance work. by Elliott Hughes · 15 years ago
  51. 4c5cbf2 One true way to query "java.net.preferIPv6Addresses". by Elliott Hughes · 15 years ago
  52. 048303b Rewrite InetAddress' DNS cache. by Elliott Hughes · 15 years ago
  53. aa6c33c Fix Formatter's behavior with %% and %n. by Elliott Hughes · 15 years ago
  54. 9ded0f2 Fix a NPE in java.util.Formatter. by Ficus Kirkpatrick · 15 years ago
  55. e1e5e8e Fix Date.toString. by Elliott Hughes · 15 years ago
  56. aba52f9 Remove the last bits of the ICU ResourceBundle hack. by Elliott Hughes · 15 years ago
  57. fafc801 Fix a comment. by Elliott Hughes · 15 years ago
  58. d8170b3 Make Formatter %d cost about the same as %s (i.e. 60% faster). by Elliott Hughes · 15 years ago
  59. 99a5bf1 Merge "Shave another 10%-25% off Formatter." by Elliott Hughes · 15 years ago
  60. a19a00a am 82e86144: am 56176a05: Fix ScannerTest failures. by Brett Chabot · 15 years ago
  61. 71b856e Shave another 10%-25% off Formatter. by Elliott Hughes · 15 years ago
  62. da915a2 Fix ScannerTest failures. by Brett Chabot · 15 years ago
  63. 974bc3b Merge "Fixing our default HTTP Accept header to be spec-compliant." by Jesse Wilson · 15 years ago
  64. 0b18d1e Support non-default negative patterns in NumberFormat.getIntegerInstance. by Elliott Hughes · 15 years ago
  65. 398cf32 Fixing our default HTTP Accept header to be spec-compliant. by Jesse Wilson · 15 years ago
  66. c9a29be The SecurityManager doesn't work, so advertise that shouldn't be used. by Jesse Wilson · 15 years ago
  67. 96b251c Fix String.toLowerCase/toUpperCase for Azeri, Greek (all locales), and Turkish. by Elliott Hughes · 15 years ago
  68. bc16e03 Fix a broken test. by Elliott Hughes · 15 years ago
  69. 33aa6eb Stop using ResourceBundle for locale data. by Elliott Hughes · 15 years ago
  70. a0f3818 am d3b06457: am 6cdbef55: Merge change I1d9b205f into eclair by Brett Chabot · 15 years ago
  71. 7f326eb Skip locale dependent libcore tests if required locales are not present. by Brett Chabot · 15 years ago
  72. 2e3a41d Speed up the way we access ICU's locale data. by Elliott Hughes · 15 years ago
  73. 011496f Fix CurrencyTest's expectation for CAD in fr_FR. by Elliott Hughes · 15 years ago
  74. ccb0523 Fix Long.toBinaryString, Long.toHexString, and Long.toOctalString for negative values. by Elliott Hughes · 15 years ago
  75. cf85c7a Merge change I1e941570 by Android (Google) Code Review · 15 years ago
  76. f787a87 Depessimize string conversions. by Elliott Hughes · 15 years ago
  77. 386ddaf Merge change I60383632 by Android (Google) Code Review · 15 years ago
  78. 4c2b8db Improve our java.util.Locale documentation. by Elliott Hughes · 15 years ago
  79. c93e262 Merge change Ice913bbd by Android (Google) Code Review · 15 years ago
  80. c574d81 Make java.lang.Character fast. by Elliott Hughes · 15 years ago
  81. 9e13cc8 Fixed a bug int the new version of Long.reverse introduce in change Id6bd7c81. by Joshua Bloch · 15 years ago
  82. c54a98f Merge change Id6bd7c81 by Android (Google) Code Review · 15 years ago
  83. 5539253 Update luni package to Harmony r888752. by Jesse Wilson · 15 years ago
  84. c2bab2c Merge change Iadae8af9 by Android (Google) Code Review · 15 years ago
  85. 3bad4ae Updating Caliper runner to correspond with caliper r20091215 by Jesse Wilson · 15 years ago
  86. 726ac58 Rewrote all the toString and bit twiddling code in Integer and Long using by Joshua Bloch · 15 years ago
  87. 43738ce Eclipse doesn't like that this class' directory didn't match its package. by Elliott Hughes · 15 years ago
  88. b3c48b8 Temporarily omit libcore tests that fail when run in CTS harness. DO NOT MERGE. by Brett Chabot · 15 years ago
  89. ee5af17 Merge change I1d96b51e by Android (Google) Code Review · 15 years ago
  90. 264b6f5 Merge change Ie84afdff by Android (Google) Code Review · 15 years ago
  91. e75be42 Support running caliper with the jtreg runner. This is an early first look; by Jesse Wilson · 15 years ago
  92. f226fd4 More java.io.File cleanup. by Elliott Hughes · 15 years ago
  93. f7c6911 Merge branch 'archive_888752' into archive_dalvik by Jesse Wilson · 15 years ago
  94. a1e5d8a Fix java.util.Formatter formatting of -0.0. by Elliott Hughes · 15 years ago
  95. d385bfc Improve the FileNotFoundExceptions thrown by OSFileSystem.open. by Elliott Hughes · 15 years ago
  96. b5b999c Fix build. by Elliott Hughes · 15 years ago
  97. 932be72 Merge change I8cdf9790 by Android (Google) Code Review · 15 years ago
  98. 1f7da4e Take Locale into account in java.util.Formatter uppercase conversions. by Elliott Hughes · 15 years ago
  99. 0af4ef2 More java.io.File cleanup. by Elliott Hughes · 15 years ago
  100. 9244d20 Merge change I76f1dbe7 by Android (Google) Code Review · 15 years ago