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