Return-Path: Delivered-To: apmail-harmony-alerts-archive@locus.apache.org Received: (qmail 49923 invoked from network); 10 Jul 2007 05:16:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jul 2007 05:16:13 -0000 Received: (qmail 38464 invoked by uid 500); 10 Jul 2007 05:16:16 -0000 Delivered-To: apmail-harmony-alerts-archive@harmony.apache.org Received: (qmail 38448 invoked by uid 500); 10 Jul 2007 05:16:16 -0000 Mailing-List: contact alerts-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list alerts@harmony.apache.org Received: (qmail 38439 invoked by uid 99); 10 Jul 2007 05:16:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jul 2007 22:16:16 -0700 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=NO_REAL_NAME,OBSCURED_EMAIL,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of nbeyer@kc.rr.com designates 24.94.166.116 as permitted sender) Received: from [24.94.166.116] (HELO ms-smtp-04.rdc-kc.rr.com) (24.94.166.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jul 2007 22:16:03 -0700 Received: from reims (CPE-24-31-248-51.kc.res.rr.com [24.31.248.51]) by ms-smtp-04.rdc-kc.rr.com (8.13.6/8.13.6) with SMTP id l6A5FUn5002358 for ; Tue, 10 Jul 2007 00:15:30 -0500 (CDT) Message-Id: <200707100515.l6A5FUn5002358@ms-smtp-04.rdc-kc.rr.com> Subject: [build-test alert] BUILD FAILED Windows XP x86: classlib-test Date: Tue, 10 Jul 2007 00:16:09 -0500 Content-Type: text/plain From: nbeyer@kc.rr.com To: alerts@harmony.apache.org X-Mailer: org.apache.tools.mail.MailMessage (ant.apache.org) X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Checked: Checked by ClamAV on apache.org BUILD FAILED: Ant Error Message: C:\harmony\buildtest2\scripts\cc-exec-adaptor.xml:101: The following error occurred while executing this line: C:\harmony\buildtest2\adaptors\classlib-test\adaptor.xml:78: There were CLASSLIB Unit Test failures. Date of build: 07/09/2007 22:26:45 Time to build: 106 minutes 2 seconds Last changed: 07/09/2007 18:05:47 Last log entry: drlvm *********************************************************** Errors/Warnings: (7) [junit] Tests FAILED BUILD FAILED C:\harmony\buildtest2\build\checkouts\classlib\build.xml:169: The following error occurred while executing this line: C:\harmony\buildtest2\build\checkouts\classlib\make\build-test.xml:148: There were test failures. Total time: 99 minutes 22 seconds The execution FAILED with the following exception: The following error occurred while executing this line: C:\harmony\buildtest2\adaptors\classlib-test\adaptor.xml:78: There were CLASSLIB Unit Test failures. *********************************************************** Unit Tests: (22949) failure: testCreateSubmitComponent javax.swing.text.html.FormView_FormInputElementTest Unit Test Error Details: (1) Test: testCreateSubmitComponentClass: javax.swing.text.html.FormView_FormInputElementTestjunit.framework.AssertionFailedError: Test interrupted due timeout at javax.swing.BasicSwingTestCase.runBare(BasicSwingTestCase.java:147) *********************************************************** Modifications since last successful build: (1444) add cc-drlvm log20070709180547Lbuild.33 07/09/2007 18:05:47drlvm add cc-classlib log20070709124034Lbuild.56 07/09/2007 12:40:34classlib modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/HashMap.java 07/09/2007 07:17:27 Fix for HARMONY-4064 ([classlib][luni] Performance improvement of java.util.HashMap) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/HashMap.java 07/09/2007 07:17:27 Fix for HARMONY-4064 ([classlib][luni] Performance improvement of java.util.HashMap) add cc-classlib log20070709062056Lbuild.55 07/09/2007 06:20:56classlib modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/GregorianCalendar.java 07/09/2007 05:31:42 Fix HARMONY-4372 ([classlib][luni] GregorianCalendar.roll() works incorrectly around end of year if MinimalDaysInFirstWeek is 4) modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/util/GregorianCalendarTest.java 07/09/2007 05:31:42 Fix HARMONY-4372 ([classlib][luni] GregorianCalendar.roll() works incorrectly around end of year if MinimalDaysInFirstWeek is 4) modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/GregorianCalendar.java 07/09/2007 05:31:42 Fix HARMONY-4372 ([classlib][luni] GregorianCalendar.roll() works incorrectly around end of year if MinimalDaysInFirstWeek is 4) modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/util/GregorianCalendarTest.java 07/09/2007 05:31:42 Fix HARMONY-4372 ([classlib][luni] GregorianCalendar.roll() works incorrectly around end of year if MinimalDaysInFirstWeek is 4) modified leoli /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/AbstractSequentialList.java 07/09/2007 05:25:36 Apply patch for HARMONY-4395([classlib][util]AbstractSequentialList.set should throw IndexOutOfBoundsException when no elements exists.). modified leoli /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/util/AbstractSequentialListTest.java 07/09/2007 05:25:36 Apply patch for HARMONY-4395([classlib][util]AbstractSequentialList.set should throw IndexOutOfBoundsException when no elements exists.). modified leoli /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/AbstractSequentialList.java 07/09/2007 05:25:36 Apply patch for HARMONY-4395([classlib][util]AbstractSequentialList.set should throw IndexOutOfBoundsException when no elements exists.). modified leoli /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/util/AbstractSequentialListTest.java 07/09/2007 05:25:36 Apply patch for HARMONY-4395([classlib][util]AbstractSequentialList.set should throw IndexOutOfBoundsException when no elements exists.). add cc-classlib log20070709052425Lbuild.54 07/09/2007 05:24:25classlib modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hytime/shared/hytime.c 07/09/2007 03:49:09 Allow this to compile with -Dhy.no.thr=true. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hytime/shared/hytime.c 07/09/2007 03:49:09 Allow this to compile with -Dhy.no.thr=true. modified leoli /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/ProxySelectorImpl.java 07/09/2007 03:23:12 Fix bug for HARMONY-4281([classlib][net] test tests.api.java.net.ProxySelectorTest failed if proxy defined in the classlib\depends\files\net.properties) modified leoli /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/net/ProxySelectorTest.java 07/09/2007 03:23:12 Fix bug for HARMONY-4281([classlib][net] test tests.api.java.net.ProxySelectorTest failed if proxy defined in the classlib\depends\files\net.properties) modified leoli /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/ProxySelectorImpl.java 07/09/2007 03:23:12 Fix bug for HARMONY-4281([classlib][net] test tests.api.java.net.ProxySelectorTest failed if proxy defined in the classlib\depends\files\net.properties) modified leoli /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/net/ProxySelectorTest.java 07/09/2007 03:23:12 Fix bug for HARMONY-4281([classlib][net] test tests.api.java.net.ProxySelectorTest failed if proxy defined in the classlib\depends\files\net.properties) add cc-classlib log20070709023515Lbuild.53 07/09/2007 02:35:15classlib modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/SimpleBeanInfo.java 07/09/2007 01:49:57 SimpleBeanInfo.loadImage(String) should return null on given null parameter modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/SimpleBeanInfoTest.java 07/09/2007 01:49:57 SimpleBeanInfo.loadImage(String) should return null on given null parameter modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/SimpleBeanInfo.java 07/09/2007 01:49:57 SimpleBeanInfo.loadImage(String) should return null on given null parameter modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/SimpleBeanInfoTest.java 07/09/2007 01:49:57 SimpleBeanInfo.loadImage(String) should return null on given null parameter add cc-classlib log20070709014405Lbuild.52 07/09/2007 01:44:05classlib modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/EventHandler.java 07/09/2007 01:41:16 1. modify EventHanderTest according to RI's behavior 2. fix java.beans.EventHandler modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/EventHandlerTest.java 07/09/2007 01:41:16 1. modify EventHanderTest according to RI's behavior 2. fix java.beans.EventHandler modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/EventHandler.java 07/09/2007 01:41:16 1. modify EventHanderTest according to RI's behavior 2. fix java.beans.EventHandler modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/EventHandlerTest.java 07/09/2007 01:41:16 1. modify EventHanderTest according to RI's behavior 2. fix java.beans.EventHandler add cc-drlvm log20070706114435Lbuild.32 07/06/2007 11:44:35drlvm add cc-classlib log20070706043022Lbuild.51 07/06/2007 04:30:22classlib modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/VetoableChangeSupportTest.java 07/06/2007 02:11:41 1. Refine the VetoableChangeSupport against RI's behavior, the original version has 12 faiulres in RI; 2. add serialization test; 3. Fix VetoableChangeSupport to pass most of the tests, but there's still 1 failures left modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/VetoableChangeSupport.java 07/06/2007 02:11:41 1. Refine the VetoableChangeSupport against RI's behavior, the original version has 12 faiulres in RI; 2. add serialization test; 3. Fix VetoableChangeSupport to pass most of the tests, but there's still 1 failures left modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/VetoableChangeSupportTest.java 07/06/2007 02:11:41 1. Refine the VetoableChangeSupport against RI's behavior, the original version has 12 faiulres in RI; 2. add serialization test; 3. Fix VetoableChangeSupport to pass most of the tests, but there's still 1 failures left modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/VetoableChangeSupport.java 07/06/2007 02:11:41 1. Refine the VetoableChangeSupport against RI's behavior, the original version has 12 faiulres in RI; 2. add serialization test; 3. Fix VetoableChangeSupport to pass most of the tests, but there's still 1 failures left modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/CharArrayReader.java 07/06/2007 01:26:09 Fix HARMONY-4357 ([classlib][luni] Compatibility: CharArrayReader.reset() behavior differs on Harmony and RI if the stream hasn't been marked) modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/CharArrayReaderTest.java 07/06/2007 01:26:09 Fix HARMONY-4357 ([classlib][luni] Compatibility: CharArrayReader.reset() behavior differs on Harmony and RI if the stream hasn't been marked) modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/CharArrayReader.java 07/06/2007 01:26:09 Fix HARMONY-4357 ([classlib][luni] Compatibility: CharArrayReader.reset() behavior differs on Harmony and RI if the stream hasn't been marked) modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/CharArrayReaderTest.java 07/06/2007 01:26:09 Fix HARMONY-4357 ([classlib][luni] Compatibility: CharArrayReader.reset() behavior differs on Harmony and RI if the stream hasn't been marked) modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/VetoableChangeListenerProxy.java 07/06/2007 01:17:02 Fix the VetoableChangeListenerProxy to enable VetoableChangeListenerProxyTest modified pyang /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.common 07/06/2007 01:17:02 Fix the VetoableChangeListenerProxy to enable VetoableChangeListenerProxyTest modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/VetoableChangeListenerProxy.java 07/06/2007 01:17:02 Fix the VetoableChangeListenerProxy to enable VetoableChangeListenerProxyTest modified pyang /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.common 07/06/2007 01:17:02 Fix the VetoableChangeListenerProxy to enable VetoableChangeListenerProxyTest modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/net/MulticastSocketTest.java 07/06/2007 00:47:19 Remove the assertion since it fails on both RI and Harmony in IPv6 Env modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/net/MulticastSocketTest.java 07/06/2007 00:47:19 Remove the assertion since it fails on both RI and Harmony in IPv6 Env add cc-classlib log20070705231653Lbuild.50 07/05/2007 23:16:53classlib modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextServiceRevokedEventTest.java 07/05/2007 22:41:59 In the BeanContextServiceRevokeEvent constructor, the propgatedFrom should not be set, fix this bug with regression test modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/beancontext/BeanContextServiceRevokedEvent.java 07/05/2007 22:41:59 In the BeanContextServiceRevokeEvent constructor, the propgatedFrom should not be set, fix this bug with regression test modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextServiceRevokedEventTest.java 07/05/2007 22:41:59 In the BeanContextServiceRevokeEvent constructor, the propgatedFrom should not be set, fix this bug with regression test modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/beancontext/BeanContextServiceRevokedEvent.java 07/05/2007 22:41:59 In the BeanContextServiceRevokeEvent constructor, the propgatedFrom should not be set, fix this bug with regression test add cc-classlib log20070705222306Lbuild.49 07/05/2007 22:23:06classlib modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextServicesSupportTest.java 07/05/2007 22:21:21 Apply patch for HARMONY-4344([classlib][beans] BeanContextServicesSupport.serviceAvailable will add duplicate service class). modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/beancontext/BeanContextServicesSupport.java 07/05/2007 22:21:21 Apply patch for HARMONY-4344([classlib][beans] BeanContextServicesSupport.serviceAvailable will add duplicate service class). modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextServicesSupportTest.java 07/05/2007 22:21:21 Apply patch for HARMONY-4344([classlib][beans] BeanContextServicesSupport.serviceAvailable will add duplicate service class). modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/beancontext/BeanContextServicesSupport.java 07/05/2007 22:21:21 Apply patch for HARMONY-4344([classlib][beans] BeanContextServicesSupport.serviceAvailable will add duplicate service class). add cc-drlvm log20070705095609Lbuild.31 07/05/2007 09:56:09drlvm modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/Opnd.cpp 07/05/2007 07:51:20 Fix for HARMONY-4349 (error in lazy resolution helpers)Fix for HARMONY-4334 (support for unresolved compressed types in Jitrino.OPT)Fix for HARMONY-4181 (fix for x86_64 calling conventions support in Jitrino.JET)reenabling HARMONY-4267 regression test on x86_64 platforms modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/Type.cpp 07/05/2007 07:51:20 Fix for HARMONY-4349 (error in lazy resolution helpers)Fix for HARMONY-4334 (support for unresolved compressed types in Jitrino.OPT)Fix for HARMONY-4181 (fix for x86_64 calling conventions support in Jitrino.JET)reenabling HARMONY-4267 regression test on x86_64 platforms modified mfursov /harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.windows.x86_64 07/05/2007 07:51:20 Fix for HARMONY-4349 (error in lazy resolution helpers)Fix for HARMONY-4334 (support for unresolved compressed types in Jitrino.OPT)Fix for HARMONY-4181 (fix for x86_64 calling conventions support in Jitrino.JET)reenabling HARMONY-4267 regression test on x86_64 platforms modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/compiler.cpp 07/05/2007 07:51:20 Fix for HARMONY-4349 (error in lazy resolution helpers)Fix for HARMONY-4334 (support for unresolved compressed types in Jitrino.OPT)Fix for HARMONY-4181 (fix for x86_64 calling conventions support in Jitrino.JET)reenabling HARMONY-4267 regression test on x86_64 platforms modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/csig.h 07/05/2007 07:51:20 Fix for HARMONY-4349 (error in lazy resolution helpers)Fix for HARMONY-4334 (support for unresolved compressed types in Jitrino.OPT)Fix for HARMONY-4181 (fix for x86_64 calling conventions support in Jitrino.JET)reenabling HARMONY-4267 regression test on x86_64 platforms modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/Type.h 07/05/2007 07:51:20 Fix for HARMONY-4349 (error in lazy resolution helpers)Fix for HARMONY-4334 (support for unresolved compressed types in Jitrino.OPT)Fix for HARMONY-4181 (fix for x86_64 calling conventions support in Jitrino.JET)reenabling HARMONY-4267 regression test on x86_64 platforms modified mfursov /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Resolve.cpp 07/05/2007 07:51:20 Fix for HARMONY-4349 (error in lazy resolution helpers)Fix for HARMONY-4334 (support for unresolved compressed types in Jitrino.OPT)Fix for HARMONY-4181 (fix for x86_64 calling conventions support in Jitrino.JET)reenabling HARMONY-4267 regression test on x86_64 platforms modified mfursov /harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.linux.x86_64 07/05/2007 07:51:20 Fix for HARMONY-4349 (error in lazy resolution helpers)Fix for HARMONY-4334 (support for unresolved compressed types in Jitrino.OPT)Fix for HARMONY-4181 (fix for x86_64 calling conventions support in Jitrino.JET)reenabling HARMONY-4267 regression test on x86_64 platforms modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaLabelPrepass.h 07/05/2007 07:51:20 Fix for HARMONY-4349 (error in lazy resolution helpers)Fix for HARMONY-4334 (support for unresolved compressed types in Jitrino.OPT)Fix for HARMONY-4181 (fix for x86_64 calling conventions support in Jitrino.JET)reenabling HARMONY-4267 regression test on x86_64 platforms add cc-drlvm log20070705043415Lbuild.30 07/05/2007 04:34:15drlvm add cc-classlib log20070705041923Lbuild.48 07/05/2007 04:19:23classlib modified ivavladimir /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86_64.jet 07/05/2007 02:41:45 exclude test exception/FinalizeStackTest on Win x86_64 due to HARMONY-2972 modified leoli /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/DriverManager.java 07/05/2007 00:53:44 Apply patch for HARMONY-4303([classlib][sql] java.sql.DriverManager.getDrivers() will read System prpperty "jdbc.drivers" cause java.lang.ExceptionInInitializerError). modified leoli /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/DriverManagerTest.java 07/05/2007 00:53:44 Apply patch for HARMONY-4303([classlib][sql] java.sql.DriverManager.getDrivers() will read System prpperty "jdbc.drivers" cause java.lang.ExceptionInInitializerError). added leoli /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/TestMainForDriver.java 07/05/2007 00:53:44 Apply patch for HARMONY-4303([classlib][sql] java.sql.DriverManager.getDrivers() will read System prpperty "jdbc.drivers" cause java.lang.ExceptionInInitializerError). modified leoli /harmony/enhanced/classlib/trunk/modules/sql/META-INF/MANIFEST.MF 07/05/2007 00:53:44 Apply patch for HARMONY-4303([classlib][sql] java.sql.DriverManager.getDrivers() will read System prpperty "jdbc.drivers" cause java.lang.ExceptionInInitializerError). modified leoli /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/DriverManager.java 07/05/2007 00:53:44 Apply patch for HARMONY-4303([classlib][sql] java.sql.DriverManager.getDrivers() will read System prpperty "jdbc.drivers" cause java.lang.ExceptionInInitializerError). modified leoli /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/DriverManagerTest.java 07/05/2007 00:53:44 Apply patch for HARMONY-4303([classlib][sql] java.sql.DriverManager.getDrivers() will read System prpperty "jdbc.drivers" cause java.lang.ExceptionInInitializerError). added leoli /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/TestMainForDriver.java 07/05/2007 00:53:44 Apply patch for HARMONY-4303([classlib][sql] java.sql.DriverManager.getDrivers() will read System prpperty "jdbc.drivers" cause java.lang.ExceptionInInitializerError). modified leoli /harmony/enhanced/classlib/trunk/modules/sql/META-INF/MANIFEST.MF 07/05/2007 00:53:44 Apply patch for HARMONY-4303([classlib][sql] java.sql.DriverManager.getDrivers() will read System prpperty "jdbc.drivers" cause java.lang.ExceptionInInitializerError). add cc-classlib log20070704234328Lbuild.47 07/04/2007 23:43:28classlib modified leoli /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/InitialContext.java 07/04/2007 22:28:47 Roll back the patch for HARMONY-4141 on javax.naming.InitialContext. The applied patch is not ready actually. modified leoli /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/InitialContext.java 07/04/2007 22:28:47 Roll back the patch for HARMONY-4141 on javax.naming.InitialContext. The applied patch is not ready actually. add cc-drlvm log20070704191015Lbuild.29 07/04/2007 19:10:15drlvm add cc-classlib log20070704132255Lbuild.46 07/04/2007 13:22:55classlib modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/SerializationStressTest5.java 07/04/2007 10:21:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/StreamTokenizerTest.java 07/04/2007 10:21:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/StringBufferInputStreamTest.java 07/04/2007 10:21:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/SerializationStressTest.java 07/04/2007 10:21:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/SerializationStressTest1.java 07/04/2007 10:21:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/SerializationStressTest2.java 07/04/2007 10:21:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/SerializationStressTest3.java 07/04/2007 10:21:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/SerializationStressTest4.java 07/04/2007 10:21:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/SerializationStressTest5.java 07/04/2007 10:21:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/StreamTokenizerTest.java 07/04/2007 10:21:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/StringBufferInputStreamTest.java 07/04/2007 10:21:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/SerializationStressTest.java 07/04/2007 10:21:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/SerializationStressTest1.java 07/04/2007 10:21:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/SerializationStressTest2.java 07/04/2007 10:21:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/SerializationStressTest3.java 07/04/2007 10:21:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/SerializationStressTest4.java 07/04/2007 10:21:07 clean up compiler warnings in io module, no functional change. add cc-drlvm log20070704085341Lbuild.28 07/04/2007 08:53:41drlvm add cc-classlib log20070704082920Lbuild.45 07/04/2007 08:29:20classlib added tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/InputStreamTest.java 07/04/2007 07:59:54 Fix Harmony-4337 ([classlib][luni] Compatibility: InputStream.read(null, offset, len) exception throwing order differs on Harmony and RI if offset is negative) modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/InputStream.java 07/04/2007 07:59:54 Fix Harmony-4337 ([classlib][luni] Compatibility: InputStream.read(null, offset, len) exception throwing order differs on Harmony and RI if offset is negative) added tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/InputStreamTest.java 07/04/2007 07:59:54 Fix Harmony-4337 ([classlib][luni] Compatibility: InputStream.read(null, offset, len) exception throwing order differs on Harmony and RI if offset is negative) modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/InputStream.java 07/04/2007 07:59:54 Fix Harmony-4337 ([classlib][luni] Compatibility: InputStream.read(null, offset, len) exception throwing order differs on Harmony and RI if offset is negative) add cc-classlib log20070704074931Lbuild.44 07/04/2007 07:49:31classlib modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/org/apache/harmony/awt/gl/CommonGraphics2DFactory.java 07/04/2007 05:54:26 Patch for HARMONY-3719 "Graphics.getFontMetrics() throws HeadlessExcetion if headless" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/org/apache/harmony/awt/wtk/GraphicsFactory.java 07/04/2007 05:54:26 Patch for HARMONY-3719 "Graphics.getFontMetrics() throws HeadlessExcetion if headless" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/java/awt/ToolkitImpl.java 07/04/2007 05:54:26 Patch for HARMONY-3719 "Graphics.getFontMetrics() throws HeadlessExcetion if headless" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/org/apache/harmony/awt/gl/CommonGraphics2DFactory.java 07/04/2007 05:54:26 Patch for HARMONY-3719 "Graphics.getFontMetrics() throws HeadlessExcetion if headless" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/org/apache/harmony/awt/wtk/GraphicsFactory.java 07/04/2007 05:54:26 Patch for HARMONY-3719 "Graphics.getFontMetrics() throws HeadlessExcetion if headless" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/java/awt/ToolkitImpl.java 07/04/2007 05:54:26 Patch for HARMONY-3719 "Graphics.getFontMetrics() throws HeadlessExcetion if headless" modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32CodeEmitter.cpp 07/04/2007 04:01:12 Fix for HARMONY-4318Enabling lazy resolution mode in JET for 32-bit platforms by default modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32CodeLayout.cpp 07/04/2007 04:01:12 Fix for HARMONY-4318Enabling lazy resolution mode in JET for 32-bit platforms by default modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/compiler.cpp 07/04/2007 04:01:12 Fix for HARMONY-4318Enabling lazy resolution mode in JET for 32-bit platforms by default modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextSupportTest.java 07/04/2007 03:47:04 BeanContextSupport.classEquals() should throw NPE on null parameters modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/beancontext/BeanContextSupport.java 07/04/2007 03:47:04 BeanContextSupport.classEquals() should throw NPE on null parameters modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextSupportTest.java 07/04/2007 03:47:04 BeanContextSupport.classEquals() should throw NPE on null parameters modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/beancontext/BeanContextSupport.java 07/04/2007 03:47:04 BeanContextSupport.classEquals() should throw NPE on null parameters modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextEventTest.java 07/04/2007 03:41:10 Add serialization test and golden file for java.beans.beancontext.BeanContextEvent added pyang /harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/serialization/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextEventTest.golden.ser 07/04/2007 03:41:10 Add serialization test and golden file for java.beans.beancontext.BeanContextEvent modified pyang /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextEventTest.java 07/04/2007 03:41:10 Add serialization test and golden file for java.beans.beancontext.BeanContextEvent added pyang /harmony/enhanced/classlib/trunk/modules/beans/src/test/resources/serialization/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextEventTest.golden.ser 07/04/2007 03:41:10 Add serialization test and golden file for java.beans.beancontext.BeanContextEvent add cc-drlvm log20070704021937Lbuild.27 07/04/2007 02:19:37drlvm add cc-classlib log20070704015908Lbuild.43 07/04/2007 01:59:08classlib modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/los/lspace_alloc_collect.cpp 07/03/2007 23:38:21 Fix HARMONY-4325 : undefine verify macros in 01_mark_sweep.patch for Tick project modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_verify.h 07/03/2007 23:38:21 Fix HARMONY-4325 : undefine verify macros in 01_mark_sweep.patch for Tick project modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_alloc.cpp 07/03/2007 23:38:21 Fix HARMONY-4325 : undefine verify macros in 01_mark_sweep.patch for Tick project modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_mark_sweep.cpp 07/03/2007 23:38:21 Fix HARMONY-4325 : undefine verify macros in 01_mark_sweep.patch for Tick project added xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/finalizer_weakref/finalizer_weakref.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_alloc.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project added xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/los/lspace_alloc_collect.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project added xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_mark.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_extend_compact.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/gen/gen.h 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_collect_compact.h 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project modified xli /harmony/enhanced/drlvm/trunk/build/make/components/vm/gc_gen.xml 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project added xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_mark_sweep.h 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verify_gc_effect.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_slide_compact.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_common.h 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project added xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_verify.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project added xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/los/free_area_pool.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/space_tuner.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_block.h 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project added xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_chunk.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project deleted xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/lspace.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project deleted xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/free_area_pool.h 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project added xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/los/lspace.h 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project added xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/los 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/fallback_mark_scan.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project added xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_sweep.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project added xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace.h 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_metadata.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/gen/gen.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_collect_compact.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project deleted xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/lspace_alloc_collect.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verify_live_heap.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project added xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_alloc.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verifier_common.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verifier_scanner.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project added xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_mark_sweep.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_common.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verify_mutator_effect.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project deleted xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/free_area_pool.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verify_gc_effect.h 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/thread/collector.h 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project added xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_verify.h 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project added xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/los/lspace.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project added xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/los/free_area_pool.h 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_move_compact.cpp 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/thread/mutator.h 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project added xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/sspace_chunk.h 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project deleted xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_sweep/lspace.h 07/03/2007 22:01:01 HARMONY-4325 : 01_mark_sweep.patch for Tick project modified leoli /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/InitialContext.java 07/03/2007 21:58:25 Apply patch for HARMONY-4141([classlib][jndi] InitialContext.getURLOrDefaultInitCtx() optimization) modified leoli /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/InitialContext.java 07/03/2007 21:58:25 Apply patch for HARMONY-4141([classlib][jndi] InitialContext.getURLOrDefaultInitCtx() optimization) add cc-drlvm log20070703201439Lbuild.26 07/03/2007 20:14:39drlvm add cc-classlib log20070703130936Lbuild.42 07/03/2007 13:09:36classlib modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/ObjectStreamFieldTest.java 07/03/2007 11:52:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/NotActiveExceptionTest.java 07/03/2007 11:52:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/LineNumberInputStreamTest.java 07/03/2007 11:52:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/PipedInputStreamTest.java 07/03/2007 11:52:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/InputStreamReaderTest.java 07/03/2007 11:52:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/ByteArrayOutputStreamTest.java 07/03/2007 11:52:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/ObjectInputStreamTest.java 07/03/2007 11:52:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/ObjectOutputStreamTest.java 07/03/2007 11:52:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/SequenceInputStreamTest.java 07/03/2007 11:52:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ObjectInputStreamTest.java 07/03/2007 11:52:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/DataInputStreamTest.java 07/03/2007 11:52:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/ObjectStreamFieldTest.java 07/03/2007 11:52:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/NotActiveExceptionTest.java 07/03/2007 11:52:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/LineNumberInputStreamTest.java 07/03/2007 11:52:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/PipedInputStreamTest.java 07/03/2007 11:52:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/InputStreamReaderTest.java 07/03/2007 11:52:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/ByteArrayOutputStreamTest.java 07/03/2007 11:52:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/ObjectInputStreamTest.java 07/03/2007 11:52:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/ObjectOutputStreamTest.java 07/03/2007 11:52:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/SequenceInputStreamTest.java 07/03/2007 11:52:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ObjectInputStreamTest.java 07/03/2007 11:52:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/DataInputStreamTest.java 07/03/2007 11:52:07 clean up compiler warnings in io module, no functional change. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/.classpath 07/03/2007 11:38:48 correct output path for impl tests modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/.classpath 07/03/2007 11:38:48 correct output path for impl tests modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/LineNumberReader.java 07/03/2007 11:24:57 Fix Harmony-4294 ([classlib][io] LineNumberReader treats \r\n as two lines) modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/LineNumberReaderTest.java 07/03/2007 11:24:57 Fix Harmony-4294 ([classlib][io] LineNumberReader treats \r\n as two lines) modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/LineNumberReader.java 07/03/2007 11:24:57 Fix Harmony-4294 ([classlib][io] LineNumberReader treats \r\n as two lines) modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/LineNumberReaderTest.java 07/03/2007 11:24:57 Fix Harmony-4294 ([classlib][io] LineNumberReader treats \r\n as two lines) add cc-classlib log20070703083954Lbuild.41 07/03/2007 08:39:54classlib modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/OutputStream.java 07/03/2007 08:27:48 Fix Harmony-4311 ([classlib][luni] Compatibility: OutputStream.write(null, off, len) exception throwing order differs on Harmony and RI) modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/PipedOutputStreamTest.java 07/03/2007 08:27:48 Fix Harmony-4311 ([classlib][luni] Compatibility: OutputStream.write(null, off, len) exception throwing order differs on Harmony and RI) modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/OutputStream.java 07/03/2007 08:27:48 Fix Harmony-4311 ([classlib][luni] Compatibility: OutputStream.write(null, off, len) exception throwing order differs on Harmony and RI) modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/PipedOutputStreamTest.java 07/03/2007 08:27:48 Fix Harmony-4311 ([classlib][luni] Compatibility: OutputStream.write(null, off, len) exception throwing order differs on Harmony and RI) add cc-classlib log20070703081753Lbuild.40 07/03/2007 08:17:53classlib modified ivavladimir /harmony/enhanced/classlib/trunk/modules/awt/make/exclude.linux.x86_64.drl 07/03/2007 03:19:32 exclude test due to HARMONY-4307 modified ivavladimir /harmony/enhanced/classlib/trunk/modules/awt/make/exclude.linux.x86_64.drl 07/03/2007 03:19:32 exclude test due to HARMONY-4307 add cc-drlvm log20070703023646Lbuild.25 07/03/2007 02:36:46drlvm modified mfursov /harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.windows.x86_64 07/03/2007 02:13:40 Excluding HARMONY-4267 regression test for x86_64 platforms. JIT does not support unresolved types for compressed references today. modified mfursov /harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.linux.x86_64 07/03/2007 02:13:40 Excluding HARMONY-4267 regression test for x86_64 platforms. JIT does not support unresolved types for compressed references today. add cc-drlvm log20070703020941Lbuild.24 07/03/2007 02:09:41drlvm add cc-classlib log20070703014408Lbuild.39 07/03/2007 01:44:08classlib added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org/apache/harmony/tests/internal/net 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) modified pyang /harmony/enhanced/classlib/trunk/modules/luni/.classpath 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) modified pyang /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/HttpURLConnection.java 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org/apache/harmony/tests/internal/net/www/protocol/http 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) modified pyang /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/https/HttpsURLConnection.java 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/impl 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org/apache/harmony/tests/internal/net/www/protocol/http/PersistenceTest.java 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/HttpConnectionManager.java 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org/apache/harmony/tests/internal 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) modified pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/http/HttpURLConnectionTest.java 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/HttpConnection.java 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org/apache 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) modified pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/HttpsURLConnectionTest.java 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org/apache/harmony/tests/internal/net/www 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org/apache/harmony/tests/internal/net/www/protocol 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/HttpConfiguration.java 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org/apache/harmony 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org/apache/harmony/tests 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) modified pyang /harmony/enhanced/classlib/trunk/modules/luni/build.xml 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org/apache/harmony/tests/internal/net 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) modified pyang /harmony/enhanced/classlib/trunk/modules/luni/.classpath 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) modified pyang /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/HttpURLConnection.java 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org/apache/harmony/tests/internal/net/www/protocol/http 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) modified pyang /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/https/HttpsURLConnection.java 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/impl 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org/apache/harmony/tests/internal/net/www/protocol/http/PersistenceTest.java 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/HttpConnectionManager.java 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org/apache/harmony/tests/internal 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) modified pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/http/HttpURLConnectionTest.java 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/HttpConnection.java 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org/apache 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) modified pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/HttpsURLConnectionTest.java 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org/apache/harmony/tests/internal/net/www 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org/apache/harmony/tests/internal/net/www/protocol 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/HttpConfiguration.java 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org/apache/harmony 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org/apache/harmony/tests 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/impl/org 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) modified pyang /harmony/enhanced/classlib/trunk/modules/luni/build.xml 07/03/2007 01:08:23 Apply patch for HARMONY-617([classlib][luni] HttpURLConnection does not support persistent connections) modified xli /harmony/enhanced/drlvm/trunk/vm/vmcore/include/init.h 07/02/2007 21:16:46 HARMONY-3934 : comments by Vladimir Beliaev: The attached patch does the following things:1. reports error if -XX propery format is broken (-XX:+key, -XX:-key or -XX:key=[value] is allowed), i.e. '-XX:gc.dll=' is a proper specification (of empty value) while '-XX:gc.dll' argument produces error ('initialize_properties' returnns the status code now).2. renamed 'vm.dlls' to 'gc.dll'". This required to do the following: 2.1 add a check that "gc.dll" property is always set (the vm_init code expects this property is set either to default value or it is set through command line) 2.2 remove "parsing cycle" of gc.dll (previously "vm.dlls" may contain the list of DLLs)I've tested DRLVM with different variants of related command line - works as expected. modified xli /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_init.cpp 07/02/2007 21:16:46 HARMONY-3934 : comments by Vladimir Beliaev: The attached patch does the following things:1. reports error if -XX propery format is broken (-XX:+key, -XX:-key or -XX:key=[value] is allowed), i.e. '-XX:gc.dll=' is a proper specification (of empty value) while '-XX:gc.dll' argument produces error ('initialize_properties' returnns the status code now).2. renamed 'vm.dlls' to 'gc.dll'". This required to do the following: 2.1 add a check that "gc.dll" property is always set (the vm_init code expects this property is set either to default value or it is set through command line) 2.2 remove "parsing cycle" of gc.dll (previously "vm.dlls" may contain the list of DLLs)I've tested DRLVM with different variants of related command line - works as expected. modified xli /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/harmony.properties 07/02/2007 21:16:46 HARMONY-3934 : comments by Vladimir Beliaev: The attached patch does the following things:1. reports error if -XX propery format is broken (-XX:+key, -XX:-key or -XX:key=[value] is allowed), i.e. '-XX:gc.dll=' is a proper specification (of empty value) while '-XX:gc.dll' argument produces error ('initialize_properties' returnns the status code now).2. renamed 'vm.dlls' to 'gc.dll'". This required to do the following: 2.1 add a check that "gc.dll" property is always set (the vm_init code expects this property is set either to default value or it is set through command line) 2.2 remove "parsing cycle" of gc.dll (previously "vm.dlls" may contain the list of DLLs)I've tested DRLVM with different variants of related command line - works as expected. modified xli /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_properties.cpp 07/02/2007 21:16:46 HARMONY-3934 : comments by Vladimir Beliaev: The attached patch does the following things:1. reports error if -XX propery format is broken (-XX:+key, -XX:-key or -XX:key=[value] is allowed), i.e. '-XX:gc.dll=' is a proper specification (of empty value) while '-XX:gc.dll' argument produces error ('initialize_properties' returnns the status code now).2. renamed 'vm.dlls' to 'gc.dll'". This required to do the following: 2.1 add a check that "gc.dll" property is always set (the vm_init code expects this property is set either to default value or it is set through command line) 2.2 remove "parsing cycle" of gc.dll (previously "vm.dlls" may contain the list of DLLs)I've tested DRLVM with different variants of related command line - works as expected. add cc-classlib log20070702204825Lbuild.38 07/02/2007 20:48:25classlib modified ndbeyer /harmony/enhanced/common_resources/build/depends.properties 07/02/2007 20:39:54 Update Eclipse dependencies to v3.3 (final)Synchronize common_resources depends.properties and depends.xml with classlib's version modified ndbeyer /harmony/enhanced/common_resources/build/depends.xml 07/02/2007 20:39:54 Update Eclipse dependencies to v3.3 (final)Synchronize common_resources depends.properties and depends.xml with classlib's version modified ndbeyer /harmony/enhanced/jdktools/trunk/make/depends.properties 07/02/2007 20:39:54 Update Eclipse dependencies to v3.3 (final)Synchronize common_resources depends.properties and depends.xml with classlib's version modified ndbeyer /harmony/enhanced/classlib/trunk/make/depends.properties 07/02/2007 20:39:54 Update Eclipse dependencies to v3.3 (final)Synchronize common_resources depends.properties and depends.xml with classlib's version modified ndbeyer /harmony/enhanced/common_resources/build/depends.properties 07/02/2007 20:39:54 Update Eclipse dependencies to v3.3 (final)Synchronize common_resources depends.properties and depends.xml with classlib's version modified ndbeyer /harmony/enhanced/common_resources/build/depends.xml 07/02/2007 20:39:54 Update Eclipse dependencies to v3.3 (final)Synchronize common_resources depends.properties and depends.xml with classlib's version modified ndbeyer /harmony/enhanced/jdktools/trunk/make/depends.properties 07/02/2007 20:39:54 Update Eclipse dependencies to v3.3 (final)Synchronize common_resources depends.properties and depends.xml with classlib's version modified ndbeyer /harmony/enhanced/classlib/trunk/make/depends.properties 07/02/2007 20:39:54 Update Eclipse dependencies to v3.3 (final)Synchronize common_resources depends.properties and depends.xml with classlib's version add cc-classlib log20070702125354Lbuild.37 07/02/2007 12:53:54classlib modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/T1Font.cpp 07/02/2007 09:51:43 Fixing compilation on g++ v3.2.3 (don't ask). modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/T1Font.cpp 07/02/2007 09:51:43 Fixing compilation on g++ v3.2.3 (don't ask). add cc-drlvm log20070702075140Lbuild.23 07/02/2007 07:51:40drlvm added mfursov /harmony/enhanced/drlvm/trunk/src/test/regression/H4267/UnresolvedArrayElem.java 07/02/2007 07:46:16 Fix for HARMONY-4267 with regression test. modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaByteCodeTranslator.cpp 07/02/2007 07:46:16 Fix for HARMONY-4267 with regression test. modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/Type.cpp 07/02/2007 07:46:16 Fix for HARMONY-4267 with regression test. added mfursov /harmony/enhanced/drlvm/trunk/src/test/regression/H4267 07/02/2007 07:46:16 Fix for HARMONY-4267 with regression test. modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/vm/drl/DrlVMInterface.cpp 07/02/2007 07:46:16 Fix for HARMONY-4267 with regression test. added mfursov /harmony/enhanced/drlvm/trunk/src/test/regression/H4267/run.test.xml 07/02/2007 07:46:16 Fix for HARMONY-4267 with regression test. modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaLabelPrepass.cpp 07/02/2007 07:46:16 Fix for HARMONY-4267 with regression test. add cc-drlvm log20070701223313Lbuild.22 07/01/2007 22:33:13drlvm add cc-classlib log20070701153234Lbuild.36 07/01/2007 15:32:34classlib modified tellison /harmony/enhanced/classlib/trunk/modules/archive/src/main/java/java/util/jar/InitManifest.java 07/01/2007 15:26:20 Apply fix as part of HARMONY-3146 (atlassian-jira-standard-3.7.3 standalone distro won' t start on r505120) modified tellison /harmony/enhanced/classlib/trunk/modules/archive/src/main/java/java/util/jar/InitManifest.java 07/01/2007 15:26:20 Apply fix as part of HARMONY-3146 (atlassian-jira-standard-3.7.3 standalone distro won' t start on r505120) add cc-drlvm log20070627104611Lbuild.21 06/27/2007 10:46:11drlvm add cc-classlib log20070627051824Lbuild.35 06/27/2007 05:18:24classlib modified smishura /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/fdlibm/unix/makefile 06/27/2007 01:45:48 Apply patch from HARMONY-4287:([classlib][build] failures in MathTest and StrictMathTest if classlib is compiled in RELEASE mode) modified smishura /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/fdlibm/unix/makefile 06/27/2007 01:45:48 Apply patch from HARMONY-4287:([classlib][build] failures in MathTest and StrictMathTest if classlib is compiled in RELEASE mode) add cc-classlib log20070627005332Lbuild.34 06/27/2007 00:53:32classlib modified ivavladimir /harmony/enhanced/classlib/trunk/modules/prefs/make/exclude.linux.x86.drl 06/27/2007 00:49:51 exclude test due to issue HARMONY-4289 modified ivavladimir /harmony/enhanced/classlib/trunk/modules/prefs/make/exclude.linux.x86_64.drl 06/27/2007 00:49:51 exclude test due to issue HARMONY-4289 modified ivavladimir /harmony/enhanced/classlib/trunk/modules/prefs/make/exclude.linux.x86.drl 06/27/2007 00:49:51 exclude test due to issue HARMONY-4289 modified ivavladimir /harmony/enhanced/classlib/trunk/modules/prefs/make/exclude.linux.x86_64.drl 06/27/2007 00:49:51 exclude test due to issue HARMONY-4289 add cc-drlvm log20070626135028Lbuild.20 06/26/2007 13:50:28drlvm add cc-classlib log20070626081336Lbuild.33 06/26/2007 08:13:36classlib modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextSupportTest.java 06/26/2007 08:07:27 Apply patch and unit test from HARMONY-4285([classlib][beans]java.beans.beancontext.BeanContextSupport.getResource throws NullPointerException) modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/beancontext/BeanContextSupport.java 06/26/2007 08:07:27 Apply patch and unit test from HARMONY-4285([classlib][beans]java.beans.beancontext.BeanContextSupport.getResource throws NullPointerException) modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextSupportTest.java 06/26/2007 08:07:27 Apply patch and unit test from HARMONY-4285([classlib][beans]java.beans.beancontext.BeanContextSupport.getResource throws NullPointerException) modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/beancontext/BeanContextSupport.java 06/26/2007 08:07:27 Apply patch and unit test from HARMONY-4285([classlib][beans]java.beans.beancontext.BeanContextSupport.getResource throws NullPointerException) add cc-drlvm log20070625135200Lbuild.19 06/25/2007 13:52:00drlvm modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Class_File_Loader.cpp 06/25/2007 10:57:23 Applied additional fix for HARMONY-4269[drlvm][classloader] VTSVM failed due to incorrect change in class parsing. add cc-drlvm log20070625071839Lbuild.18 06/25/2007 07:18:39drlvm modified nadinem /harmony/enhanced/drlvm/trunk/vm/doc/doc.properties 06/25/2007 07:05:40 removing wrong file in EM doc bundle add cc-drlvm log20070625065143Lbuild.17 06/25/2007 06:51:43drlvm modified apetrenko /harmony/enhanced/drlvm/trunk/build/make/build.xml 06/25/2007 06:45:11 doc directory has been removed from jdk/jre add cc-drlvm log20070623015031Lbuild.16 06/23/2007 01:50:31drlvm add cc-classlib log20070622192450Lbuild.32 06/22/2007 19:24:50classlib modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/ObjectStreamFieldTest.java 06/22/2007 15:49:50 Fix for HARMONY-4273 (java.io.ObjectStreamField.equals(Object) method is not correct) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/ObjectStreamField.java 06/22/2007 15:49:50 Fix for HARMONY-4273 (java.io.ObjectStreamField.equals(Object) method is not correct) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/ObjectStreamFieldTest.java 06/22/2007 15:49:50 Fix for HARMONY-4273 (java.io.ObjectStreamField.equals(Object) method is not correct) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/ObjectStreamField.java 06/22/2007 15:49:50 Fix for HARMONY-4273 (java.io.ObjectStreamField.equals(Object) method is not correct) modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/AuthenticationNotSupportedException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/SortResponseControl.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/rmiURLContext.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/Message.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ResolverCache.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSName.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/DirectoryManager.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RemoteReferenceWrapper.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/BasicAttributes.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/AuthenticationException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/parser/LdapRdnParser.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/BindingEnumeration.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/LinkLoopException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/event/EventContext.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DomainProtocolException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/InvalidAttributesException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NamingEnumeration.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/LimitExceededException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/Context.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/BasicNamingEnumeration.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RemoteReferenceWrapper_Stub.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/ControlFactory.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/DirObjectFactory.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/event/NamespaceChangeListener.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NameAlreadyBoundException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/LinkRef.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ResourceRecord.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSPseudoURL.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/ObjectFactoryBuilder.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NameImpl.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/MalformedLinkException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ContextNotEmptyException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/Rdn.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ProviderMgr.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/BasicAttribute.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NoInitialContextException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NameNotFoundException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/GenericURLDirContextFactory.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/GenericURLContextFactory.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/Name.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/parser/RelaxedDnParser.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/GenericURLContext.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/ObjectFactory.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/LdapName.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/DirStateFactory.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/StateFactory.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/SortControl.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/AtomicNameParser.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/InterruptedNamingException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NamingSecurityException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NameClassPair.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/InvalidSearchControlsException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ServiceUnavailableException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/CommunicationException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/SortResult.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/Attributes.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ProviderConstants.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/ExtendedResponse.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/InitialDirContext.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/event/ObjectChangeListener.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/Resolver.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/TransportMgr.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RemoteReferenceWrapper_Skel.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/NameClassPairEnumeration.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/UnsolicitedNotification.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/QuestionRecord.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/StartTlsResponse.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/SizeLimitExceededException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/SortKey.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/dnsURLContext.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/UrlParser.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RegistryContextFactory.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSContextFactory.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ConfigurationException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/EnvironmentReader.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RemoteReference.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/event/NamingEvent.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RegistryContext.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/InitialContext.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/Control.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/event/NamingListener.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/LdapReferralException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NoPermissionException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/LdapContext.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/OperationNotSupportedException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/ResolveResult.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/event/NamingExceptionEvent.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/AttributeModificationException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/UnsolicitedNotificationListener.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/ExtendedRequest.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/InvalidAttributeValueException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/AttributeInUseException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/ManageReferralControl.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/Resolver.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/parser/LdapParser.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NameParser.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/parser/LdapNameParser.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSContext.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/InsufficientResourcesException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/PagedResultsResponseControl.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/SList.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/TimeLimitExceededException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/event/EventDirContext.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/StartTlsRequest.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/PartialResultException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/BinaryRefAddr.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/rmiURLContextFactory.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/HasControls.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/Util.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/CompoundName.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/DirContext.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/ModificationItem.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NamingException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/InitialContextFactoryBuilder.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/SearchControls.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/parser/LdapTypeAndValueList.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/parser/AttributeTypeAndValuePair.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/CompositeName.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/CannotProceedException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/Attribute.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/RefAddr.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/SchemaViolationException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/SearchResult.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/LinkException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/InitialContextFactory.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ReferralException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/BasicNamingEnumerator.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/Referenceable.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/StringRefAddr.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/Reference.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/NamingManager.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/InvalidAttributeIdentifierException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/BasicControl.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/InvalidSearchFilterException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/NoSuchAttributeException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/InvalidNameException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/PagedResultSearchControlValue.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSNameParser.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/dnsURLContextFactory.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/Binding.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/UnsolicitedNotificationEvent.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/InitialLdapContext.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/PagedResultsControl.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NotContextException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/AuthenticationNotSupportedException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/SortResponseControl.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/rmiURLContext.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/Message.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ResolverCache.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSName.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/DirectoryManager.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RemoteReferenceWrapper.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/BasicAttributes.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/AuthenticationException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/parser/LdapRdnParser.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/BindingEnumeration.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/LinkLoopException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/event/EventContext.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DomainProtocolException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/InvalidAttributesException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NamingEnumeration.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/LimitExceededException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/Context.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/BasicNamingEnumeration.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RemoteReferenceWrapper_Stub.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/ControlFactory.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/DirObjectFactory.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/event/NamespaceChangeListener.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NameAlreadyBoundException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/LinkRef.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ResourceRecord.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSPseudoURL.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/ObjectFactoryBuilder.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NameImpl.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/MalformedLinkException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ContextNotEmptyException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/Rdn.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ProviderMgr.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/BasicAttribute.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NoInitialContextException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NameNotFoundException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/GenericURLDirContextFactory.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/GenericURLContextFactory.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/Name.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/parser/RelaxedDnParser.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/GenericURLContext.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/ObjectFactory.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/LdapName.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/DirStateFactory.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/StateFactory.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/SortControl.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/AtomicNameParser.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/InterruptedNamingException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NamingSecurityException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NameClassPair.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/InvalidSearchControlsException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ServiceUnavailableException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/CommunicationException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/SortResult.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/Attributes.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ProviderConstants.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/ExtendedResponse.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/InitialDirContext.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/event/ObjectChangeListener.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/Resolver.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/TransportMgr.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RemoteReferenceWrapper_Skel.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/NameClassPairEnumeration.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/UnsolicitedNotification.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/QuestionRecord.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/StartTlsResponse.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/SizeLimitExceededException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/SortKey.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/dnsURLContext.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/UrlParser.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RegistryContextFactory.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSContextFactory.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ConfigurationException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/EnvironmentReader.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RemoteReference.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/event/NamingEvent.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/registry/RegistryContext.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/InitialContext.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/Control.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/event/NamingListener.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/LdapReferralException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NoPermissionException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/LdapContext.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/OperationNotSupportedException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/ResolveResult.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/event/NamingExceptionEvent.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/AttributeModificationException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/UnsolicitedNotificationListener.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/ExtendedRequest.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/InvalidAttributeValueException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/AttributeInUseException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/ManageReferralControl.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/Resolver.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/parser/LdapParser.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NameParser.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/parser/LdapNameParser.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSContext.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/InsufficientResourcesException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/PagedResultsResponseControl.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/SList.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/TimeLimitExceededException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/event/EventDirContext.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/StartTlsRequest.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/PartialResultException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/BinaryRefAddr.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/rmi/rmiURLContextFactory.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/HasControls.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/Util.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/CompoundName.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/DirContext.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/ModificationItem.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NamingException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/InitialContextFactoryBuilder.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/SearchControls.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/parser/LdapTypeAndValueList.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/parser/AttributeTypeAndValuePair.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/CompositeName.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/CannotProceedException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/Attribute.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/RefAddr.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/SchemaViolationException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/SearchResult.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/LinkException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/InitialContextFactory.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ReferralException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/BasicNamingEnumerator.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/Referenceable.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/StringRefAddr.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/Reference.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/NamingManager.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/InvalidAttributeIdentifierException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/BasicControl.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/InvalidSearchFilterException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/directory/NoSuchAttributeException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/InvalidNameException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/PagedResultSearchControlValue.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/DNSNameParser.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/dnsURLContextFactory.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/Binding.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/UnsolicitedNotificationEvent.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/InitialLdapContext.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/PagedResultsControl.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/NotContextException.java 06/22/2007 15:48:49 Big tidy-up in JNDI module, reformatting to remove tabs, minor compiler warnings fixed, etc.No functional changes. modified tellison /harmony/enhanced/classlib/trunk/modules/regex/src/test/java/org/apache/harmony/tests/java/util/regex/PatternErrorTest.java 06/22/2007 15:14:56 Apply patch HARMONY-4248 ([classlib][regex] java.util.regex.Pattern.compile(regex, flags) throws unexpected exceptions on certain pattern) modified tellison /harmony/enhanced/classlib/trunk/modules/regex/src/main/java/java/util/regex/Pattern.java 06/22/2007 15:14:56 Apply patch HARMONY-4248 ([classlib][regex] java.util.regex.Pattern.compile(regex, flags) throws unexpected exceptions on certain pattern) modified tellison /harmony/enhanced/classlib/trunk/modules/regex/src/main/java/org/apache/harmony/regex/internal/nls/messages.properties 06/22/2007 15:14:56 Apply patch HARMONY-4248 ([classlib][regex] java.util.regex.Pattern.compile(regex, flags) throws unexpected exceptions on certain pattern) modified tellison /harmony/enhanced/classlib/trunk/modules/regex/src/test/java/org/apache/harmony/tests/java/util/regex/PatternErrorTest.java 06/22/2007 15:14:56 Apply patch HARMONY-4248 ([classlib][regex] java.util.regex.Pattern.compile(regex, flags) throws unexpected exceptions on certain pattern) modified tellison /harmony/enhanced/classlib/trunk/modules/regex/src/main/java/java/util/regex/Pattern.java 06/22/2007 15:14:56 Apply patch HARMONY-4248 ([classlib][regex] java.util.regex.Pattern.compile(regex, flags) throws unexpected exceptions on certain pattern) modified tellison /harmony/enhanced/classlib/trunk/modules/regex/src/main/java/org/apache/harmony/regex/internal/nls/messages.properties 06/22/2007 15:14:56 Apply patch HARMONY-4248 ([classlib][regex] java.util.regex.Pattern.compile(regex, flags) throws unexpected exceptions on certain pattern) modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/META-INF/MANIFEST.MF 06/22/2007 15:10:49 Change require bundle to an explicit package import. modified tellison /harmony/enhanced/classlib/trunk/modules/jndi/META-INF/MANIFEST.MF 06/22/2007 15:10:49 Change require bundle to an explicit package import. add cc-drlvm log20070622143627Lbuild.15 06/22/2007 14:36:27drlvm add cc-classlib log20070622141728Lbuild.31 06/22/2007 14:17:28classlib modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/ThreadGroup.java 06/22/2007 12:35:42 harmony-3684: this patch fixes a problem with ThreadGroup.setmaxPriority modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/VMThreadManager.java 06/22/2007 12:02:17 harmony-4158: this patch eliminates unexpected InternalError exception when Thread.suspend() is called modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/Thread.java 06/22/2007 12:02:17 harmony-4158: this patch eliminates unexpected InternalError exception when Thread.suspend() is called modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_thin_monitor.c 06/22/2007 11:25:27 harmony-4036: fixes performance degradation in decapo. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_private.h 06/22/2007 11:25:27 harmony-4036: fixes performance degradation in decapo. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_init.c 06/22/2007 11:25:27 harmony-4036: fixes performance degradation in decapo. modified ayza /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/Introspector.java 06/22/2007 11:24:07 Applying patch from HARMONY-4049 ([classlib][beans] Compatibility: java.beans.Introspector calculates default event index for a bean in a different way) modified ayza /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/BeanInfoWrapper.java 06/22/2007 11:24:07 Applying patch from HARMONY-4049 ([classlib][beans] Compatibility: java.beans.Introspector calculates default event index for a bean in a different way) modified ayza /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/Introspector.java 06/22/2007 11:24:07 Applying patch from HARMONY-4049 ([classlib][beans] Compatibility: java.beans.Introspector calculates default event index for a bean in a different way) modified ayza /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/BeanInfoWrapper.java 06/22/2007 11:24:07 Applying patch from HARMONY-4049 ([classlib][beans] Compatibility: java.beans.Introspector calculates default event index for a bean in a different way) modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/parse_arguments.cpp 06/22/2007 10:53:53 Applied HARMONY-3409[drlvm][init] help on 'internal system property' should be available from command line modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/harmony.properties 06/22/2007 10:53:53 Applied HARMONY-3409[drlvm][init] help on 'internal system property' should be available from command line modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_basic.c 06/22/2007 10:37:39 harmony-4024: this patch fixes a major problem with recycling thread IDs modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/thread_generic.cpp 06/22/2007 10:37:39 harmony-4024: this patch fixes a major problem with recycling thread IDs modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg.h 06/22/2007 10:06:01 fix for HARMONY-4250 modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg_fld_arr.cpp 06/22/2007 10:06:01 fix for HARMONY-4250 modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/enc_ia32.cpp 06/22/2007 10:06:01 fix for HARMONY-4250 modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg_regs.cpp 06/22/2007 10:06:01 fix for HARMONY-4250 modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/enc.h 06/22/2007 10:06:01 fix for HARMONY-4250 add cc-drlvm log20070622092924Lbuild.14 06/22/2007 09:29:24drlvm modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/thread/win/atomics.cpp 06/22/2007 09:13:32 Applied patch from HARMONY-4270[drlvm] Fixes for compilation of drlvm by intel compiler on windows/ia32 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/port/src/thread/win/apr_thread_ext.c 06/22/2007 09:13:32 Applied patch from HARMONY-4270[drlvm] Fixes for compilation of drlvm by intel compiler on windows/ia32 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/jitrino/src/translator/java/JavaByteCodeTranslator.cpp 06/22/2007 09:13:32 Applied patch from HARMONY-4270[drlvm] Fixes for compilation of drlvm by intel compiler on windows/ia32 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/abcd/classic_abcd.cpp 06/22/2007 09:13:32 Applied patch from HARMONY-4270[drlvm] Fixes for compilation of drlvm by intel compiler on windows/ia32 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/jitrino/src/shared/Type.cpp 06/22/2007 09:13:32 Applied patch from HARMONY-4270[drlvm] Fixes for compilation of drlvm by intel compiler on windows/ia32 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Class_File_Loader.cpp 06/22/2007 09:13:32 Applied patch from HARMONY-4270[drlvm] Fixes for compilation of drlvm by intel compiler on windows/ia32 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/Graph.cpp 06/22/2007 09:13:32 Applied patch from HARMONY-4270[drlvm] Fixes for compilation of drlvm by intel compiler on windows/ia32 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/memoryopt.cpp 06/22/2007 09:13:32 Applied patch from HARMONY-4270[drlvm] Fixes for compilation of drlvm by intel compiler on windows/ia32 modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jni/jni.cpp 06/22/2007 09:12:00 Applied patch from HARMONY-4075[drlvm][util] It isn't possible to kill DLRVM with Ctrl-C in some conditions modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Class_File_Loader.cpp 06/22/2007 09:09:46 Applied patch from HARMONY-4269[drlvm][classloader] VTSVM failed due to incorrect change in class parsing. add cc-classlib log20070622050106Lbuild.30 06/22/2007 05:01:06classlib modified tellison /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/shared/hythread.c 06/22/2007 04:26:08 Clarify thread detach semantics to fixHARMONY-4237 (hythread_detach() documentation) modified tellison /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/shared/hythread.c 06/22/2007 04:26:08 Clarify thread detach semantics to fixHARMONY-4237 (hythread_detach() documentation) modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/URLClassLoader.java 06/22/2007 03:19:29 clean up compiler warning, no functionality modified. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/HugeEnumSet.java 06/22/2007 03:19:29 clean up compiler warning, no functionality modified. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/platform/INetworkSystem.java 06/22/2007 03:19:29 clean up compiler warning, no functionality modified. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/ObjectInputStream.java 06/22/2007 03:19:29 clean up compiler warning, no functionality modified. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/ObjectOutputStream.java 06/22/2007 03:19:29 clean up compiler warning, no functionality modified. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/ProxySelectorImpl.java 06/22/2007 03:19:29 clean up compiler warning, no functionality modified. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/util/TwoKeyHashMap.java 06/22/2007 03:19:29 clean up compiler warning, no functionality modified. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/EnumMap.java 06/22/2007 03:19:29 clean up compiler warning, no functionality modified. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/platform/OSNetworkSystem.java 06/22/2007 03:19:29 clean up compiler warning, no functionality modified. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Stack.java 06/22/2007 03:19:29 clean up compiler warning, no functionality modified. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/util/FloatingPointParser.java 06/22/2007 03:19:29 clean up compiler warning, no functionality modified. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/URLClassLoader.java 06/22/2007 03:19:29 clean up compiler warning, no functionality modified. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/HugeEnumSet.java 06/22/2007 03:19:29 clean up compiler warning, no functionality modified. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/platform/INetworkSystem.java 06/22/2007 03:19:29 clean up compiler warning, no functionality modified. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/ObjectInputStream.java 06/22/2007 03:19:29 clean up compiler warning, no functionality modified. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/ObjectOutputStream.java 06/22/2007 03:19:29 clean up compiler warning, no functionality modified. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/ProxySelectorImpl.java 06/22/2007 03:19:29 clean up compiler warning, no functionality modified. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/util/TwoKeyHashMap.java 06/22/2007 03:19:29 clean up compiler warning, no functionality modified. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/EnumMap.java 06/22/2007 03:19:29 clean up compiler warning, no functionality modified. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/platform/OSNetworkSystem.java 06/22/2007 03:19:29 clean up compiler warning, no functionality modified. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/Stack.java 06/22/2007 03:19:29 clean up compiler warning, no functionality modified. modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/util/FloatingPointParser.java 06/22/2007 03:19:29 clean up compiler warning, no functionality modified. add cc-classlib log20070622003148Lbuild.29 06/22/2007 00:31:48classlib modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/build.xml 06/21/2007 21:16:54 recover the checking which prevents these native tests running on 64 bit machine modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/build.xml 06/21/2007 21:16:54 recover the checking which prevents these native tests running on 64 bit machine modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfiletext/shared/hyfiletext.c 06/21/2007 21:04:28 add property eol-style modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfiletext/shared/hyfiletext.c 06/21/2007 21:04:28 add property eol-style modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/String2Test.java 06/21/2007 20:56:30 convert some character to ascii and format the file modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/String2Test.java 06/21/2007 20:56:30 convert some character to ascii and format the file add cc-classlib log20070621200910Lbuild.28 06/21/2007 20:09:10classlib modified ayza /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/EventHandler.java 06/21/2007 17:46:37 Applying patch from HARMONY-4033 ([classlib][beans] A listener created by means of EventHandler.create() does not work) modified ayza /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/EventHandlerTest.java 06/21/2007 17:46:37 Applying patch from HARMONY-4033 ([classlib][beans] A listener created by means of EventHandler.create() does not work) modified ayza /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/EventHandler.java 06/21/2007 17:46:37 Applying patch from HARMONY-4033 ([classlib][beans] A listener created by means of EventHandler.create() does not work) modified ayza /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/EventHandlerTest.java 06/21/2007 17:46:37 Applying patch from HARMONY-4033 ([classlib][beans] A listener created by means of EventHandler.create() does not work) modified ayza /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/org/apache/harmony/beans/Command.java 06/21/2007 16:41:05 Fixing class loading issues modified ayza /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/org/apache/harmony/beans/Command.java 06/21/2007 16:41:05 Fixing class loading issues modified ayza /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/XMLDecoderTest.java 06/21/2007 16:31:22 Handling of special form of array constructor was added. This is a bug fix for HARMONY-1890 ([classlib][beans] java.beans.XMLDecoder.readObject() throws unexpected ArrayIndexOutOfBoundsException) modified ayza /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/org/apache/harmony/beans/Handler.java 06/21/2007 16:31:22 Handling of special form of array constructor was added. This is a bug fix for HARMONY-1890 ([classlib][beans] java.beans.XMLDecoder.readObject() throws unexpected ArrayIndexOutOfBoundsException) modified ayza /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/Statement.java 06/21/2007 16:31:22 Handling of special form of array constructor was added. This is a bug fix for HARMONY-1890 ([classlib][beans] java.beans.XMLDecoder.readObject() throws unexpected ArrayIndexOutOfBoundsException) modified ayza /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/XMLDecoderTest.java 06/21/2007 16:31:22 Handling of special form of array constructor was added. This is a bug fix for HARMONY-1890 ([classlib][beans] java.beans.XMLDecoder.readObject() throws unexpected ArrayIndexOutOfBoundsException) modified ayza /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/org/apache/harmony/beans/Handler.java 06/21/2007 16:31:22 Handling of special form of array constructor was added. This is a bug fix for HARMONY-1890 ([classlib][beans] java.beans.XMLDecoder.readObject() throws unexpected ArrayIndexOutOfBoundsException) modified ayza /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/Statement.java 06/21/2007 16:31:22 Handling of special form of array constructor was added. This is a bug fix for HARMONY-1890 ([classlib][beans] java.beans.XMLDecoder.readObject() throws unexpected ArrayIndexOutOfBoundsException) add cc-drlvm log20070621153709Lbuild.13 06/21/2007 15:37:09drlvm add cc-classlib log20070621152213Lbuild.27 06/21/2007 15:22:13classlib modified gshimansky /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32StackInfo.cpp 06/21/2007 12:12:53 Applied HARMONY-1859[drlvm][util] StackOverflowError handling leads to Segmentation fault on Linux with -Xem:opt and jet and is handled incorrectly with -Xint on both Win and Linux modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/win/ia32_em64t/nt_exception_filter_common.cpp 06/21/2007 12:12:53 Applied HARMONY-1859[drlvm][util] StackOverflowError handling leads to Segmentation fault on Linux with -Xem:opt and jet and is handled incorrectly with -Xint on both Win and Linux modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/win/include/exception_filter.h 06/21/2007 12:12:53 Applied HARMONY-1859[drlvm][util] StackOverflowError handling leads to Segmentation fault on Linux with -Xem:opt and jet and is handled incorrectly with -Xint on both Win and Linux modified gshimansky /harmony/enhanced/drlvm/trunk/vm/port/include/stack_iterator.h 06/21/2007 12:12:53 Applied HARMONY-1859[drlvm][util] StackOverflowError handling leads to Segmentation fault on Linux with -Xem:opt and jet and is handled incorrectly with -Xint on both Win and Linux modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/linux/signals_ipf.cpp 06/21/2007 12:12:53 Applied HARMONY-1859[drlvm][util] StackOverflowError handling leads to Segmentation fault on Linux with -Xem:opt and jet and is handled incorrectly with -Xint on both Win and Linux modified gshimansky /harmony/enhanced/drlvm/trunk/vm/interpreter/src/interpreter.cpp 06/21/2007 12:12:53 Applied HARMONY-1859[drlvm][util] StackOverflowError handling leads to Segmentation fault on Linux with -Xem:opt and jet and is handled incorrectly with -Xint on both Win and Linux modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/include/exceptions.h 06/21/2007 12:12:53 Applied HARMONY-1859[drlvm][util] StackOverflowError handling leads to Segmentation fault on Linux with -Xem:opt and jet and is handled incorrectly with -Xint on both Win and Linux modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/exception/exceptions_jit.cpp 06/21/2007 12:12:53 Applied HARMONY-1859[drlvm][util] StackOverflowError handling leads to Segmentation fault on Linux with -Xem:opt and jet and is handled incorrectly with -Xint on both Win and Linux modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/include/exceptions_jit.h 06/21/2007 12:12:53 Applied HARMONY-1859[drlvm][util] StackOverflowError handling leads to Segmentation fault on Linux with -Xem:opt and jet and is handled incorrectly with -Xint on both Win and Linux modified gshimansky /harmony/enhanced/drlvm/trunk/vm/port/src/lil/ipf/pim/stack_iterator_ipf.cpp 06/21/2007 12:12:53 Applied HARMONY-1859[drlvm][util] StackOverflowError handling leads to Segmentation fault on Linux with -Xem:opt and jet and is handled incorrectly with -Xint on both Win and Linux modified gshimansky /harmony/enhanced/drlvm/trunk/vm/port/src/lil/ia32/pim/stack_iterator_ia32.cpp 06/21/2007 12:12:53 Applied HARMONY-1859[drlvm][util] StackOverflowError handling leads to Segmentation fault on Linux with -Xem:opt and jet and is handled incorrectly with -Xint on both Win and Linux modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/linux/signals_ia32.cpp 06/21/2007 12:12:53 Applied HARMONY-1859[drlvm][util] StackOverflowError handling leads to Segmentation fault on Linux with -Xem:opt and jet and is handled incorrectly with -Xint on both Win and Linux modified gshimansky /harmony/enhanced/drlvm/trunk/vm/port/src/lil/em64t/pim/stack_iterator_em64t.cpp 06/21/2007 12:12:53 Applied HARMONY-1859[drlvm][util] StackOverflowError handling leads to Segmentation fault on Linux with -Xem:opt and jet and is handled incorrectly with -Xint on both Win and Linux modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/linux/signals_em64t.cpp 06/21/2007 12:12:53 Applied HARMONY-1859[drlvm][util] StackOverflowError handling leads to Segmentation fault on Linux with -Xem:opt and jet and is handled incorrectly with -Xint on both Win and Linux modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/exception/exceptions_impl.cpp 06/21/2007 12:12:53 Applied HARMONY-1859[drlvm][util] StackOverflowError handling leads to Segmentation fault on Linux with -Xem:opt and jet and is handled incorrectly with -Xint on both Win and Linux modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/String_Pool.cpp 06/21/2007 12:12:53 Applied HARMONY-1859[drlvm][util] StackOverflowError handling leads to Segmentation fault on Linux with -Xem:opt and jet and is handled incorrectly with -Xint on both Win and Linux modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/org/apache/harmony/awt/gl/font/FontManager.java 06/21/2007 12:03:30 Patch for HARMONY-4217 "[classlib][awt] ExceptionInInitializerError is thrown if call certain method like getFontName() on a Font object" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/org/apache/harmony/awt/gl/font/FontManager.java 06/21/2007 12:03:30 Patch for HARMONY-4217 "[classlib][awt] ExceptionInInitializerError is thrown if call certain method like getFontName() on a Font object" modified tellison /harmony/enhanced/classlib/trunk/modules/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/AbstractPreferencesTest.java 06/21/2007 11:26:30 Remove preferences.dtd, and it's reference from the test case, since it should not be in our repository. deleted tellison /harmony/enhanced/classlib/trunk/modules/prefs/src/test/resources/prefs/java/util/prefs/preferences.dtd 06/21/2007 11:26:30 Remove preferences.dtd, and it's reference from the test case, since it should not be in our repository. modified tellison /harmony/enhanced/classlib/trunk/modules/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/AbstractPreferencesTest.java 06/21/2007 11:26:30 Remove preferences.dtd, and it's reference from the test case, since it should not be in our repository. deleted tellison /harmony/enhanced/classlib/trunk/modules/prefs/src/test/resources/prefs/java/util/prefs/preferences.dtd 06/21/2007 11:26:30 Remove preferences.dtd, and it's reference from the test case, since it should not be in our repository. modified ayza /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/PersistenceDelegate.java 06/21/2007 11:16:48 Fix for java.beans.Encoder and related classes to enable correct handling of compound objects and arrays. Among other thing it fixes problems described in HARMONY-4106 ([classlib][beans] XMLEncoder does not encode array values) modified ayza /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/org/apache/harmony/beans/ObjectNode.java 06/21/2007 11:16:48 Fix for java.beans.Encoder and related classes to enable correct handling of compound objects and arrays. Among other thing it fixes problems described in HARMONY-4106 ([classlib][beans] XMLEncoder does not encode array values) modified ayza /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/PersistenceDelegate.java 06/21/2007 11:16:48 Fix for java.beans.Encoder and related classes to enable correct handling of compound objects and arrays. Among other thing it fixes problems described in HARMONY-4106 ([classlib][beans] XMLEncoder does not encode array values) modified ayza /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/org/apache/harmony/beans/ObjectNode.java 06/21/2007 11:16:48 Fix for java.beans.Encoder and related classes to enable correct handling of compound objects and arrays. Among other thing it fixes problems described in HARMONY-4106 ([classlib][beans] XMLEncoder does not encode array values) add cc-drlvm log20070621094813Lbuild.12 06/21/2007 09:48:13drlvm add cc-classlib log20070621093353Lbuild.26 06/21/2007 09:33:53classlib modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_vm_VMGenericsAndAnnotations.cpp 06/21/2007 09:05:25 Applied HARMONY-4230[drlvm][kernel][reliability] assert in getParameterAnnotations function modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thrstub/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/init/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hynls/windows/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/nio_char/src/main/native/niochar/windows/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hygp/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thrstub/windows/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hystr/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/windows/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hygp/windows/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hymem/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hystr/windows/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfile/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyport/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfiletext/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hymem/windows/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hycpu/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/pngencoder/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/windows/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyerror/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfiletext/windows/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyport/windows/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hynls/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/nio_char/src/main/native/niochar/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/pngencoder/windows/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hycpu/windows/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hytime/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thrstub/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/init/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hynls/windows/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/nio_char/src/main/native/niochar/windows/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hygp/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thrstub/windows/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hystr/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/hyzip/windows/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hygp/windows/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hymem/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hystr/windows/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfile/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyport/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfiletext/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hymem/windows/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hycpu/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/pngencoder/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/windows/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyerror/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfiletext/windows/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyport/windows/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hynls/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/nio_char/src/main/native/niochar/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/pngencoder/windows/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hycpu/windows/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hytime/unix/makefile 06/21/2007 05:23:52 Setting svn:eol-style on some makefiles. add cc-drlvm log20070621045738Lbuild.11 06/21/2007 04:57:38drlvm add cc-classlib log20070621044345Lbuild.25 06/21/2007 04:43:45classlib added leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfiletext/shared/hyfiletext.c 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) modified leoli /harmony/enhanced/classlib/trunk/modules/portlib/build.xml 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) modified leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hytime/windows/makefile 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) modified leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hygp/unix/makefile 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) added leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfiletext/unix 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) modified leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hygp/windows/makefile 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) added leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfiletext/windows 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) modified leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hymem/unix/makefile 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) modified leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfile/unix/makefile 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) added leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfiletext 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) added leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfiletext/unix/makefile 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) modified leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hymem/windows/makefile 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) modified leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfile/shared/hyfile.c 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) modified leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfile/windows/makefile 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) modified leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hycpu/unix/makefile 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) added leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfiletext/shared 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) added leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfiletext/windows/makefile 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) modified leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hytime/unix/makefile 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) modified leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hycpu/windows/makefile 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) added leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfiletext/shared/hyfiletext.c 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) modified leoli /harmony/enhanced/classlib/trunk/modules/portlib/build.xml 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) modified leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hytime/windows/makefile 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) modified leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hygp/unix/makefile 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) added leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfiletext/unix 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) modified leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hygp/windows/makefile 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) added leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfiletext/windows 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) modified leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hymem/unix/makefile 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) modified leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfile/unix/makefile 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) added leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfiletext 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) added leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfiletext/unix/makefile 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) modified leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hymem/windows/makefile 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) modified leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfile/shared/hyfile.c 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) modified leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfile/windows/makefile 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) modified leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hycpu/unix/makefile 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) added leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfiletext/shared 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) added leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfiletext/windows/makefile 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) modified leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hytime/unix/makefile 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) modified leoli /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hycpu/windows/makefile 06/21/2007 03:54:01 Apply patch HARMONY-4258 ([classlib][portlib] Modify the native test for hyfile and add the native test for hyfiletext) modified mfursov /harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.windows.x86 06/21/2007 03:40:38 Disabling HARMONY-1859 regression test: fix is not completely integrated yet. modified mfursov /harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.linux.x86 06/21/2007 03:40:38 Disabling HARMONY-1859 regression test: fix is not completely integrated yet. added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyport/shared/hyport.c 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyerror/windows/makefile 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/build.xml 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hynls/shared 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hystr/windows 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hynls/windows/makefile 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyport/unix 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hystr 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hystr/shared/hystr.c 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hystr/unix/makefile 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyport/windows 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hystr/shared 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hystr/windows/makefile 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hynls/unix 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hynls/shared/hynls.c 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyport/unix/makefile 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyport 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hynls/windows 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyerror/unix/makefile 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyport/shared 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hystr/unix 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyport/windows/makefile 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hynls 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hynls/unix/makefile 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyport/shared/hyport.c 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyerror/windows/makefile 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/build.xml 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hynls/shared 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hystr/windows 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hynls/windows/makefile 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyport/unix 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hystr 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hystr/shared/hystr.c 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hystr/unix/makefile 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyport/windows 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hystr/shared 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hystr/windows/makefile 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hynls/unix 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hynls/shared/hynls.c 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyport/unix/makefile 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyport 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hynls/windows 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyerror/unix/makefile 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyport/shared 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hystr/unix 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyport/windows/makefile 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hynls 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hynls/unix/makefile 06/21/2007 00:58:54 Apply patch HARMONY-4254 ([classlib][portlib] Add native tests for hynls, hyport, hystr) add cc-classlib log20070621001536Lbuild.24 06/21/2007 00:15:36classlib added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/windows/org 06/20/2007 22:31:59 Apply patch for HARMONY-3656([classlib][luni] File.mkdir does not support unicode) with small modifications to make new FileTest for windows only compile added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/windows/org/apache 06/20/2007 22:31:59 Apply patch for HARMONY-3656([classlib][luni] File.mkdir does not support unicode) with small modifications to make new FileTest for windows only compile modified pyang /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/File.java 06/20/2007 22:31:59 Apply patch for HARMONY-3656([classlib][luni] File.mkdir does not support unicode) with small modifications to make new FileTest for windows only compile modified pyang /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/windows/hyfile.c 06/20/2007 22:31:59 Apply patch for HARMONY-3656([classlib][luni] File.mkdir does not support unicode) with small modifications to make new FileTest for windows only compile added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/windows/org/apache/harmony/luni 06/20/2007 22:31:59 Apply patch for HARMONY-3656([classlib][luni] File.mkdir does not support unicode) with small modifications to make new FileTest for windows only compile added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/windows/org/apache/harmony/luni/tests 06/20/2007 22:31:59 Apply patch for HARMONY-3656([classlib][luni] File.mkdir does not support unicode) with small modifications to make new FileTest for windows only compile added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/windows/org/apache/harmony/luni/tests/java 06/20/2007 22:31:59 Apply patch for HARMONY-3656([classlib][luni] File.mkdir does not support unicode) with small modifications to make new FileTest for windows only compile modified pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/FileTest.java 06/20/2007 22:31:59 Apply patch for HARMONY-3656([classlib][luni] File.mkdir does not support unicode) with small modifications to make new FileTest for windows only compile added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/windows/org/apache/harmony/luni/tests/java/io/WinFileTest.java 06/20/2007 22:31:59 Apply patch for HARMONY-3656([classlib][luni] File.mkdir does not support unicode) with small modifications to make new FileTest for windows only compile added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/windows/org/apache/harmony 06/20/2007 22:31:59 Apply patch for HARMONY-3656([classlib][luni] File.mkdir does not support unicode) with small modifications to make new FileTest for windows only compile added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/windows/org/apache/harmony/luni/tests/java/io 06/20/2007 22:31:59 Apply patch for HARMONY-3656([classlib][luni] File.mkdir does not support unicode) with small modifications to make new FileTest for windows only compile added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/windows/org 06/20/2007 22:31:59 Apply patch for HARMONY-3656([classlib][luni] File.mkdir does not support unicode) with small modifications to make new FileTest for windows only compile added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/windows/org/apache 06/20/2007 22:31:59 Apply patch for HARMONY-3656([classlib][luni] File.mkdir does not support unicode) with small modifications to make new FileTest for windows only compile modified pyang /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/File.java 06/20/2007 22:31:59 Apply patch for HARMONY-3656([classlib][luni] File.mkdir does not support unicode) with small modifications to make new FileTest for windows only compile modified pyang /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/windows/hyfile.c 06/20/2007 22:31:59 Apply patch for HARMONY-3656([classlib][luni] File.mkdir does not support unicode) with small modifications to make new FileTest for windows only compile added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/windows/org/apache/harmony/luni 06/20/2007 22:31:59 Apply patch for HARMONY-3656([classlib][luni] File.mkdir does not support unicode) with small modifications to make new FileTest for windows only compile added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/windows/org/apache/harmony/luni/tests 06/20/2007 22:31:59 Apply patch for HARMONY-3656([classlib][luni] File.mkdir does not support unicode) with small modifications to make new FileTest for windows only compile added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/windows/org/apache/harmony/luni/tests/java 06/20/2007 22:31:59 Apply patch for HARMONY-3656([classlib][luni] File.mkdir does not support unicode) with small modifications to make new FileTest for windows only compile modified pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/io/FileTest.java 06/20/2007 22:31:59 Apply patch for HARMONY-3656([classlib][luni] File.mkdir does not support unicode) with small modifications to make new FileTest for windows only compile added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/windows/org/apache/harmony/luni/tests/java/io/WinFileTest.java 06/20/2007 22:31:59 Apply patch for HARMONY-3656([classlib][luni] File.mkdir does not support unicode) with small modifications to make new FileTest for windows only compile added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/windows/org/apache/harmony 06/20/2007 22:31:59 Apply patch for HARMONY-3656([classlib][luni] File.mkdir does not support unicode) with small modifications to make new FileTest for windows only compile added pyang /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/windows/org/apache/harmony/luni/tests/java/io 06/20/2007 22:31:59 Apply patch for HARMONY-3656([classlib][luni] File.mkdir does not support unicode) with small modifications to make new FileTest for windows only compile add cc-classlib log20070620195038Lbuild.23 06/20/2007 19:50:38classlib modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/LdapNameTest.java 06/20/2007 19:47:06 Apply patch HARMONY-4243 ([classlib][jndi] Class LdapName.endsWith() has some failures) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/LdapName.java 06/20/2007 19:47:06 Apply patch HARMONY-4243 ([classlib][jndi] Class LdapName.endsWith() has some failures) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/LdapNameTest.java 06/20/2007 19:47:06 Apply patch HARMONY-4243 ([classlib][jndi] Class LdapName.endsWith() has some failures) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/LdapName.java 06/20/2007 19:47:06 Apply patch HARMONY-4243 ([classlib][jndi] Class LdapName.endsWith() has some failures) add cc-drlvm log20070620112015Lbuild.10 06/20/2007 11:20:15drlvm modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Class_File_Loader.cpp 06/20/2007 11:15:13 Applied patch from HARMONY-4247[drlvm][classloader] Reduce code length of CFL file add cc-drlvm log20070620105800Lbuild.9 06/20/2007 10:58:00drlvm add cc-classlib log20070620104217Lbuild.22 06/20/2007 10:42:17classlib modified ayza /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextSupport2Test.java 06/20/2007 10:28:58 Applying patch and unit test from HARMONY-4011 ([classlib][beans] compatibility: java.beans.beancontext.BeanContextSupport allows registering the same listener several times) modified ayza /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/beancontext/BeanContextSupport.java 06/20/2007 10:28:58 Applying patch and unit test from HARMONY-4011 ([classlib][beans] compatibility: java.beans.beancontext.BeanContextSupport allows registering the same listener several times) modified ayza /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextSupport2Test.java 06/20/2007 10:28:58 Applying patch and unit test from HARMONY-4011 ([classlib][beans] compatibility: java.beans.beancontext.BeanContextSupport allows registering the same listener several times) modified ayza /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/beancontext/BeanContextSupport.java 06/20/2007 10:28:58 Applying patch and unit test from HARMONY-4011 ([classlib][beans] compatibility: java.beans.beancontext.BeanContextSupport allows registering the same listener several times) modified mfursov /harmony/enhanced/drlvm/trunk/vm/tests/smoke/exception/FinalizeStackTest.java 06/20/2007 08:54:34 Fix for HARMONY-3349Fix for HARMONY-4115Fix to FinalizeStackTest not to report failure when SOE is not happenedRemoving not needed SOE handler from Jitrino.JET modified mfursov /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86_64.opt 06/20/2007 08:54:34 Fix for HARMONY-3349Fix for HARMONY-4115Fix to FinalizeStackTest not to report failure when SOE is not happenedRemoving not needed SOE handler from Jitrino.JET modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/escanalyzer.cpp 06/20/2007 08:54:34 Fix for HARMONY-3349Fix for HARMONY-4115Fix to FinalizeStackTest not to report failure when SOE is not happenedRemoving not needed SOE handler from Jitrino.JET modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/simplifier.cpp 06/20/2007 08:54:34 Fix for HARMONY-3349Fix for HARMONY-4115Fix to FinalizeStackTest not to report failure when SOE is not happenedRemoving not needed SOE handler from Jitrino.JET modified mfursov /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86_64.opt 06/20/2007 08:54:34 Fix for HARMONY-3349Fix for HARMONY-4115Fix to FinalizeStackTest not to report failure when SOE is not happenedRemoving not needed SOE handler from Jitrino.JET modified mfursov /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.opt 06/20/2007 08:54:34 Fix for HARMONY-3349Fix for HARMONY-4115Fix to FinalizeStackTest not to report failure when SOE is not happenedRemoving not needed SOE handler from Jitrino.JET modified mfursov /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86_64.srv 06/20/2007 08:54:34 Fix for HARMONY-3349Fix for HARMONY-4115Fix to FinalizeStackTest not to report failure when SOE is not happenedRemoving not needed SOE handler from Jitrino.JET modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg.cpp 06/20/2007 08:54:34 Fix for HARMONY-3349Fix for HARMONY-4115Fix to FinalizeStackTest not to report failure when SOE is not happenedRemoving not needed SOE handler from Jitrino.JET modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/Opcode.cpp 06/20/2007 08:54:34 Fix for HARMONY-3349Fix for HARMONY-4115Fix to FinalizeStackTest not to report failure when SOE is not happenedRemoving not needed SOE handler from Jitrino.JET modified mfursov /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.x86.opt 06/20/2007 08:54:34 Fix for HARMONY-3349Fix for HARMONY-4115Fix to FinalizeStackTest not to report failure when SOE is not happenedRemoving not needed SOE handler from Jitrino.JET modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/deadcodeeliminator.cpp 06/20/2007 08:54:34 Fix for HARMONY-3349Fix for HARMONY-4115Fix to FinalizeStackTest not to report failure when SOE is not happenedRemoving not needed SOE handler from Jitrino.JET modified ayza /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/java/nio/channels/spi/AbstractSelectableChannel.java 06/20/2007 08:14:53 Applying patch from HARMONY-4212 ([classlib][nio] deregistered channel.configureBlocking(true) throws IllegalBlockingModeException) modified ayza /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/java/nio/channels/spi/AbstractSelectableChannel.java 06/20/2007 08:14:53 Applying patch from HARMONY-4212 ([classlib][nio] deregistered channel.configureBlocking(true) throws IllegalBlockingModeException) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/net/URLTest.java 06/20/2007 07:24:56 Add missing slash. Dir name was being interpreted as a hostname (causing slow look-up). modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/net/URLTest.java 06/20/2007 07:24:56 Add missing slash. Dir name was being interpreted as a hostname (causing slow look-up). add cc-classlib log20070620061715Lbuild.21 06/20/2007 06:17:15classlib added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hygp/windows 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/build.xml 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hymem/unix 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hygp/shared/hygp.c 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hygp/unix/makefile 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hygp 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hycpu/shared/hycpu.c 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hymem/windows 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyerror/shared/hyerror.c 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hycpu/unix 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hygp/shared 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hygp/windows/makefile 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hymem/unix/makefile 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hymem 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hycpu/windows 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hymem/shared/hymem.c 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hymem/shared 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hymem/windows/makefile 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hycpu 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hycpu/unix/makefile 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hygp/unix 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hycpu/shared 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hycpu/windows/makefile 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hygp/windows 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/build.xml 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hymem/unix 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hygp/shared/hygp.c 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hygp/unix/makefile 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hygp 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hycpu/shared/hycpu.c 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hymem/windows 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyerror/shared/hyerror.c 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hycpu/unix 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hygp/shared 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hygp/windows/makefile 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hymem/unix/makefile 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hymem 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hycpu/windows 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hymem/shared/hymem.c 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hymem/shared 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hymem/windows/makefile 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hycpu 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hycpu/unix/makefile 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hygp/unix 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hycpu/shared 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) added tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hycpu/windows/makefile 06/20/2007 03:05:37 Apply patch HARMONY-4246 ([classlib][portlib] Add native tests for hymem, hygp and hycpu) modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/build.xml 06/20/2007 02:14:47 Apply patch HARMONY-4244 ([classlib][portlib] Modified the hytime test by using HyCunit) modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hytime/shared/hytime.c 06/20/2007 02:14:47 Apply patch HARMONY-4244 ([classlib][portlib] Modified the hytime test by using HyCunit) modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hytime/windows/makefile 06/20/2007 02:14:47 Apply patch HARMONY-4244 ([classlib][portlib] Modified the hytime test by using HyCunit) modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hytime/unix/makefile 06/20/2007 02:14:47 Apply patch HARMONY-4244 ([classlib][portlib] Modified the hytime test by using HyCunit) modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/build.xml 06/20/2007 02:14:47 Apply patch HARMONY-4244 ([classlib][portlib] Modified the hytime test by using HyCunit) modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hytime/shared/hytime.c 06/20/2007 02:14:47 Apply patch HARMONY-4244 ([classlib][portlib] Modified the hytime test by using HyCunit) modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hytime/windows/makefile 06/20/2007 02:14:47 Apply patch HARMONY-4244 ([classlib][portlib] Modified the hytime test by using HyCunit) modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hytime/unix/makefile 06/20/2007 02:14:47 Apply patch HARMONY-4244 ([classlib][portlib] Modified the hytime test by using HyCunit) add cc-classlib log20070620015244Lbuild.20 06/20/2007 01:52:44classlib modified leoli /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.common 06/20/2007 01:41:01 1. Copy ${hy.beans.src.test.support} to ${hy.beans.bin.test.support} as part of the classpath of running testcases.2. Remove org.apache.harmony.beans.tests.java.beans.beancontext.BeanContextSupportTest from the exclude tests list. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/build.xml 06/20/2007 01:41:01 1. Copy ${hy.beans.src.test.support} to ${hy.beans.bin.test.support} as part of the classpath of running testcases.2. Remove org.apache.harmony.beans.tests.java.beans.beancontext.BeanContextSupportTest from the exclude tests list. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.common 06/20/2007 01:41:01 1. Copy ${hy.beans.src.test.support} to ${hy.beans.bin.test.support} as part of the classpath of running testcases.2. Remove org.apache.harmony.beans.tests.java.beans.beancontext.BeanContextSupportTest from the exclude tests list. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/build.xml 06/20/2007 01:41:01 1. Copy ${hy.beans.src.test.support} to ${hy.beans.bin.test.support} as part of the classpath of running testcases.2. Remove org.apache.harmony.beans.tests.java.beans.beancontext.BeanContextSupportTest from the exclude tests list. add cc-classlib log20070620013026Lbuild.19 06/20/2007 01:30:26classlib modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyerror/windows/makefile 06/20/2007 01:15:32 Apply patch HARMONY-4233 ([classlib][portlib] Modified the hyerror test by using HyCunit) modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/build.xml 06/20/2007 01:15:32 Apply patch HARMONY-4233 ([classlib][portlib] Modified the hyerror test by using HyCunit) modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyerror/unix/makefile 06/20/2007 01:15:32 Apply patch HARMONY-4233 ([classlib][portlib] Modified the hyerror test by using HyCunit) modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyerror/shared/hyerror.c 06/20/2007 01:15:32 Apply patch HARMONY-4233 ([classlib][portlib] Modified the hyerror test by using HyCunit) modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyerror/windows/makefile 06/20/2007 01:15:32 Apply patch HARMONY-4233 ([classlib][portlib] Modified the hyerror test by using HyCunit) modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/build.xml 06/20/2007 01:15:32 Apply patch HARMONY-4233 ([classlib][portlib] Modified the hyerror test by using HyCunit) modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyerror/unix/makefile 06/20/2007 01:15:32 Apply patch HARMONY-4233 ([classlib][portlib] Modified the hyerror test by using HyCunit) modified tonywu /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyerror/shared/hyerror.c 06/20/2007 01:15:32 Apply patch HARMONY-4233 ([classlib][portlib] Modified the hyerror test by using HyCunit) modified leoli /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.common 06/20/2007 00:24:31 Excludes org.apache.harmony.beans.tests.java.beans.beancontext.BeanContextSupportTest. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.common 06/20/2007 00:24:31 Excludes org.apache.harmony.beans.tests.java.beans.beancontext.BeanContextSupportTest. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.common 06/20/2007 00:12:53 Remove the org.apache.harmony.beans.tests.java.beans.beancontext.BeanContextServiceAvailableEventTest from the excluded tests list. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.common 06/20/2007 00:12:53 Remove the org.apache.harmony.beans.tests.java.beans.beancontext.BeanContextServiceAvailableEventTest from the excluded tests list. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextServiceRevokedEventTest.java 06/20/2007 00:10:24 Add a testcase for java.beans.beancontext.BeanContextServiceRevokedEvent to assure that invoking BeanContextServiceRevokedEvent.isServiceClass(Class cls), which the cls is not appropriate, will lead to a NullPointerException. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextServiceRevokedEventTest.java 06/20/2007 00:10:24 Add a testcase for java.beans.beancontext.BeanContextServiceRevokedEvent to assure that invoking BeanContextServiceRevokedEvent.isServiceClass(Class cls), which the cls is not appropriate, will lead to a NullPointerException. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.common 06/20/2007 00:04:43 Remove org.apache.harmony.beans.tests.java.beans.beancontext.BeanContextServiceRevokedEventTest from excluded tests list. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.common 06/20/2007 00:04:43 Remove org.apache.harmony.beans.tests.java.beans.beancontext.BeanContextServiceRevokedEventTest from excluded tests list. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.common 06/20/2007 00:02:21 Remove org.apache.harmony.beans.tests.java.beans.beancontext.BeanContextMembershipEventTest from excluded tests list. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.common 06/20/2007 00:02:21 Remove org.apache.harmony.beans.tests.java.beans.beancontext.BeanContextMembershipEventTest from excluded tests list. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextServicesSupportTest.java 06/19/2007 23:58:48 1.Add testcase for BeanContextServicesSupport for serviceRevoked method.2.Remove org.apache.harmony.beans.tests.java.beans.beanContext.BeanContextServicesSupportTest from exclude tests list. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.common 06/19/2007 23:58:48 1.Add testcase for BeanContextServicesSupport for serviceRevoked method.2.Remove org.apache.harmony.beans.tests.java.beans.beanContext.BeanContextServicesSupportTest from exclude tests list. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextServicesSupportTest.java 06/19/2007 23:58:48 1.Add testcase for BeanContextServicesSupport for serviceRevoked method.2.Remove org.apache.harmony.beans.tests.java.beans.beanContext.BeanContextServicesSupportTest from exclude tests list. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.common 06/19/2007 23:58:48 1.Add testcase for BeanContextServicesSupport for serviceRevoked method.2.Remove org.apache.harmony.beans.tests.java.beans.beanContext.BeanContextServicesSupportTest from exclude tests list. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextSupportTest.java 06/19/2007 22:55:28 1. Add testcase for java.beans.beancontext.BeanContextSupport about needsGui().2. org.apache.harmony.beans.tests.java.beans.beancontext.BeanContextSupportTest is removed from the exclude tests list. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.common 06/19/2007 22:55:28 1. Add testcase for java.beans.beancontext.BeanContextSupport about needsGui().2. org.apache.harmony.beans.tests.java.beans.beancontext.BeanContextSupportTest is removed from the exclude tests list. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextSupportTest.java 06/19/2007 22:55:28 1. Add testcase for java.beans.beancontext.BeanContextSupport about needsGui().2. org.apache.harmony.beans.tests.java.beans.beancontext.BeanContextSupportTest is removed from the exclude tests list. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.common 06/19/2007 22:55:28 1. Add testcase for java.beans.beancontext.BeanContextSupport about needsGui().2. org.apache.harmony.beans.tests.java.beans.beancontext.BeanContextSupportTest is removed from the exclude tests list. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextChildSupportTest.java 06/19/2007 22:44:19 1. Add testcase for java.beans.beancontext.BeanContextChildSupport, which ensures that addVetoableChangeListener and removeVetoableChangeListener will reevaluate whether setBeanContext is allowed.2.org.apache.harmony.beans.tests.java.beans.beancontext.BeanContextChildSupport is removed from the exclude tests list. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.common 06/19/2007 22:44:19 1. Add testcase for java.beans.beancontext.BeanContextChildSupport, which ensures that addVetoableChangeListener and removeVetoableChangeListener will reevaluate whether setBeanContext is allowed.2.org.apache.harmony.beans.tests.java.beans.beancontext.BeanContextChildSupport is removed from the exclude tests list. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/beancontext/BeanContextChildSupportTest.java 06/19/2007 22:44:19 1. Add testcase for java.beans.beancontext.BeanContextChildSupport, which ensures that addVetoableChangeListener and removeVetoableChangeListener will reevaluate whether setBeanContext is allowed.2.org.apache.harmony.beans.tests.java.beans.beancontext.BeanContextChildSupport is removed from the exclude tests list. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/make/exclude.common 06/19/2007 22:44:19 1. Add testcase for java.beans.beancontext.BeanContextChildSupport, which ensures that addVetoableChangeListener and removeVetoableChangeListener will reevaluate whether setBeanContext is allowed.2.org.apache.harmony.beans.tests.java.beans.beancontext.BeanContextChildSupport is removed from the exclude tests list. modified leoli /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/fortress/DefaultPolicyParser.java 06/19/2007 22:17:37 Fix HARMONY-4184. modified leoli /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/fortress/DefaultPolicyParser.java 06/19/2007 22:17:37 Fix HARMONY-4184. modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/RdnTest.java 06/19/2007 22:13:39 Apply patch HARMONY-4229 ([classlib][jndi] Class Rdn.unescapeValue() has some failures) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/parser/LdapRdnParser.java 06/19/2007 22:13:39 Apply patch HARMONY-4229 ([classlib][jndi] Class Rdn.unescapeValue() has some failures) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/RdnTest.java 06/19/2007 22:13:39 Apply patch HARMONY-4229 ([classlib][jndi] Class Rdn.unescapeValue() has some failures) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/parser/LdapRdnParser.java 06/19/2007 22:13:39 Apply patch HARMONY-4229 ([classlib][jndi] Class Rdn.unescapeValue() has some failures) add cc-classlib log20070619205733Lbuild.18 06/19/2007 20:57:33classlib modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/LdapNameTest.java 06/19/2007 20:52:44 Apply patch HARMONY-4231 ([classlib][jndi] LdapName.toString() should return the original String when no modification) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/LdapName.java 06/19/2007 20:52:44 Apply patch HARMONY-4231 ([classlib][jndi] LdapName.toString() should return the original String when no modification) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/LdapNameTest.java 06/19/2007 20:52:44 Apply patch HARMONY-4231 ([classlib][jndi] LdapName.toString() should return the original String when no modification) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/LdapName.java 06/19/2007 20:52:44 Apply patch HARMONY-4231 ([classlib][jndi] LdapName.toString() should return the original String when no modification) add cc-drlvm log20070619121330Lbuild.8 06/19/2007 12:13:30drlvm modified gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/H3225/NegativeJsrTest.java 06/19/2007 12:10:37 Applied HARMONY-4219[drlvm][verifier] reaching ret without jsr edges check is improved added gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/H3225/RetOrderNegativeTest.j 06/19/2007 12:10:37 Applied HARMONY-4219[drlvm][verifier] reaching ret without jsr edges check is improved modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_subroutine.cpp 06/19/2007 12:10:37 Applied HARMONY-4219[drlvm][verifier] reaching ret without jsr edges check is improved modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_graph.h 06/19/2007 12:10:37 Applied HARMONY-4219[drlvm][verifier] reaching ret without jsr edges check is improved add cc-classlib log20070619110216Lbuild.17 06/19/2007 11:02:16classlib modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/nethelp.c 06/19/2007 10:38:11 Apply second patch for HARMONY-4068 ([classlib][luni] Jetty scenario fails on DRLVM with access violation exception) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/nethelp.c 06/19/2007 10:38:11 Apply second patch for HARMONY-4068 ([classlib][luni] Jetty scenario fails on DRLVM with access violation exception) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/SQLException.java 06/19/2007 10:17:24 Oops, roll back 548745 since it should be commit to java6 branch modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/SQLExceptionTest.java 06/19/2007 10:17:24 Oops, roll back 548745 since it should be commit to java6 branch modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/SQLException.java 06/19/2007 10:17:24 Oops, roll back 548745 since it should be commit to java6 branch modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/SQLExceptionTest.java 06/19/2007 10:17:24 Oops, roll back 548745 since it should be commit to java6 branch add cc-classlib log20070619094828Lbuild.16 06/19/2007 09:48:28classlib modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/SQLException.java 06/19/2007 09:47:02 Apply patch HARMONY-4227 ([classlib][sql][java6] 4 new constructors in java.sql.SQLException) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/SQLExceptionTest.java 06/19/2007 09:47:02 Apply patch HARMONY-4227 ([classlib][sql][java6] 4 new constructors in java.sql.SQLException) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/SQLException.java 06/19/2007 09:47:02 Apply patch HARMONY-4227 ([classlib][sql][java6] 4 new constructors in java.sql.SQLException) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/SQLExceptionTest.java 06/19/2007 09:47:02 Apply patch HARMONY-4227 ([classlib][sql][java6] 4 new constructors in java.sql.SQLException) modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSNetworkSystemLinux.c 06/19/2007 08:45:22 Committing slightly reworked version of second patch from HARMONY-4077 ([classlib][portlib] socket related functions incorrectly work in socket > FD_SETSIZE) modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/OSNetworkSystem.c 06/19/2007 08:45:22 Committing slightly reworked version of second patch from HARMONY-4077 ([classlib][portlib] socket related functions incorrectly work in socket > FD_SETSIZE) modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSNetworkSystemLinux.c 06/19/2007 08:45:22 Committing slightly reworked version of second patch from HARMONY-4077 ([classlib][portlib] socket related functions incorrectly work in socket > FD_SETSIZE) modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/OSNetworkSystem.c 06/19/2007 08:45:22 Committing slightly reworked version of second patch from HARMONY-4077 ([classlib][portlib] socket related functions incorrectly work in socket > FD_SETSIZE) add cc-drlvm log20070619082416Lbuild.7 06/19/2007 08:24:16drlvm add cc-classlib log20070619080851Lbuild.15 06/19/2007 08:08:51classlib modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg_fld_arr.cpp 06/19/2007 08:06:55 Fix for regression introduced by H2092 commit. modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32IRManager.cpp 06/19/2007 07:57:07 Fix for H3652 regressionFixing alloc/allocArray helpers inlining configuration in server.emconf modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg_fld_arr.cpp 06/19/2007 07:57:07 Fix for H3652 regressionFixing alloc/allocArray helpers inlining configuration in server.emconf modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/config/ia32/server.emconf 06/19/2007 07:57:07 Fix for H3652 regressionFixing alloc/allocArray helpers inlining configuration in server.emconf modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/config/em64t/server.emconf 06/19/2007 07:57:07 Fix for H3652 regressionFixing alloc/allocArray helpers inlining configuration in server.emconf modified leoli /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/fortress/DefaultPolicyParser.java 06/19/2007 07:22:21 revert back to r497300. modified leoli /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/fortress/DefaultPolicyParser.java 06/19/2007 07:22:21 revert back to r497300. add cc-classlib log20070619065553Lbuild.14 06/19/2007 06:55:53classlib modified gshimansky /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib 06/19/2007 06:28:40 Added *.manifest to ignore modified gshimansky /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib 06/19/2007 06:28:40 Added *.manifest to ignore add cc-classlib log20070619054313Lbuild.13 06/19/2007 05:43:13classlib modified odeakin /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicButtonUI.java 06/19/2007 05:38:21 Apply patch HARMONY-4223 ([[classlib][swing] setTextShiftOffset getTextShiftOffset and clearTextShiftOffset methods in BasicButtonUI are unimplemented in Harmony) modified odeakin /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/plaf/basic/BasicButtonUITest.java 06/19/2007 05:38:21 Apply patch HARMONY-4223 ([[classlib][swing] setTextShiftOffset getTextShiftOffset and clearTextShiftOffset methods in BasicButtonUI are unimplemented in Harmony) modified odeakin /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicButtonUI.java 06/19/2007 05:38:21 Apply patch HARMONY-4223 ([[classlib][swing] setTextShiftOffset getTextShiftOffset and clearTextShiftOffset methods in BasicButtonUI are unimplemented in Harmony) modified odeakin /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/javax/swing/plaf/basic/BasicButtonUITest.java 06/19/2007 05:38:21 Apply patch HARMONY-4223 ([[classlib][swing] setTextShiftOffset getTextShiftOffset and clearTextShiftOffset methods in BasicButtonUI are unimplemented in Harmony) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/SortResponseControl.java 06/19/2007 04:49:33 revert revision 548598 deleted tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1 06/19/2007 04:49:33 revert revision 548598 modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/TestSortResponseControl.java 06/19/2007 04:49:33 revert revision 548598 modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/nls/messages.properties 06/19/2007 04:49:33 revert revision 548598 modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/SortResponseControl.java 06/19/2007 04:49:33 revert revision 548598 deleted tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1 06/19/2007 04:49:33 revert revision 548598 modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/TestSortResponseControl.java 06/19/2007 04:49:33 revert revision 548598 modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/nls/messages.properties 06/19/2007 04:49:33 revert revision 548598 add cc-classlib log20070619041924Lbuild.12 06/19/2007 04:19:24classlib modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/beancontext/BeanContextServiceRevokedEvent.java 06/19/2007 04:01:38 Fix bug in java.beans.beancontext.BeanContextServiceRevokedEvent. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/beancontext/BeanContextServiceRevokedEvent.java 06/19/2007 04:01:38 Fix bug in java.beans.beancontext.BeanContextServiceRevokedEvent. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/beancontext/BeanContextMembershipEvent.java 06/19/2007 03:58:44 Fix bug in java.security.beancontext.BeanContextMembershipEvent. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/beancontext/BeanContextMembershipEvent.java 06/19/2007 03:58:44 Fix bug in java.security.beancontext.BeanContextMembershipEvent. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/org/apache/harmony/beans/internal/nls/messages.properties 06/19/2007 03:27:53 Add new exception message in org.apache.harmony.beans.internal.nls.messages.properties. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/org/apache/harmony/beans/internal/nls/messages.properties 06/19/2007 03:27:53 Add new exception message in org.apache.harmony.beans.internal.nls.messages.properties. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/beancontext/BeanContextServicesSupport.java 06/19/2007 03:07:11 Fix bugs and refractor in java.beans.beancontext.BeanContextServicesSupport. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/beancontext/BeanContextServicesSupport.java 06/19/2007 03:07:11 Fix bugs and refractor in java.beans.beancontext.BeanContextServicesSupport. modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/TypeDefinition.cpp 06/19/2007 03:06:41 Fontlib crash on em64t fix modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/TypeDefinition.cpp 06/19/2007 03:06:41 Fontlib crash on em64t fix modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/beancontext/BeanContextSupport.java 06/19/2007 03:03:43 Fix bugs and refractor in java.beans.beancontext.BeanContextSupport. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/beancontext/BeanContextSupport.java 06/19/2007 03:03:43 Fix bugs and refractor in java.beans.beancontext.BeanContextSupport. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/beancontext/BeanContextChildSupport.java 06/19/2007 03:01:09 Fix bugs in java.beans.beancontext.BeanContextChildSupport. modified leoli /harmony/enhanced/classlib/trunk/modules/beans/src/main/java/java/beans/beancontext/BeanContextChildSupport.java 06/19/2007 03:01:09 Fix bugs in java.beans.beancontext.BeanContextChildSupport. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/windows/java.rc 06/19/2007 02:56:35 Updating Apache License in a few files. modified hindessm /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/org/apache/harmony/swing/tests/javax/swing/text/parser/ContentModelSemanticTest.java 06/19/2007 02:56:35 Updating Apache License in a few files. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/vmi/windows/vmi.rc 06/19/2007 02:56:35 Updating Apache License in a few files. modified hindessm /harmony/enhanced/classlib/trunk/modules/prefs/src/main/native/prefs/windows/hyprefs.rc 06/19/2007 02:56:35 Updating Apache License in a few files. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/windows/javaw.rc 06/19/2007 02:56:35 Updating Apache License in a few files. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/windows/hysig.rc 06/19/2007 02:56:35 Updating Apache License in a few files. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/windows/hythr.rc 06/19/2007 02:56:35 Updating Apache License in a few files. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thrstub/windows/hythr.rc 06/19/2007 02:56:35 Updating Apache License in a few files. modified hindessm /harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/windows/accessors.rc 06/19/2007 02:56:35 Updating Apache License in a few files. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/windows/hyprt.rc 06/19/2007 02:56:35 Updating Apache License in a few files. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/windows/hyluni.rc 06/19/2007 02:56:35 Updating Apache License in a few files. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/windows/makefile 06/19/2007 02:56:35 Updating Apache License in a few files. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/windows/java.rc 06/19/2007 02:56:35 Updating Apache License in a few files. modified hindessm /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java.injected/org/apache/harmony/swing/tests/javax/swing/text/parser/ContentModelSemanticTest.java 06/19/2007 02:56:35 Updating Apache License in a few files. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/vmi/windows/vmi.rc 06/19/2007 02:56:35 Updating Apache License in a few files. modified hindessm /harmony/enhanced/classlib/trunk/modules/prefs/src/main/native/prefs/windows/hyprefs.rc 06/19/2007 02:56:35 Updating Apache License in a few files. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/windows/javaw.rc 06/19/2007 02:56:35 Updating Apache License in a few files. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/windows/hysig.rc 06/19/2007 02:56:35 Updating Apache License in a few files. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/windows/hythr.rc 06/19/2007 02:56:35 Updating Apache License in a few files. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thrstub/windows/hythr.rc 06/19/2007 02:56:35 Updating Apache License in a few files. modified hindessm /harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/windows/accessors.rc 06/19/2007 02:56:35 Updating Apache License in a few files. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/windows/hyprt.rc 06/19/2007 02:56:35 Updating Apache License in a few files. modified hindessm /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/windows/hyluni.rc 06/19/2007 02:56:35 Updating Apache License in a few files. modified hindessm /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/windows/makefile 06/19/2007 02:56:35 Updating Apache License in a few files. modified leoli /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/fortress/DefaultPolicyParser.java 06/19/2007 02:17:54 Fix HARMONY-4184 modified leoli /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/fortress/DefaultPolicyParser.java 06/19/2007 02:17:54 Fix HARMONY-4184 added leoli /harmony/enhanced/classlib/trunk/modules/security/src/test/resources/serialization/org/apache/harmony/security/tests/java/security/UnresolvedPermissionTest.golden.ser 06/19/2007 01:38:51 Fix bugs for java.security.UnresolvedPermission is not serialization compatible with RI. modified leoli /harmony/enhanced/classlib/trunk/modules/security/src/test/api/java/org/apache/harmony/security/tests/java/security/UnresolvedPermissionTest.java 06/19/2007 01:38:51 Fix bugs for java.security.UnresolvedPermission is not serialization compatible with RI. modified leoli /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/UnresolvedPermission.java 06/19/2007 01:38:51 Fix bugs for java.security.UnresolvedPermission is not serialization compatible with RI. added leoli /harmony/enhanced/classlib/trunk/modules/security/src/test/resources/serialization/org/apache/harmony/security/tests/java/security/UnresolvedPermissionTest.golden.ser 06/19/2007 01:38:51 Fix bugs for java.security.UnresolvedPermission is not serialization compatible with RI. modified leoli /harmony/enhanced/classlib/trunk/modules/security/src/test/api/java/org/apache/harmony/security/tests/java/security/UnresolvedPermissionTest.java 06/19/2007 01:38:51 Fix bugs for java.security.UnresolvedPermission is not serialization compatible with RI. modified leoli /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/UnresolvedPermission.java 06/19/2007 01:38:51 Fix bugs for java.security.UnresolvedPermission is not serialization compatible with RI. added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1Implicit.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1UTCTime.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/SortResponseControl.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1Constants.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1SetOf.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/TestSortResponseControl.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/BerInputStream.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1Type.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1Explicit.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/BitString.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/BerOutputStream.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1Any.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1ValueCollection.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1Enumerated.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1Choice.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1Set.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1TypeCollection.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1SequenceOf.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1Time.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1Exception.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1Constructured.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/nls/messages.properties 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1BitString.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1OctetString.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1StringType.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1Primitive.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1Sequence.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1Implicit.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1UTCTime.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/SortResponseControl.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1Constants.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1SetOf.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/TestSortResponseControl.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/BerInputStream.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1Type.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1Explicit.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/BitString.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/BerOutputStream.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1Any.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1ValueCollection.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1Enumerated.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1Choice.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1Set.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1TypeCollection.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1SequenceOf.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1Time.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1Exception.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1Constructured.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/internal/nls/messages.properties 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1BitString.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1OctetString.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1StringType.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1Primitive.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/asn1/ASN1Sequence.java 06/19/2007 00:58:08 Apply patch HARMONY-4226 ([classlib][jndi] Class SortResponseControl has some failures) modified smishura /harmony/enhanced/classlib/trunk/modules/awt/make/exclude.windows.x86_64.drl 06/19/2007 00:53:32 Exclude java/awt/geom/AreaTest.java on x86_64 platform because of HARMONY-4181 modified smishura /harmony/enhanced/classlib/trunk/modules/awt/make/exclude.linux.x86_64.drl 06/19/2007 00:53:32 Exclude java/awt/geom/AreaTest.java on x86_64 platform because of HARMONY-4181 modified smishura /harmony/enhanced/classlib/trunk/modules/awt/make/exclude.windows.x86_64.drl 06/19/2007 00:53:32 Exclude java/awt/geom/AreaTest.java on x86_64 platform because of HARMONY-4181 modified smishura /harmony/enhanced/classlib/trunk/modules/awt/make/exclude.linux.x86_64.drl 06/19/2007 00:53:32 Exclude java/awt/geom/AreaTest.java on x86_64 platform because of HARMONY-4181 modified leoli /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/KeyStore.java 06/19/2007 00:44:12 java.security.KeyStore.store(null, null) is allowed. modified leoli /harmony/enhanced/classlib/trunk/modules/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/KeyStore_Impl3Test.java 06/19/2007 00:44:12 java.security.KeyStore.store(null, null) is allowed. modified leoli /harmony/enhanced/classlib/trunk/modules/security/src/test/api/java/org/apache/harmony/security/tests/java/security/KeyStore3Test.java 06/19/2007 00:44:12 java.security.KeyStore.store(null, null) is allowed. modified leoli /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/KeyStore.java 06/19/2007 00:44:12 java.security.KeyStore.store(null, null) is allowed. modified leoli /harmony/enhanced/classlib/trunk/modules/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/KeyStore_Impl3Test.java 06/19/2007 00:44:12 java.security.KeyStore.store(null, null) is allowed. modified leoli /harmony/enhanced/classlib/trunk/modules/security/src/test/api/java/org/apache/harmony/security/tests/java/security/KeyStore3Test.java 06/19/2007 00:44:12 java.security.KeyStore.store(null, null) is allowed. modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/RdnTest.java 06/19/2007 00:20:06 Apply patch HARMONY-4228 [[classlib][jndi] Rdn.toAttributes() returns different result from RI) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/Rdn.java 06/19/2007 00:20:06 Apply patch HARMONY-4228 [[classlib][jndi] Rdn.toAttributes() returns different result from RI) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/RdnTest.java 06/19/2007 00:20:06 Apply patch HARMONY-4228 [[classlib][jndi] Rdn.toAttributes() returns different result from RI) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/Rdn.java 06/19/2007 00:20:06 Apply patch HARMONY-4228 [[classlib][jndi] Rdn.toAttributes() returns different result from RI) add cc-drlvm log20070618235508Lbuild.6 06/18/2007 23:55:08drlvm modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_thin_monitor.c 06/18/2007 23:42:52 Harmony-3995, this patch layers a performance mod for lock unreservation over code that is known to contain race conditionsNormally this is unacceptable. The deal is that if there is any problems with lock reservation, no bugs will be reported. Instead, lock unreservation will be turned off until we do the general cleanup described in the April 2 dev@harmony posting. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/parse_arguments.cpp 06/18/2007 23:42:52 Harmony-3995, this patch layers a performance mod for lock unreservation over code that is known to contain race conditionsNormally this is unacceptable. The deal is that if there is any problems with lock reservation, no bugs will be reported. Instead, lock unreservation will be turned off until we do the general cleanup described in the April 2 dev@harmony posting. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/include/open/thread_externals.h 06/18/2007 23:42:52 Harmony-3995, this patch layers a performance mod for lock unreservation over code that is known to contain race conditionsNormally this is unacceptable. The deal is that if there is any problems with lock reservation, no bugs will be reported. Instead, lock unreservation will be turned off until we do the general cleanup described in the April 2 dev@harmony posting. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/thread/src/hythr.exp 06/18/2007 23:42:52 Harmony-3995, this patch layers a performance mod for lock unreservation over code that is known to contain race conditionsNormally this is unacceptable. The deal is that if there is any problems with lock reservation, no bugs will be reported. Instead, lock unreservation will be turned off until we do the general cleanup described in the April 2 dev@harmony posting. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/thread/src/hythr.def 06/18/2007 23:42:52 Harmony-3995, this patch layers a performance mod for lock unreservation over code that is known to contain race conditionsNormally this is unacceptable. The deal is that if there is any problems with lock reservation, no bugs will be reported. Instead, lock unreservation will be turned off until we do the general cleanup described in the April 2 dev@harmony posting. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_init.cpp 06/18/2007 23:42:52 Harmony-3995, this patch layers a performance mod for lock unreservation over code that is known to contain race conditionsNormally this is unacceptable. The deal is that if there is any problems with lock reservation, no bugs will be reported. Instead, lock unreservation will be turned off until we do the general cleanup described in the April 2 dev@harmony posting. modified wjwashburn /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_properties.cpp 06/18/2007 23:42:52 Harmony-3995, this patch layers a performance mod for lock unreservation over code that is known to contain race conditionsNormally this is unacceptable. The deal is that if there is any problems with lock reservation, no bugs will be reported. Instead, lock unreservation will be turned off until we do the general cleanup described in the April 2 dev@harmony posting. add cc-drlvm log20070618233338Lbuild.5 06/18/2007 23:33:38drlvm modified ivavladimir /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_kernel.windows.x86.srv 06/18/2007 23:21:56 clean up: issue 3171 fixed, test passed on WinXP add cc-classlib log20070618231927Lbuild.11 06/18/2007 23:19:27classlib modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/serial/SerialArray.java 06/18/2007 23:07:03 Apply patch HARMONY-4210 [classlib][sql] javax.sql.SerialArray(Array) throws NullPointerException when one of the Array member is downcasted to Object) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/serial/DefaultUDTMap.java 06/18/2007 23:07:03 Apply patch HARMONY-4210 [classlib][sql] javax.sql.SerialArray(Array) throws NullPointerException when one of the Array member is downcasted to Object) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/rowset/serial/SerialArrayTest.java 06/18/2007 23:07:03 Apply patch HARMONY-4210 [classlib][sql] javax.sql.SerialArray(Array) throws NullPointerException when one of the Array member is downcasted to Object) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/serial/SerialArray.java 06/18/2007 23:07:03 Apply patch HARMONY-4210 [classlib][sql] javax.sql.SerialArray(Array) throws NullPointerException when one of the Array member is downcasted to Object) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/serial/DefaultUDTMap.java 06/18/2007 23:07:03 Apply patch HARMONY-4210 [classlib][sql] javax.sql.SerialArray(Array) throws NullPointerException when one of the Array member is downcasted to Object) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/rowset/serial/SerialArrayTest.java 06/18/2007 23:07:03 Apply patch HARMONY-4210 [classlib][sql] javax.sql.SerialArray(Array) throws NullPointerException when one of the Array member is downcasted to Object) add cc-classlib log20070618225753Lbuild.10 06/18/2007 22:57:53classlib modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/DriverManagerTest.java 06/18/2007 21:49:51 Apply patch HARMONY-4224 ([classlib][sql]SerialClob.setAsciiStream does not throw SerialException when its internal Clob.setAsciiStream returns null) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/serial/SerialClob.java 06/18/2007 21:49:51 Apply patch HARMONY-4224 ([classlib][sql]SerialClob.setAsciiStream does not throw SerialException when its internal Clob.setAsciiStream returns null) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/rowset/serial/SerialClobTest.java 06/18/2007 21:49:51 Apply patch HARMONY-4224 ([classlib][sql]SerialClob.setAsciiStream does not throw SerialException when its internal Clob.setAsciiStream returns null) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/DriverManagerTest.java 06/18/2007 21:49:51 Apply patch HARMONY-4224 ([classlib][sql]SerialClob.setAsciiStream does not throw SerialException when its internal Clob.setAsciiStream returns null) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/serial/SerialClob.java 06/18/2007 21:49:51 Apply patch HARMONY-4224 ([classlib][sql]SerialClob.setAsciiStream does not throw SerialException when its internal Clob.setAsciiStream returns null) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/rowset/serial/SerialClobTest.java 06/18/2007 21:49:51 Apply patch HARMONY-4224 ([classlib][sql]SerialClob.setAsciiStream does not throw SerialException when its internal Clob.setAsciiStream returns null) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/DriverManager.java 06/18/2007 21:20:01 Apply patch HARMONY-4205 ([classlib][sql] java.sql.DriverManager cannot deregister a driver as many times a registering it) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/DriverManagerTest.java 06/18/2007 21:20:01 Apply patch HARMONY-4205 ([classlib][sql] java.sql.DriverManager cannot deregister a driver as many times a registering it) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/java/sql/DriverManager.java 06/18/2007 21:20:01 Apply patch HARMONY-4205 ([classlib][sql] java.sql.DriverManager cannot deregister a driver as many times a registering it) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/DriverManagerTest.java 06/18/2007 21:20:01 Apply patch HARMONY-4205 ([classlib][sql] java.sql.DriverManager cannot deregister a driver as many times a registering it) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/BaseRowSet.java 06/18/2007 21:08:27 Apply patch HARMONY-4199 ([classlib][sql] javax.sql.rowset.BaseRowSet has wrong default values for fetchDirection and typeMap) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/rowset/BaseRowSetTest.java 06/18/2007 21:08:27 Apply patch HARMONY-4199 ([classlib][sql] javax.sql.rowset.BaseRowSet has wrong default values for fetchDirection and typeMap) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/BaseRowSet.java 06/18/2007 21:08:27 Apply patch HARMONY-4199 ([classlib][sql] javax.sql.rowset.BaseRowSet has wrong default values for fetchDirection and typeMap) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/rowset/BaseRowSetTest.java 06/18/2007 21:08:27 Apply patch HARMONY-4199 ([classlib][sql] javax.sql.rowset.BaseRowSet has wrong default values for fetchDirection and typeMap) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/RdnTest.java 06/18/2007 20:59:26 Apply patch HARMONY-4211 ([classlib][jndi] Rdn.hashCode() returns different value for the same rdn strings) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/Rdn.java 06/18/2007 20:59:26 Apply patch HARMONY-4211 ([classlib][jndi] Rdn.hashCode() returns different value for the same rdn strings) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/RdnTest.java 06/18/2007 20:59:26 Apply patch HARMONY-4211 ([classlib][jndi] Rdn.hashCode() returns different value for the same rdn strings) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/Rdn.java 06/18/2007 20:59:26 Apply patch HARMONY-4211 ([classlib][jndi] Rdn.hashCode() returns different value for the same rdn strings) modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/hashcode.h 06/18/2007 20:57:13 HARMONY-4216 : Add Apache License declaration to some files headers, and also remove the UNSAFE_REGION annotations. modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/thread/collector_alloc.h 06/18/2007 20:57:13 HARMONY-4216 : Add Apache License declaration to some files headers, and also remove the UNSAFE_REGION annotations. modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/finalizer_weakref/finalizer_weakref_metadata.cpp 06/18/2007 20:57:13 HARMONY-4216 : Add Apache License declaration to some files headers, and also remove the UNSAFE_REGION annotations. modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verifier_metadata.cpp 06/18/2007 20:57:13 HARMONY-4216 : Add Apache License declaration to some files headers, and also remove the UNSAFE_REGION annotations. modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/utils/vector_block.h 06/18/2007 20:57:13 HARMONY-4216 : Add Apache License declaration to some files headers, and also remove the UNSAFE_REGION annotations. modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/tests/ThreadSim.java 06/18/2007 20:57:13 HARMONY-4216 : Add Apache License declaration to some files headers, and also remove the UNSAFE_REGION annotations. modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/mark_compact/mspace_alloc.cpp 06/18/2007 20:57:13 HARMONY-4216 : Add Apache License declaration to some files headers, and also remove the UNSAFE_REGION annotations. modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verifier_metadata.h 06/18/2007 20:57:13 HARMONY-4216 : Add Apache License declaration to some files headers, and also remove the UNSAFE_REGION annotations. modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verify_live_heap.cpp 06/18/2007 20:57:13 HARMONY-4216 : Add Apache License declaration to some files headers, and also remove the UNSAFE_REGION annotations. modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verifier_common.cpp 06/18/2007 20:57:13 HARMONY-4216 : Add Apache License declaration to some files headers, and also remove the UNSAFE_REGION annotations. modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/utils/seq_list.h 06/18/2007 20:57:13 HARMONY-4216 : Add Apache License declaration to some files headers, and also remove the UNSAFE_REGION annotations. modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verifier_scanner.cpp 06/18/2007 20:57:13 HARMONY-4216 : Add Apache License declaration to some files headers, and also remove the UNSAFE_REGION annotations. modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verify_live_heap.h 06/18/2007 20:57:13 HARMONY-4216 : Add Apache License declaration to some files headers, and also remove the UNSAFE_REGION annotations. modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_for_vm.cpp 06/18/2007 20:57:13 HARMONY-4216 : Add Apache License declaration to some files headers, and also remove the UNSAFE_REGION annotations. modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/jni/java_natives.cpp 06/18/2007 20:57:13 HARMONY-4216 : Add Apache License declaration to some files headers, and also remove the UNSAFE_REGION annotations. modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verifier_common.h 06/18/2007 20:57:13 HARMONY-4216 : Add Apache License declaration to some files headers, and also remove the UNSAFE_REGION annotations. modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verify_gc_effect.cpp 06/18/2007 20:57:13 HARMONY-4216 : Add Apache License declaration to some files headers, and also remove the UNSAFE_REGION annotations. modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/common/gc_common.h 06/18/2007 20:57:13 HARMONY-4216 : Add Apache License declaration to some files headers, and also remove the UNSAFE_REGION annotations. modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verify_mutator_effect.cpp 06/18/2007 20:57:13 HARMONY-4216 : Add Apache License declaration to some files headers, and also remove the UNSAFE_REGION annotations. modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verify_gc_effect.h 06/18/2007 20:57:13 HARMONY-4216 : Add Apache License declaration to some files headers, and also remove the UNSAFE_REGION annotations. modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/verify/verify_mutator_effect.h 06/18/2007 20:57:13 HARMONY-4216 : Add Apache License declaration to some files headers, and also remove the UNSAFE_REGION annotations. modified xli /harmony/enhanced/drlvm/trunk/vm/gc_gen/src/utils/sync_stack.h 06/18/2007 20:57:13 HARMONY-4216 : Add Apache License declaration to some files headers, and also remove the UNSAFE_REGION annotations. modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/spi/ProviderImpl.java 06/18/2007 20:56:07 Apply patch HARMONY-4197 ([classlib][sql]SyncFactory.getInstance cannot find the providers that are in the default package) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/spi/SyncFactory.java 06/18/2007 20:56:07 Apply patch HARMONY-4197 ([classlib][sql]SyncFactory.getInstance cannot find the providers that are in the default package) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/spi/ProviderImpl.java 06/18/2007 20:56:07 Apply patch HARMONY-4197 ([classlib][sql]SyncFactory.getInstance cannot find the providers that are in the default package) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/spi/SyncFactory.java 06/18/2007 20:56:07 Apply patch HARMONY-4197 ([classlib][sql]SyncFactory.getInstance cannot find the providers that are in the default package) modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/.classpath 06/18/2007 20:35:13 Fix build path error for Eclipse modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/.classpath 06/18/2007 20:35:13 Fix build path error for Eclipse added tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/test/resources/serialization/org/apache/harmony/sql/tests/javax/sql/ConnectionEventTest.golden.ser 06/18/2007 20:22:11 Apply patch HARMONY-3881 ([classlib][sql] deserialization of javax.sql.ConnectionEvent is incompatible with RI) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/ConnectionEvent.java 06/18/2007 20:22:11 Apply patch HARMONY-3881 ([classlib][sql] deserialization of javax.sql.ConnectionEvent is incompatible with RI) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/ConnectionEventTest.java 06/18/2007 20:22:11 Apply patch HARMONY-3881 ([classlib][sql] deserialization of javax.sql.ConnectionEvent is incompatible with RI) added tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/test/resources/serialization/org/apache/harmony/sql/tests/javax/sql/ConnectionEventTest.golden.ser 06/18/2007 20:22:11 Apply patch HARMONY-3881 ([classlib][sql] deserialization of javax.sql.ConnectionEvent is incompatible with RI) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/ConnectionEvent.java 06/18/2007 20:22:11 Apply patch HARMONY-3881 ([classlib][sql] deserialization of javax.sql.ConnectionEvent is incompatible with RI) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/ConnectionEventTest.java 06/18/2007 20:22:11 Apply patch HARMONY-3881 ([classlib][sql] deserialization of javax.sql.ConnectionEvent is incompatible with RI) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/META-INF/MANIFEST.MF 06/18/2007 20:18:09 Resolve bundle error in Eclipse modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/META-INF/MANIFEST.MF 06/18/2007 20:18:09 Resolve bundle error in Eclipse add cc-drlvm log20070618183306Lbuild.4 06/18/2007 18:33:06drlvm add cc-classlib log20070618172447Lbuild.9 06/18/2007 17:24:47classlib modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/BitSet.java 06/18/2007 16:45:36 Apply patch HARMONY-4213 ([classlib][luni] Jetty scenario fails due to bug in java.util.BitSet) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/util/BitSetTest.java 06/18/2007 16:45:36 Apply patch HARMONY-4213 ([classlib][luni] Jetty scenario fails due to bug in java.util.BitSet) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/BitSet.java 06/18/2007 16:45:36 Apply patch HARMONY-4213 ([classlib][luni] Jetty scenario fails due to bug in java.util.BitSet) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common/tests/api/java/util/BitSetTest.java 06/18/2007 16:45:36 Apply patch HARMONY-4213 ([classlib][luni] Jetty scenario fails due to bug in java.util.BitSet) add cc-classlib log20070618161140Lbuild.8 06/18/2007 16:11:40classlib modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/main.c 06/18/2007 12:19:53 Applying patch from HARMONY-4069 ([classlib][launcher] 'java -help', 'java -X' output is very poor) modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/launcher/shared/main.c 06/18/2007 12:19:53 Applying patch from HARMONY-4069 ([classlib][launcher] 'java -help', 'java -X' output is very poor) add cc-drlvm log20070618114632Lbuild.3 06/18/2007 11:46:32drlvm modified gshimansky /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32Inst.h 06/18/2007 11:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling support in Jitrino compiler modified gshimansky /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32StackLayout.cpp 06/18/2007 11:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling support in Jitrino compiler modified gshimansky /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32IRManager.cpp 06/18/2007 11:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling support in Jitrino compiler modified gshimansky /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32IRManager.h 06/18/2007 11:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling support in Jitrino compiler modified gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.windows.x86_64 06/18/2007 11:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling support in Jitrino compiler added gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/H1859/Test.java 06/18/2007 11:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling support in Jitrino compiler modified gshimansky /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg.cpp 06/18/2007 11:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling support in Jitrino compiler added gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/H1859 06/18/2007 11:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling support in Jitrino compiler added gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/H1859/run.test.xml 06/18/2007 11:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling support in Jitrino compiler modified gshimansky /harmony/enhanced/drlvm/trunk/src/test/regression/excludes/exclude.linux.x86_64 06/18/2007 11:40:26 Applied HARMONY-4118[drlvm][jit] Stack overflow handling support in Jitrino compiler modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_vm_VMStack.cpp 06/18/2007 11:38:45 Applied HARMONY-3542[drlvm][thread] VM crashes on getting stack traces modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_stack.cpp 06/18/2007 11:38:45 Applied HARMONY-3542[drlvm][thread] VM crashes on getting stack traces modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/classloader.cpp 06/18/2007 11:37:02 Applied HARMONY-4063[drlvm][classloader] Crash in the classoader on BootstrapClassLoader initialization modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Class_File_Loader.cpp 06/18/2007 11:35:49 Applied HARMONY-4193[drlvm][classloader] Improvements to Class_File_Loader.cpp modified gshimansky /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.srv 06/18/2007 11:33:35 Applied HARMONY-3731[drlvm][shutdown] FinalizeStackTest failed in opt/srv mode on Win32and unexcluded FinalizeStackTest for win32 configs modified gshimansky /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86.opt 06/18/2007 11:33:35 Applied HARMONY-3731[drlvm][shutdown] FinalizeStackTest failed in opt/srv mode on Win32and unexcluded FinalizeStackTest for win32 configs modified gshimansky /harmony/enhanced/drlvm/trunk/vm/vmcore/src/init/vm_shutdown.cpp 06/18/2007 11:33:35 Applied HARMONY-3731[drlvm][shutdown] FinalizeStackTest failed in opt/srv mode on Win32and unexcluded FinalizeStackTest for win32 configs add cc-classlib log20070618113330Lbuild.7 06/18/2007 11:33:30classlib modified ayza /harmony/enhanced/classlib/trunk/modules/awt/make/exclude.windows.x86_64.drl 06/18/2007 11:17:07 link to JIRA added modified ayza /harmony/enhanced/classlib/trunk/modules/awt/make/exclude.windows.x86_64.drl 06/18/2007 11:17:07 link to JIRA added add cc-drlvm log20070618111324Lbuild.2 06/18/2007 11:13:24drlvm add cc-classlib log20070618110009Lbuild.6 06/18/2007 11:00:09classlib added tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/unix 06/18/2007 10:46:05 restructure source folder for platform specific tests, refer to http://harmony.apache.org/subcomponents/classlibrary/testing.html added tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common 06/18/2007 10:46:05 restructure source folder for platform specific tests, refer to http://harmony.apache.org/subcomponents/classlibrary/testing.html deleted tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/java 06/18/2007 10:46:05 restructure source folder for platform specific tests, refer to http://harmony.apache.org/subcomponents/classlibrary/testing.html added tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/windows 06/18/2007 10:46:05 restructure source folder for platform specific tests, refer to http://harmony.apache.org/subcomponents/classlibrary/testing.html modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/make/hyproperties.xml 06/18/2007 10:46:05 restructure source folder for platform specific tests, refer to http://harmony.apache.org/subcomponents/classlibrary/testing.html modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/build.xml 06/18/2007 10:46:05 restructure source folder for platform specific tests, refer to http://harmony.apache.org/subcomponents/classlibrary/testing.html added tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api 06/18/2007 10:46:05 restructure source folder for platform specific tests, refer to http://harmony.apache.org/subcomponents/classlibrary/testing.html added tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/unix 06/18/2007 10:46:05 restructure source folder for platform specific tests, refer to http://harmony.apache.org/subcomponents/classlibrary/testing.html added tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/common 06/18/2007 10:46:05 restructure source folder for platform specific tests, refer to http://harmony.apache.org/subcomponents/classlibrary/testing.html deleted tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/java 06/18/2007 10:46:05 restructure source folder for platform specific tests, refer to http://harmony.apache.org/subcomponents/classlibrary/testing.html added tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api/windows 06/18/2007 10:46:05 restructure source folder for platform specific tests, refer to http://harmony.apache.org/subcomponents/classlibrary/testing.html modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/make/hyproperties.xml 06/18/2007 10:46:05 restructure source folder for platform specific tests, refer to http://harmony.apache.org/subcomponents/classlibrary/testing.html modified tonywu /harmony/enhanced/classlib/trunk/modules/luni/build.xml 06/18/2007 10:46:05 restructure source folder for platform specific tests, refer to http://harmony.apache.org/subcomponents/classlibrary/testing.html added tonywu /harmony/enhanced/classlib/trunk/modules/luni/src/test/api 06/18/2007 10:46:05 restructure source folder for platform specific tests, refer to http://harmony.apache.org/subcomponents/classlibrary/testing.html add cc-classlib log20070618103925Lbuild.5 06/18/2007 10:39:25classlib modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/BufferedWriter.java 06/18/2007 10:38:02 Applying patch from HARMONY-4178 ( [classlib][io] Compatibility: BufferedWriter.close() flushes the underlying writer) modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/io/BufferedWriterTest.java 06/18/2007 10:38:02 Applying patch from HARMONY-4178 ( [classlib][io] Compatibility: BufferedWriter.close() flushes the underlying writer) modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/BufferedWriter.java 06/18/2007 10:38:02 Applying patch from HARMONY-4178 ( [classlib][io] Compatibility: BufferedWriter.close() flushes the underlying writer) modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/io/BufferedWriterTest.java 06/18/2007 10:38:02 Applying patch from HARMONY-4178 ( [classlib][io] Compatibility: BufferedWriter.close() flushes the underlying writer) modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32I8Lowerer.cpp 06/18/2007 09:33:55 HARMONY-4218: fix for a build with gc4.1.0 modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/BufferedOutputStream.java 06/18/2007 09:27:06 Applying patch from HARMONY-4177 ( [classlib][io] Unnecessary data copying in BufferedOutputStream.write() method) modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/io/BufferedOutputStreamTest.java 06/18/2007 09:27:06 Applying patch from HARMONY-4177 ( [classlib][io] Unnecessary data copying in BufferedOutputStream.write() method) modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/BufferedOutputStream.java 06/18/2007 09:27:06 Applying patch from HARMONY-4177 ( [classlib][io] Unnecessary data copying in BufferedOutputStream.write() method) modified ayza /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/io/BufferedOutputStreamTest.java 06/18/2007 09:27:06 Applying patch from HARMONY-4177 ( [classlib][io] Unnecessary data copying in BufferedOutputStream.write() method) modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/build.xml 06/18/2007 06:59:19 -build-native-x86 target has been removed modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/build.xml 06/18/2007 06:59:19 -build-native-x86 target has been removed modified gshimansky /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib 06/18/2007 06:46:57 Added libhycharset and libFL files to svn:ignore modified gshimansky /harmony/enhanced/classlib/trunk/modules/nio_char/src/main/native/niochar/unix 06/18/2007 06:46:57 Added libhycharset and libFL files to svn:ignore modified gshimansky /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/unix 06/18/2007 06:46:57 Added libhycharset and libFL files to svn:ignore modified gshimansky /harmony/enhanced/classlib/trunk/modules/nio_char/src/main/native/niochar 06/18/2007 06:46:57 Added libhycharset and libFL files to svn:ignore modified gshimansky /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib 06/18/2007 06:46:57 Added libhycharset and libFL files to svn:ignore modified gshimansky /harmony/enhanced/classlib/trunk/modules/nio_char/src/main/native/niochar/unix 06/18/2007 06:46:57 Added libhycharset and libFL files to svn:ignore modified gshimansky /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/unix 06/18/2007 06:46:57 Added libhycharset and libFL files to svn:ignore modified gshimansky /harmony/enhanced/classlib/trunk/modules/nio_char/src/main/native/niochar 06/18/2007 06:46:57 Added libhycharset and libFL files to svn:ignore modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/org/apache/harmony/awt/gl/font/fontlib/FLFontManager.java 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/Glyph.h 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/T1Glyph.cpp 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" added apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/TypeDefinition.cpp 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/include/fljni.h 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/TTCurve.cpp 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/T1Glyph.h 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/ParsingTables.cpp 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/Type1Structs.h 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" added apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/TypeDefinition.h 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/TTCurve.h 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/fljni.cpp 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/EncodedValue.h 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/Environment.cpp 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/Font.cpp 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/AGL.h 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/unix/makefile 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/build.xml 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/Environment.h 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/T1Font.cpp 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/Font.h 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/TTFont.cpp 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/Outline.cpp 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/Tables.h 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/T1Font.h 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/windows/makefile 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/Glyph.cpp 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/TTFont.h 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/Outline.h 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/org/apache/harmony/awt/gl/font/fontlib/FLFontManager.java 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/Glyph.h 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/T1Glyph.cpp 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" added apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/TypeDefinition.cpp 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/include/fljni.h 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/TTCurve.cpp 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/T1Glyph.h 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/ParsingTables.cpp 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/Type1Structs.h 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" added apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/TypeDefinition.h 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/TTCurve.h 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/fljni.cpp 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/EncodedValue.h 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/Environment.cpp 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/Font.cpp 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/AGL.h 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/unix/makefile 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/build.xml 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/Environment.h 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/T1Font.cpp 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/Font.h 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/TTFont.cpp 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/Outline.cpp 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/Tables.h 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/T1Font.h 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/windows/makefile 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/Glyph.cpp 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/TTFont.h 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified apetrenko /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/fontlib/shared/Outline.h 06/18/2007 06:42:19 Patch for HARMONY-4172 "[classlib][awt] Font library Linux 64 enabling" modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32Inst.h 06/18/2007 06:34:08 HARMONY-2092: fixes for volatile longs handling in Jitrino.OPT and Jitrino.JET jits with regression test.(previous commit was not done from the root folder) modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg.h 06/18/2007 06:34:08 HARMONY-2092: fixes for volatile longs handling in Jitrino.OPT and Jitrino.JET jits with regression test.(previous commit was not done from the root folder) modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32Printer.cpp 06/18/2007 06:34:08 HARMONY-2092: fixes for volatile longs handling in Jitrino.OPT and Jitrino.JET jits with regression test.(previous commit was not done from the root folder) modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32IRManager.cpp 06/18/2007 06:34:08 HARMONY-2092: fixes for volatile longs handling in Jitrino.OPT and Jitrino.JET jits with regression test.(previous commit was not done from the root folder) modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg_fld_arr.cpp 06/18/2007 06:34:08 HARMONY-2092: fixes for volatile longs handling in Jitrino.OPT and Jitrino.JET jits with regression test.(previous commit was not done from the root folder) modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/enc_ia32.cpp 06/18/2007 06:34:08 HARMONY-2092: fixes for volatile longs handling in Jitrino.OPT and Jitrino.JET jits with regression test.(previous commit was not done from the root folder) modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32IRManager.h 06/18/2007 06:34:08 HARMONY-2092: fixes for volatile longs handling in Jitrino.OPT and Jitrino.JET jits with regression test.(previous commit was not done from the root folder) modified mfursov /harmony/enhanced/drlvm/trunk/vm/port/src/encoder/ia32_em64t/enc_tabl.cpp 06/18/2007 06:34:08 HARMONY-2092: fixes for volatile longs handling in Jitrino.OPT and Jitrino.JET jits with regression test.(previous commit was not done from the root folder) modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg_regs.cpp 06/18/2007 06:34:08 HARMONY-2092: fixes for volatile longs handling in Jitrino.OPT and Jitrino.JET jits with regression test.(previous commit was not done from the root folder) modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/enc.h 06/18/2007 06:34:08 HARMONY-2092: fixes for volatile longs handling in Jitrino.OPT and Jitrino.JET jits with regression test.(previous commit was not done from the root folder) modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32CopyExpansion.cpp 06/18/2007 06:34:08 HARMONY-2092: fixes for volatile longs handling in Jitrino.OPT and Jitrino.JET jits with regression test.(previous commit was not done from the root folder) modified mfursov /harmony/enhanced/drlvm/trunk/vm/port/src/encoder/ia32_em64t/enc_defs.h 06/18/2007 06:34:08 HARMONY-2092: fixes for volatile longs handling in Jitrino.OPT and Jitrino.JET jits with regression test.(previous commit was not done from the root folder) modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32I8Lowerer.cpp 06/18/2007 06:34:08 HARMONY-2092: fixes for volatile longs handling in Jitrino.OPT and Jitrino.JET jits with regression test.(previous commit was not done from the root folder) added mfursov /harmony/enhanced/drlvm/trunk/src/test/regression/H2092/Test.java 06/18/2007 06:32:36 HARMONY-2092: fixes for volatile longs handling in Jitrino.OPT and Jitrino.JET jits with regression test. added mfursov /harmony/enhanced/drlvm/trunk/src/test/regression/H2092 06/18/2007 06:32:36 HARMONY-2092: fixes for volatile longs handling in Jitrino.OPT and Jitrino.JET jits with regression test. added mfursov /harmony/enhanced/drlvm/trunk/src/test/regression/H2092/run.test.xml 06/18/2007 06:32:36 HARMONY-2092: fixes for volatile longs handling in Jitrino.OPT and Jitrino.JET jits with regression test. deleted mloenko /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/GenericURLDirContext.java 06/18/2007 06:10:25 removing redundant file deleted mloenko /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/GenericURLDirContext.java 06/18/2007 06:10:25 removing redundant file modified mfursov /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg_meth.cpp 06/18/2007 05:41:19 HARMONY-4016: Fixes in lazy resolution mode helpers modified mfursov /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jit/jit_runtime_support.cpp 06/18/2007 05:41:19 HARMONY-4016: Fixes in lazy resolution mode helpers modified mfursov /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Prepare.cpp 06/18/2007 05:41:19 HARMONY-4016: Fixes in lazy resolution mode helpers modified mfursov /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/java_lang_reflect_VMField.cpp 06/18/2007 05:41:19 HARMONY-4016: Fixes in lazy resolution mode helpers add cc-classlib log20070618041605Lbuild.4 06/18/2007 04:16:05classlib modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/serial/SerialClob.java 06/18/2007 04:13:07 Apply patch HARMONY-4208 ([classlib][sql] javax.sql.rowset.serial.SerialClob.getSubString throws StringIndexOutOfBoundsException when the length value is overflow) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/rowset/serial/SerialClobTest.java 06/18/2007 04:13:07 Apply patch HARMONY-4208 ([classlib][sql] javax.sql.rowset.serial.SerialClob.getSubString throws StringIndexOutOfBoundsException when the length value is overflow) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/main/java/javax/sql/rowset/serial/SerialClob.java 06/18/2007 04:13:07 Apply patch HARMONY-4208 ([classlib][sql] javax.sql.rowset.serial.SerialClob.getSubString throws StringIndexOutOfBoundsException when the length value is overflow) modified tonywu /harmony/enhanced/classlib/trunk/modules/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/rowset/serial/SerialClobTest.java 06/18/2007 04:13:07 Apply patch HARMONY-4208 ([classlib][sql] javax.sql.rowset.serial.SerialClob.getSubString throws StringIndexOutOfBoundsException when the length value is overflow) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/SortResponseControl.java 06/18/2007 04:03:27 Apply patch HARMONY-4207 ([classlib][jndi] Class javax.naming.ldap.SortResponseControl is not serialization compatible) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/TestSortResponseControl.java 06/18/2007 04:03:27 Apply patch HARMONY-4207 ([classlib][jndi] Class javax.naming.ldap.SortResponseControl is not serialization compatible) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/test/resources/serialization/org/apache/harmony/jndi/tests/javax/naming/ldap/TestSortResponseControl.golden.ser 06/18/2007 04:03:27 Apply patch HARMONY-4207 ([classlib][jndi] Class javax.naming.ldap.SortResponseControl is not serialization compatible) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/SortResponseControl.java 06/18/2007 04:03:27 Apply patch HARMONY-4207 ([classlib][jndi] Class javax.naming.ldap.SortResponseControl is not serialization compatible) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/TestSortResponseControl.java 06/18/2007 04:03:27 Apply patch HARMONY-4207 ([classlib][jndi] Class javax.naming.ldap.SortResponseControl is not serialization compatible) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/test/resources/serialization/org/apache/harmony/jndi/tests/javax/naming/ldap/TestSortResponseControl.golden.ser 06/18/2007 04:03:27 Apply patch HARMONY-4207 ([classlib][jndi] Class javax.naming.ldap.SortResponseControl is not serialization compatible) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/RdnTest.java 06/18/2007 03:23:43 Apply patch HARMONY-4206 ([classlib][jndi] Class javax.naming.ldap.Rdn is not serialization compatible) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/test/resources/serialization/org/apache/harmony/jndi/tests/javax/naming/ldap/RdnTest.golden.ser 06/18/2007 03:23:43 Apply patch HARMONY-4206 ([classlib][jndi] Class javax.naming.ldap.Rdn is not serialization compatible) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/Rdn.java 06/18/2007 03:23:43 Apply patch HARMONY-4206 ([classlib][jndi] Class javax.naming.ldap.Rdn is not serialization compatible) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/test/java/org/apache/harmony/jndi/tests/javax/naming/ldap/RdnTest.java 06/18/2007 03:23:43 Apply patch HARMONY-4206 ([classlib][jndi] Class javax.naming.ldap.Rdn is not serialization compatible) added tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/test/resources/serialization/org/apache/harmony/jndi/tests/javax/naming/ldap/RdnTest.golden.ser 06/18/2007 03:23:43 Apply patch HARMONY-4206 ([classlib][jndi] Class javax.naming.ldap.Rdn is not serialization compatible) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/ldap/Rdn.java 06/18/2007 03:23:43 Apply patch HARMONY-4206 ([classlib][jndi] Class javax.naming.ldap.Rdn is not serialization compatible) add cc-classlib log20070618030202Lbuild.3 06/18/2007 03:02:02classlib modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/Resolver.java 06/18/2007 02:38:47 Apply patch HARMONY-4201 ([classlib][jndi] Performance improvement for JNDI module) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ResolverCache.java 06/18/2007 02:38:47 Apply patch HARMONY-4201 ([classlib][jndi] Performance improvement for JNDI module) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/NamingManager.java 06/18/2007 02:38:47 Apply patch HARMONY-4201 ([classlib][jndi] Performance improvement for JNDI module) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/SList.java 06/18/2007 02:38:47 Apply patch HARMONY-4201 ([classlib][jndi] Performance improvement for JNDI module) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/Resolver.java 06/18/2007 02:38:47 Apply patch HARMONY-4201 ([classlib][jndi] Performance improvement for JNDI module) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/ResolverCache.java 06/18/2007 02:38:47 Apply patch HARMONY-4201 ([classlib][jndi] Performance improvement for JNDI module) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/javax/naming/spi/NamingManager.java 06/18/2007 02:38:47 Apply patch HARMONY-4201 ([classlib][jndi] Performance improvement for JNDI module) modified tonywu /harmony/enhanced/classlib/trunk/modules/jndi/src/main/java/org/apache/harmony/jndi/provider/dns/SList.java 06/18/2007 02:38:47 Apply patch HARMONY-4201 ([classlib][jndi] Performance improvement for JNDI module) add cc-classlib log20070618023645Lbuild.2 06/18/2007 02:36:45classlib modified pyang /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/TreeMap.java 06/18/2007 02:31:14 Apply patch for HARMONY-4035([luni]TreeMap.remove should set removed entry links to null to facilitate GC) modified pyang /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/TreeMap.java 06/18/2007 02:31:14 Apply patch for HARMONY-4035([luni]TreeMap.remove should set removed entry links to null to facilitate GC) add cc-drlvm log20070615232436Lbuild.1 06/15/2007 23:24:36drlvm add cc-classlib log20070615230706Lbuild.1 06/15/2007 23:07:06classlib modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/String2Test.java 06/15/2007 16:13:19 Apply regression test patch for HARMONY-4135 ([classlib][luni] InputStream handles UTF-16 incorrectly) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/String2Test.java 06/15/2007 16:13:19 Apply regression test patch for HARMONY-4135 ([classlib][luni] InputStream handles UTF-16 incorrectly) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/nethelp.c 06/15/2007 15:45:51 Apply patch HARMONY-4068 ([classlib][luni] Jetty scenario fails on DRLVM with access violation exception) modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/nethelp.c 06/15/2007 15:45:51 Apply patch HARMONY-4068 ([classlib][luni] Jetty scenario fails on DRLVM with access violation exception) modified odeakin /harmony/enhanced/classlib/trunk/modules/archive/src/main/java/java/util/jar/Attributes.java 06/15/2007 08:22:24 Apply patch HARMONY-4188 ([classlib][util] java.util.jar.Attributes.Name.hashCode() returns the same value for any object) modified odeakin /harmony/enhanced/classlib/trunk/modules/archive/src/main/java/java/util/jar/Attributes.java 06/15/2007 08:22:24 Apply patch HARMONY-4188 ([classlib][util] java.util.jar.Attributes.Name.hashCode() returns the same value for any object) modified gshimansky /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86_64.jet 06/15/2007 05:48:28 Excluded gc.Mark because of bug HARMONY-4185 modified gshimansky /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.windows.x86_64.jit 06/15/2007 05:48:28 Excluded gc.Mark because of bug HARMONY-4185 modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/BitSetTest.java 06/15/2007 04:36:19 Tidy up test case. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/BitSetTest.java 06/15/2007 04:36:19 Tidy up test case. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/BitSetTest.java 06/15/2007 04:29:53 Allow for out of memory allocating large bitset for test. modified tellison /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/BitSetTest.java 06/15/2007 04:29:53 Allow for out of memory allocating large bitset for test. begin 644 execution_log.zip M4$L#! H ( -,!ZC9ZP'2 GT, *\5! 2 97AE8W5T:6]N7VQO9RYH M=&UL[7WM<]I(NN_]NE.U_X,^S*V=J0H*>@$$,YDZCNUDO)LXOL;>F:TX1>_./7N#'E_4;1FK:'T7(]%2B\,!LIAZZIOAX/ GUQ=CURO&[,HUM-?KT(6 MC;PXNG(\.XH\][HBODS@>/='W/]4<7TWKO2[ MWUIYH\0\#P:DOS.G'SP6>$O'=JARR)553<]Z_U/ MCL=L/]G@2C"*AZ.,]W]\F%TW9$XO*N\7B>)+^K-0YM.JJZUD$-(I=;Q/0(A;>UYDY2@B<=0HL9)<_2:/]<- MOD:-TPUQQ,X$]"+HCKTAF MF6Z$^)1W:Y-AXJX='!X>M]LG;T\^G%S\)Y46650H1K%<-0&9&3"2^87'%.=\5/YRH1&X,@OK(=OO[(O>;[$$^6D/(G MF[\2A1DB3\9.29V^6-'#HY$Y_N2YO FXQC:T.8JSL>.-NBQ#MG<"W['C+\II MH+"QF^H@J9IF^UW%#Q2?S\&Z?*IQ_$KI!N)[/XC[_-_BR_4D2'*G4]P_HDZR M.T6'Q%76I=O_>?"-:SI\^SF5%'O /\ ++=!XTE^%8/A%.1_Y?KH?M_98O8_N M!]-/'FO'?"T7CQ3B14#BVTB\64O17BGO;-<;<0+04JJOE.,P#,+TUPN74S+F MV<.(=?E 5=-K2L0<*;"F+-BJJM7JTF M>;#5IB$-U@# F@UIL-)[2P>VKDN# M;0!@&Q;):HV,U3X@&\'(Z5=Z4X"5Q,!3/)XE? M3E\62_8Y*[!C-UBF:C_-Y*4QX[M3WUY.G,O@'G">(+Q1[:'-#T&=GI"Z<,0S M?GIKJY[MWRQ^=P$P!L%5# MHP'[?"GSV=F'XXN7196'0X\M,S323UP:-4Y/>O'OY_\^_AEW;30 MZ;NWR_PT3S#SINX:Z&C#[^84.7;O&H(GEW:!)9XY)>5;4D1^NCT;19L95.SNJ >*+ '[Y/_>,H.Q!C7CV+; M\[CB%B>$+#D@P])G2WCX/?^WXMDCGZ\@S!F3]_C:]9GR_E#IND*D MCA41:N1VF7+C=.QNM_.=V=\Z(==#.A&+.\R/P\E//^^Q!4&9^/W+DHTR$LEU!U><=_K&DAC0=?S0NJDV /]!719N M7=7D+?*:M$E>4RTSP[^])ZI[HKHR4;6*KM5Q^V*/;GMTVQ2Z+0DF7XYNRZBF M+-&LJ0W#E"?&@,E1K^Z)\?YV;/!V-*K:XQR)/4+M$6IUA#+V"+5'J#U"[1%J MCU![A'H9"%7?.T7V"+5)A&KN*=0>H3:(4%H&RUMBCI".J]*Q.#!I2[9(4B(" M*Q]=AF1JU>43P(!T-23W"4BI KP$.K!:W9(/L9/&,+Y:4WZY"-BJ?*Z%O*\$ MS%=K KL+F!/UJCQ< ]@& *P)Q%LBV8# 14,VUY+',>3^%D>'[FR$_>7%[R\K MO'X4]\N(K>?3EI;$(LXX&;YZE/SJ@>W).-4>NDF6WUCE%VD4BO3SY"3&M6I5 M_9/_. M=WW&'MGR0NS23T-1Z@X:E 0EYP&H1EE8#R)BE%>W"N@%:2Q99KTG3 M<$-MU@%.9@ D: @X2(9"4W [5@Z6*TF+X\C0ABPMT09KX#V -U; MFJH4B(1+E4X,J&;EGQG5:@&PB" *U.9 -H$F ]S0Y54H9&^!34"N \D>T$ E MV@*$TI1/$8B* &7&Y:Q_=:VL4-'=, 1S.?V*JRZI)7:N ZYLAQ7@5C4J+P+9 M"4MN5EJOT'M2K2A+(_K&PFL6!I'ZK^DO]S2C'X]8SQYY\3FSO4'G=.1Y_[:] M$=NCU1ZM-H=6[4D4L\%9& Q9&$_VN+7'KXMXV\H_LJI6NIV'""QB MY\FB"7MV^]S9;>5H%'$P_6# WCP(^8@'PTO^W>_\JW=!F'+.49A41Q0HQA\5 M)W?'C(>IQ.:RZ"$D, 5]4P,P2M/65Z M_I1)DKU^$$2%TQ11XV\E[JI7JVO3M(>+D&"N2ZZ& :2X[I;X3:/>$3EJ:#1G M(A47<6"7OPD-C6:U-*89).+QV?I8B2@"U76@ 5L#K@,4AT03R0!(.ID&R6BM+E5J?)A!1 M<>#$C"J15 /E(-&P7H".(XE8",$EVEV(V!!)=UDFEON?=C9#Y(\7UNGD>REM M3KYOK,<)>=^%/]9NB'+_T[IM$OB!W=E5DH]_N/Z[P$\L*!N."-!,U:H!"0H M:3*RJC,N@PLP%("M H3? $I?REMI#2B$@2@V'PH?EY?@D=4"WGOYNJ)T\2$ M4S4 C:,&B$)(4(\.Y+J7;S31"I/7B-*V@#4"_C"B4&PB>Z0T_:YC_5CEX]KX M+0#XP@9M&N\#K\O\:1^DGO@0KNS!^A[//4Y74=\>\K^)"<47"%%&M&DB6RMR)X$4>Z(P.(VH] 9R:#5@=XGJFD <#_"5K-LV:PE81/P! MTK6E-[>F-IHT#;.!J VBO44R=8E$2Z1,?\0, MA3 (I.(3(MG0W#,B]_2ZA:0VL GEN_XAWP[B[)163>JJ : "TLD6R#-'*L%! MSED ;F:@ZR9N&B") 82A@=@D$>D&,1X!<$VD/E'I]%$CD M%JP6N;_ A6A4Y6DYHDT!9 P VS1H9%( %9#@62)-E2AQ'M@$*DI. Q;96PK_ MAJ9:P-9NLLY<-'(<%O&'_Q'%H>O?_$,9VJ$]8#$+%3=2_)'GK?9PWXZ4OU@8 M*![S;^*^'">19B6&VM!H @L1L@1H1U [/\AB " .D25"7KPR5+,J#Q?0Y@S$ MDHB@ ^*S)T(S1$ND*JZ)4'[$)$,DLQ )%S2&6D3*) H]@PRUB%V*RJD+["\2 MWT@4@0Z!)8HB0>#21'EB<@L0*D=$'ZG8)15[A[(]D-!)HEA$J"T*43%JY-P M<02QL2.]FX%P&H"M 0Y(+'"-)HR22@NE":D&"$[Y'CVHGCX"%TE?A)J9 X8. M9+T-P$0'[0/1_B+1)$01<51U]P C"M)OA>BR(2Y( ^@,@B #3 ^5;U>:L6M:<42K^,M8C;Z[_HUZ,K!OV(D3^/^C6]=-IU'=\'MJ M:A/P@97?LP8Y%2J+$HT5G4QA0H1.Y- N @](8JQA5R,I=?1V0)AEH@/(B96 MZ5W0L(HW2/Q%$;$^S\]Q_IW978]%D9@^G^*KGLWIO6@.<1:X?LS"X['#AJ), MYO+G_F;'Z;.+4QW?,C\^^)/DVY_RQ@J K8:6 MDVXH/2W?[H]!U_8^!,&P>,Y:;4-S%D]EY+T>56JF?$9U0ZT5UY7>U=H4;X\/ M3MLOJCK%-;/]J(3Z%,F\NU*A8MHM?H882B\(IZB2P) !D9!-W_;0YY8.O_]I M4^4Q9@N8L0ZY94LPG!3/VDDTP1D+(S>*F>^P(^:Q&SMF^3QH44R05L,U+* 2 M$!D!.0$1/P 3'5'ZU";B3QYBT&80)WD^K<>2_D'\=-*ZMNI;_ONTQFT[O:G2 MZ 2$=#4!T[]\L5P-$I+ED3\?9$+(%D6[H,T9\$<6]X/N7+9K<1%#F18IGB0T MS[?Y''[@=]B8W]^$/@AB./)S2@C+3W7#8A%?)"82LYKSN>6!AZSG,2=63_S; MP+&3.NYVR.$N3I0;^$0.$-EI\9?Z*EN<(:C#ZRP)QN(E @S$2)/G&E#DO9B% M$ GD)F1NEG]WQ >#!,PCF7N ):<&$&@#J*,EC0*F6@=<.W5INYZ)2!'(YB*Y MW1L\,\F[S[Z?B.KZ7/(K#D)=T?./H"U11#=1OV@H+!4HJU*#@JY(2K6:0'2_ M"> MC @)B-.;J.HVE) />)$! MK1A)+ ,(#E+'29Z0:=O0U%&3/S4MNR3B5EI'\VU&XC>N8'.EYXMR&BASC2\M MWV;[0M[E_#R*65<1FOF)MG$]0$'K:'KKPA=N$9U__*G!3OL8?=P=!;\^DU+<&$ MMWIN5J[P/9(P+1Q/T9 Y:ILY(8O_Q29M_DG:* CP:(N@ M99"N-IKEAPT!++HX1XO*2"+]\J9J <'04'<%>6D*T(>0J!2B#'7YH!\=*CD* M=4M'&H@A-@*@^( MNL9G1J"L#Y:H/#@"EJ@.(%&[H/*KST)1K.6OEJA*#I!+2%3(!3&D$T7& IB M1%\#UX'(FX!X?Y:!7:Y\J47ZZ$,M[+&6==9.K"@401<68 .5!JN3F>]IRD 3 M)>AL01K$1E=+I&0"IG6BW"2JXK%9I.TI+=5W%B-AVI(W&2TSA&51*\AF-#<7 MO;.=. @GG1,^DS19 WJ)EA96@E2Y1#PZB,D,R LDRMZ@*LI)HWDC8$E.C&9C M:<3 I6B01TM0$6@Y49G%2R?Q+X?NL,_"]M"5CVY&:NQGB4:ED.^2DC72_-.7 MY>USQ3N[9;C[IC/O2LK&##EVP%\FT:4TE5)FAS]]-WFJ(L_S,WO#/251(207 MI^V+\\N/QZ+%G;*2AM QUNW:/+:LZ3WYT'._GEZ=/*B"-E7 MO^N60,+$M+M"O!*B=$PT=-5SO@G>+>/_C#SYA#T@* %J M 5I^/9;R*WO(1U#HD%-S"YQ#R)EMM 4*D1W/ J(\FD!E[MWRD1(YX8EZM]I,!?Q+Q,E1B&5 MI*A\)P@I!W"!* :.J,$]% A8!;:AAI!'!'F!G$GY0A=5I)TF4;E^HO:R5.G9 M2*Q6^>4&H;J )&"I>@!@+>Z!G$DH;)[F2C21+ITU$GF,S'-/TLE9-VA6BU3. M)I+XJ2I[(G"IVC(A]!&I T!4Q8.*[E)4O]<,M8&4BB'"7J+(YBV(?"R_"2I5 MYQ6D&A%-M_"G+H^WIOV&)K&*2)]"=.M-RM K.B1.DU\_VKY]PT)IAT1=^OCT MXBNWB94G7C#@!9"PU:(ON /!Z?O*Q\/ M3@_>'\O&MVRWKU?$.%0&"3*4%+GR8 7T92YR1A845%B.!P=G$N[@^U,51.(O MGTN$RB=;98O0DZ?Q0B\9M62_)(A4$ENS@'(&%(- M&Z@W#!1<4=$Z\YRWSTE\2[,55D!NS)1"$HY6:<>\#-A M?9_>OS\Y?2\="<5I^+.(AO*"FQLA/I7 &=.993@B$'NV#>%3,UQZ'C'C601H MBC0+;&T4N][\[W]^_/ N" >VJ,.=3X,.0V:+]7\4)*O-PEL6*M_=N*^<'+64 MRY.CSWK5J3:O+:NE:8;-C%ZU?FVV*E:U6OW2"ID[B%J:G'8BK9X8:ATIDP*P MR@9-78ABNPY5$B!0SI J8@0P.2"&/4#Z@+I+(_Y\ "[2UQ+I?&$!I; U>0L& M4?4*P%2&N)LU(A0# ERDC\RH053&!,($D#ZT2>%:*(B2UPBP*; / ULTX3$0I41T="]6C" MOH@<@DBO"R*)#)&;:+K,DH1\(8A %!)+5(:6*#R:*H 7":?3@1HP1+U)H-@# M(- 6T56!PLQ$J L0&Z3_#=%J 51 0L2)*/]"$V!)I?.7'@#[CU9:> M3H:TY:3*+03J)^\6*D"9D$!4# *7J+0\U8W8+;) !+;\-/$M.#+ MD)EP*Q* MB\Y-,F$!((Y(ST22M!E=K>W6_2U:[:=1K 0]9< &03A1NJ,PB:8)&?N8_B7> M>+@<5N=LW3RTY9,_$L"5BC-$G7>I@S5*G'4) M(#'^EW6 1*&3 +F:^^I0<.D7B1,+?72Z,W<0KKZR.)Y4ZBH_'.&(W!1 $5BU M2:@<:SCBQY-.\MH=T;F!"&[']4E B\!9,L!4BY[VEMP4[/#68[&(3Z]P*KU1 M]%A]G8N7,__9-"1"C!'U)VW/N[+]./'G)_3*L/39_ ^_Y_]6/'OD\^G#G#%Y MCR=3B %*Y2CQ7,].:AI2';Z1\'8G(=CMZ8/3;"-=D/(?/TX>_%G&>;XVZRYR9[;K+G)GMN(LM-1GPGU7XP8&^<%G__ MP?#*M^.^S8G38'C)O_N=?R5H^7TZ+TCVJCPB81')YIVQ<.!&D1OX'\3HSAQA M[KX0@Q_E!2Q3N^0=KQ96RQEPF .Q+D0Z.&3R V*PZ]+.&PN*YZ4J.8)454-" M2&K >A$C!Y4Q M@&FOAN+ R;J&X0T-.[KNH&22(G@KVFM)>P"57)I+ILI5O2 MB!:+^%J>K7V=IMHQE3,/(6)(%"M2JDV:VNA0'I0NS8/K3:B.,A)W"U ;)*(( MB+LEBDDHORTEGPC1!43^TBLX(I=7GI(#GAU=(RK3 M77H\$1)?1Q0JC0C/""8 [ Q)C:3)]2#B.<"1(:L%J'C9K$RKUJ&X;B*.#H$% MM@&QW !S4.%P6?S3SZV5SQS)@D4L5$!:%E4X M,)2' G N)+"*)NZ>*"^\B;2F0R1/Q(Y"Q P0L3ZKA?D2N! N .EI^]B]?;3% M/MIB'VVQC[9XDFB+-#!B]L;M]-_.$>-;RS[YQV,W:06[%J'KNJ$IJD?%FP3$ M#^F:?Y:S9TAKW+JNFC5YP85(-P:LZ$1%5[;!%R@MR^M80ZCR$Q&1[&0:L B& M(:8M1/\BJFE3?DZJ?&T!0ZTA>?5 9PC#I"F] AP:HG@@]3$1;1'1Q8'"ME Y M3\#L#26*(;Y6I (-D-?6 &*2Y+LG:JIN =XP@ G7D6 G(G?8-MBHH*8 TN1! MHZJ:0U9,"Z#ITJ>F085NJ3@;424:HCZPB#B"7(GR6]!168.I@NI*-U?N[7][ M^]_>_K>W_^WM?T]B_]LLO].S*Z3M:?*>)N]I\IXF[VGR.CZ9@UM.@P557DY. MQ5]$ X&33\=CAPU%X\>6THY#9@\4-TJCC;K+'_^;'<]!O!WU>BQDW1-_.(I3 M$"K_T?TIZPOQ4$LW&SF- !9AOW.]F(6/(#_^?=87;6 2#>H(3M)E@5B140J.9,TU" I7(OY%JA:JR"&7_G5 M(OD@2$8YXA@#\DR0\%=@N8 /H &D]FE(,A. 8M*[H-'EE,O[;0!G&U&_)<2U M0)1M0X0)\OE<.E52*I+/)>\OUZSBA@=ZM=JHB/]K*KK>JC5;_"%.4ENMD]-W MGUJ*\B'M9*S$@=*^.#H^/U=N73NITC3@O/[:3GH@J^VXRU?!QV(3-2US/M&= M]#]&@#35IM&8 VG'=BBZ*+<#YQN+#P/?9TX%D(R@()=.UA$9*JU3MKT9[ 8L32!KPFA*XXRC*8P*V+YJ M\HVA3:Q,KC1@7=411@%8U9#T0JB $Z [R%D-M)V& MC*$ !Y)/@*,CD@B6 ?W=B6I*44EEP!TFBBPP 5PP 4XA7UFK!FT#DFH*'!J5 MI@I<"4.3)Y# C4#RNNOR'6Y "DG$@(C*H"#.+:03>S9,[BT17A**BD[HW-#'2"P9#/6DG2!1[OE_*9.?W@BW*8#!-1,A\/+GY7 MIGZ3?,##267N#\U=0W3K5UR_%^0.2APV?)EAUBK%A_"+\E:,$8L4PU"W\ ,/ M<^*5#8+X:F#'_>PT1/)I*U'H/)XZ8U^DCCAQ,LF?<3(\#^XP9$,[9!4V=KQ1 M]R&:B=^+S.5B73S6.7RG=0'SO!W'_ M4>>Z^Y_XM5WZ,K,+?C[R_22HZ[YG+3G,M^[-B1^S:4\].2D5:$S3! P:\F9O MK%N$/!$6\B3 DXDJ^L@S.4PE1 0T:+U$_9H,9+U *)J)>!;D>7(-ZA- 448, MA%M^$1>HSM5&E>,^4]X?*EU74-Z84^_@UNTRY<;IV-UNYSNSOW5"SG@Z$8L[ MS(_#R4\YV8XG=&K^OD0*=BN2.R M*/F-4MMQR(I$=?SV\Q+HM#.4@%7GIA("RXFI.*3 M.:F!Y2*M8W8JW*8.Z+5(,!.1+;^&&)L+S3U$"IV\MPQK2H2\/-+R25[C 'VG M1.&-&%R:*M-DZT5L78B7$W&> OB+1-$B9HFGDC M_>2E7>J:I@()IN5O+F*&@DJ1DFP"E*(G'[>AZ6H-T0 *RI27$T^**C&23J- MX9_&DDY3CQ1)Y2;R4A#ENT$9632;0&/(@++ZG^UJB1 , $M4NP\R/0&D'/$% M(LENTG -* T6B1BT "D$$*&19J.6?/Z-IM:0Z%D@P0E)U:3A/%1.BI(S_C2L M#@.1YZY\HEO^TZ A(C)QW(1"%DUM0Y48P*70]@66]EQ.P$;^P!X.[6N/ M*=>3F"EV&-H3I1>$RF6[4!6I!UF428(<+"R[[@&F)6O+%#!H'Q*4.24D4<\:_/, M!K\52TXZ9VV;@+$R,(DQJD!6D5-F?U,! =@?SX+ @\>?NSO">: MI&@]7?%9FF 'HN:^&DU4%1+K4+JG%.F70^0S1TQ'@(T;*;J%I+NNN0E;*3I4 M!O8WQEF)Z-16Z;H/N?*#P3-FXMNQ>YO-4QX\(4BU_&@Z@>?\^%W[98D[(>M% M90@[8MZ=$742M%A3T)&7362$C>384E%#/*B*IIW3OY[QGRQD/M\':8%#VG+= M5 V@@0E-^!#2ZHXJ%!2HDTT#MGS)H% Z*KL0I:;O$(==@5>=G%Z\,%[EIHU6 MRYBWK"*!9V+R+>,]XACN>,]X^I=DI<=CAPUC-_#E==VJO++;:!8PGS>+_RGM MBX/S"^5#$'P;#3^.O-@]"IQDE:+AKCOEC_>?X?\MAQY-'TOH62\8^5W9E1R? M'FUP':NP@2754M<%2]3&7M=4"VA9O$ES]$$[+)\*USSMZ]D:"[*Y[/)B/]^<7YU,.WINW^Q?0C:/WC M&!A^>7X"C'[G^FXD+,QR=_^?P74[YA?UG-E1X*_RC-0C'UG7M>5'GMH#N0N2 MC$Y8DG ,'H0,F$2OP>=AJB2HFKKL)S\- M//>!4-M M%'9T)!*03&E&8^ED%280IS@@S2+I_X!!20=:\TJ[@AJJ!3B8@!ZD9HTF68^( M+SY?Q\7YQY.7Q14';AD\<>"6QA'Y =M#E\AI4>&@)0+Z#MS.)\XMT4O MA_C,]UQM1QX'+DSW+&P'SC<6O[-%(Y*)-#^49@DZ5&"%B--L =@B\Z7CY)P-@IBEGS]?^JYC1W&*=^>L]YGY MW2$7 N/6Y\]:4U>UNJ5JJE:MMTRK;GWY\I,7.+;W\RL![^3H<[U6$T4A+_FO M>K7A-)UKLZ5IALUJK*CIJ]9>$Y*-?"SZ>XOA)SR3.84_H=C.-RX6 M*)\35.D'4=S2JLWFES1;8BFF-'J][I?E4Z5^3B5(M\_E5_HL#,:3SXD!M]?Z MG$-JU1G.GR1C;8>]4A+50PQ(O_GR2EF\%B?^K=AFO@V_[SK\#MYMKI3X*?*;F,;^E,PC0TVER9SAG\2CT!36] M3U74AU H%LD/DWP/^!R2&]"T&O6::>@Y*[&?25%XMEU M8^.88[T8;0O; &K\<$KU8*P5?N6ZOZ,KQUPB#B<"$(K5C7?22%5\V:I)= M=]%KW8S&[MR,ZN[>C&;VS:@5W RMX&9@BGP&GBU^+:WG2R+GVR#PF.VG5TI6 M2KPS:_Q^<7&&8OT4)QE *L >BW@"Y/I#,0BJ"/\U[+,R%$C-K9XC9=9XY M8?4-G,>BY^Y/I]-E[HOXBN3NC?S8 M'3"YH[U;ZL/',E8]?@R]AW$D#1_MT?M,'MFUG/A3/* M8W$>Y[XWW LBH[OHRFEH#\67EU&\LAWS9>S4E=M=7T93KR&^C+LW M+O1E[!T4SQ?==]9!T31,Q$%Q]\9%#HK5,6!_#"?0"<7N1%8FX7O=C[ M %;T 0 ! 7MWP=Y=L'<7E.\N6,^FO5/N@N4;IF$[ULSD_V.MCIZ%K6ZYC5@M6^3JYO*#1<[:5%!C9=Z> 4#M/1ZC!U\ET[)L% MA-K9-&5;E%+8V(WSI90_#LY/3T[?MQ(1,E'F[\SWWX_N1IIEY(+I7. MM&\T5:LFWS, RH4MJ&.@5?B9WK!8&8I<^#S?NE[QNW(C%Y8JW\):-9#NI9O, M!J8J=E9^*2JB1.BBNB/S@ VNJAU>MB\^?50$%51^JO'_?I8(%$D(C83:M#C1 MT?&[@\L/%].91-2%]$RI)S>2B"!IX+1I^^?: 186T-D=O M%?^]?GT_<.3U/9ZQQK/Z&L\::SQKKO%L;8UG<]HU%C[;6./9O.YPHFR&P)T$ M722- H]P+62;Q#9-;ZC\0JO:"MB6\VPAMN4\6XAM.<\68EO.LX78EO-L(;;E M/%N(;3G/RF#;%&%6Q3M[^*[9H<"W%FNEKQK;1??M2AK>LF[FKOXKME157&_F;T0_FZYD"!+7Q>VI_@_\GJXP_D7(MEK2JA90 MKA\]FW-EMEM1Q4\NYUE 4<5/+N=90%%=Z>3V2M]>Z=LK?7NE;R?>E4CIVTL$ MV+,R?&5WA=-%5_S4WT/OMS<+(NSR.-$6AB$DW"8G_"V/V6SCZV3&O,CQDVU\ MG7KFZTBQC&U\G>P0'BFNL(VODQW"(V7MV\;7R8R$E3/HY;^.K.^_H'3:*J$- M3=70,FJ\T^]FK2 V,L]DN.'X+MK6NU1M:("^KD7=5%=<;9.DN_T6["W4(8$F M@BL+[&:CSR2"FE:)ZZNJ#:"+Y29#L%;,W.G[[A^F2L0 MYU3V_"5OP?1F%I&(A"0G3T@29LHV=#+$8>[%GSZ3#%-3C+^UU3EE/F/AP(TB M-_ / \]+JS4(86"STIVAFE5YP081&K.ZN"V?Y'C,'%D[6#ZUP=(,J:C2+X28OC[L^268S[*!]:Z^P%1BDUU,*H&),:X?Q;;G7=E^G(@. M"9H8ECY;P\/O^;\5SQ[Y? EASIB\QY,IQ "E6QNV]^J]/;?O^F9T+YL1N< MA>XM%TMN6/>#>* S1YN[+P[F9"&W7-LJ*H]AJ45]A*D2NJ05G3K4,1.@7IJ\ M?MZ4;DIL07J_!BC^=<#85J U",7D603F,H"H MF/QRD=4"'>817"#R1!CRFX"L%@!+M+>(J@. )?(]((9L8+4 9=1HMA:X9.LJ MI]M[=X';('UBFJD:#1IN1K0+P)EITKB@(2P=X3JF04!P^:%938+=U72U60 X@"@ 1Z83A4D"M(:(A '7(3/X M?-EJI8F"1F9O+5_.!\ZL81 17/G5(N(2D2%HQW@OB12&D#"(*-" 13(=NPN4K353K9? ?XK%22)ADH 1"+EH".,A2AFN ;N+6%NU*A%< ,F( M/%&(+%:^2Y(H8*5\^R4"ELB230%64YL60526B)69-'A+E M%L0<:C0Y)EJ="$V.% M^",1L(#I$@%;IS'FT]@H$)F9R'X+&<$ BD"5K8/(2@#3(0KC0ZS-D" *P*4P M"VL82]\M_Q:T6OE-@$+C:"XPHOE#*<,D"3N0&$:4M@0XX[;!:U9^-#(2JH#@ M HUUJ48C.R/"#1%M),*$+0 +4 4B(82JZC^4;TDTYB6: MXE-(!3VJ )LU2;>L.:%C,5F'L7 M\C\,/->9O$GJ\K]V6J_%HZ_31U_/'VU,ATVK$\].JIW^V\FJ3:RD$ ];KZTU[,EO\Z:[G7DWOBL^_9?[>PBU3,* MT+.]B+U:_+E9$5"4SC&6L.B\\M!J417WV:)F#]\_Q39_>SOFRQ-KWBR1-=4F MX,> ]!N:*B4-0#8 1!E$!@J336.AJK8H79L#X;G+!I*7VN@TKL%Y+TCI6&!R#.B M5)N->B.(JEHCV@X0=(=0'J+JM0!91P@$A:V"P"JJD;FBMJ"=UQ: !; +BEHX&E:! M F[E;*T%1ZSR_;) MZ?M6V@PWUWHU-8R$:0VA/VO5YN'YAY/!T%L.^X;%IX%_R!]W'=L['L?,%T;] M3R='?.F?=;7&-6G5X)=G^JM>_9(+K "2;N4\WK>C2W_JUV#=1Y!:2AR.Y"H? MZ0@E!5)5Y5LYJ!:@PQA(:6)$2P;8M4G#_XAJ"2&A0SI-7CSBMD $MRJ1<$&D MTLKOKD:3H*>)#AQ 3A)16-(FDSM^^TT)!0F/6I^G1/Q86+4%)6_E,H#$<7'Q MMBW*QWUPH_C'YR:QNQ_>CUV;3&+DQP:V'56[U' UO5&[=JT M\_C/__*-H]NP_'D_O1'/*)_"&]MW_[*%/SS_ 7_DY?!E&&0AQ.TRKF+I_DT_E!M\O!/FS]O3BF.C:J_$=5G_]6563AOV<^ M"VWOU!X\="K?G\$V-C"#S$N8:TVV168Q762B$NE3I=O;RO;%8+E&6["WRQA M?BP&&DJ5QZ2G=6_/DO"WMF/[_%I*!V, =-,"0H\!ID3B>].@J@%(1$+I+9!W MJ[]T^8;VTL)GD-@RPP3B9Z0MRSJ5P1K2@!&-/8OVEQ)BESLJ&5))([HW,] ) M!D.^MHKXE!/8=Y@,2]C)I\O3(V4:)YX/>3BIS".4^ MSC!KF>)#^$5)RK*G$<"A;"[#PR#R62*#^-,UOWY7_ W\;G;D-/V\E2AT'L^= ML3-2IYR%87G'G"$DW/\T#-G0#EF%C1UOU,T0^#\[@<^U]2_*::"P,=?D!7!Q M&R+%]@7=4WP^1R*/C.-72C<0WW-JV.?_%F)7&I,JAV/++M@B\<@3>A(D2,-0 MQ8/CZ5\BFTM5C/\[=-6/[IB%9U-;_^:C4JMJHTF3MEY^2 N1$$!D4"D_%U[7 M $F(*'",2,Q$I &B(N6E"6ZEQ]U0*:M(V1%D$XCL"R1&4"14?0LP@4C7(O([ M$IF$2&X#%9&EBK6@ 5M^6]AU8SV?4C\D5.C^WX>7I<[]URM#F?NO5YHJQP]X M>Q6Y=?4R?IJ+6EDZ$H#"O M4PHS+\W EYY46XA>"_1(/@K$_FB[_KL@/ K=6Y934V'Q#DAKMDW(Y475AGZ3 M0M<6*,SEB[%0J!_0]K/\!NE$N79DG<>0REN ]0RI$T[$:!%;']&AD;3XPZJE MFTAJ#9*1#JP7*IA&U2N>J-D2%$R'1"H2I:43&1"("A0@R L<&A*I2-2"C:AZ M/HUUF:AZ/EEE;QKK\A,F<&VI/4W:[H6;WD9^\LF.92QP6VY6XQI8\BIE&-=F MS@8@<-;5MZZ]"K],?)Z?N79U+ MF:!$X86<1Q(]32#16$T/;NC9/74^HSI@L>VI'\7/\^D?WX[\KD=0M+()&1?D MBQ\8$B4@B.Q 3:"T'T6K^)IJ:23]$ZCJFB$2,^!I0)*5Y6N+;$7A!T#CA313 MQ** E-^2#]6&XE*(MH$H36<+<@L $R9PT0R W ";@#0$@JS91;:[(W8]NGD? MVL.^ZT0_<0A<1F1*[6?%"VYN!"=EOGWML2X*H7H'H>M&!2!6I*6(?0LIB@) E(S"T O8RC =3?K@),)V%SY32"R M21+9>Q'K-&#I1+I9 I@ >9AH1 "BPM0-9!< %(/">JK21!@ %,"(G>1"Q?-,9@Q&@KKZOH:@-H[6@@Q44 BH,D5R-*-E LGRHC";") M ^:A.A)E1Z,(6M+TT5(; !U#C&3E]WU!5@MLKK3(:T!$%Y%%]&KYI:812R$2 M%XEL \ CB&*;$:(+N(R)6O$A8A,2X U(>9!) *G"!* 8Y."D2?PB:J.!&"$1 MW8=$Y,=:/S +B!V6*@E\$Z5)T5*,].P'N3^(D2,1@R!VNN0Q)HAF 5Z]^I/CA$ M)<6IW!U$%9;+WUPBI@Z=&:"B$04R(&Y0)#".J'8_D;1/5?\'P(5"'!O:H3U@ M,0N5:]OY=A.*ZI#*FS>*&*G:WV/U,/""\'/X1J_57MV\J;ZZ?E/0LNGM',Y/ M/[]YLR(<>J$>4<6HZ#2\%DH^1Z(@D&@% M "Y51@)@9B4ZM(VV#UA-G .8!()B-!WG(;4)Z +9!&RWD-\!B%,@PC#@/B > M>L2;@<3N &2A1M3S#%$9 !Q#A%+YD"L1M$)BMD1NL'QB")=OH(P3FDC/+6BL M5[ZZ2R0[$D6E$L4_0)66$.8#K!>I# 45]Y-74(A$:" E8ALLE]*L4L?RT*1Q M3-=5"\BU0%*QH3)ATO31@KSI\K$*IJH#L@A5[3QD>X%; 8&E*;Q%U'D4H#@T M 9Y$U!QBE4 Z3\EF%C#[ET@,D<8$8RL:_A'UHX'2YVEZZ0%6Z"UH[ #X#K? M2@K"(4@GX_A"'1/E&<^BB;:+E^)K( '!V*%X2 M(.9$UB:BY#[(;8VH/4@'2D1?)XH1 ^X$DO *L7:@LH=\9FI5K0.R.9*9"J1K M$Z7W8>Q'_@X3Z6F(F@;(8T3*-<34 #\2$HR%2+L ZD+5#XG\7E _!8! (C)# MZ2D6B,A/4YF'3#:G24:DV03(44G4G92(14#+1>2F*HUU#'$J(JR'B-H0.0Z@ ML!Z*$'C0#DVD!D,V39HH))JJ>\AJB>(X(#Y)E#M)X^\!9!"DF@>0M4]5\I8& MP:0O;PU2_9#H.41FVH)"U(AI#/)TT'1)(O)T .(S)"T0U>E'+AK1W0%TGTB$0*@8M%X%+T0BS3D<A7(NJ().XC MK3 1W@/DI1$5R* 2H:E"H:DZB-" U9&@'IK,4B2('W%- 90!N6E$E2=I2L:8 M%DF"!)1W@>.J[(!S\VV7?.^*7$W\XBH\]-F!^+!:C MO#LX^7!\M-ESJZL60:E,#6KV@3 UI%]"#2B>@>1%(^DRS2I@:T%B#8 2?@A) M1^I*TSC_B#+T+,1*""RWB<1, 5V+MB#)"3$X 8ET2'%>JFJW2,\MFG 6R-L! M$#*J.GY(7Q(B!9NJ< 0@DM&$WU#86JBT=@ F4I$6Z#)%5)8$J=%,5;V=J.(@ MDB.![ )1"AD2RX(L%Z&,5/'V1(XO"!L /@EM+V#A1N"63QWE,W'H^D4 IP:E MH "'1A7TB+@E$%(&:!)(*#22@T(4'4%EX ;@$AT:F=.'RCM3NLT8R@]'"!E1 M?#&5N10JA4MUV8CLFMNPOS6B8N/0>@'\A116H(.D@33^)*HV3$1\B6@DE3Q" MQ-DP%D13D ')KD0N!53-"V$6),E94(8:8-FLE5_8FRC$!S*14>1'8YX?$X"+ MI,3*UXLS,;D!J/.'Y#L!VX!8S^4;<&NJA629$@7_(04O$(*.-#X FN$B?K4: M4?P?8FX@JMI*E+,HWVIX'6=^P:DA;@2BLBI(L4X+H9$TC$V'O/G ;3.12!]$ M=Z7AQ CV$I6CD\+=K*"2^Y_B8.3T*[WIM)6>Z[%6\7B6K*QX="7FRZ@,@NZH M8* 3#(8<6$5\:CU^*^4S<_K!%^4P&>;Z-\K%\9\7BN/94<2B?,##286_63 * M';ZM>4.C6[_B^KT@=]#UR/6Z?)EAUBK%A_"+\E:,$8L4PY3#UE7?#@>!/[E* M'A9;HJ>_7CE]YGP+1G%TE;R*YUY?==G0"R977[O?KKZ&[$K\Z3H(XJLDCH@# M+&':2A0ZCZ?.V)>"(^8GD>"#W'',4$(\\G!D#DXDP_/@#D,VM$-686/'&W7S MT9)?RZ7SSV[:^Q!>*/:0YOOK3K=^#3V*WE>%<^EG]MQR(AN+";I3T:%H(-<$XD- ' M2M?M*GX0W$[&XP_PXG/ST\X9Q "M*1\3< M@>X2",8" KIIT*09(A$3\FJK;F"1A(.QAZBNM_95PV[J[T\)H*@/C-"7S'YE?_ M-%#8V(UB,4/RZHKM"Y%+\?DTT,673 ME@LD!T%:;C150RN]RAWB#R:*'2H6[X@T!ZKJ+PC#19JBTIP4HNG3;6)!+B4'B)0S$'+ET]-(%D<:E]"LZ- MH!?$B9:@5)(_F L0#HLBB:'R(WLCSZN$3#@"<\>EYY8. MY*<7VG[$5SU08GY"'#/J-4Y9!P_T@[>7)Q^.EM9 FRD=0DI*_)$I<,6-N-*! M^EK3+\2@3@KF2E1GNW+]+ALGA=KNS[\*='4\\%I:O=E*5MP+/"\0M>"4!'64 MP'%&8>;.I#%Q_Q&=1TC).@=]]9 M([T#LR#2D?=P]#_Y3^4\_4;19M^), 3A+!Y.Q"YK3:[;IM[<.,C=S72*N[U, M)IX"53[_Y0X7O/[\4[[7/Q-81Z]6&_Q_S8ZNZY;*@?S]AQ\$SDR1(O"G=T+Y M[L9]CB#WL&GLL*$8T_IA933+7K'=M817/Z'8=_CTP]]_^/6U_=NOKX&5C=71I;VY? >;&]G+FAT;6Q02P4& $ 0! ST, end