1. a7127f8 Fix javadoc errors. by Elliott Hughes · 15 years ago
  2. 438d988 Minor documentation improvements. by Elliott Hughes · 15 years ago
  3. 028794d Don't call a method that can be overridden from File's constructors. by Elliott Hughes · 15 years ago
  4. d6396db Fix a FormatFlagsConversionMismatchException bug I introduced in Froyo. by Elliott Hughes · 15 years ago
  5. a2a7fa1 Keep the order from getaddrinfo() unchanged if preferIPv6Addresses() is true. by Steinar H. Gunderson · 15 years ago
  6. e5a4be1 Add a missing "static", found by FindBugs. by Elliott Hughes · 15 years ago
  7. 2b1f1d3 Fix fallback in Currency.getSymbol(Locale). by Elliott Hughes · 15 years ago
  8. f8ba29b Fix tests.api.java.io.SerializationStressTest3.test_18_116_writeObject. by Elliott Hughes · 15 years ago
  9. 96474a0 Add a cache to Currency.getInstance(Locale). by Elliott Hughes · 15 years ago
  10. 2c93c5c Fix @link and @see tags. by Elliott Hughes · 15 years ago
  11. 4d75637 java.util.Formatter javadoc fix. by Elliott Hughes · 15 years ago
  12. cb4ede2 Fix java.util.Formatter "%tz". by Elliott Hughes · 15 years ago
  13. 707352f Rewrite java.util.Formatter documentation. by Elliott Hughes · 15 years ago
  14. b2d899b Fix String.format("%d", null) and relatives. by Elliott Hughes · 15 years ago
  15. 7bf5734 More java.util.Formatter performance work. by Elliott Hughes · 15 years ago
  16. 4c5cbf2 One true way to query "java.net.preferIPv6Addresses". by Elliott Hughes · 15 years ago
  17. 048303b Rewrite InetAddress' DNS cache. by Elliott Hughes · 15 years ago
  18. aa6c33c Fix Formatter's behavior with %% and %n. by Elliott Hughes · 15 years ago
  19. 9ded0f2 Fix a NPE in java.util.Formatter. by Ficus Kirkpatrick · 15 years ago
  20. e1e5e8e Fix Date.toString. by Elliott Hughes · 15 years ago
  21. aba52f9 Remove the last bits of the ICU ResourceBundle hack. by Elliott Hughes · 15 years ago
  22. fafc801 Fix a comment. by Elliott Hughes · 15 years ago
  23. d8170b3 Make Formatter %d cost about the same as %s (i.e. 60% faster). by Elliott Hughes · 15 years ago
  24. 71b856e Shave another 10%-25% off Formatter. by Elliott Hughes · 15 years ago
  25. 974bc3b Merge "Fixing our default HTTP Accept header to be spec-compliant." by Jesse Wilson · 15 years ago
  26. 398cf32 Fixing our default HTTP Accept header to be spec-compliant. by Jesse Wilson · 15 years ago
  27. c9a29be The SecurityManager doesn't work, so advertise that shouldn't be used. by Jesse Wilson · 15 years ago
  28. 96b251c Fix String.toLowerCase/toUpperCase for Azeri, Greek (all locales), and Turkish. by Elliott Hughes · 15 years ago
  29. 33aa6eb Stop using ResourceBundle for locale data. by Elliott Hughes · 15 years ago
  30. 2e3a41d Speed up the way we access ICU's locale data. by Elliott Hughes · 15 years ago
  31. ccb0523 Fix Long.toBinaryString, Long.toHexString, and Long.toOctalString for negative values. by Elliott Hughes · 15 years ago
  32. cf85c7a Merge change I1e941570 by Android (Google) Code Review · 15 years ago
  33. f787a87 Depessimize string conversions. by Elliott Hughes · 15 years ago
  34. 386ddaf Merge change I60383632 by Android (Google) Code Review · 15 years ago
  35. 4c2b8db Improve our java.util.Locale documentation. by Elliott Hughes · 15 years ago
  36. c93e262 Merge change Ice913bbd by Android (Google) Code Review · 15 years ago
  37. c574d81 Make java.lang.Character fast. by Elliott Hughes · 15 years ago
  38. 9e13cc8 Fixed a bug int the new version of Long.reverse introduce in change Id6bd7c81. by Joshua Bloch · 15 years ago
  39. c54a98f Merge change Id6bd7c81 by Android (Google) Code Review · 15 years ago
  40. 5539253 Update luni package to Harmony r888752. by Jesse Wilson · 15 years ago
  41. 726ac58 Rewrote all the toString and bit twiddling code in Integer and Long using by Joshua Bloch · 15 years ago
  42. 43738ce Eclipse doesn't like that this class' directory didn't match its package. by Elliott Hughes · 15 years ago
  43. ee5af17 Merge change I1d96b51e by Android (Google) Code Review · 15 years ago
  44. f226fd4 More java.io.File cleanup. by Elliott Hughes · 15 years ago
  45. f7c6911 Merge branch 'archive_888752' into archive_dalvik by Jesse Wilson · 15 years ago
  46. a1e5d8a Fix java.util.Formatter formatting of -0.0. by Elliott Hughes · 15 years ago
  47. d385bfc Improve the FileNotFoundExceptions thrown by OSFileSystem.open. by Elliott Hughes · 15 years ago
  48. 932be72 Merge change I8cdf9790 by Android (Google) Code Review · 15 years ago
  49. 1f7da4e Take Locale into account in java.util.Formatter uppercase conversions. by Elliott Hughes · 15 years ago
  50. 0af4ef2 More java.io.File cleanup. by Elliott Hughes · 15 years ago
  51. 9244d20 Merge change I76f1dbe7 by Android (Google) Code Review · 15 years ago
  52. 070f14c More java.io.File cleanup. by Elliott Hughes · 15 years ago
  53. dc30337 Improve TimeZone documentation. by Elliott Hughes · 15 years ago
  54. b7a82cf Merge change I97af6ec8 by Android (Google) Code Review · 15 years ago
  55. 93a4b2a More java.io.File cleanup. by Elliott Hughes · 15 years ago
  56. bbf2a4b Fix two trivial Formatter bugs (found by jtreg). by Elliott Hughes · 15 years ago
  57. 9c4c0a1 Merge change I6d8a640c by Android (Google) Code Review · 15 years ago
  58. 9a501d6 Make java.util.Formatter perform acceptably (and fix two jtreg failures). by Elliott Hughes · 15 years ago
  59. e693c3d Merge change I47b9b7f9 by Android (Google) Code Review · 15 years ago
  60. 7d6b000 Replaced all versions of binarySearch with better versions. by Joshua Bloch · 15 years ago
  61. ef487e8 DPQ Comment cleanup (and a few very minor code changes) by Joshua Bloch · 15 years ago
  62. c5c9c66 More java.io.File improvements. by Elliott Hughes · 15 years ago
  63. 87415b1 Fix File.isHidden and File.listRoots. by Elliott Hughes · 15 years ago
  64. 1072631 A few notes on why we don't cache canonical paths. by Jesse Wilson · 15 years ago
  65. fb917ba Merge change I9189bd9d by Android (Google) Code Review · 15 years ago
  66. 1326cfc Fix java.io.File's JNI's fixed-length buffers. by Elliott Hughes · 15 years ago
  67. 820172a Merge change I4bd6f817 by Android (Google) Code Review · 15 years ago
  68. 2626284 Replaced primitive sorts with Iaroslavski, Bentley, and Bloch's Dual Pivot Quicksort. by Joshua Bloch · 15 years ago
  69. d2c1275 Merge change I9fa3ef2c by Android (Google) Code Review · 15 years ago
  70. e004690 am 070dbac8: am 0dfef7bc: Fix bugs created by caching NumberFormat & DecimalFormatSymbols objects by Dan Egnor · 15 years ago
  71. ff30d8c Fix bugs created by caching NumberFormat & DecimalFormatSymbols objects by Dan Egnor · 15 years ago
  72. b5fc5ec Rewrite NetworkInterface's JNI for IPv6. by Elliott Hughes · 15 years ago
  73. d3012a3 Implement ZoneInfo.toString for debugging convenience. by Elliott Hughes · 15 years ago
  74. d5011e8 am 50f82ad4: am 08e0023c: Merge change I42d17725 into eclair-mr2 by Dan Egnor · 15 years ago
  75. 84a0540 Cache NumberFormat and DecimalFormatSymbols objects in a ThreadLocal, by Dan Egnor · 15 years ago
  76. 3cc642c Fix Formatter.format's handling of Formattable. by Elliott Hughes · 15 years ago
  77. c707cc4 Consistently use Formatter's cached NumberFormat. by Elliott Hughes · 15 years ago
  78. e40c9e3 Fix HttpURLConnection's chunked encoding behavior. by Elliott Hughes · 15 years ago
  79. 7861ea9 Remove OSNetworkSystem.oneTimeInitialization. by Elliott Hughes · 15 years ago
  80. ba563a4 More OSNetworkSystem cleanup. by Elliott Hughes · 15 years ago
  81. 8be1864 Merge change I22212019 by Android (Google) Code Review · 15 years ago
  82. d15a2c3 Merge change Ie098e2fa by Android (Google) Code Review · 15 years ago
  83. 21d6937 Kill OSNetworkSystem.inheritedChannelImpl. by Elliott Hughes · 15 years ago
  84. da1bdbd Fixing PipedWriters/PipedOutputStreams silent failures during close(). by Jesse Wilson · 15 years ago
  85. 22775bf Merge change I318b1449 by Android (Google) Code Review · 15 years ago
  86. a9a57f2 More OSNetworkSystem cleanup. by Elliott Hughes · 15 years ago
  87. 82a2dfc Fixing 1 of the 4 BufferedReader test failures in bug 2224903. by Jesse Wilson · 15 years ago
  88. 85791bb Merge change I8c671e53 by Android (Google) Code Review · 15 years ago
  89. 1805727 Implement ProcessBuilder.redirectErrorStream. by Elliott Hughes · 15 years ago
  90. d9179c4 Remove OSNetworkSystem.sendStream and all use of ErrorCodeException. by Elliott Hughes · 15 years ago
  91. 954754f Merge change I3628c655 by Android (Google) Code Review · 15 years ago
  92. 3c6ff81 OSMemorySystem.mmap fixes. by Elliott Hughes · 15 years ago
  93. 7088292 Remove OSNetworkSystem.receiveStream. by Elliott Hughes · 15 years ago
  94. b150dcd More OSNetworkSystem cleanup. by Elliott Hughes · 15 years ago
  95. 08091cf Merge change I7cc0fe4d by Android (Google) Code Review · 15 years ago
  96. 4030ad6 Removing caching of file canonical path caching, and fixing NIO tests. by Jesse Wilson · 15 years ago
  97. 388ae43 Merge change I1f575e9e by Android (Google) Code Review · 15 years ago
  98. fc354fe Improve error handling in InetAddress native code. by Elliott Hughes · 15 years ago
  99. 9fa1c84 rightsize StringBuilders for arrays; see bug 2135223 by Jesse Wilson · 15 years ago
  100. b869baf Merge change I2e354493 by Android (Google) Code Review · 15 years ago