1. ee663b9 More nls refactoring. by Mark Hindess · 14 years ago trunk
  2. 16b8b87 More nls refactoring and in the process fixing bug because by Mark Hindess · 14 years ago
  3. 6c0188e More nls refactoring. by Mark Hindess · 14 years ago
  4. f2e3423 More nls refactoring. by Mark Hindess · 14 years ago
  5. 0416fe0 Refactor a few more nls messages. by Mark Hindess · 14 years ago
  6. 2eb6224 Fix comments to match new nls tokens. by Mark Hindess · 14 years ago
  7. 6bba928 Fix comments to match new nls tokens. by Mark Hindess · 14 years ago
  8. bcc726c Refactor a few more nls messages. by Mark Hindess · 14 years ago
  9. 52b0eac Refactor nls messages to use new message mechanism. by Mark Hindess · 14 years ago
  10. 2110b75 Apply patch for HARMONY-6441: [classlib][luni]Math.pow(double, double) result differ from RI by Xu Rui Zhi · 14 years ago
  11. f22c87d Refactor nls message handling to remove dependency on old luni classes. by Mark Hindess · 14 years ago
  12. 197f01d Use append(character) rather than append(String). by Mark Hindess · 14 years ago
  13. a83d3d7 Remove historic reference to com.ibm package. by Mark Hindess · 14 years ago
  14. bfb3df4 Updating svn:ignore for new bcprov version. by Mark Hindess · 14 years ago
  15. 98ed8d7 Fix signature of atoe_rename() and remove unnecessary char* casts. by Oliver Deakin · 14 years ago
  16. 897bfb6 Minor javadoc fixes. by Mark Hindess · 14 years ago
  17. 60d18b9 Minor javadoc fix. by Mark Hindess · 14 years ago
  18. bfa6a09 Update bouncycastle jar. by Mark Hindess · 14 years ago
  19. 16a7ff8 Apply patch for HARMONY-6439 [classlib][luni] NullPointerException thrown in certain Serialization cases, refine the testcase by Jing Lv · 14 years ago
  20. 39f1456 Apply patch for HARMONY-6439 [classlib][luni] NullPointerException thrown in certain Serialization cases by Jing Lv · 14 years ago
  21. ced814f Apply patch for HARMONY-6439 [classlib][luni] NullPointerException thrown in certain Serialization cases by Jing Lv · 14 years ago
  22. e66f14c Apply patch for HARMONY-6413: [java6][classlib][luni]DatagramSock do NOT throw IllegalArgumentException by Xu Rui Zhi · 14 years ago
  23. a50938e Fix unexpected java.lang.ClassCastException thrown by java.beans.XMLEncoder.checkDeadLoop(Object) method by Zhou Kai · 14 years ago
  24. 4d6f735 minor refactor of LogManagerTest by Xu Rui Zhi · 14 years ago
  25. 3a67e24 Fix another bug in StandardBeanInfo when 'String Child.getProperty()' overwritting 'Object Parent.getProperty()', and add some test cases by Zhou Kai · 14 years ago
  26. 2b09852 Fix SqlUtil.validateType(int) method by using reflection of Types.class to search those public&static&final&int fields, and add a test case by Zhou Kai · 14 years ago
  27. f400f6f Statement should find the public named 'newInstance()' method of target class rather than throwing a NoSuchMethodException by Zhou Kai · 14 years ago
  28. 8408e69 remove useless comments by Zhou Kai · 14 years ago
  29. f0d1c46 Add 100 test cases to java.beans.Introspector, and fix several bugs in StandardBeanInfo by Zhou Kai · 14 years ago
  30. 5620d20 Apply patch for HARMONY-6430: [test] Improve the method coverage rate of unit test for javax.sql by Xu Rui Zhi · 14 years ago
  31. b6ccd28 Clarify specification for "new" getStackClass method. by Mark Hindess · 14 years ago
  32. 5047ace Quick fix for build break with Harmony version of this class. by Mark Hindess · 14 years ago
  33. acaf406 Reverting part of commit r794678: by Mark Hindess · 14 years ago
  34. 499a826 Apply patch for HARMONY-6432: [test] Improve the method coverage rate of unit test for javax.acessibility by Xu Rui Zhi · 14 years ago
  35. e99036a Apply patch for HARMONY-6429: [test] Improve the method coverage rate of unit test for java.util by Xu Rui Zhi · 14 years ago
  36. d2847a1 Apply patch for HARMONY-6426 (with minor changes): [test] Improve the method coverage rate of unit test for java.lang.reflect by Xu Rui Zhi · 14 years ago
  37. ec28238 Apply patch for HARMONY-6424 (with minor modifications): [test] Improve the method coverage rate of unit test for java.lang by Xu Rui Zhi · 14 years ago
  38. c9d6b65 Apply patch for HARMONY-6425: [test] Improve the method coverage rate of unit test for java.lang.instrument by Xu Rui Zhi · 14 years ago
  39. 94886ef Remove e.printStackTrace() in LogManager class, add a test case, and fix a potenital defect in LogManagerTest by Zhou Kai · 14 years ago
  40. 3d08536 Javadoc was complaining that it wasn't able to resolve this so let's help by Mark Hindess · 14 years ago
  41. 9090a69 Fix javadoc tag typos. by Mark Hindess · 14 years ago
  42. 4a262cf Fix a bug of sequence of return from Properties.propertyNames() method by Zhou Kai · 14 years ago
  43. 2c7181c Trivial typo fix. by Mark Hindess · 14 years ago
  44. ef60e00 Apply fix for HARMONY-4289: [classlib][prefs] test org.apache.harmony.prefs.tests.java.util.prefs.AbstractPreferencesTest should not depends on Internet connection by Xu Rui Zhi · 14 years ago
  45. e7a5e73 Apply patch for HARMONY-6415: [classlib][Security] policy file content parcing is different from RI by Xu Rui Zhi · 14 years ago
  46. 6af514c Fix zlib crash on Ubuntu 9.10 with IBM VME by Xu Rui Zhi · 14 years ago
  47. 4ff8141 Apply patch for HARMONY-6395 ([classlib][luni] Arrays.sort(double []) will result in StackOverflowError for specific arrays input) by Tim Ellison · 14 years ago
  48. 4cb39a9 Apply patch for HARMONY-6414: [classlib][luni]FileCanonPathCache should remove the oldest not the path, which is always the same one. by Xu Rui Zhi · 14 years ago
  49. 6cd3855 use struct definitions from portlib, instead of defining them by self by Xu Rui Zhi · 14 years ago
  50. 60d9886 Apply patch for HARMONY-6408: [classlib][luni]OutputStreamWriterTest got java.nio.BufferOverflowException by Xu Rui Zhi · 14 years ago
  51. b47f760 Fix for HARMONY-6405 ([classlib][luni] String.equals() is not thread-safe) by Tim Ellison · 14 years ago
  52. b5c4c43 Changing AbstractList's iterator to track elements remaining rather than elements already returned. by Jesse Wilson · 14 years ago
  53. 0307427 Add missing svn:eol-style properties. by Mark Hindess · 14 years ago
  54. d70d9c7 add support to read multiple line value when loading agent jar by Xu Rui Zhi · 14 years ago
  55. eebaae9 Give much needed attention to our EnumSet implementations. by Jesse Wilson · 14 years ago
  56. cb7aea0 updating capabilities in instrument agent should consider JVM's potential capabilities by Xu Rui Zhi · 14 years ago
  57. 4b8698f Fix for HARMONY-6396; Null handling bugs in collections. by Jesse Wilson · 14 years ago
  58. 7072ba1 Fix for HARMONY-6385; EnumSet.compilmentOf() broken for cardinality 128, 192, etc. by Jesse Wilson · 14 years ago
  59. dfaa114 Add a gen.report option (default="true") that can be overriden to by Mark Hindess · 14 years ago
  60. eb68234 Make java code plain text not binary by replacing 0 chars with \0 escapes. by Mark Hindess · 14 years ago
  61. e3a2c35 Move readFullyAndClose method into LUNI utils' InputStreamHelper, and roll the input stream exposer code into there too. by Tim Ellison · 14 years ago
  62. 61bcb82 Apply my patch for "[#HARMONY-6391] [classlib][luni] by Mark Hindess · 14 years ago
  63. f0925fd Localize trivial buffer definition. by Tim Ellison · 14 years ago
  64. 95a74ee Tests now depend upon concurrent utilities. by Tim Ellison · 14 years ago
  65. 93df8cc Revert r886043 "Apply for HARMONY-6395, [classlib][luni] Arrays.sort(double []) will result in StackOverflowError for specific arrays input" by Qiu Xia · 14 years ago
  66. e1b7f7f Apply for HARMONY-6395, [classlib][luni] Arrays.sort(double []) will result in StackOverflowError for specific arrays input by Qiu Xia · 14 years ago
  67. 8913c9d Fix for HARMONY-6394 ([classlib][archive] ZipFile.getInputStream implements available() differently to the RI) by Tim Ellison · 14 years ago
  68. cc97c9c Fix for HARMONY-6386 ([classlib][sound] Failure to load sound providers) by Tim Ellison · 14 years ago
  69. 4aaf635 Rolling back 883478, which was submitted during code freeze. I'll resubmit after code freeze. by Jesse Wilson · 14 years ago
  70. 7174ce5 Revert r823479 to fix HARMONY-6381 ([classlib][rmi] Regression in test RMIClassLoaderTest.testLoadClassCodebaseOrder) by Tim Ellison · 14 years ago
  71. fa6fcbd Adding a test case that demonstrates a bug in JAR file decoding. by Jesse Wilson · 14 years ago
  72. ada3570 Rolling back 882798: Implementing DeflaterOutputStream.flush(). by Jesse Wilson · 14 years ago
  73. 9cfde8b Implementing DeflaterOutputStream.flush(). by Jesse Wilson · 14 years ago
  74. 85f72d2 Make test more robust by ensuring all bytes are read from input stream, not just those that are immediately available. by Tim Ellison · 14 years ago
  75. ef0ac5e Relax PermissionCollection implementation test to check the faux permissions are listed, without saying exactly how the string must look. by Tim Ellison · 14 years ago
  76. 1ca4f88 Changing timers so timer threads die if ever timer tasks throw unchecked exceptions. Previously we kept the timer alive (not consistent with RI) and suppressed an exception (bad user experience). With this change, once a timer task fails, its timer will no longer accept new tasks. by Jesse Wilson · 14 years ago
  77. 0c1ad46 Fixing DoubleBuffer and FloatBuffer to be consistent with the RI's behaviour on equals(). Also adding precise doc on what that behaviour should be. by Jesse Wilson · 14 years ago
  78. 34aea55 delete trailing whitespace, indent code, no functional changes. by Xu Rui Zhi · 14 years ago
  79. e6c1c02 Fixing a FileDescriptor leak in SelectorImpl. by Jesse Wilson · 14 years ago
  80. 5ba5375 fix build file for zos by Xu Rui Zhi · 14 years ago
  81. de48c21 fix invalid free operation by Xu Rui Zhi · 14 years ago
  82. 2d18cec r834882 should be also apply to trunk by Xu Rui Zhi · 14 years ago
  83. 13e6be2 Fixing StringReader to support skipping negative distances. This bizarre behaviour is required by the spec. by Jesse Wilson · 14 years ago
  84. f4776cc Fixing 2 bugs in LineNumberReader. by Jesse Wilson · 14 years ago
  85. 15d07f1 Fixing CharArrayReader to use itself as its lock, and to make the argument validations required by the spec. by Jesse Wilson · 14 years ago
  86. 1f0f689 Fixing the bugs demonstrated by WriterTesterTest. Only ObjectOutputStream failures are outstanding; these are suppressed in the test case. by Jesse Wilson · 14 years ago
  87. 11d27f2 Fixing BufferedReader test regressions caused by r835212. by Jesse Wilson · 14 years ago
  88. 6d739df Cleanup and bugfix BufferedReader. by Jesse Wilson · 14 years ago
  89. 9eec66f 97 new tests for Writers and OutputStreams. This is a followup to CL 834317 which added the first batch of tests to OutputStreams. by Jesse Wilson · 14 years ago
  90. 5627afb Fixing PrintWriter.checkError() and PrintStream.checkError() to delegate to the underlying PrintWriter/PrintStream as necessary. by Jesse Wilson · 14 years ago
  91. 86df15b Fixing FilterOutputStream to no longer swallow exceptions thrown by the underlying stream. by Jesse Wilson · 14 years ago
  92. de8b6bc Remove unnecessary path components. by Mark Hindess · 14 years ago
  93. b4e2ae1 Exclude failing tests in r834317 until a fix is available. by Tim Ellison · 14 years ago
  94. 4aa3d21 Fixing Bouncy Castle license version and copyright. by Mark Hindess · 14 years ago
  95. 6eb5a22 set eol-style = native by Nathan Beyer · 14 years ago
  96. 7e672ad set svn:eol-style = native by Nathan Beyer · 14 years ago
  97. c815a6e set svn:eol-style = native by Nathan Beyer · 14 years ago
  98. 62800d6 A bunch of new tests for OutputStreams. by Jesse Wilson · 14 years ago
  99. 4218c17 A helper class for writing I/O tests. I couldn't find a location for general purpose test utilities like this one, so I created a new one. by Jesse Wilson · 14 years ago
  100. 30b323c If the second Date parameter for Timer.scheduleAtFixedRate() is earlier than current time, the Timer will just run the task from current time. The right behavior should be that the Timer run the delayed task together to catch up. by Qiu Xia · 14 years ago