1. d1ad0f9 Merge "Minimal fix for Calendar.setTimeZone." into dalvik-dev by Elliott Hughes · 15 years ago
  2. 69bcb48 Minimal fix for Calendar.setTimeZone. by Elliott Hughes · 15 years ago
  3. 25b11b7 Jit: Fix deadlock in method tracing. by Bill Buzbee · 15 years ago
  4. 3c076cb Fix performance issues related to chaining and unchaining. by Ben Cheng · 15 years ago
  5. ebab0fc Merge "Remove obviously bogus @KnownFailure annotations." into dalvik-dev by Elliott Hughes · 15 years ago
  6. 3cfeafd Merge "Jit: Rework monitor enter/exit to simplify thread suspension" into dalvik-dev by Bill Buzbee · 15 years ago
  7. 307a6a0 Remove obviously bogus @KnownFailure annotations. by Elliott Hughes · 15 years ago
  8. 13d47bd Remove a workaround for an openssl bug that's been fixed upstream. by Elliott Hughes · 15 years ago
  9. 34213de Jit: Rework monitor enter/exit to simplify thread suspension by Bill Buzbee · 15 years ago
  10. 0a807e5 Fix two compiler warnings. by Elliott Hughes · 15 years ago
  11. 4d4ca58 Remove RuleBasedNumberFormat from our icu4jni fork, since we don't need it. by Elliott Hughes · 15 years ago
  12. 64f2ba4 Silence "note: the mangling of 'va_list' has changed in GCC 4.4". by Elliott Hughes · 15 years ago
  13. 326600b Merge "A new test suite for our XSLT transforms." by Jesse Wilson · 15 years ago
  14. 23290a0 A new test suite for our XSLT transforms. by Jesse Wilson · 15 years ago
  15. c369827 Restore our ability to parse an XML Document given a File argument by Jesse Wilson · 15 years ago
  16. b472828 Merge "Move a test I wrote under our wing." by Elliott Hughes · 15 years ago
  17. fda79b8 Reduce VM shutdown verbosity. by Andy McFadden · 15 years ago
  18. b290f52 Move a test I wrote under our wing. by Elliott Hughes · 15 years ago
  19. e5a4be1 Add a missing "static", found by FindBugs. by Elliott Hughes · 15 years ago
  20. b463088 Merge "Fix BigDecimalTest.test_stripTrailingZero." by Elliott Hughes · 15 years ago
  21. 5c2b841 Fix BigDecimalTest.test_stripTrailingZero. by Elliott Hughes · 15 years ago
  22. 5b31804 Merge "Jit: MethodTrace + Jit fix" by Bill Buzbee · 15 years ago
  23. a6dc264 Merge "Remove @KnownFailure from tests that now pass." by Elliott Hughes · 15 years ago
  24. 3223532 Merge "FindBugs didn't like setInternalField, and neither do I." by Elliott Hughes · 15 years ago
  25. c7f73a8 Remove @KnownFailure from tests that now pass. by Elliott Hughes · 15 years ago
  26. 186ae3b FindBugs didn't like setInternalField, and neither do I. by Elliott Hughes · 15 years ago
  27. f6d9e0d Merge "Minor clarification." by Andy McFadden · 15 years ago
  28. 5cd1ebd Minor clarification. by Andy McFadden · 15 years ago
  29. 89fb193 Jit: MethodTrace + Jit fix by Bill Buzbee · 15 years ago
  30. 1fe4867 Merge "Bump up the max stack depth." by Andy McFadden · 15 years ago
  31. 64c97a3 Bump up the max stack depth. by Andy McFadden · 15 years ago
  32. fb17f94 Merge "Update with froyo change." by Andy McFadden · 15 years ago
  33. 5d7592f Fix "unmappable character for ascii" warnings in libcore tests. by Elliott Hughes · 15 years ago
  34. 80279e2 Fix varargs warnings in libcore tests. by Elliott Hughes · 15 years ago
  35. 8285dc8 Merge "Fix warnings in the new XML code." by Elliott Hughes · 15 years ago
  36. 52c57a8 Fix warnings in the new XML code. by Elliott Hughes · 15 years ago
  37. e0210f5 Update with froyo change. by Andy McFadden · 15 years ago
  38. 2b1f1d3 Fix fallback in Currency.getSymbol(Locale). by Elliott Hughes · 15 years ago
  39. ddc3540 Fix more harmony tests. by Elliott Hughes · 15 years ago
  40. 64de03a Merge "Fix all the harmony java.util.Formatter tests." by Elliott Hughes · 15 years ago
  41. fc8bb3a Fix all the harmony java.util.Formatter tests. by Elliott Hughes · 15 years ago
  42. 62682b8 Merge "Fixing a critical regression in our SAX parsing." by Jesse Wilson · 15 years ago
  43. a144051 Fixing a critical regression in our SAX parsing. by Jesse Wilson · 15 years ago
  44. d8178ce Merge "Add support for streaming hprof dumps." by Andy McFadden · 15 years ago
  45. b7e05cd Merge "Change DalvikRunner to use newly added OptionParser." by Brian Carlstrom · 15 years ago
  46. 926f5df Change DalvikRunner to use newly added OptionParser. by Brian Carlstrom · 15 years ago
  47. fdbdb84 Merge "Remove an obsolete assertion." by Carl Shapiro · 15 years ago
  48. 1b4b70d Merge "Change NumberFormatTest to match ICU's behavior." by Elliott Hughes · 15 years ago
  49. d45833e Merge "Jit: Fix for [Issue 2406862] Compiler thread preventing VM from shutting down" by Bill Buzbee · 15 years ago
  50. 0b89591 Change NumberFormatTest to match ICU's behavior. by Elliott Hughes · 15 years ago
  51. 4e1e416 Jit: Fix for [Issue 2406862] Compiler thread preventing VM from shutting down by Bill Buzbee · 15 years ago
  52. 21fc59c Add support for streaming hprof dumps. by Andy McFadden · 15 years ago
  53. f8ba29b Fix tests.api.java.io.SerializationStressTest3.test_18_116_writeObject. by Elliott Hughes · 15 years ago
  54. 56ad9e8 Remove an obsolete assertion. by Carl Shapiro · 15 years ago
  55. 4a3e29d Fix a Formatter test that I checked in broken. by Elliott Hughes · 15 years ago
  56. 7c6f6f9 Merge "Use DecimalFormatSymbols' new default constructor for speed." by Elliott Hughes · 15 years ago
  57. 31d6794 Merge "Jit: Fix register usage bug (driveabout failure)" by Bill Buzbee · 15 years ago
  58. b395868 Jit: Fix register usage bug (driveabout failure) by Bill Buzbee · 15 years ago
  59. 5d593ea Use DecimalFormatSymbols' new default constructor for speed. by Elliott Hughes · 15 years ago
  60. 5a7d0bc Follow the coding style to rename startJITCompilation to startJitCompilation. by Ben Cheng · 15 years ago
  61. e5561d4 Merge "Fix a couple minor bugs (bug 2404859) in TraceDump.c" by Jack Veenstra · 15 years ago
  62. 85fca9c Fix an off-by-one error when releasing thread ids. This is the result by Carl Shapiro · 15 years ago
  63. 253a5c6 Fix a couple minor bugs (bug 2404859) in TraceDump.c by Jack Veenstra · 15 years ago
  64. 8d6e7ac Merge "Add a callback for the framework to explicitly enable the JIT compiler." by Ben Cheng · 15 years ago
  65. 4326376 Add a callback for the framework to explicitly enable the JIT compiler. by Ben Cheng · 15 years ago
  66. 9afa407 Merge "Added support for filter in dmtracedump tool, along with some test cases." by Jack Veenstra · 15 years ago
  67. be815a2 Merge "Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException." by Elliott Hughes · 15 years ago
  68. 93098fb Merge "Removing duplicate classes from our tests. These are obsolete with our DOMv3 support." by Jesse Wilson · 15 years ago
  69. a2e5053 Merge "Jit: Rework delayed start plus misc. cleanup" by Bill Buzbee · 15 years ago
  70. da4f31d Fix jniThrowRuntimeException for C callers, add jniThrowNullPointerException. by Elliott Hughes · 15 years ago
  71. 74273ea Jit: Rework delayed start plus misc. cleanup by Bill Buzbee · 15 years ago
  72. 230cc3e Merge "Double the speed of DecimalFormat creation." by Elliott Hughes · 15 years ago
  73. 12da51c Merge "Sneak a method-find feature into dexlist." by Andy McFadden · 15 years ago
  74. 9d9ed15 Fix broken build. by Ben Cheng · 15 years ago
  75. 740a3a0 Sneak a method-find feature into dexlist. by Andy McFadden · 15 years ago
  76. 7b5caba Merge "Added note about NewStringUTF." by Andy McFadden · 15 years ago
  77. c870bd1 Added note about NewStringUTF. by Andy McFadden · 15 years ago
  78. e82ed9b Merge "Add a poor-man's disassembler to inspect crashes in JIT'ed code." by Ben Cheng · 15 years ago
  79. ca51c97 Add a poor-man's disassembler to inspect crashes in JIT'ed code. by Ben Cheng · 15 years ago
  80. d5344fe Double the speed of DecimalFormat creation. by Elliott Hughes · 15 years ago
  81. 75ae2e4 Merge "Removing dead code from our copy of Xalan." by Jesse Wilson · 15 years ago
  82. e8635e9 Removing duplicate classes from our tests. These are obsolete with our DOMv3 support. by Jesse Wilson · 15 years ago
  83. a747155 Merge "Add streaming method profiling support." by Andy McFadden · 15 years ago
  84. 71c6f9e Removing dead code from our copy of Xalan. by Jesse Wilson · 15 years ago
  85. cf952b2 Merge "Bring our XML APIs up to date with Java 5." by Jesse Wilson · 15 years ago
  86. 1969145 am ffea5ceb: am 0e9d568e: Merge "Mark libcore cert tests using expired certs as known failures." into eclair by Brett Chabot · 15 years ago
  87. 320c989 Bring our XML APIs up to date with Java 5. by Jesse Wilson · 15 years ago
  88. a2263b5 am ff3a96c9: am c4f93305: Fix for DecimalFormatTest#test_formatToCharacterIteratorLjava_lang_Object by Brett Chabot · 15 years ago
  89. 8c7e05b Remove commented-out code. by Elliott Hughes · 15 years ago
  90. 5d3c272 Merge "Fix NumberFormat's behavior with BigInteger and custom Number subclasses." by Elliott Hughes · 15 years ago
  91. d7e81f7 Fix NumberFormat's behavior with BigInteger and custom Number subclasses. by Elliott Hughes · 15 years ago
  92. 97291a4 Merge "Spelling fixes" by Brian Carlstrom · 15 years ago
  93. d36ad6f Merge "Jit: Fix INSTANCE_OF corner case." by Bill Buzbee · 15 years ago
  94. 66fa772 Jit: Fix INSTANCE_OF corner case. by Bill Buzbee · 15 years ago
  95. 93714a1 Add streaming method profiling support. by Andy McFadden · 15 years ago
  96. 820dd9b Rename icu4jni's DecimalFormat to NativeDecimalFormat, to reduce confusion. by Elliott Hughes · 15 years ago
  97. 1efbe33 Gut NativeDecimalFormat in favor of icu4jni.DecimalFormat. by Elliott Hughes · 15 years ago
  98. c316190 Add a java.util.Formatter test suggested by egnor months ago. by Elliott Hughes · 15 years ago
  99. 32349b1 Merge "Add a cache to Currency.getInstance(Locale)." by Elliott Hughes · 15 years ago
  100. 56a39dc Merge "Eliminate the constraint that thread ids must have an LSB of 1. This doubles the space of thread ids and will break any code that assumes thread ids are odd numbered." by Carl Shapiro · 15 years ago