1. 13a4071 Merge "Keep the order from getaddrinfo() unchanged if preferIPv6Addresses() is true." by Elliott Hughes · 15 years ago
  2. 67cc34b Remove external/jsr305, external/guava, and external/caliper. by Elliott Hughes · 15 years ago
  3. 6264432 Adding JSON tests to the complete test suite. by Jesse Wilson · 15 years ago
  4. a2a7fa1 Keep the order from getaddrinfo() unchanged if preferIPv6Addresses() is true. by Steinar H. Gunderson · 15 years ago
  5. b290f52 Move a test I wrote under our wing. by Elliott Hughes · 15 years ago
  6. e5a4be1 Add a missing "static", found by FindBugs. by Elliott Hughes · 15 years ago
  7. 80279e2 Fix varargs warnings in libcore tests. by Elliott Hughes · 15 years ago
  8. 2b1f1d3 Fix fallback in Currency.getSymbol(Locale). by Elliott Hughes · 15 years ago
  9. ddc3540 Fix more harmony tests. by Elliott Hughes · 15 years ago
  10. fc8bb3a Fix all the harmony java.util.Formatter tests. by Elliott Hughes · 15 years ago
  11. f8ba29b Fix tests.api.java.io.SerializationStressTest3.test_18_116_writeObject. by Elliott Hughes · 15 years ago
  12. 4a3e29d Fix a Formatter test that I checked in broken. by Elliott Hughes · 15 years ago
  13. da4f31d Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException. by Elliott Hughes · 15 years ago
  14. d7e81f7 Fix NumberFormat's behavior with BigInteger and custom Number subclasses. by Elliott Hughes · 15 years ago
  15. c316190 Add a java.util.Formatter test suggested by egnor months ago. by Elliott Hughes · 15 years ago
  16. 96474a0 Add a cache to Currency.getInstance(Locale). by Elliott Hughes · 15 years ago
  17. f2d5062 Simplify our DecimalFormat. by Elliott Hughes · 15 years ago
  18. 2c93c5c Fix @link and @see tags. by Elliott Hughes · 15 years ago
  19. 4d75637 java.util.Formatter javadoc fix. by Elliott Hughes · 15 years ago
  20. cb4ede2 Fix java.util.Formatter "%tz". by Elliott Hughes · 15 years ago
  21. 707352f Rewrite java.util.Formatter documentation. by Elliott Hughes · 15 years ago
  22. b2d899b Fix String.format("%d", null) and relatives. by Elliott Hughes · 15 years ago
  23. 7bf5734 More java.util.Formatter performance work. by Elliott Hughes · 15 years ago
  24. 4c5cbf2 One true way to query "java.net.preferIPv6Addresses". by Elliott Hughes · 15 years ago
  25. 048303b Rewrite InetAddress' DNS cache. by Elliott Hughes · 15 years ago
  26. aa6c33c Fix Formatter's behavior with %% and %n. by Elliott Hughes · 15 years ago
  27. 9ded0f2 Fix a NPE in java.util.Formatter. by Ficus Kirkpatrick · 15 years ago
  28. e1e5e8e Fix Date.toString. by Elliott Hughes · 15 years ago
  29. aba52f9 Remove the last bits of the ICU ResourceBundle hack. by Elliott Hughes · 15 years ago
  30. fafc801 Fix a comment. by Elliott Hughes · 15 years ago
  31. d8170b3 Make Formatter %d cost about the same as %s (i.e. 60% faster). by Elliott Hughes · 15 years ago
  32. 99a5bf1 Merge "Shave another 10%-25% off Formatter." by Elliott Hughes · 15 years ago
  33. a19a00a am 82e86144: am 56176a05: Fix ScannerTest failures. by Brett Chabot · 15 years ago
  34. 71b856e Shave another 10%-25% off Formatter. by Elliott Hughes · 15 years ago
  35. da915a2 Fix ScannerTest failures. by Brett Chabot · 15 years ago
  36. 974bc3b Merge "Fixing our default HTTP Accept header to be spec-compliant." by Jesse Wilson · 15 years ago
  37. 0b18d1e Support non-default negative patterns in NumberFormat.getIntegerInstance. by Elliott Hughes · 15 years ago
  38. 398cf32 Fixing our default HTTP Accept header to be spec-compliant. by Jesse Wilson · 15 years ago
  39. c9a29be The SecurityManager doesn't work, so advertise that shouldn't be used. by Jesse Wilson · 15 years ago
  40. 96b251c Fix String.toLowerCase/toUpperCase for Azeri, Greek (all locales), and Turkish. by Elliott Hughes · 15 years ago
  41. bc16e03 Fix a broken test. by Elliott Hughes · 15 years ago
  42. 33aa6eb Stop using ResourceBundle for locale data. by Elliott Hughes · 15 years ago
  43. a0f3818 am d3b06457: am 6cdbef55: Merge change I1d9b205f into eclair by Brett Chabot · 15 years ago
  44. 7f326eb Skip locale dependent libcore tests if required locales are not present. by Brett Chabot · 15 years ago
  45. 2e3a41d Speed up the way we access ICU's locale data. by Elliott Hughes · 15 years ago
  46. 011496f Fix CurrencyTest's expectation for CAD in fr_FR. by Elliott Hughes · 15 years ago
  47. ccb0523 Fix Long.toBinaryString, Long.toHexString, and Long.toOctalString for negative values. by Elliott Hughes · 15 years ago
  48. cf85c7a Merge change I1e941570 by Android (Google) Code Review · 15 years ago
  49. f787a87 Depessimize string conversions. by Elliott Hughes · 15 years ago
  50. 386ddaf Merge change I60383632 by Android (Google) Code Review · 15 years ago
  51. 4c2b8db Improve our java.util.Locale documentation. by Elliott Hughes · 15 years ago
  52. c93e262 Merge change Ice913bbd by Android (Google) Code Review · 15 years ago
  53. c574d81 Make java.lang.Character fast. by Elliott Hughes · 15 years ago
  54. 9e13cc8 Fixed a bug int the new version of Long.reverse introduce in change Id6bd7c81. by Joshua Bloch · 15 years ago
  55. c54a98f Merge change Id6bd7c81 by Android (Google) Code Review · 15 years ago
  56. 5539253 Update luni package to Harmony r888752. by Jesse Wilson · 15 years ago
  57. c2bab2c Merge change Iadae8af9 by Android (Google) Code Review · 15 years ago
  58. 3bad4ae Updating Caliper runner to correspond with caliper r20091215 by Jesse Wilson · 15 years ago
  59. 726ac58 Rewrote all the toString and bit twiddling code in Integer and Long using by Joshua Bloch · 15 years ago
  60. 43738ce Eclipse doesn't like that this class' directory didn't match its package. by Elliott Hughes · 15 years ago
  61. b3c48b8 Temporarily omit libcore tests that fail when run in CTS harness. DO NOT MERGE. by Brett Chabot · 15 years ago
  62. ee5af17 Merge change I1d96b51e by Android (Google) Code Review · 15 years ago
  63. 264b6f5 Merge change Ie84afdff by Android (Google) Code Review · 15 years ago
  64. e75be42 Support running caliper with the jtreg runner. This is an early first look; by Jesse Wilson · 15 years ago
  65. f226fd4 More java.io.File cleanup. by Elliott Hughes · 15 years ago
  66. f7c6911 Merge branch 'archive_888752' into archive_dalvik by Jesse Wilson · 15 years ago
  67. a1e5d8a Fix java.util.Formatter formatting of -0.0. by Elliott Hughes · 15 years ago
  68. d385bfc Improve the FileNotFoundExceptions thrown by OSFileSystem.open. by Elliott Hughes · 15 years ago
  69. b5b999c Fix build. by Elliott Hughes · 15 years ago
  70. 932be72 Merge change I8cdf9790 by Android (Google) Code Review · 15 years ago
  71. 1f7da4e Take Locale into account in java.util.Formatter uppercase conversions. by Elliott Hughes · 15 years ago
  72. 0af4ef2 More java.io.File cleanup. by Elliott Hughes · 15 years ago
  73. 9244d20 Merge change I76f1dbe7 by Android (Google) Code Review · 15 years ago
  74. 070f14c More java.io.File cleanup. by Elliott Hughes · 15 years ago
  75. dc30337 Improve TimeZone documentation. by Elliott Hughes · 15 years ago
  76. b7a82cf Merge change I97af6ec8 by Android (Google) Code Review · 15 years ago
  77. 93a4b2a More java.io.File cleanup. by Elliott Hughes · 15 years ago
  78. d3ec2ba Merge change Ia8ff1644 by Android (Google) Code Review · 15 years ago
  79. bbf2a4b Fix two trivial Formatter bugs (found by jtreg). by Elliott Hughes · 15 years ago
  80. f071ff7 Merge change I85442b60 by Android (Google) Code Review · 15 years ago
  81. 9c4c0a1 Merge change I6d8a640c by Android (Google) Code Review · 15 years ago
  82. 9a501d6 Make java.util.Formatter perform acceptably (and fix two jtreg failures). by Elliott Hughes · 15 years ago
  83. e124afe Android ICU4.2.1 upgrade. by Claire Ho · 15 years ago
  84. e693c3d Merge change I47b9b7f9 by Android (Google) Code Review · 15 years ago
  85. 7d6b000 Replaced all versions of binarySearch with better versions. by Joshua Bloch · 15 years ago
  86. ef487e8 DPQ Comment cleanup (and a few very minor code changes) by Joshua Bloch · 15 years ago
  87. c5c9c66 More java.io.File improvements. by Elliott Hughes · 15 years ago
  88. 87415b1 Fix File.isHidden and File.listRoots. by Elliott Hughes · 15 years ago
  89. 1072631 A few notes on why we don't cache canonical paths. by Jesse Wilson · 15 years ago
  90. fb917ba Merge change I9189bd9d by Android (Google) Code Review · 15 years ago
  91. 1326cfc Fix java.io.File's JNI's fixed-length buffers. by Elliott Hughes · 15 years ago
  92. 5c74ff3 Merge change Iff90b1aa by Android (Google) Code Review · 15 years ago
  93. cebe896 Merge change I72b1f303 by Android (Google) Code Review · 15 years ago
  94. 820172a Merge change I4bd6f817 by Android (Google) Code Review · 15 years ago
  95. 2626284 Replaced primitive sorts with Iaroslavski, Bentley, and Bloch's Dual Pivot Quicksort. by Joshua Bloch · 15 years ago
  96. b631795 Add a comment. by Elliott Hughes · 15 years ago
  97. e097295 Explicitly ignore non-IPv4/IPv6 addresses from IFA_ADDRESS. by Elliott Hughes · 15 years ago
  98. d2c1275 Merge change I9fa3ef2c by Android (Google) Code Review · 15 years ago
  99. 1f89002 Merge change I2807742e by Android (Google) Code Review · 15 years ago
  100. 5e1a009 Switch java_io_File.c over to C++. by Elliott Hughes · 15 years ago