You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alerts@harmony.apache.org by no...@intel.com on 2007/02/13 15:05:54 UTC

[build-test alert] BUILD FAILED SUSEL9 IA32 gcc debug: classlib tests iterative

BUILD FAILED:
	Ant Error Message:
error string found

Date of build:	02/12/2007 21:47:34
Time to build:	1337 minute(s) 52 second(s)
Last changed:	02/12/2007 21:35:55
Last log entry:	drlvm

***********************************************************
Errors/Warnings:	(1)
            

***********************************************************
Unit Tests: (2908)
        
failure: testReadWrite_Block_WriterNotBind org.apache.harmony.nio.tests.java.nio.channels.DatagramChannelTest
Unit Test Error Details:	(1)
                
Test: testReadWrite_Block_WriterNotBindClass: org.apache.harmony.nio.tests.java.nio.channels.DatagramChannelTestjunit.framework.AssertionFailedError: Should throw AsynchronousCloseException
	at org.apache.harmony.nio.tests.java.nio.channels.DatagramChannelTest.closeBlockedReaderChannel2(DatagramChannelTest.java:2286)
	at org.apache.harmony.nio.tests.java.nio.channels.DatagramChannelTest.testReadWrite_Block_WriterNotBind(DatagramChannelTest.java:2192)
	at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)


***********************************************************
Modifications since last successful build:	(487)
            
add cc-drlvm log20070212213555Lbuild.16 02/12/2007 21:35:55drlvm
add cc-classlib log20070212212307Lbuild.17 02/12/2007 21:23:07classlib
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/classloader.cpp 02/12/2007 21:12:42 Removed incorrect FIXME left from HARMONY-3074
modified smishura  /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Provider.java 02/12/2007 20:58:40 Correct fix for HARMONY-2761[classlib][security] Security.getProviders throws NumberFormatException unexpectedlyThe case with KeySize attribute was a special case of the bug - NPE was thrown for other attributesAlso an attribute and its value should be case insensitive
modified smishura  /harmony/enhanced/classlib/trunk/modules/security/src/test/api/java/org/apache/harmony/security/tests/java/security/SecurityTest.java 02/12/2007 20:58:40 Correct fix for HARMONY-2761[classlib][security] Security.getProviders throws NumberFormatException unexpectedlyThe case with KeySize attribute was a special case of the bug - NPE was thrown for other attributesAlso an attribute and its value should be case insensitive
add cc-drlvm log20070212195720Lbuild.15 02/12/2007 19:57:20drlvm
add cc-classlib log20070212194315Lbuild.16 02/12/2007 19:43:15classlib
modified ayza  /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicSliderUI.java 02/12/2007 18:56:07 Applying patch from HARMONY-1487 ([classlib][swing] JSlider is always enabled)
modified ayza  /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java/common/javax/swing/plaf/basic/BasicPopupMenuUITest.java 02/12/2007 17:56:41 Applying patch from HARMONY-2512 ([classlib][swing] javax.swing.plaf.basic.BasicPopupMenuUI.isPopupTrigger(null) does not throw unspecified NPE)
modified ayza  /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicPopupMenuUI.java 02/12/2007 17:56:41 Applying patch from HARMONY-2512 ([classlib][swing] javax.swing.plaf.basic.BasicPopupMenuUI.isPopupTrigger(null) does not throw unspecified NPE)
modified smishura  /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Provider.java 02/12/2007 16:53:21 Fix and regression test for HARMONY-2761[classlib][security] Security.getProviders throws NumberFormatException unexpectedly
modified smishura  /harmony/enhanced/classlib/trunk/modules/security/src/test/api/java/org/apache/harmony/security/tests/java/security/SecurityTest.java 02/12/2007 16:53:21 Fix and regression test for HARMONY-2761[classlib][security] Security.getProviders throws NumberFormatException unexpectedly
added hindessm  /harmony/enhanced/classlib/trunk/modules/pack200/.settings/org.eclipse.jdt.ui.prefs 02/12/2007 15:28:11 Added missing file from HARMONY-3153.
modified hindessm  /harmony/enhanced/classlib/trunk/depends/build/defines.mk 02/12/2007 14:22:56 Move references to libstdc++ to top-level so that it can be overridenby platforms that provide this in a different way (Aix for example).
modified hindessm  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/makefile 02/12/2007 14:22:56 Move references to libstdc++ to top-level so that it can be overridenby platforms that provide this in a different way (Aix for example).
modified hindessm  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/unix/makefile 02/12/2007 14:22:56 Move references to libstdc++ to top-level so that it can be overridenby platforms that provide this in a different way (Aix for example).
modified hindessm  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/makefile 02/12/2007 14:22:56 Move references to libstdc++ to top-level so that it can be overridenby platforms that provide this in a different way (Aix for example).
modified hindessm  /harmony/enhanced/classlib/trunk/modules/pack200/src/test/java/org/apache/harmony/pack200/tests/SegmentTest.java 02/12/2007 14:07:38 Applied pack200 patches from "[#HARMONY-3153] [classlib][pack200] Support for GZip compressed files automatically if GZip magic header found".
modified hindessm  /harmony/enhanced/classlib/trunk/modules/pack200/src/main/java/org/apache/harmony/pack200/Segment.java 02/12/2007 14:07:38 Applied pack200 patches from "[#HARMONY-3153] [classlib][pack200] Support for GZip compressed files automatically if GZip magic header found".
added hindessm  /harmony/enhanced/classlib/trunk/modules/pack200/src/test/resources/org/apache/harmony/pack200/tests/JustResources.pack.gz 02/12/2007 14:07:38 Applied pack200 patches from "[#HARMONY-3153] [classlib][pack200] Support for GZip compressed files automatically if GZip magic header found".
modified smishura  /harmony/enhanced/classlib/trunk/modules/security/make/exclude.windows.x86.drl.interm 02/12/2007 14:02:32 Apply patch for HARMONY-2920[classlib][security] intermittent failure of org.apache.harmony.security.tests.asn1.der.DerUTCTimeEDTest
modified smishura  /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/java/security/Security.java 02/12/2007 12:22:22 Fix warnings
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/Thread.java 02/12/2007 11:25:22 H2218, check if thread is alive before attemptingbuild, build test pass on winxp, RHEL 4, w/ gcc 4.0.2
modified smishura  /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/internal/nls/messages.properties 02/12/2007 11:20:01 Fix spelling
modified liangyx  /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/FileDescriptor.java 02/12/2007 10:18:39 Apply patch for HARMONY-1494([classlib][luni] FileDescriptor.sync() throws unexpected SyncFailedException when the descriptor is read-only)
modified liangyx  /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/RandomAccessFile.java 02/12/2007 10:18:39 Apply patch for HARMONY-1494([classlib][luni] FileDescriptor.sync() throws unexpected SyncFailedException when the descriptor is read-only)
modified liangyx  /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/io/FileDescriptorTest.java 02/12/2007 10:18:39 Apply patch for HARMONY-1494([classlib][luni] FileDescriptor.sync() throws unexpected SyncFailedException when the descriptor is read-only)
modified liangyx  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/filedesc.c 02/12/2007 10:18:39 Apply patch for HARMONY-1494([classlib][luni] FileDescriptor.sync() throws unexpected SyncFailedException when the descriptor is read-only)
modified liangyx  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/exports.txt 02/12/2007 10:18:39 Apply patch for HARMONY-1494([classlib][luni] FileDescriptor.sync() throws unexpected SyncFailedException when the descriptor is read-only)
modified liangyx  /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/FileInputStream.java 02/12/2007 10:18:39 Apply patch for HARMONY-1494([classlib][luni] FileDescriptor.sync() throws unexpected SyncFailedException when the descriptor is read-only)
modified smishura  /harmony/enhanced/classlib/trunk/modules/security/src/main/java/common/org/apache/harmony/security/provider/crypto/DSAKeyFactoryImpl.java 02/12/2007 10:13:38 Fix imports
modified ayza  /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultCaret.java 02/12/2007 02:49:22 Applying patch from HARMONY-1768 ([classlib][swing]javax.swing.text.DefaultCaret.getSelectionPainter() method returns null)
modified ayza  /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java/common/javax/swing/text/DefaultCaretTest.java 02/12/2007 02:49:22 Applying patch from HARMONY-1768 ([classlib][swing]javax.swing.text.DefaultCaret.getSelectionPainter() method returns null)
modified ayza  /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java/common/javax/swing/text/AbstractDocument_BranchElementTest.java 02/11/2007 05:08:58 Updated version of the patch from HARMONY-2459 ([classlib] [swing] Method replace() in class AbstractDocument$BranchElement throws NegativeArraySizeException) and patch for the test were applied
modified ayza  /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/AbstractDocument.java 02/11/2007 05:08:58 Updated version of the patch from HARMONY-2459 ([classlib] [swing] Method replace() in class AbstractDocument$BranchElement throws NegativeArraySizeException) and patch for the test were applied
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_iterator.c 02/09/2007 23:25:01 Harmony-2385, clean up the coding stylepasses build, build test on both winxp32 and lin32 RHEL4, gcc 4.0.2
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_ti_others.c 02/09/2007 23:25:01 Harmony-2385, clean up the coding stylepasses build, build test on both winxp32 and lin32 RHEL4, gcc 4.0.2
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_helpers_ipf.c 02/09/2007 23:25:01 Harmony-2385, clean up the coding stylepasses build, build test on both winxp32 and lin32 RHEL4, gcc 4.0.2
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_latch.c 02/09/2007 23:25:01 Harmony-2385, clean up the coding stylepasses build, build test on both winxp32 and lin32 RHEL4, gcc 4.0.2
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_helpers.cpp 02/09/2007 23:25:01 Harmony-2385, clean up the coding stylepasses build, build test on both winxp32 and lin32 RHEL4, gcc 4.0.2
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_condvar.c 02/09/2007 23:25:01 Harmony-2385, clean up the coding stylepasses build, build test on both winxp32 and lin32 RHEL4, gcc 4.0.2
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_interrupt.c 02/09/2007 23:25:01 Harmony-2385, clean up the coding stylepasses build, build test on both winxp32 and lin32 RHEL4, gcc 4.0.2
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_park.c 02/09/2007 23:25:01 Harmony-2385, clean up the coding stylepasses build, build test on both winxp32 and lin32 RHEL4, gcc 4.0.2
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_init.c 02/09/2007 23:25:01 Harmony-2385, clean up the coding stylepasses build, build test on both winxp32 and lin32 RHEL4, gcc 4.0.2
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_attrs.c 02/09/2007 23:25:01 Harmony-2385, clean up the coding stylepasses build, build test on both winxp32 and lin32 RHEL4, gcc 4.0.2
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_ti_monitors.c 02/09/2007 23:25:01 Harmony-2385, clean up the coding stylepasses build, build test on both winxp32 and lin32 RHEL4, gcc 4.0.2
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_mutex.c 02/09/2007 23:25:01 Harmony-2385, clean up the coding stylepasses build, build test on both winxp32 and lin32 RHEL4, gcc 4.0.2
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_tls.c 02/09/2007 23:25:01 Harmony-2385, clean up the coding stylepasses build, build test on both winxp32 and lin32 RHEL4, gcc 4.0.2
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_java_monitors.c 02/09/2007 23:25:01 Harmony-2385, clean up the coding stylepasses build, build test on both winxp32 and lin32 RHEL4, gcc 4.0.2
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_thin_monitor.c 02/09/2007 23:25:01 Harmony-2385, clean up the coding stylepasses build, build test on both winxp32 and lin32 RHEL4, gcc 4.0.2
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_private.h 02/09/2007 23:25:01 Harmony-2385, clean up the coding stylepasses build, build test on both winxp32 and lin32 RHEL4, gcc 4.0.2
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_java_basic.c 02/09/2007 23:25:01 Harmony-2385, clean up the coding stylepasses build, build test on both winxp32 and lin32 RHEL4, gcc 4.0.2
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_java_suspend.c 02/09/2007 23:25:01 Harmony-2385, clean up the coding stylepasses build, build test on both winxp32 and lin32 RHEL4, gcc 4.0.2
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_ti_timing.c 02/09/2007 23:25:01 Harmony-2385, clean up the coding stylepasses build, build test on both winxp32 and lin32 RHEL4, gcc 4.0.2
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_groups.c 02/09/2007 23:25:01 Harmony-2385, clean up the coding stylepasses build, build test on both winxp32 and lin32 RHEL4, gcc 4.0.2
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_state.c 02/09/2007 23:25:01 Harmony-2385, clean up the coding stylepasses build, build test on both winxp32 and lin32 RHEL4, gcc 4.0.2
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_suspend.c 02/09/2007 23:25:01 Harmony-2385, clean up the coding stylepasses build, build test on both winxp32 and lin32 RHEL4, gcc 4.0.2
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_basic.c 02/09/2007 23:25:01 Harmony-2385, clean up the coding stylepasses build, build test on both winxp32 and lin32 RHEL4, gcc 4.0.2
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_semaphore.c 02/09/2007 23:25:01 Harmony-2385, clean up the coding stylepasses build, build test on both winxp32 and lin32 RHEL4, gcc 4.0.2
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_java_iterator.c 02/09/2007 23:25:01 Harmony-2385, clean up the coding stylepasses build, build test on both winxp32 and lin32 RHEL4, gcc 4.0.2
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_ti_instr.c 02/09/2007 23:25:01 Harmony-2385, clean up the coding stylepasses build, build test on both winxp32 and lin32 RHEL4, gcc 4.0.2
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_java_interrupt.c 02/09/2007 23:25:01 Harmony-2385, clean up the coding stylepasses build, build test on both winxp32 and lin32 RHEL4, gcc 4.0.2
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_java_park.c 02/09/2007 23:25:01 Harmony-2385, clean up the coding stylepasses build, build test on both winxp32 and lin32 RHEL4, gcc 4.0.2
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_java_attrs.c 02/09/2007 23:25:01 Harmony-2385, clean up the coding stylepasses build, build test on both winxp32 and lin32 RHEL4, gcc 4.0.2
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/gc_cc/src/selector.cpp 02/09/2007 23:05:05 Applied HARMONY-3032 [drlvm][ipf] smoke test outofmemory.Double failsTests passed on Ubuntu6 x86, Windows 2006 server x86 and SuSE9 x86_64. Not tested on IPF
modified gshimansky  /harmony/enhanced/drlvm/trunk/build/make/excludes/exclude.drlvm_smoke.linux.ia64.interpreter 02/09/2007 23:05:05 Applied HARMONY-3032 [drlvm][ipf] smoke test outofmemory.Double failsTests passed on Ubuntu6 x86, Windows 2006 server x86 and SuSE9 x86_64. Not tested on IPF
modified hindessm  /harmony/enhanced/classlib/trunk/depends/jars 02/09/2007 22:36:07 Update mx4j to 3.0.2.
modified hindessm  /harmony/enhanced/classlib/trunk/depends/manifests/mx4j_3.0.2/META-INF/MANIFEST.MF 02/09/2007 22:36:07 Update mx4j to 3.0.2.
modified hindessm  /harmony/enhanced/classlib/trunk/depends/files/bootclasspath.properties 02/09/2007 22:36:07 Update mx4j to 3.0.2.
modified hindessm  /harmony/enhanced/classlib/trunk/make/build-java.xml 02/09/2007 22:36:07 Update mx4j to 3.0.2.
modified hindessm  /harmony/enhanced/classlib/trunk/make/depends.properties 02/09/2007 22:36:07 Update mx4j to 3.0.2.
deleted hindessm  /harmony/enhanced/classlib/trunk/depends/manifests/mx4j_3.0.1 02/09/2007 22:36:07 Update mx4j to 3.0.2.
added hindessm  /harmony/enhanced/classlib/trunk/depends/manifests/mx4j_3.0.2 02/09/2007 22:36:07 Update mx4j to 3.0.2.
modified hindessm  /harmony/enhanced/classlib/trunk/make/depends.xml 02/09/2007 22:36:07 Update mx4j to 3.0.2.
added gshimansky  /harmony/enhanced/drlvm/trunk/src/test/regression/H3074/Test.java 02/09/2007 21:53:45 Applied HARMONY-3074 [drlvm][classloader][jni] When FindClass is called from JNI_OnLoad function it cannot load user application classesAlso added regression test for this bug.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
added gshimansky  /harmony/enhanced/drlvm/trunk/src/test/regression/H3074 02/09/2007 21:53:45 Applied HARMONY-3074 [drlvm][classloader][jni] When FindClass is called from JNI_OnLoad function it cannot load user application classesAlso added regression test for this bug.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
added gshimansky  /harmony/enhanced/drlvm/trunk/src/test/regression/H3074/run.test.xml 02/09/2007 21:53:45 Applied HARMONY-3074 [drlvm][classloader][jni] When FindClass is called from JNI_OnLoad function it cannot load user application classesAlso added regression test for this bug.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
added gshimansky  /harmony/enhanced/drlvm/trunk/src/test/regression/H3074/AnotherClass.java 02/09/2007 21:53:45 Applied HARMONY-3074 [drlvm][classloader][jni] When FindClass is called from JNI_OnLoad function it cannot load user application classesAlso added regression test for this bug.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/include/vm_threads.h 02/09/2007 21:53:45 Applied HARMONY-3074 [drlvm][classloader][jni] When FindClass is called from JNI_OnLoad function it cannot load user application classesAlso added regression test for this bug.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/classloader.cpp 02/09/2007 21:53:45 Applied HARMONY-3074 [drlvm][classloader][jni] When FindClass is called from JNI_OnLoad function it cannot load user application classesAlso added regression test for this bug.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
added gshimansky  /harmony/enhanced/drlvm/trunk/src/test/regression/H3074/natives.cpp 02/09/2007 21:53:45 Applied HARMONY-3074 [drlvm][classloader][jni] When FindClass is called from JNI_OnLoad function it cannot load user application classesAlso added regression test for this bug.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jni/jni_utils.cpp 02/09/2007 21:53:45 Applied HARMONY-3074 [drlvm][classloader][jni] When FindClass is called from JNI_OnLoad function it cannot load user application classesAlso added regression test for this bug.Tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
added ayza  /harmony/enhanced/classlib/trunk/modules/logging/make/exclude.linux.x86_64.drl 02/09/2007 21:32:57 Excluding LogManagerTest for J9 for now since it seems J9 doesn't have native support for recently enabled getLoggingMXBean(). This commit relates to HARMONY-3075 and HARMONY-3142.
added ayza  /harmony/enhanced/classlib/trunk/modules/logging/make/exclude.windows.x86_64.ibm 02/09/2007 21:32:57 Excluding LogManagerTest for J9 for now since it seems J9 doesn't have native support for recently enabled getLoggingMXBean(). This commit relates to HARMONY-3075 and HARMONY-3142.
added ayza  /harmony/enhanced/classlib/trunk/modules/logging/make/exclude.windows.x86.drl 02/09/2007 21:32:57 Excluding LogManagerTest for J9 for now since it seems J9 doesn't have native support for recently enabled getLoggingMXBean(). This commit relates to HARMONY-3075 and HARMONY-3142.
added ayza  /harmony/enhanced/classlib/trunk/modules/logging/make/exclude.linux.x86_64.ibm 02/09/2007 21:32:57 Excluding LogManagerTest for J9 for now since it seems J9 doesn't have native support for recently enabled getLoggingMXBean(). This commit relates to HARMONY-3075 and HARMONY-3142.
added ayza  /harmony/enhanced/classlib/trunk/modules/logging/make/exclude.linux.x86.drl 02/09/2007 21:32:57 Excluding LogManagerTest for J9 for now since it seems J9 doesn't have native support for recently enabled getLoggingMXBean(). This commit relates to HARMONY-3075 and HARMONY-3142.
added ayza  /harmony/enhanced/classlib/trunk/modules/logging/make/exclude.windows.x86.ibm 02/09/2007 21:32:57 Excluding LogManagerTest for J9 for now since it seems J9 doesn't have native support for recently enabled getLoggingMXBean(). This commit relates to HARMONY-3075 and HARMONY-3142.
added ayza  /harmony/enhanced/classlib/trunk/modules/logging/make/exclude.windows.x86_64.drl 02/09/2007 21:32:57 Excluding LogManagerTest for J9 for now since it seems J9 doesn't have native support for recently enabled getLoggingMXBean(). This commit relates to HARMONY-3075 and HARMONY-3142.
added ayza  /harmony/enhanced/classlib/trunk/modules/logging/make/exclude.common 02/09/2007 21:32:57 Excluding LogManagerTest for J9 for now since it seems J9 doesn't have native support for recently enabled getLoggingMXBean(). This commit relates to HARMONY-3075 and HARMONY-3142.
modified ayza  /harmony/enhanced/classlib/trunk/modules/logging/build.xml 02/09/2007 21:32:57 Excluding LogManagerTest for J9 for now since it seems J9 doesn't have native support for recently enabled getLoggingMXBean(). This commit relates to HARMONY-3075 and HARMONY-3142.
added ayza  /harmony/enhanced/classlib/trunk/modules/logging/make/exclude.linux.x86.ibm 02/09/2007 21:32:57 Excluding LogManagerTest for J9 for now since it seems J9 doesn't have native support for recently enabled getLoggingMXBean(). This commit relates to HARMONY-3075 and HARMONY-3142.
modified ayza  /harmony/enhanced/classlib/trunk/modules/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/LogManagerTest.java 02/09/2007 19:14:35 Committing test from HARMONY-3142 ([classlib] [logging] Unit test for getLoggingMXBean method implemented in HARMONY-3075)
modified smishura  /harmony/enhanced/classlib/trunk/modules/security/src/test/impl/java.injected/java/security/Security_ImplTest.java 02/09/2007 17:50:11 Move to 'api' and refactor tests for Security.getProviders()Two test cases were not moved. They are subject for discussion: to resolve as non-bug difference or fix Harmony implementation
modified smishura  /harmony/enhanced/classlib/trunk/modules/security/src/test/api/java/org/apache/harmony/security/tests/java/security/SecurityTest.java 02/09/2007 17:50:11 Move to 'api' and refactor tests for Security.getProviders()Two test cases were not moved. They are subject for discussion: to resolve as non-bug difference or fix Harmony implementation
modified varlax  /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32Inst.cpp 02/09/2007 16:45:30 MSVC 2003 compilation warning fixed.
modified varlax  /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/hashvaluenumberer.cpp 02/09/2007 16:42:43 Applied HARMONY-2868 [drlvm][jit][opt] Jitrino.OPT loops infinitely inside recursive Jitrino::InstValueNumberer::thereIsAPath(...) on DaCapo jythonTested on SUSE10@ia32 and SUSE9@x64
modified varlax  /harmony/enhanced/drlvm/trunk/vm/jitrino/src/jet/cg_br.cpp 02/09/2007 16:35:47 Applied HARMONY-3116 [drlvm][jit][jet] finally block is unreachable when try statement uses while(true) loopTested on SUSE10@ia32 and SUSE9@x64
modified varlax  /harmony/enhanced/drlvm/trunk/src/test/regression/README.txt 02/09/2007 16:28:19 Applied HARMONY-3136 [drlvm][testing] Regression Testing Framework lacks of exclude lists support
added varlax  /harmony/enhanced/drlvm/trunk/src/test/regression/excludes 02/09/2007 16:28:19 Applied HARMONY-3136 [drlvm][testing] Regression Testing Framework lacks of exclude lists support
modified varlax  /harmony/enhanced/drlvm/trunk/build/make/targets/reg.test.run.xml 02/09/2007 16:28:19 Applied HARMONY-3136 [drlvm][testing] Regression Testing Framework lacks of exclude lists support
modified liangyx  /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native 02/09/2007 16:21:03 add svn:ignore property
modified liangyx  /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyerror/shared 02/09/2007 16:21:03 add svn:ignore property
modified liangyx  /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfile/unix 02/09/2007 16:21:03 add svn:ignore property
modified liangyx  /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/init 02/09/2007 16:21:03 add svn:ignore property
modified liangyx  /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hytime/shared 02/09/2007 16:21:03 add svn:ignore property
modified liangyx  /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/init/shared 02/09/2007 16:21:03 add svn:ignore property
modified liangyx  /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfile/windows 02/09/2007 16:21:03 add svn:ignore property
modified liangyx  /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyerror/unix 02/09/2007 16:21:03 add svn:ignore property
modified liangyx  /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfile 02/09/2007 16:21:03 add svn:ignore property
modified liangyx  /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hytime/unix 02/09/2007 16:21:03 add svn:ignore property
modified liangyx  /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyerror/windows 02/09/2007 16:21:03 add svn:ignore property
modified liangyx  /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyfile/shared 02/09/2007 16:21:03 add svn:ignore property
modified liangyx  /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/init/unix 02/09/2007 16:21:03 add svn:ignore property
modified liangyx  /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hytime/windows 02/09/2007 16:21:03 add svn:ignore property
modified liangyx  /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hyerror 02/09/2007 16:21:03 add svn:ignore property
modified liangyx  /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/init/windows 02/09/2007 16:21:03 add svn:ignore property
modified liangyx  /harmony/enhanced/classlib/trunk/modules/portlib/src/test/native/hytime 02/09/2007 16:21:03 add svn:ignore property
modified liangyx  /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/org/apache/harmony/nio/internal/SocketChannelImpl.java 02/09/2007 16:03:33 Apply patch for HARMONY-1947([classlib][luni] SocketChannel.finishConnect() is not working properly)
modified liangyx  /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/windows/hysock.c 02/09/2007 16:03:33 Apply patch for HARMONY-1947([classlib][luni] SocketChannel.finishConnect() is not working properly)
modified liangyx  /harmony/enhanced/classlib/trunk/modules/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/SocketChannelTest.java 02/09/2007 16:03:33 Apply patch for HARMONY-1947([classlib][luni] SocketChannel.finishConnect() is not working properly)
modified liangyx  /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hysock.c 02/09/2007 16:03:33 Apply patch for HARMONY-1947([classlib][luni] SocketChannel.finishConnect() is not working properly)
modified liangyx  /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/windows/hyfile.c 02/09/2007 14:18:09 Apply patch for HARMONY-2146([classlib][io] java.io.File.lastModified() returns wrong value)
modified liangyx  /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/io/FileTest.java 02/09/2007 14:18:09 Apply patch for HARMONY-2146([classlib][io] java.io.File.lastModified() returns wrong value)
modified smishura  /harmony/enhanced/classlib/trunk/modules/security/src/test/api/java/org/apache/harmony/security/tests/java/security/SecurityTest.java 02/09/2007 12:42:57 Refactor tests and delete duplicated testing for Security.addProvider()
modified smishura  /harmony/enhanced/classlib/trunk/modules/security/src/test/api/java/org/apache/harmony/security/tests/java/security/Security2Test.java 02/09/2007 12:42:57 Refactor tests and delete duplicated testing for Security.addProvider()
modified smishura  /harmony/enhanced/classlib/trunk/modules/security/src/test/api/java/org/apache/harmony/security/tests/java/security/SecurityTest.java 02/09/2007 10:58:47 Merge and refactor tests for Security.insertProviderAt()
modified smishura  /harmony/enhanced/classlib/trunk/modules/security/src/test/api/java/org/apache/harmony/security/tests/java/security/Security2Test.java 02/09/2007 10:58:47 Merge and refactor tests for Security.insertProviderAt()
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_drlvm_VMHelperFastPath.cpp 02/09/2007 02:16:58 Fix compilation on gcc 4.1.1 on x86_64
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_native_suspend.c 02/09/2007 01:20:04 Applied HARMONY-3002 [drlvm] Race condition in threading code leads to VM crash on SMP systems on HARMONY-2386Tests passed on Ubuntu6 x86, Windows 2003 server x86, SuSE9 x86 and x86_64
modified gshimansky  /harmony/enhanced/classlib/trunk/make/build-native.xml 02/08/2007 22:48:40 Applied HARMONY-3133 [drlvm][classloader] Add check of field and method names for classfile of version lower than 49DRLVM tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64.Classlib text passed on windows.
modified gshimansky  /harmony/enhanced/classlib/trunk/modules/text/src/main/native/text/unix/makefile 02/08/2007 22:48:40 Applied HARMONY-3133 [drlvm][classloader] Add check of field and method names for classfile of version lower than 49DRLVM tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64.Classlib text passed on windows.
modified gshimansky  /harmony/enhanced/drlvm/trunk/build/make/components/vm/vmcore.xml 02/08/2007 22:48:40 Applied HARMONY-3133 [drlvm][classloader] Add check of field and method names for classfile of version lower than 49DRLVM tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64.Classlib text passed on windows.
modified gshimansky  /harmony/enhanced/classlib/trunk/depends/libs/linux.x86_64 02/08/2007 22:48:40 Applied HARMONY-3133 [drlvm][classloader] Add check of field and method names for classfile of version lower than 49DRLVM tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64.Classlib text passed on windows.
modified gshimansky  /harmony/enhanced/classlib/trunk/modules/text/src/main/native/text/windows/makefile 02/08/2007 22:48:40 Applied HARMONY-3133 [drlvm][classloader] Add check of field and method names for classfile of version lower than 49DRLVM tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64.Classlib text passed on windows.
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Class_File_Loader.cpp 02/08/2007 22:48:40 Applied HARMONY-3133 [drlvm][classloader] Add check of field and method names for classfile of version lower than 49DRLVM tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64.Classlib text passed on windows.
modified gshimansky  /harmony/enhanced/classlib/trunk/modules/text/build.xml 02/08/2007 22:48:40 Applied HARMONY-3133 [drlvm][classloader] Add check of field and method names for classfile of version lower than 49DRLVM tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64.Classlib text passed on windows.
modified gshimansky  /harmony/enhanced/drlvm/trunk/build/make/targets/cunit.test.xml 02/08/2007 22:48:40 Applied HARMONY-3133 [drlvm][classloader] Add check of field and method names for classfile of version lower than 49DRLVM tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64.Classlib text passed on windows.
modified gshimansky  /harmony/enhanced/classlib/trunk/depends/libs/linux.x86 02/08/2007 22:48:40 Applied HARMONY-3133 [drlvm][classloader] Add check of field and method names for classfile of version lower than 49DRLVM tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64.Classlib text passed on windows.
modified gshimansky  /harmony/enhanced/classlib/trunk/make/build-native.xml 02/08/2007 22:48:40 Applied HARMONY-3133 [drlvm][classloader] Add check of field and method names for classfile of version lower than 49DRLVM tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64.Classlib text passed on windows.
modified gshimansky  /harmony/enhanced/classlib/trunk/modules/text/src/main/native/text/unix/makefile 02/08/2007 22:48:40 Applied HARMONY-3133 [drlvm][classloader] Add check of field and method names for classfile of version lower than 49DRLVM tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64.Classlib text passed on windows.
modified gshimansky  /harmony/enhanced/drlvm/trunk/build/make/components/vm/vmcore.xml 02/08/2007 22:48:40 Applied HARMONY-3133 [drlvm][classloader] Add check of field and method names for classfile of version lower than 49DRLVM tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64.Classlib text passed on windows.
modified gshimansky  /harmony/enhanced/classlib/trunk/depends/libs/linux.x86_64 02/08/2007 22:48:40 Applied HARMONY-3133 [drlvm][classloader] Add check of field and method names for classfile of version lower than 49DRLVM tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64.Classlib text passed on windows.
modified gshimansky  /harmony/enhanced/classlib/trunk/modules/text/src/main/native/text/windows/makefile 02/08/2007 22:48:40 Applied HARMONY-3133 [drlvm][classloader] Add check of field and method names for classfile of version lower than 49DRLVM tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64.Classlib text passed on windows.
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Class_File_Loader.cpp 02/08/2007 22:48:40 Applied HARMONY-3133 [drlvm][classloader] Add check of field and method names for classfile of version lower than 49DRLVM tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64.Classlib text passed on windows.
modified gshimansky  /harmony/enhanced/classlib/trunk/modules/text/build.xml 02/08/2007 22:48:40 Applied HARMONY-3133 [drlvm][classloader] Add check of field and method names for classfile of version lower than 49DRLVM tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64.Classlib text passed on windows.
modified gshimansky  /harmony/enhanced/drlvm/trunk/build/make/targets/cunit.test.xml 02/08/2007 22:48:40 Applied HARMONY-3133 [drlvm][classloader] Add check of field and method names for classfile of version lower than 49DRLVM tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64.Classlib text passed on windows.
modified gshimansky  /harmony/enhanced/classlib/trunk/depends/libs/linux.x86 02/08/2007 22:48:40 Applied HARMONY-3133 [drlvm][classloader] Add check of field and method names for classfile of version lower than 49DRLVM tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64.Classlib text passed on windows.
modified gshimansky  /harmony/enhanced/drlvm/trunk/src/test/regression/H3027/run.test.xml 02/08/2007 20:52:25 Applied HARMONY-3141 [drlvm][testing] run of test regression/H3027 should be fixed to work on Win
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/tests/smoke/gc/PhantomReferenceTest.java 02/08/2007 18:26:58 Applied HARMONY-3137 [drlvm][smoke tests] smoke tests gc.WeakReferenceTest and gc.PhantomReferenceTest enhancementTests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/tests/smoke/gc/WeakReferenceTest.java 02/08/2007 18:26:58 Applied HARMONY-3137 [drlvm][smoke tests] smoke tests gc.WeakReferenceTest and gc.PhantomReferenceTest enhancementTests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
modified ayza  /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java/common/javax/swing/JTreeTest.java 02/08/2007 18:20:36 Applying fix for javax.swing.JTreeTest from HARMONY-1894 ([classlib][swing] j.s.JTreeTest hangs)
modified ayza  /harmony/enhanced/classlib/trunk/support/src/test/java/javax/swing/BasicSwingTestCase.java 02/08/2007 18:20:36 Applying fix for javax.swing.JTreeTest from HARMONY-1894 ([classlib][swing] j.s.JTreeTest hangs)
added odeakin  /harmony/enhanced/classlib/trunk/depends/libs/linux.ppc32/libICUInterface34.so 02/08/2007 17:36:58 Adding ICU dependencies for Linux PPC.
added odeakin  /harmony/enhanced/classlib/trunk/depends/libs/linux.ppc32 02/08/2007 17:36:58 Adding ICU dependencies for Linux PPC.
added odeakin  /harmony/enhanced/classlib/trunk/depends/libs/linux.ppc64/libicui18n.so.34 02/08/2007 17:36:58 Adding ICU dependencies for Linux PPC.
added odeakin  /harmony/enhanced/classlib/trunk/depends/libs/linux.ppc32/libicuuc.so.34 02/08/2007 17:36:58 Adding ICU dependencies for Linux PPC.
added odeakin  /harmony/enhanced/classlib/trunk/depends/libs/linux.ppc64/libICUInterface34.so 02/08/2007 17:36:58 Adding ICU dependencies for Linux PPC.
added odeakin  /harmony/enhanced/classlib/trunk/depends/libs/linux.ppc64 02/08/2007 17:36:58 Adding ICU dependencies for Linux PPC.
added odeakin  /harmony/enhanced/classlib/trunk/depends/libs/linux.ppc32/libicudata.so.34 02/08/2007 17:36:58 Adding ICU dependencies for Linux PPC.
added odeakin  /harmony/enhanced/classlib/trunk/depends/libs/linux.ppc64/libicuuc.so.34 02/08/2007 17:36:58 Adding ICU dependencies for Linux PPC.
added odeakin  /harmony/enhanced/classlib/trunk/depends/libs/linux.ppc64/libicudata.so.34 02/08/2007 17:36:58 Adding ICU dependencies for Linux PPC.
added odeakin  /harmony/enhanced/classlib/trunk/depends/libs/linux.ppc32/libicui18n.so.34 02/08/2007 17:36:58 Adding ICU dependencies for Linux PPC.
modified odeakin  /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hycpu.c 02/08/2007 17:17:51 Fixup ifdefs for Linux PPC platforms.
modified odeakin  /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/include/unix/hyportpg.h 02/08/2007 17:17:51 Fixup ifdefs for Linux PPC platforms.
modified odeakin  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/hysignal.h 02/08/2007 17:17:51 Fixup ifdefs for Linux PPC platforms.
modified odeakin  /harmony/enhanced/classlib/trunk/depends/build/platform/linux.s390x.mk 02/08/2007 17:07:24 Add svn:eol-style=native property to makefile includes.
modified odeakin  /harmony/enhanced/classlib/trunk/depends/build/platform/linux.ppc32.mk 02/08/2007 17:07:24 Add svn:eol-style=native property to makefile includes.
modified odeakin  /harmony/enhanced/classlib/trunk/depends/build/platform/linux.ppc64.mk 02/08/2007 17:07:24 Add svn:eol-style=native property to makefile includes.
modified odeakin  /harmony/enhanced/classlib/trunk/depends/build/platform/linux.s390.mk 02/08/2007 17:07:24 Add svn:eol-style=native property to makefile includes.
modified odeakin  /harmony/enhanced/classlib/trunk/depends/build/platform/linux.x86_64.mk 02/08/2007 17:07:24 Add svn:eol-style=native property to makefile includes.
modified odeakin  /harmony/enhanced/classlib/trunk/depends/build/platform/freebsd.x86.mk 02/08/2007 17:07:24 Add svn:eol-style=native property to makefile includes.
modified odeakin  /harmony/enhanced/classlib/trunk/depends/build/platform/linux.ia64.mk 02/08/2007 17:07:24 Add svn:eol-style=native property to makefile includes.
modified odeakin  /harmony/enhanced/classlib/trunk/depends/build/platform/linux.x86.mk 02/08/2007 17:07:24 Add svn:eol-style=native property to makefile includes.
modified odeakin  /harmony/enhanced/classlib/trunk/make/properties.xml 02/08/2007 17:01:04 Add properties for PPC 32/64bit.
added odeakin  /harmony/enhanced/classlib/trunk/depends/build/platform/linux.ppc32.mk 02/08/2007 16:34:36 Adding makefile includes for PPC linux platforms.
added odeakin  /harmony/enhanced/classlib/trunk/depends/build/platform/linux.ppc64.mk 02/08/2007 16:34:36 Adding makefile includes for PPC linux platforms.
modified ayza  /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java/common/javax/swing/JLabelTest.java 02/08/2007 16:27:46 Applying patch from HARMONY-2570 ([classlib][swing] javax.swing.DefaultListCellRenderer.UIResource.getInheritsPopupMenu() returns false). JLabelTest was removed from the exclude list.
modified ayza  /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicLabelUI.java 02/08/2007 16:27:46 Applying patch from HARMONY-2570 ([classlib][swing] javax.swing.DefaultListCellRenderer.UIResource.getInheritsPopupMenu() returns false). JLabelTest was removed from the exclude list.
modified ayza  /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java/common/javax/swing/plaf/basic/BasicLabelUITest.java 02/08/2007 16:27:46 Applying patch from HARMONY-2570 ([classlib][swing] javax.swing.DefaultListCellRenderer.UIResource.getInheritsPopupMenu() returns false). JLabelTest was removed from the exclude list.
modified ayza  /harmony/enhanced/classlib/trunk/modules/swing/make/exclude.common 02/08/2007 16:27:46 Applying patch from HARMONY-2570 ([classlib][swing] javax.swing.DefaultListCellRenderer.UIResource.getInheritsPopupMenu() returns false). JLabelTest was removed from the exclude list.
modified ayza  /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java/common/javax/swing/DefaultListCellRendererTest.java 02/08/2007 16:27:46 Applying patch from HARMONY-2570 ([classlib][swing] javax.swing.DefaultListCellRenderer.UIResource.getInheritsPopupMenu() returns false). JLabelTest was removed from the exclude list.
added varlax  /harmony/enhanced/drlvm/trunk/src/test/regression/H3130/CallNativeTest.c 02/08/2007 16:08:57 HARMONY-3130 [drlvm][interpreter] segfault in interpreter_execute_method
modified varlax  /harmony/enhanced/drlvm/trunk/vm/interpreter/src/interp_native_ia32.cpp 02/08/2007 16:08:57 HARMONY-3130 [drlvm][interpreter] segfault in interpreter_execute_method
modified varlax  /harmony/enhanced/drlvm/trunk/vm/interpreter/src/interp_native_ipf.cpp 02/08/2007 16:08:57 HARMONY-3130 [drlvm][interpreter] segfault in interpreter_execute_method
modified varlax  /harmony/enhanced/drlvm/trunk/vm/interpreter/src/interp_native_em64t.cpp 02/08/2007 16:08:57 HARMONY-3130 [drlvm][interpreter] segfault in interpreter_execute_method
added varlax  /harmony/enhanced/drlvm/trunk/src/test/regression/H3130 02/08/2007 16:08:57 HARMONY-3130 [drlvm][interpreter] segfault in interpreter_execute_method
added varlax  /harmony/enhanced/drlvm/trunk/src/test/regression/H3130/run.test.xml 02/08/2007 16:08:57 HARMONY-3130 [drlvm][interpreter] segfault in interpreter_execute_method
added varlax  /harmony/enhanced/drlvm/trunk/src/test/regression/H3130/CallNativeTest.java 02/08/2007 16:08:57 HARMONY-3130 [drlvm][interpreter] segfault in interpreter_execute_method
modified hindessm  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/unix 02/08/2007 15:44:20 Added new svn:ignore for the (now-generated) .exp files.Also fixed eol characters on the modules/text/src/main/native/text/unixsvn:ignore property.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix 02/08/2007 15:44:20 Added new svn:ignore for the (now-generated) .exp files.Also fixed eol characters on the modules/text/src/main/native/text/unixsvn:ignore property.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix 02/08/2007 15:44:20 Added new svn:ignore for the (now-generated) .exp files.Also fixed eol characters on the modules/text/src/main/native/text/unixsvn:ignore property.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/unix 02/08/2007 15:44:20 Added new svn:ignore for the (now-generated) .exp files.Also fixed eol characters on the modules/text/src/main/native/text/unixsvn:ignore property.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix 02/08/2007 15:44:20 Added new svn:ignore for the (now-generated) .exp files.Also fixed eol characters on the modules/text/src/main/native/text/unixsvn:ignore property.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/unix 02/08/2007 15:44:20 Added new svn:ignore for the (now-generated) .exp files.Also fixed eol characters on the modules/text/src/main/native/text/unixsvn:ignore property.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/unix 02/08/2007 15:44:20 Added new svn:ignore for the (now-generated) .exp files.Also fixed eol characters on the modules/text/src/main/native/text/unixsvn:ignore property.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/vmi/unix 02/08/2007 15:44:20 Added new svn:ignore for the (now-generated) .exp files.Also fixed eol characters on the modules/text/src/main/native/text/unixsvn:ignore property.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix 02/08/2007 15:44:20 Added new svn:ignore for the (now-generated) .exp files.Also fixed eol characters on the modules/text/src/main/native/text/unixsvn:ignore property.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/jpegdecoder/unix 02/08/2007 15:44:20 Added new svn:ignore for the (now-generated) .exp files.Also fixed eol characters on the modules/text/src/main/native/text/unixsvn:ignore property.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/text/src/main/native/text/unix 02/08/2007 15:44:20 Added new svn:ignore for the (now-generated) .exp files.Also fixed eol characters on the modules/text/src/main/native/text/unixsvn:ignore property.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/unix 02/08/2007 15:44:20 Added new svn:ignore for the (now-generated) .exp files.Also fixed eol characters on the modules/text/src/main/native/text/unixsvn:ignore property.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/unix 02/08/2007 15:44:20 Added new svn:ignore for the (now-generated) .exp files.Also fixed eol characters on the modules/text/src/main/native/text/unixsvn:ignore property.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix 02/08/2007 15:44:20 Added new svn:ignore for the (now-generated) .exp files.Also fixed eol characters on the modules/text/src/main/native/text/unixsvn:ignore property.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/unix 02/08/2007 15:44:20 Added new svn:ignore for the (now-generated) .exp files.Also fixed eol characters on the modules/text/src/main/native/text/unixsvn:ignore property.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/unix 02/08/2007 15:44:20 Added new svn:ignore for the (now-generated) .exp files.Also fixed eol characters on the modules/text/src/main/native/text/unixsvn:ignore property.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/unix 02/08/2007 15:44:20 Added new svn:ignore for the (now-generated) .exp files.Also fixed eol characters on the modules/text/src/main/native/text/unixsvn:ignore property.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/zlib/unix 02/08/2007 15:44:20 Added new svn:ignore for the (now-generated) .exp files.Also fixed eol characters on the modules/text/src/main/native/text/unixsvn:ignore property.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/unix 02/08/2007 15:44:20 Added new svn:ignore for the (now-generated) .exp files.Also fixed eol characters on the modules/text/src/main/native/text/unixsvn:ignore property.
modified smishura  /harmony/enhanced/classlib/trunk/modules/security/src/test/api/java/org/apache/harmony/security/tests/java/security/SecurityTest.java 02/08/2007 14:56:59 Merge tests for Security.(g|s)etProperty()
modified smishura  /harmony/enhanced/classlib/trunk/modules/security/src/test/api/java/org/apache/harmony/security/tests/java/security/Security2Test.java 02/08/2007 14:56:59 Merge tests for Security.(g|s)etProperty()
modified liangyx  /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/GregorianCalendar.java 02/08/2007 14:56:29 Fix HARMONY-3004([classlib][luni]GregorianCalendar.getActualMaximum(Calendar.DST_OFFSET) always return 0)
modified liangyx  /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/GregorianCalendarTest.java 02/08/2007 14:56:29 Fix HARMONY-3004([classlib][luni]GregorianCalendar.getActualMaximum(Calendar.DST_OFFSET) always return 0)
modified liangyx  /harmony/enhanced/classlib/trunk/modules/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/JarExecTest.java 02/08/2007 13:11:54 Fix HARMONY-1671 by specifying the charset as iso-8859-1 when decoding and encoding java class file
modified smishura  /harmony/enhanced/classlib/trunk/modules/security/src/test/api/java/org/apache/harmony/security/tests/java/security/SecurityTest.java 02/08/2007 11:43:42 Merge tests for java.security.Security#getProvider(String)
modified smishura  /harmony/enhanced/classlib/trunk/modules/security/src/test/api/java/org/apache/harmony/security/tests/java/security/Security2Test.java 02/08/2007 11:43:42 Merge tests for java.security.Security#getProvider(String)
modified liangyx  /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/util/GregorianCalendar.java 02/08/2007 11:28:58 Change the minimum value of DAY_OF_WEEK_IN_MONTH from -1 to 1
modified liangyx  /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/tests/api/java/util/GregorianCalendarTest.java 02/08/2007 11:28:58 Change the minimum value of DAY_OF_WEEK_IN_MONTH from -1 to 1
modified ayza  /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/undo/UndoManager.java 02/07/2007 22:36:25 Applying patch from HARMONY-2538 ([classlib][swing] javax.swing.undo.UndoManager.setLimit(int) throws unspecified ArrayIndexOutOfBoundsException)
modified ayza  /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java/common/javax/swing/undo/UndoManagerTest.java 02/07/2007 22:36:25 Applying patch from HARMONY-2538 ([classlib][swing] javax.swing.undo.UndoManager.setLimit(int) throws unspecified ArrayIndexOutOfBoundsException)
added hindessm  /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/unix/exports.txt 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
deleted hindessm  /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/libhyprt.exp 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/unix/makefile 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
added hindessm  /harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/unix/exports.txt 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/unix/makefile 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/unix/makefile 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/unix/makefile 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
added hindessm  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/unix/exports.txt 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/unix/makefile 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
deleted hindessm  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/libX11Wrapper.exp 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
deleted hindessm  /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/unix/libhythr.exp 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
added hindessm  /harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/unix/exports.txt 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
added hindessm  /harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/unix/exports.txt 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
deleted hindessm  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/jpegdecoder/unix/libjpegdecoder.exp 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
added hindessm  /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/zlib/unix/exports.txt 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
added hindessm  /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/unix/exports.txt 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
deleted hindessm  /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/zlib/unix/libhyzlib.exp 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
added hindessm  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/unix/exports.txt 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
deleted hindessm  /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/unix/libhyarchive.exp 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
deleted hindessm  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/libhyluni.exp 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix/makefile 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/makefile 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/unix/makefile 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/unix/makefile 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/vmi/unix/makefile 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
deleted hindessm  /harmony/enhanced/classlib/trunk/modules/text/src/main/native/text/unix/libhytext.exp 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
added hindessm  /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/exports.txt 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
deleted hindessm  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/unix/liboglwrapper.exp 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
deleted hindessm  /harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/unix/libhynio.exp 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/jpegdecoder/unix/makefile 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
added hindessm  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/vmi/unix/exports.txt 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
added hindessm  /harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/unix/exports.txt 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/text/src/main/native/text/unix/makefile 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
modified hindessm  /harmony/enhanced/classlib/trunk/depends/build/rules.mk 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
deleted hindessm  /harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/unix/libhyauth.exp 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
added hindessm  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/exports.txt 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
deleted hindessm  /harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/unix/libaccessors.exp 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
added hindessm  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/jpegdecoder/unix/exports.txt 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
deleted hindessm  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/unix/liblinuxfont.exp 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
added hindessm  /harmony/enhanced/classlib/trunk/modules/text/src/main/native/text/unix/exports.txt 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/unix/makefile 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/makefile 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
deleted hindessm  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/unix/liblcmm.exp 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/zlib/unix/makefile 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/unix/makefile 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
added hindessm  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/exports.txt 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
deleted hindessm  /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix/libhysig.exp 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
added hindessm  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/unix/exports.txt 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
deleted hindessm  /harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/unix/libjpegencoder.exp 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
deleted hindessm  /harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/unix/libhyinstrument.exp 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/makefile 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
deleted hindessm  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/vmi/unix/libvmi.exp 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/unix/makefile 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
added hindessm  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/exports.txt 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
added hindessm  /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix/exports.txt 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
deleted hindessm  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/libgl.exp 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
added hindessm  /harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/unix/exports.txt 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/makefile 02/07/2007 22:31:35 Move unix export lists to a file to allow specific formats to be generated.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/unix/libjpegencoder.exp 02/07/2007 22:02:32 Fixing .so name.
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jvmti/jvmti_event.cpp 02/07/2007 20:28:46 Applied HARMONY-2933 [drlvm][vmcore][jit] Unsynchronized linked list modificationTests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/include/environment.h 02/07/2007 20:28:46 Applied HARMONY-2933 [drlvm][vmcore][jit] Unsynchronized linked list modificationTests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Environment.cpp 02/07/2007 20:28:46 Applied HARMONY-2933 [drlvm][vmcore][jit] Unsynchronized linked list modificationTests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/native_stack.cpp 02/07/2007 20:28:46 Applied HARMONY-2933 [drlvm][vmcore][jit] Unsynchronized linked list modificationTests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jit/compile.cpp 02/07/2007 20:28:46 Applied HARMONY-2933 [drlvm][vmcore][jit] Unsynchronized linked list modificationTests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
modified varlax  /harmony/enhanced/drlvm/trunk/build/custom/msvc_2003/gc_gen/gc_gen.vcproj 02/07/2007 20:03:35 Updated MSVC 2003 project files
modified varlax  /harmony/enhanced/drlvm/trunk/build/custom/msvc_2003/vmcore/vmcore.vcproj 02/07/2007 20:03:35 Updated MSVC 2003 project files
modified varlax  /harmony/enhanced/drlvm/trunk/build/custom/msvc_2003/jitrino/jitrino.vcproj 02/07/2007 20:03:35 Updated MSVC 2003 project files
modified ayza  /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/JTabbedPane.java 02/07/2007 20:00:28 Applying patch from HARMONY-2515 ([classlib][swing] javax.swing.JTabbedPane.add(component, -1) throws unspecified ArrayIndexOutOfBoundsException)
modified ayza  /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java/common/javax/swing/JTabbedPaneRTest.java 02/07/2007 20:00:28 Applying patch from HARMONY-2515 ([classlib][swing] javax.swing.JTabbedPane.add(component, -1) throws unspecified ArrayIndexOutOfBoundsException)
modified varlax  /harmony/enhanced/drlvm/trunk/build/make/targets/reg.test.run.xml 02/07/2007 19:57:56 Postfix to HARMONY-2540 [drlvm][testing] Regression Testing Infrastructure implementation.1) Now target reg.test fails if some testcases failed;2) Indentation fixed.
modified varlax  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/classloader.cpp 02/07/2007 19:29:08 Applied HARMONY-2264 [drlvm] race condition in ClassLoader::LookupLoader
modified varlax  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/jni/jni_utils.cpp 02/07/2007 19:29:08 Applied HARMONY-2264 [drlvm] race condition in ClassLoader::LookupLoader
modified varlax  /harmony/enhanced/drlvm/trunk/vm/vmcore/include/jni_utils.h 02/07/2007 19:29:08 Applied HARMONY-2264 [drlvm] race condition in ClassLoader::LookupLoader
modified varlax  /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/devirtualizer.h 02/07/2007 19:19:33 Applied HARMONY-3121 [drlvm][jit][opt] Dacapo.eclipse crashes on the second iteration in -Xem:server mode.Tested on SUSE10 ia32
modified varlax  /harmony/enhanced/drlvm/trunk/vm/em/src/NValueProfileCollector.cpp 02/07/2007 19:19:33 Applied HARMONY-3121 [drlvm][jit][opt] Dacapo.eclipse crashes on the second iteration in -Xem:server mode.Tested on SUSE10 ia32
added varlax  /harmony/enhanced/drlvm/trunk/src/test/regression/H3121/H3121.java 02/07/2007 19:19:33 Applied HARMONY-3121 [drlvm][jit][opt] Dacapo.eclipse crashes on the second iteration in -Xem:server mode.Tested on SUSE10 ia32
modified varlax  /harmony/enhanced/drlvm/trunk/vm/jitrino/src/optimizer/devirtualizer.cpp 02/07/2007 19:19:33 Applied HARMONY-3121 [drlvm][jit][opt] Dacapo.eclipse crashes on the second iteration in -Xem:server mode.Tested on SUSE10 ia32
added varlax  /harmony/enhanced/drlvm/trunk/src/test/regression/H3121 02/07/2007 19:19:33 Applied HARMONY-3121 [drlvm][jit][opt] Dacapo.eclipse crashes on the second iteration in -Xem:server mode.Tested on SUSE10 ia32
modified varlax  /harmony/enhanced/drlvm/trunk/vm/jitrino/src/dynopt/ValueProfiler.cpp 02/07/2007 19:19:33 Applied HARMONY-3121 [drlvm][jit][opt] Dacapo.eclipse crashes on the second iteration in -Xem:server mode.Tested on SUSE10 ia32
added varlax  /harmony/enhanced/drlvm/trunk/src/test/regression/H3121/run.test.xml 02/07/2007 19:19:33 Applied HARMONY-3121 [drlvm][jit][opt] Dacapo.eclipse crashes on the second iteration in -Xem:server mode.Tested on SUSE10 ia32
added varlax  /harmony/enhanced/drlvm/trunk/src/test/regression/H2899 02/07/2007 19:02:30 Added regression test for HARMONY-2899
added varlax  /harmony/enhanced/drlvm/trunk/src/test/regression/H2899/ManyArgsTest.java 02/07/2007 19:02:30 Added regression test for HARMONY-2899
added varlax  /harmony/enhanced/drlvm/trunk/src/test/regression/H2899/run.test.xml 02/07/2007 19:02:30 Added regression test for HARMONY-2899
added varlax  /harmony/enhanced/drlvm/trunk/src/test/regression/H2899/ManyArgs.cpp 02/07/2007 19:02:30 Added regression test for HARMONY-2899
modified varlax  /harmony/enhanced/drlvm/trunk/vm/port/src/encoder/ia32_em64t/encoder.inl 02/07/2007 18:36:27 Applied HARMONY-3129 [drlvm][intel64][lil]race condition and buffer overruns in LIL codegenTested on SUSE9@x64 and SUSE9@ia32
modified varlax  /harmony/enhanced/drlvm/trunk/vm/port/src/lil/em64t/pim/include/lil_code_generator_em64t.h 02/07/2007 18:36:27 Applied HARMONY-3129 [drlvm][intel64][lil]race condition and buffer overruns in LIL codegenTested on SUSE9@x64 and SUSE9@ia32
modified varlax  /harmony/enhanced/drlvm/trunk/vm/port/src/lil/em64t/pim/lil_code_generator_em64t.cpp 02/07/2007 18:36:27 Applied HARMONY-3129 [drlvm][intel64][lil]race condition and buffer overruns in LIL codegenTested on SUSE9@x64 and SUSE9@ia32
modified apetrenko  /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicTextAreaUI.java 02/07/2007 18:04:53 Patch for HARMONY-3132 "[classlib][swing] j.s.plaf.basic.BasicTextAreaUI has compiler warnings"
modified ayza  /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java/common/javax/swing/JSeparatorTest.java 02/07/2007 18:04:22 Applying patch from HARMONY-2631 ([classlib][swing] javax.swing.JPopupMenu.Separator.isFocusable() returns true while RI returns false)
modified ayza  /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java/common/javax/swing/JPopupMenuTest.java 02/07/2007 18:04:22 Applying patch from HARMONY-2631 ([classlib][swing] javax.swing.JPopupMenu.Separator.isFocusable() returns true while RI returns false)
modified ayza  /harmony/enhanced/classlib/trunk/modules/swing/make/exclude.common 02/07/2007 18:04:22 Applying patch from HARMONY-2631 ([classlib][swing] javax.swing.JPopupMenu.Separator.isFocusable() returns true while RI returns false)
modified ayza  /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/JSeparator.java 02/07/2007 18:04:22 Applying patch from HARMONY-2631 ([classlib][swing] javax.swing.JPopupMenu.Separator.isFocusable() returns true while RI returns false)
modified varlax  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/Package.java 02/07/2007 17:18:43 Final fix for HARMONY-2470.
modified varlax  /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/PackageTest.java 02/07/2007 17:18:43 Final fix for HARMONY-2470.
modified varlax  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/javasrc/java/lang/Package.java 02/07/2007 17:18:43 Final fix for HARMONY-2470.
modified varlax  /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/PackageTest.java 02/07/2007 17:18:43 Final fix for HARMONY-2470.
modified apetrenko  /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/org/apache/harmony/x/swing/internal/nls/messages.properties 02/07/2007 15:03:40 The patch for HARMONY-1750 has been reverted.The issue covered by more general patch of HARMONY-2782
modified apetrenko  /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultCaret.java 02/07/2007 15:03:40 The patch for HARMONY-1750 has been reverted.The issue covered by more general patch of HARMONY-2782
deleted smishura  /harmony/enhanced/classlib/trunk/modules/security/src/test/api/java/tests/api/java/security/PrincipalTest.java 02/07/2007 11:43:05 Move test to correct module('auth')
modified smishura  /harmony/enhanced/classlib/trunk/modules/auth/src/test/java/common/javax/security/auth/x500/X500PrincipalTest.java 02/07/2007 11:43:05 Move test to correct module('auth')
modified smishura  /harmony/enhanced/classlib/trunk/make/properties.xml 02/07/2007 11:31:55 Apply patch for HARMONY-3120:[classlib][ex-lists] exclude list should be processed properly even if no new-line at the file end.
modified hindessm  /harmony/enhanced/classlib/trunk/depends/build/rules.mk 02/07/2007 03:52:59 Removing old ARFLAGS.
modified hindessm  /harmony/enhanced/classlib/trunk/depends/build/defines.mk 02/07/2007 03:52:03 Setting default ARFLAGS.
modified hindessm  /harmony/enhanced/classlib/trunk/depends/build/rules.mk 02/07/2007 03:42:35 Aix needs extra flags to $(AR).
modified tellison  /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/org/apache/harmony/nio/internal/SelectorImpl.java 02/06/2007 23:26:11 Apply patch HARMONY-3122 ([classlib][nio]refine Selector.select() implementation)
modified tellison  /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/platform/INetworkSystem.java 02/06/2007 23:26:11 Apply patch HARMONY-3122 ([classlib][nio]refine Selector.select() implementation)
modified tellison  /harmony/enhanced/classlib/trunk/modules/nio/src/main/java/org/apache/harmony/nio/internal/ServerSocketChannelImpl.java 02/06/2007 23:26:11 Apply patch HARMONY-3122 ([classlib][nio]refine Selector.select() implementation)
modified tellison  /harmony/enhanced/classlib/trunk/modules/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/SocketChannelTest.java 02/06/2007 23:26:11 Apply patch HARMONY-3122 ([classlib][nio]refine Selector.select() implementation)
modified tellison  /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/platform/OSNetworkSystem.java 02/06/2007 23:26:11 Apply patch HARMONY-3122 ([classlib][nio]refine Selector.select() implementation)
modified ayza  /harmony/enhanced/classlib/trunk/modules/math/src/main/java/java/math/BigDecimal.java 02/06/2007 21:18:31 Applying patch from HARMONY-2429 ([classlib][math] java.math.BigDecimal(-0.0) returns wrong object)
modified ayza  /harmony/enhanced/classlib/trunk/modules/math/src/test/java/tests/api/java/math/BigDecimalTest.java 02/06/2007 21:18:31 Applying patch from HARMONY-2429 ([classlib][math] java.math.BigDecimal(-0.0) returns wrong object)
modified hindessm  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/fltconst.h 02/06/2007 20:32:44 Adding defines for 64bit and big endian platforms.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/include/shared/hycomp.h 02/06/2007 20:32:44 Adding defines for 64bit and big endian platforms.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/bigint.c 02/06/2007 20:32:44 Adding defines for 64bit and big endian platforms.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/cbigint.c 02/06/2007 20:32:44 Adding defines for 64bit and big endian platforms.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/fltparse.c 02/06/2007 20:32:44 Adding defines for 64bit and big endian platforms.
modified apetrenko  /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicTextAreaUI.java 02/06/2007 20:27:42 Updated patch for HARMONY-2602 "[classlib][swing][plaf] javax.swing.plaf.basic.BasicTextAreaUI.create(null) doesn't throw NPE"
modified tellison  /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/InetAddress.java 02/06/2007 20:19:13 Apply patch HARMONY-2973 ([classlib] [luni] Concerns about synchronization in java.net.InetAddress)
modified apetrenko  /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/colorchooser/SwatchesPanel.java 02/06/2007 20:15:00 Patch for HARMONY-2711 "[classlib][swing] j.s.JColorChooser should use "ColorChooser.swatchesDefaultRecentColor" L&F key"
modified ayza  /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/DefaultListCellRenderer.java 02/06/2007 20:02:52 Applying patch from HARMONY-2572 ([classlib][swing] javax.swing.DefaultListCellRenderer.isOpaque()returns false)
modified ayza  /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java/common/javax/swing/DefaultListCellRendererTest.java 02/06/2007 20:02:52 Applying patch from HARMONY-2572 ([classlib][swing] javax.swing.DefaultListCellRenderer.isOpaque()returns false)
modified apetrenko  /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/AWTCaret.java 02/06/2007 19:29:39 Patch for HARMONY-2782 "[classlib][swing] j.s.text.DefaultCaret.install doesn't throw NPE whereas RI does"
modified apetrenko  /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/JTextComponent.java 02/06/2007 19:29:39 Patch for HARMONY-2782 "[classlib][swing] j.s.text.DefaultCaret.install doesn't throw NPE whereas RI does"
modified apetrenko  /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/text/DefaultCaret.java 02/06/2007 19:29:39 Patch for HARMONY-2782 "[classlib][swing] j.s.text.DefaultCaret.install doesn't throw NPE whereas RI does"
modified apetrenko  /harmony/enhanced/classlib/trunk/modules/awt/src/main/java/common/org/apache/harmony/awt/text/TextCaret.java 02/06/2007 19:29:39 Patch for HARMONY-2782 "[classlib][swing] j.s.text.DefaultCaret.install doesn't throw NPE whereas RI does"
modified ayza  /harmony/enhanced/classlib/trunk/modules/swing/make/exclude.common 02/06/2007 19:22:03 Removing JEditorPaneTest from the exclude list since I cannot reproduce any failures neither on Windows nor on Linux (on IA32)
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_utils.cpp 02/06/2007 19:16:48 Applied HARMONY-2825 additional spelling corrections in comments
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_dataflow.cpp 02/06/2007 19:16:48 Applied HARMONY-2825 additional spelling corrections in comments
modified ayza  /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/JEditorPane.java 02/06/2007 19:16:29 Committing patch from HARMONY-2573 ([classlib][swing] javax.swing.JEditorPane.isFocusCycleRoot() returns false while RI returns true)
modified ayza  /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java/common/javax/swing/JEditorPaneTest.java 02/06/2007 19:16:29 Committing patch from HARMONY-2573 ([classlib][swing] javax.swing.JEditorPane.isFocusCycleRoot() returns false while RI returns true)
modified hindessm  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/include/shared/hymagic.h 02/06/2007 19:13:27 Don't force this to little endian.
added gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_lang_management_MemoryPoolMXBeanImpl.cpp 02/06/2007 18:48:10 Applied HARMONY-1821 [drlvm] java.lang.management supportClasslib tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
added gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_lang_management_MemoryManagerMXBeanImpl.cpp 02/06/2007 18:48:10 Applied HARMONY-1821 [drlvm] java.lang.management supportClasslib tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
added gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_lang_management_ClassLoadingMXBeanImpl.cpp 02/06/2007 18:48:10 Applied HARMONY-1821 [drlvm] java.lang.management supportClasslib tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
added gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_lang_management_GarbageCollectorMXBeanImpl.h 02/06/2007 18:48:10 Applied HARMONY-1821 [drlvm] java.lang.management supportClasslib tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
added gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_lang_management_MemoryPoolMXBeanImpl.h 02/06/2007 18:48:10 Applied HARMONY-1821 [drlvm] java.lang.management supportClasslib tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
added gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_lang_management_ThreadMXBeanImpl.cpp 02/06/2007 18:48:10 Applied HARMONY-1821 [drlvm] java.lang.management supportClasslib tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
added gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_lang_management_ClassLoadingMXBeanImpl.h 02/06/2007 18:48:10 Applied HARMONY-1821 [drlvm] java.lang.management supportClasslib tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
added gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_lang_management_MemoryManagerMXBeanImpl.h 02/06/2007 18:48:10 Applied HARMONY-1821 [drlvm] java.lang.management supportClasslib tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
added gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_lang_management_MemoryMXBeanImpl.cpp 02/06/2007 18:48:10 Applied HARMONY-1821 [drlvm] java.lang.management supportClasslib tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
added gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_lang_management_ThreadMXBeanImpl.h 02/06/2007 18:48:10 Applied HARMONY-1821 [drlvm] java.lang.management supportClasslib tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
added gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_lang_management_MemoryMXBeanImpl.h 02/06/2007 18:48:10 Applied HARMONY-1821 [drlvm] java.lang.management supportClasslib tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
added gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_lang_management_CompilationMXBeanImpl.cpp 02/06/2007 18:48:10 Applied HARMONY-1821 [drlvm] java.lang.management supportClasslib tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
added gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_lang_management_CompilationMXBeanImpl.h 02/06/2007 18:48:10 Applied HARMONY-1821 [drlvm] java.lang.management supportClasslib tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
added gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_lang_management_RuntimeMXBeanImpl.cpp 02/06/2007 18:48:10 Applied HARMONY-1821 [drlvm] java.lang.management supportClasslib tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
added gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_lang_management_MemoryNotificationThreadShutdown.cpp 02/06/2007 18:48:10 Applied HARMONY-1821 [drlvm] java.lang.management supportClasslib tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
added gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_lang_management_RuntimeMXBeanImpl.h 02/06/2007 18:48:10 Applied HARMONY-1821 [drlvm] java.lang.management supportClasslib tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
added gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_lang_management_MemoryNotificationThread.cpp 02/06/2007 18:48:10 Applied HARMONY-1821 [drlvm] java.lang.management supportClasslib tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
added gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_lang_management_MemoryNotificationThreadShutdown.h 02/06/2007 18:48:10 Applied HARMONY-1821 [drlvm] java.lang.management supportClasslib tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
added gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_lang_management_GarbageCollectorMXBeanImpl.cpp 02/06/2007 18:48:10 Applied HARMONY-1821 [drlvm] java.lang.management supportClasslib tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
added gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_lang_management_MemoryNotificationThread.h 02/06/2007 18:48:10 Applied HARMONY-1821 [drlvm] java.lang.management supportClasslib tests passed on Ubuntu6 x86, Windows 2003 server x86 and SuSE9 x86_64
modified apetrenko  /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java/common/javax/swing/undo/StateEditTest.java 02/06/2007 18:42:20 Regression test for HARMONY-2844 "[classlib][swing] j.s.undo.StateEdit.init does not throw NPE on Harmony"The issue itself was fixed as part of HARMONY-2536
modified apetrenko  /harmony/enhanced/classlib/trunk/modules/swing/make/exclude.common 02/06/2007 18:08:07 javax.swing.plaf.basic.BasicOptionPaneUI_ButtonAreaLayoutTest has been removed from exclude list.It looks passing now.
modified apetrenko  /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/plaf/basic/BasicOptionPaneUI.java 02/06/2007 18:05:50 Patch for HARMONY-2900 "[classlib][swing] j.s.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout.preferredLayoutSize(null) throws NPE"
modified apetrenko  /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java/common/javax/swing/plaf/basic/BasicOptionPaneUI_ButtonAreaLayoutTest.java 02/06/2007 18:05:50 Patch for HARMONY-2900 "[classlib][swing] j.s.plaf.basic.BasicOptionPaneUI.ButtonAreaLayout.preferredLayoutSize(null) throws NPE"
modified hindessm  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSMemoryLinux32.c 02/06/2007 16:12:04 Fix isLittleEndianImpl to do a proper test so it can return the right answeron BigEndian platforms.Minor fix for compiling on Aix where PAGE_SIZE is already defined.
modified hindessm  /harmony/enhanced/classlib/trunk/modules/archive/src/main/native/zlib/unix/makefile 02/06/2007 16:08:12 Should append to LDFLAGS not replace them.
modified smishura  /harmony/enhanced/drlvm/trunk/build/make/targets/cunit.test.xml 02/06/2007 12:56:36 Apply additional pacth for HARMONY-3009:[drlvm][testing] generation of results of cunit test run in html view
modified varlax  /harmony/enhanced/drlvm/trunk/vm/vmcore/include/Class.h 02/06/2007 12:45:51 Dummy params cleaned, IPF compilation fixed.
modified varlax  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/ipf/base/jit_runtime_support_ipf.cpp 02/06/2007 12:45:51 Dummy params cleaned, IPF compilation fixed.
modified wjwashburn  /harmony/enhanced/drlvm/trunk/vm/thread/src/thread_private.h 02/06/2007 01:50:22 Harmony-3107, changes TLS access from APR to thread-local variable for x86_64 linuxbuild and build test passes on winxp and RHEL 4 w/ gcc4.0.2
modified ayza  /harmony/enhanced/classlib/trunk/modules/swing/src/test/api/java/common/javax/swing/border/BevelBorderTest.java 02/06/2007 00:11:30 Applying patch from HARMONY-2590 ([classlib][swing][plaf] javax.swing.plaf.BorderUIResource.BevelBorderUIResource(int) throws unspecified InvalidParameterException)
modified ayza  /harmony/enhanced/classlib/trunk/modules/swing/make/exclude.windows.x86.ibm 02/06/2007 00:11:30 Applying patch from HARMONY-2590 ([classlib][swing][plaf] javax.swing.plaf.BorderUIResource.BevelBorderUIResource(int) throws unspecified InvalidParameterException)
modified ayza  /harmony/enhanced/classlib/trunk/modules/swing/src/main/java/common/javax/swing/border/BevelBorder.java 02/06/2007 00:11:30 Applying patch from HARMONY-2590 ([classlib][swing][plaf] javax.swing.plaf.BorderUIResource.BevelBorderUIResource(int) throws unspecified InvalidParameterException)
add cc-drlvm log20070205232121Lbuild.14 02/05/2007 23:21:21drlvm
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Initialize.cpp 02/05/2007 23:16:00 Applied HARMONY-2825 and HARMONY-2826 - spelling correction in comments and messages.
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/C_Interface.cpp 02/05/2007 23:16:00 Applied HARMONY-2825 and HARMONY-2826 - spelling correction in comments and messages.
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Environment.cpp 02/05/2007 23:16:00 Applied HARMONY-2825 and HARMONY-2826 - spelling correction in comments and messages.
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/Verifier.cpp 02/05/2007 23:16:00 Applied HARMONY-2825 and HARMONY-2826 - spelling correction in comments and messages.
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/class_impl.cpp 02/05/2007 23:16:00 Applied HARMONY-2825 and HARMONY-2826 - spelling correction in comments and messages.
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_utils.cpp 02/05/2007 23:16:00 Applied HARMONY-2825 and HARMONY-2826 - spelling correction in comments and messages.
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_dataflow.cpp 02/05/2007 23:16:00 Applied HARMONY-2825 and HARMONY-2826 - spelling correction in comments and messages.
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/method_lookup.cpp 02/05/2007 23:16:00 Applied HARMONY-2825 and HARMONY-2826 - spelling correction in comments and messages.
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Class_File_Loader.cpp 02/05/2007 23:16:00 Applied HARMONY-2825 and HARMONY-2826 - spelling correction in comments and messages.
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/Graph.cpp 02/05/2007 23:16:00 Applied HARMONY-2825 and HARMONY-2826 - spelling correction in comments and messages.
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/classloader.cpp 02/05/2007 23:16:00 Applied HARMONY-2825 and HARMONY-2826 - spelling correction in comments and messages.
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/class_support/Prepare.cpp 02/05/2007 23:16:00 Applied HARMONY-2825 and HARMONY-2826 - spelling correction in comments and messages.
modified gshimansky  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/verifier/ver_real.h 02/05/2007 23:16:00 Applied HARMONY-2825 and HARMONY-2826 - spelling correction in comments and messages.
modified ayza  /harmony/enhanced/drlvm/trunk/build/make/setup.xml 02/05/2007 23:13:35 The ANT version check was corrected in DRLVM build. Now build script accepts all versions above 1.6.5. This is a fix for HARMONY-2869 ([drlvm] [build] build fails on ant 1.7)
add cc-classlib log20070205230257Lbuild.15 02/05/2007 23:02:57classlib
modified smishura  /harmony/enhanced/drlvm/trunk/build/make/targets/smoke.test.xml 02/05/2007 20:45:07 Apply patch for HARMONY-3119:[drlvm][smoke.tests] report files in xml format should be more 'junit-like'
modified apetrenko  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/unix/liblinuxfont.exp 02/05/2007 19:35:41 Patch for HARMONY-3114 "[classlib][awt] Some UnsitisfiedLinkErrors in LinuxNativeFont"
modified apetrenko  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/unix/include/org_apache_harmony_awt_gl_font_LinuxNativeFont.h 02/05/2007 19:35:41 Patch for HARMONY-3114 "[classlib][awt] Some UnsitisfiedLinkErrors in LinuxNativeFont"
added tellison  /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/org/apache/harmony/tests/java/net/test_protocol/Handler.java 02/05/2007 19:13:59 Apply patch HARMONY-3094 ([classlib][luni] java.net.URL.setupStreamHandler() works incorrectly if set System property "java.protocol.handler.pkgs")
added tellison  /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/org/apache/harmony/tests/java/net/test_protocol 02/05/2007 19:13:59 Apply patch HARMONY-3094 ([classlib][luni] java.net.URL.setupStreamHandler() works incorrectly if set System property "java.protocol.handler.pkgs")
modified tellison  /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/URL.java 02/05/2007 19:13:59 Apply patch HARMONY-3094 ([classlib][luni] java.net.URL.setupStreamHandler() works incorrectly if set System property "java.protocol.handler.pkgs")
modified tellison  /harmony/enhanced/classlib/trunk/modules/luni/src/test/java/org/apache/harmony/tests/java/net/URLTest.java 02/05/2007 19:13:59 Apply patch HARMONY-3094 ([classlib][luni] java.net.URL.setupStreamHandler() works incorrectly if set System property "java.protocol.handler.pkgs")
modified varlax  /harmony/enhanced/drlvm/trunk/vm/jitrino/src/codegenerator/ia32/Ia32BBPolling.cpp 02/05/2007 19:09:45 Applied HARMONY-2056 [drlvm][jit] Jitrino.OPT's bpp.version=1 does not insert a polling code to every backedgeJust a comment fixed
modified varlax  /harmony/enhanced/drlvm/trunk/vm/vmcore/src/util/ipf/base/jit_runtime_support_ipf.cpp 02/05/2007 18:49:34 IPF compilation fix after H-3087
modified smishura  /harmony/enhanced/classlib/trunk/modules/luni/make/exclude.windows.x86.drl.interm 02/05/2007 17:38:29 Apply patch for HARMONY-3118:[luni][exclude] entry in the exclude.windows.x86.drl.interm file has invalid format
modified pyang  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/nethelp.h 02/05/2007 17:10:11 Apply patch for HARMONY-3106 ([classlib][luni]add some cache ids to improve performance and rename JCL to Harmony)
modified pyang  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/netif.c 02/05/2007 17:10:11 Apply patch for HARMONY-3106 ([classlib][luni]add some cache ids to improve performance and rename JCL to Harmony)
modified pyang  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/windows/OSNetworkSystemWin32.c 02/05/2007 17:10:11 Apply patch for HARMONY-3106 ([classlib][luni]add some cache ids to improve performance and rename JCL to Harmony)
modified pyang  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/windows/procimpl.c 02/05/2007 17:10:11 Apply patch for HARMONY-3106 ([classlib][luni]add some cache ids to improve performance and rename JCL to Harmony)
modified pyang  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/luniglob.c 02/05/2007 17:10:11 Apply patch for HARMONY-3106 ([classlib][luni]add some cache ids to improve performance and rename JCL to Harmony)
modified pyang  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/filedesc.c 02/05/2007 17:10:11 Apply patch for HARMONY-3106 ([classlib][luni]add some cache ids to improve performance and rename JCL to Harmony)
modified pyang  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/process.c 02/05/2007 17:10:11 Apply patch for HARMONY-3106 ([classlib][luni]add some cache ids to improve performance and rename JCL to Harmony)
modified pyang  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/helpers.c 02/05/2007 17:10:11 Apply patch for HARMONY-3106 ([classlib][luni]add some cache ids to improve performance and rename JCL to Harmony)
modified pyang  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/file.c 02/05/2007 17:10:11 Apply patch for HARMONY-3106 ([classlib][luni]add some cache ids to improve performance and rename JCL to Harmony)
modified pyang  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/fltparse.c 02/05/2007 17:10:11 Apply patch for HARMONY-3106 ([classlib][luni]add some cache ids to improve performance and rename JCL to Harmony)
deleted pyang  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/jclglob.h 02/05/2007 17:10:11 Apply patch for HARMONY-3106 ([classlib][luni]add some cache ids to improve performance and rename JCL to Harmony)
modified pyang  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/proxy.c 02/05/2007 17:10:11 Apply patch for HARMONY-3106 ([classlib][luni]add some cache ids to improve performance and rename JCL to Harmony)
modified pyang  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/osc.c 02/05/2007 17:10:11 Apply patch for HARMONY-3106 ([classlib][luni]add some cache ids to improve performance and rename JCL to Harmony)
added pyang  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/harmonyglob.h 02/05/2007 17:10:11 Apply patch for HARMONY-3106 ([classlib][luni]add some cache ids to improve performance and rename JCL to Harmony)
modified pyang  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/windows/helpers.c 02/05/2007 17:10:11 Apply patch for HARMONY-3106 ([classlib][luni]add some cache ids to improve performance and rename JCL to Harmony)
modified pyang  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/socket.c 02/05/2007 17:10:11 Apply patch for HARMONY-3106 ([classlib][luni]add some cache ids to improve performance and rename JCL to Harmony)
modified pyang  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/include/shared/libglob.h 02/05/2007 17:10:11 Apply patch for HARMONY-3106 ([classlib][luni]add some cache ids to improve performance and rename JCL to Harmony)
modified pyang  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/inetadds.c 02/05/2007 17:10:11 Apply patch for HARMONY-3106 ([classlib][luni]add some cache ids to improve performance and rename JCL to Harmony)
modified pyang  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/dblparse.c 02/05/2007 17:10:11 Apply patch for HARMONY-3106 ([classlib][luni]add some cache ids to improve performance and rename JCL to Harmony)
modified pyang  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/OSNetworkSystemLinux.c 02/05/2007 17:10:11 Apply patch for HARMONY-3106 ([classlib][luni]add some cache ids to improve performance and rename JCL to Harmony)
modified pyang  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/nethelp.c 02/05/2007 17:10:11 Apply patch for HARMONY-3106 ([classlib][luni]add some cache ids to improve performance and rename JCL to Harmony)
modified pyang  /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/OSNetworkSystem.c 02/05/2007 17:10:11 Apply patch for HARMONY-3106 ([classlib][luni]add some cache ids to improve performance and rename JCL to Harmony)
modified hindessm  /harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/unix/liboglwrapper.exp 02/05/2007 15:04:16 Fixing eol-style property.
modified mloenko  /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/HttpURLConnection.java 02/05/2007 12:58:31 fixed HARMONY-3113[classlib][luni] can't http connect thru a proxy(no regression test since the bug is confihuratrion-dependent)
modified mloenko  /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/net/Socket.java 02/05/2007 12:58:31 fixed HARMONY-3113[classlib][luni] can't http connect thru a proxy(no regression test since the bug is confihuratrion-dependent)
modified smishura  /harmony/enhanced/classlib/trunk/modules/x-net/build.xml 02/05/2007 10:08:28 Fixed typo
add cc-drlvm log20070204212645Lbuild.13 02/04/2007 21:26:45drlvm
add cc-classlib log20070204210836Lbuild.14 02/04/2007 21:08:36classlib
modified tellison  /harmony/enhanced/classlib/trunk/modules/luni/src/main/java/java/io/File.java 02/04/2007 14:15:49 Apply patch HARMONY-2236 ([classlib][luni]the return value of File.lastModified() losts its precision)
modified tellison  /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/windows/hyfile.c 02/04/2007 14:15:49 Apply patch HARMONY-2236 ([classlib][luni]the return value of File.lastModified() losts its precision)
modified tellison  /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hyfile.c 02/04/2007 14:15:49 Apply patch HARMONY-2236 ([classlib][luni]the return value of File.lastModified() losts its precision)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/SSLContext1Test.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/support 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/support/common/java/org 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/KeyManagerFactory2Test.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/MyTrustManagerFactorySpi.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/MySSLContextSpi.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/MyKeyManagerFactorySpi.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/SSLSocketImplTest.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/SSLSessionContextImplTest.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/SSLSocketFunctionalTest.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/TrustManagerImplTest.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/DigitalSignatureTest.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
modified tellison  /harmony/enhanced/classlib/trunk/modules/x-net/build.xml 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/DelegatedTaskTest.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
modified tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/SSLParameters.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/KeyManagerImplTest.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/support/common/java/org/apache 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/SSLSocketFactoriesTest.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/KeyManagerFactoryImplTest.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/support/common 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/TrustManagerFactory1Test.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/SSLContext2Test.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/SSLServerSocketImplTest.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/support/common/java/org/apache/harmony 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/CipherSuiteTest.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/KeyManagerFactory1Test.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/ProtocolVersionTest.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/SSLSessionImplTest.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/support/common/java/org/apache/harmony/xnet/provider 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/support/common/java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ServerHandshakeImplTest.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/support/common/java/org/apache/harmony/xnet/provider/jsse 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/support/common/java/org/apache/harmony/xnet 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
modified tellison  /harmony/enhanced/classlib/trunk/modules/x-net/.classpath 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/TrustManagerFactoryImplTest.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/resources/key_store.bks 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/SSLStreamedInputTest.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/HandshakeProtocolTest.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
modified tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/SSLContextImpl.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/SSLEngineImplTest.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
modified tellison  /harmony/enhanced/classlib/trunk/modules/x-net/META-INF/MANIFEST.MF 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/support/common/java/org/apache/harmony/xnet/provider/jsse/JSSETestData.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
added tellison  /harmony/enhanced/classlib/trunk/modules/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/TrustManagerFactory2Test.java 02/04/2007 14:10:09 Apply contribution HARMONY-2371 ([classlib][x-net]JSSE provider tests contribution)
add cc-drlvm log20070203193411Lbuild.12 02/03/2007 19:34:11drlvm
add cc-classlib log20070203191612Lbuild.13 02/03/2007 19:16:12classlib
begin 644 ERRORS.txt
 
end
begin 644 FAILURES.txt
M=&5S=%]R97!O<G1?;FEO7S(T+U1%4U0M;W)G+F%P86-H92YH87)M;VYY+FYI
M;RYT97-T<RYJ879A+FYI;RYC:&%N;F5L<RY$871A9W)A;4-H86YN96Q497-T
%+GAM; H! 
end
begin 644 STATUS.txt
M;6]D=6QE(&%C8V5S<VEB:6QI='D@:71E<F%T:6]N(# @<&%S<V5D"FUO9'5L
M92!A8V-E<W-I8FEL:71Y(&ET97)A=&EO;B Q('!A<W-E9 IM;V1U;&4@86-C
M97-S:6)I;&ET>2!I=&5R871I;VX@,B!P87-S960*;6]D=6QE(&%C8V5S<VEB
M:6QI='D@:71E<F%T:6]N(#,@<&%S<V5D"FUO9'5L92!A8V-E<W-I8FEL:71Y
M(&ET97)A=&EO;B T('!A<W-E9 IM;V1U;&4@86-C97-S:6)I;&ET>2!I=&5R
M871I;VX@-2!P87-S960*;6]D=6QE(&%C8V5S<VEB:6QI='D@:71E<F%T:6]N
M(#8@<&%S<V5D"FUO9'5L92!A8V-E<W-I8FEL:71Y(&ET97)A=&EO;B W('!A
M<W-E9 IM;V1U;&4@86-C97-S:6)I;&ET>2!I=&5R871I;VX@."!P87-S960*
M;6]D=6QE(&%C8V5S<VEB:6QI='D@:71E<F%T:6]N(#D@<&%S<V5D"FUO9'5L
M92!A8V-E<W-I8FEL:71Y(&ET97)A=&EO;B Q,"!P87-S960*;6]D=6QE(&%C
M8V5S<VEB:6QI='D@:71E<F%T:6]N(#$Q('!A<W-E9 IM;V1U;&4@86-C97-S
M:6)I;&ET>2!I=&5R871I;VX@,3(@<&%S<V5D"FUO9'5L92!A8V-E<W-I8FEL
M:71Y(&ET97)A=&EO;B Q,R!P87-S960*;6]D=6QE(&%C8V5S<VEB:6QI='D@
M:71E<F%T:6]N(#$T('!A<W-E9 IM;V1U;&4@86-C97-S:6)I;&ET>2!I=&5R
M871I;VX@,34@<&%S<V5D"FUO9'5L92!A8V-E<W-I8FEL:71Y(&ET97)A=&EO
M;B Q-B!P87-S960*;6]D=6QE(&%C8V5S<VEB:6QI='D@:71E<F%T:6]N(#$W
M('!A<W-E9 IM;V1U;&4@86-C97-S:6)I;&ET>2!I=&5R871I;VX@,3@@<&%S
M<V5D"FUO9'5L92!A8V-E<W-I8FEL:71Y(&ET97)A=&EO;B Q.2!P87-S960*
M;6]D=6QE(&%C8V5S<VEB:6QI='D@:71E<F%T:6]N(#(P('!A<W-E9 IM;V1U
M;&4@86-C97-S:6)I;&ET>2!I=&5R871I;VX@,C$@<&%S<V5D"FUO9'5L92!A
M8V-E<W-I8FEL:71Y(&ET97)A=&EO;B R,B!P87-S960*;6]D=6QE(&%C8V5S
M<VEB:6QI='D@:71E<F%T:6]N(#(S('!A<W-E9 IM;V1U;&4@86-C97-S:6)I
M;&ET>2!I=&5R871I;VX@,C0@<&%S<V5D"FUO9'5L92!A8V-E<W-I8FEL:71Y
M(&ET97)A=&EO;B R-2!P87-S960*;6]D=6QE(&%C8V5S<VEB:6QI='D@:71E
M<F%T:6]N(#(V('!A<W-E9 IM;V1U;&4@86-C97-S:6)I;&ET>2!I=&5R871I
M;VX@,C<@<&%S<V5D"FUO9'5L92!A8V-E<W-I8FEL:71Y(&ET97)A=&EO;B R
M."!P87-S960*;6]D=6QE(&%C8V5S<VEB:6QI='D@:71E<F%T:6]N(#(Y('!A
M<W-E9 IM;V1U;&4@86-C97-S:6)I;&ET>2!I=&5R871I;VX@,S @<&%S<V5D
M"FUO9'5L92!A8V-E<W-I8FEL:71Y(&ET97)A=&EO;B S,2!P87-S960*;6]D
M=6QE(&%C8V5S<VEB:6QI='D@:71E<F%T:6]N(#,R('!A<W-E9 IM;V1U;&4@
M86-C97-S:6)I;&ET>2!I=&5R871I;VX@,S,@<&%S<V5D"FUO9'5L92!A8V-E
M<W-I8FEL:71Y(&ET97)A=&EO;B S-"!P87-S960*;6]D=6QE(&%C8V5S<VEB
M:6QI='D@:71E<F%T:6]N(#,U('!A<W-E9 IM;V1U;&4@86-C97-S:6)I;&ET
M>2!I=&5R871I;VX@,S8@<&%S<V5D"FUO9'5L92!A8V-E<W-I8FEL:71Y(&ET
M97)A=&EO;B S-R!P87-S960*;6]D=6QE(&%C8V5S<VEB:6QI='D@:71E<F%T
M:6]N(#,X('!A<W-E9 IM;V1U;&4@86-C97-S:6)I;&ET>2!I=&5R871I;VX@
M,SD@<&%S<V5D"FUO9'5L92!A8V-E<W-I8FEL:71Y(&ET97)A=&EO;B T,"!P
M87-S960*;6]D=6QE(&%C8V5S<VEB:6QI='D@:71E<F%T:6]N(#0Q('!A<W-E
M9 IM;V1U;&4@86-C97-S:6)I;&ET>2!I=&5R871I;VX@-#(@<&%S<V5D"FUO
M9'5L92!A8V-E<W-I8FEL:71Y(&ET97)A=&EO;B T,R!P87-S960*;6]D=6QE
M(&%C8V5S<VEB:6QI='D@:71E<F%T:6]N(#0T('!A<W-E9 IM;V1U;&4@86-C
M97-S:6)I;&ET>2!I=&5R871I;VX@-#4@<&%S<V5D"FUO9'5L92!A8V-E<W-I
M8FEL:71Y(&ET97)A=&EO;B T-B!P87-S960*;6]D=6QE(&%C8V5S<VEB:6QI
M='D@:71E<F%T:6]N(#0W('!A<W-E9 IM;V1U;&4@86-C97-S:6)I;&ET>2!I
M=&5R871I;VX@-#@@<&%S<V5D"FUO9'5L92!A8V-E<W-I8FEL:71Y(&ET97)A
M=&EO;B T.2!P87-S960*;6]D=6QE(&%R8VAI=F4@:71E<F%T:6]N(# @<&%S
M<V5D"FUO9'5L92!A<F-H:79E(&ET97)A=&EO;B Q('!A<W-E9 IM;V1U;&4@
M87)C:&EV92!I=&5R871I;VX@,B!P87-S960*;6]D=6QE(&%R8VAI=F4@:71E
M<F%T:6]N(#,@<&%S<V5D"FUO9'5L92!A<F-H:79E(&ET97)A=&EO;B T('!A
M<W-E9 IM;V1U;&4@87)C:&EV92!I=&5R871I;VX@-2!P87-S960*;6]D=6QE
M(&%R8VAI=F4@:71E<F%T:6]N(#8@<&%S<V5D"FUO9'5L92!A<F-H:79E(&ET
M97)A=&EO;B W('!A<W-E9 IM;V1U;&4@87)C:&EV92!I=&5R871I;VX@."!P
M87-S960*;6]D=6QE(&%R8VAI=F4@:71E<F%T:6]N(#D@<&%S<V5D"FUO9'5L
M92!A<F-H:79E(&ET97)A=&EO;B Q,"!P87-S960*;6]D=6QE(&%R8VAI=F4@
M:71E<F%T:6]N(#$Q('!A<W-E9 IM;V1U;&4@87)C:&EV92!I=&5R871I;VX@
M,3(@<&%S<V5D"FUO9'5L92!A<F-H:79E(&ET97)A=&EO;B Q,R!P87-S960*
M;6]D=6QE(&%R8VAI=F4@:71E<F%T:6]N(#$T('!A<W-E9 IM;V1U;&4@87)C
M:&EV92!I=&5R871I;VX@,34@<&%S<V5D"FUO9'5L92!A<F-H:79E(&ET97)A
M=&EO;B Q-B!P87-S960*;6]D=6QE(&%R8VAI=F4@:71E<F%T:6]N(#$W('!A
M<W-E9 IM;V1U;&4@87)C:&EV92!I=&5R871I;VX@,3@@<&%S<V5D"FUO9'5L
M92!A<F-H:79E(&ET97)A=&EO;B Q.2!P87-S960*;6]D=6QE(&%R8VAI=F4@
M:71E<F%T:6]N(#(P('!A<W-E9 IM;V1U;&4@87)C:&EV92!I=&5R871I;VX@
M,C$@<&%S<V5D"FUO9'5L92!A<F-H:79E(&ET97)A=&EO;B R,B!P87-S960*
M;6]D=6QE(&%R8VAI=F4@:71E<F%T:6]N(#(S('!A<W-E9 IM;V1U;&4@87)C
M:&EV92!I=&5R871I;VX@,C0@<&%S<V5D"FUO9'5L92!A<F-H:79E(&ET97)A
M=&EO;B R-2!P87-S960*;6]D=6QE(&%R8VAI=F4@:71E<F%T:6]N(#(V('!A
M<W-E9 IM;V1U;&4@87)C:&EV92!I=&5R871I;VX@,C<@<&%S<V5D"FUO9'5L
M92!A<F-H:79E(&ET97)A=&EO;B R."!P87-S960*;6]D=6QE(&%R8VAI=F4@
M:71E<F%T:6]N(#(Y('!A<W-E9 IM;V1U;&4@87)C:&EV92!I=&5R871I;VX@
M,S @<&%S<V5D"FUO9'5L92!A<F-H:79E(&ET97)A=&EO;B S,2!P87-S960*
M;6]D=6QE(&%R8VAI=F4@:71E<F%T:6]N(#,R('!A<W-E9 IM;V1U;&4@87)C
M:&EV92!I=&5R871I;VX@,S,@<&%S<V5D"FUO9'5L92!A<F-H:79E(&ET97)A
M=&EO;B S-"!P87-S960*;6]D=6QE(&%R8VAI=F4@:71E<F%T:6]N(#,U('!A
M<W-E9 IM;V1U;&4@87)C:&EV92!I=&5R871I;VX@,S8@<&%S<V5D"FUO9'5L
M92!A<F-H:79E(&ET97)A=&EO;B S-R!P87-S960*;6]D=6QE(&%R8VAI=F4@
M:71E<F%T:6]N(#,X('!A<W-E9 IM;V1U;&4@87)C:&EV92!I=&5R871I;VX@
M,SD@<&%S<V5D"FUO9'5L92!A<F-H:79E(&ET97)A=&EO;B T,"!P87-S960*
M;6]D=6QE(&%R8VAI=F4@:71E<F%T:6]N(#0Q('!A<W-E9 IM;V1U;&4@87)C
M:&EV92!I=&5R871I;VX@-#(@<&%S<V5D"FUO9'5L92!A<F-H:79E(&ET97)A
M=&EO;B T,R!P87-S960*;6]D=6QE(&%R8VAI=F4@:71E<F%T:6]N(#0T('!A
M<W-E9 IM;V1U;&4@87)C:&EV92!I=&5R871I;VX@-#4@<&%S<V5D"FUO9'5L
M92!A<F-H:79E(&ET97)A=&EO;B T-B!P87-S960*;6]D=6QE(&%R8VAI=F4@
M:71E<F%T:6]N(#0W('!A<W-E9 IM;V1U;&4@87)C:&EV92!I=&5R871I;VX@
M-#@@<&%S<V5D"FUO9'5L92!A<F-H:79E(&ET97)A=&EO;B T.2!P87-S960*
M;6]D=6QE(&%U=&@@:71E<F%T:6]N(# @<&%S<V5D"FUO9'5L92!A=71H(&ET
M97)A=&EO;B Q('!A<W-E9 IM;V1U;&4@875T:"!I=&5R871I;VX@,B!P87-S
M960*;6]D=6QE(&%U=&@@:71E<F%T:6]N(#,@<&%S<V5D"FUO9'5L92!A=71H
M(&ET97)A=&EO;B T('!A<W-E9 IM;V1U;&4@875T:"!I=&5R871I;VX@-2!P
M87-S960*;6]D=6QE(&%U=&@@:71E<F%T:6]N(#8@<&%S<V5D"FUO9'5L92!A
M=71H(&ET97)A=&EO;B W('!A<W-E9 IM;V1U;&4@875T:"!I=&5R871I;VX@
M."!P87-S960*;6]D=6QE(&%U=&@@:71E<F%T:6]N(#D@<&%S<V5D"FUO9'5L
M92!A=71H(&ET97)A=&EO;B Q,"!P87-S960*;6]D=6QE(&%U=&@@:71E<F%T
M:6]N(#$Q('!A<W-E9 IM;V1U;&4@875T:"!I=&5R871I;VX@,3(@<&%S<V5D
M"FUO9'5L92!A=71H(&ET97)A=&EO;B Q,R!P87-S960*;6]D=6QE(&%U=&@@
M:71E<F%T:6]N(#$T('!A<W-E9 IM;V1U;&4@875T:"!I=&5R871I;VX@,34@
M<&%S<V5D"FUO9'5L92!A=71H(&ET97)A=&EO;B Q-B!P87-S960*;6]D=6QE
M(&%U=&@@:71E<F%T:6]N(#$W('!A<W-E9 IM;V1U;&4@875T:"!I=&5R871I
M;VX@,3@@<&%S<V5D"FUO9'5L92!A=71H(&ET97)A=&EO;B Q.2!P87-S960*
M;6]D=6QE(&%U=&@@:71E<F%T:6]N(#(P('!A<W-E9 IM;V1U;&4@875T:"!I
M=&5R871I;VX@,C$@<&%S<V5D"FUO9'5L92!A=71H(&ET97)A=&EO;B R,B!P
M87-S960*;6]D=6QE(&%U=&@@:71E<F%T:6]N(#(S('!A<W-E9 IM;V1U;&4@
M875T:"!I=&5R871I;VX@,C0@<&%S<V5D"FUO9'5L92!A=71H(&ET97)A=&EO
M;B R-2!P87-S960*;6]D=6QE(&%U=&@@:71E<F%T:6]N(#(V('!A<W-E9 IM
M;V1U;&4@875T:"!I=&5R871I;VX@,C<@<&%S<V5D"FUO9'5L92!A=71H(&ET
M97)A=&EO;B R."!P87-S960*;6]D=6QE(&%U=&@@:71E<F%T:6]N(#(Y('!A
M<W-E9 IM;V1U;&4@875T:"!I=&5R871I;VX@,S @<&%S<V5D"FUO9'5L92!A
M=71H(&ET97)A=&EO;B S,2!P87-S960*;6]D=6QE(&%U=&@@:71E<F%T:6]N
M(#,R('!A<W-E9 IM;V1U;&4@875T:"!I=&5R871I;VX@,S,@<&%S<V5D"FUO
M9'5L92!A=71H(&ET97)A=&EO;B S-"!P87-S960*;6]D=6QE(&%U=&@@:71E
M<F%T:6]N(#,U('!A<W-E9 IM;V1U;&4@875T:"!I=&5R871I;VX@,S8@<&%S
M<V5D"FUO9'5L92!A=71H(&ET97)A=&EO;B S-R!P87-S960*;6]D=6QE(&%U
M=&@@:71E<F%T:6]N(#,X('!A<W-E9 IM;V1U;&4@875T:"!I=&5R871I;VX@
M,SD@<&%S<V5D"FUO9'5L92!A=71H(&ET97)A=&EO;B T,"!P87-S960*;6]D
M=6QE(&%U=&@@:71E<F%T:6]N(#0Q('!A<W-E9 IM;V1U;&4@875T:"!I=&5R
M871I;VX@-#(@<&%S<V5D"FUO9'5L92!A=71H(&ET97)A=&EO;B T,R!P87-S
M960*;6]D=6QE(&%U=&@@:71E<F%T:6]N(#0T('!A<W-E9 IM;V1U;&4@875T
M:"!I=&5R871I;VX@-#4@<&%S<V5D"FUO9'5L92!A=71H(&ET97)A=&EO;B T
M-B!P87-S960*;6]D=6QE(&%U=&@@:71E<F%T:6]N(#0W('!A<W-E9 IM;V1U
M;&4@875T:"!I=&5R871I;VX@-#@@<&%S<V5D"FUO9'5L92!A=71H(&ET97)A
M=&EO;B T.2!P87-S960*;6]D=6QE(&%W="!I=&5R871I;VX@,"!P87-S960*
M;6]D=6QE(&%W="!I=&5R871I;VX@,2!P87-S960*;6]D=6QE(&%W="!I=&5R
M871I;VX@,B!P87-S960*;6]D=6QE(&%W="!I=&5R871I;VX@,R!P87-S960*
M;6]D=6QE(&%W="!I=&5R871I;VX@-"!P87-S960*;6]D=6QE(&%W="!I=&5R
M871I;VX@-2!P87-S960*;6]D=6QE(&%W="!I=&5R871I;VX@-B!P87-S960*
M;6]D=6QE(&%W="!I=&5R871I;VX@-R!P87-S960*;6]D=6QE(&%W="!I=&5R
M871I;VX@."!P87-S960*;6]D=6QE(&%W="!I=&5R871I;VX@.2!P87-S960*
M;6]D=6QE(&%W="!I=&5R871I;VX@,3 @<&%S<V5D"FUO9'5L92!A=W0@:71E
M<F%T:6]N(#$Q('!A<W-E9 IM;V1U;&4@87=T(&ET97)A=&EO;B Q,B!P87-S
M960*;6]D=6QE(&%W="!I=&5R871I;VX@,3,@<&%S<V5D"FUO9'5L92!A=W0@
M:71E<F%T:6]N(#$T('!A<W-E9 IM;V1U;&4@87=T(&ET97)A=&EO;B Q-2!P
M87-S960*;6]D=6QE(&%W="!I=&5R871I;VX@,38@<&%S<V5D"FUO9'5L92!A
M=W0@:71E<F%T:6]N(#$W('!A<W-E9 IM;V1U;&4@87=T(&ET97)A=&EO;B Q
M."!P87-S960*;6]D=6QE(&%W="!I=&5R871I;VX@,3D@<&%S<V5D"FUO9'5L
M92!A=W0@:71E<F%T:6]N(#(P('!A<W-E9 IM;V1U;&4@87=T(&ET97)A=&EO
M;B R,2!P87-S960*;6]D=6QE(&%W="!I=&5R871I;VX@,C(@<&%S<V5D"FUO
M9'5L92!A=W0@:71E<F%T:6]N(#(S('!A<W-E9 IM;V1U;&4@87=T(&ET97)A
M=&EO;B R-"!P87-S960*;6]D=6QE(&%W="!I=&5R871I;VX@,C4@<&%S<V5D
M"FUO9'5L92!A=W0@:71E<F%T:6]N(#(V('!A<W-E9 IM;V1U;&4@87=T(&ET
M97)A=&EO;B R-R!P87-S960*;6]D=6QE(&%W="!I=&5R871I;VX@,C@@<&%S
M<V5D"FUO9'5L92!A=W0@:71E<F%T:6]N(#(Y('!A<W-E9 IM;V1U;&4@87=T
M(&ET97)A=&EO;B S,"!P87-S960*;6]D=6QE(&%W="!I=&5R871I;VX@,S$@
M<&%S<V5D"FUO9'5L92!A=W0@:71E<F%T:6]N(#,R('!A<W-E9 IM;V1U;&4@
M87=T(&ET97)A=&EO;B S,R!P87-S960*;6]D=6QE(&%W="!I=&5R871I;VX@
M,S0@<&%S<V5D"FUO9'5L92!A=W0@:71E<F%T:6]N(#,U('!A<W-E9 IM;V1U
M;&4@87=T(&ET97)A=&EO;B S-B!P87-S960*;6]D=6QE(&%W="!I=&5R871I
M;VX@,S<@<&%S<V5D"FUO9'5L92!A=W0@:71E<F%T:6]N(#,X('!A<W-E9 IM
M;V1U;&4@87=T(&ET97)A=&EO;B S.2!P87-S960*;6]D=6QE(&%W="!I=&5R
M871I;VX@-# @<&%S<V5D"FUO9'5L92!A=W0@:71E<F%T:6]N(#0Q('!A<W-E
M9 IM;V1U;&4@87=T(&ET97)A=&EO;B T,B!P87-S960*;6]D=6QE(&%W="!I
M=&5R871I;VX@-#,@<&%S<V5D"FUO9'5L92!A=W0@:71E<F%T:6]N(#0T('!A
M<W-E9 IM;V1U;&4@87=T(&ET97)A=&EO;B T-2!P87-S960*;6]D=6QE(&%W
M="!I=&5R871I;VX@-#8@<&%S<V5D"FUO9'5L92!A=W0@:71E<F%T:6]N(#0W
M('!A<W-E9 IM;V1U;&4@87=T(&ET97)A=&EO;B T."!P87-S960*;6]D=6QE
M(&%W="!I=&5R871I;VX@-#D@<&%S<V5D"FUO9'5L92!B96%N<R!I=&5R871I
M;VX@,"!P87-S960*;6]D=6QE(&)E86YS(&ET97)A=&EO;B Q('!A<W-E9 IM
M;V1U;&4@8F5A;G,@:71E<F%T:6]N(#(@<&%S<V5D"FUO9'5L92!B96%N<R!I
M=&5R871I;VX@,R!P87-S960*;6]D=6QE(&)E86YS(&ET97)A=&EO;B T('!A
M<W-E9 IM;V1U;&4@8F5A;G,@:71E<F%T:6]N(#4@<&%S<V5D"FUO9'5L92!B
M96%N<R!I=&5R871I;VX@-B!P87-S960*;6]D=6QE(&)E86YS(&ET97)A=&EO
M;B W('!A<W-E9 IM;V1U;&4@8F5A;G,@:71E<F%T:6]N(#@@<&%S<V5D"FUO
M9'5L92!B96%N<R!I=&5R871I;VX@.2!P87-S960*;6]D=6QE(&)E86YS(&ET
M97)A=&EO;B Q,"!P87-S960*;6]D=6QE(&)E86YS(&ET97)A=&EO;B Q,2!P
M87-S960*;6]D=6QE(&)E86YS(&ET97)A=&EO;B Q,B!P87-S960*;6]D=6QE
M(&)E86YS(&ET97)A=&EO;B Q,R!P87-S960*;6]D=6QE(&)E86YS(&ET97)A
M=&EO;B Q-"!P87-S960*;6]D=6QE(&)E86YS(&ET97)A=&EO;B Q-2!P87-S
M960*;6]D=6QE(&)E86YS(&ET97)A=&EO;B Q-B!P87-S960*;6]D=6QE(&)E
M86YS(&ET97)A=&EO;B Q-R!P87-S960*;6]D=6QE(&)E86YS(&ET97)A=&EO
M;B Q."!P87-S960*;6]D=6QE(&)E86YS(&ET97)A=&EO;B Q.2!P87-S960*
M;6]D=6QE(&)E86YS(&ET97)A=&EO;B R,"!P87-S960*;6]D=6QE(&)E86YS
M(&ET97)A=&EO;B R,2!P87-S960*;6]D=6QE(&)E86YS(&ET97)A=&EO;B R
M,B!P87-S960*;6]D=6QE(&)E86YS(&ET97)A=&EO;B R,R!P87-S960*;6]D
M=6QE(&)E86YS(&ET97)A=&EO;B R-"!P87-S960*;6]D=6QE(&)E86YS(&ET
M97)A=&EO;B R-2!P87-S960*;6]D=6QE(&)E86YS(&ET97)A=&EO;B R-B!P
M87-S960*;6]D=6QE(&)E86YS(&ET97)A=&EO;B R-R!P87-S960*;6]D=6QE
M(&)E86YS(&ET97)A=&EO;B R."!P87-S960*;6]D=6QE(&)E86YS(&ET97)A
M=&EO;B R.2!P87-S960*;6]D=6QE(&)E86YS(&ET97)A=&EO;B S,"!P87-S
M960*;6]D=6QE(&)E86YS(&ET97)A=&EO;B S,2!P87-S960*;6]D=6QE(&)E
M86YS(&ET97)A=&EO;B S,B!P87-S960*;6]D=6QE(&)E86YS(&ET97)A=&EO
M;B S,R!P87-S960*;6]D=6QE(&)E86YS(&ET97)A=&EO;B S-"!P87-S960*
M;6]D=6QE(&)E86YS(&ET97)A=&EO;B S-2!P87-S960*;6]D=6QE(&)E86YS
M(&ET97)A=&EO;B S-B!P87-S960*;6]D=6QE(&)E86YS(&ET97)A=&EO;B S
M-R!P87-S960*;6]D=6QE(&)E86YS(&ET97)A=&EO;B S."!P87-S960*;6]D
M=6QE(&)E86YS(&ET97)A=&EO;B S.2!P87-S960*;6]D=6QE(&)E86YS(&ET
M97)A=&EO;B T,"!P87-S960*;6]D=6QE(&)E86YS(&ET97)A=&EO;B T,2!P
M87-S960*;6]D=6QE(&)E86YS(&ET97)A=&EO;B T,B!P87-S960*;6]D=6QE
M(&)E86YS(&ET97)A=&EO;B T,R!P87-S960*;6]D=6QE(&)E86YS(&ET97)A
M=&EO;B T-"!P87-S960*;6]D=6QE(&)E86YS(&ET97)A=&EO;B T-2!P87-S
M960*;6]D=6QE(&)E86YS(&ET97)A=&EO;B T-B!P87-S960*;6]D=6QE(&)E
M86YS(&ET97)A=&EO;B T-R!P87-S960*;6]D=6QE(&)E86YS(&ET97)A=&EO
M;B T."!P87-S960*;6]D=6QE(&)E86YS(&ET97)A=&EO;B T.2!P87-S960*
M;6]D=6QE(&-R>7!T;R!I=&5R871I;VX@,"!P87-S960*;6]D=6QE(&-R>7!T
M;R!I=&5R871I;VX@,2!P87-S960*;6]D=6QE(&-R>7!T;R!I=&5R871I;VX@
M,B!P87-S960*;6]D=6QE(&-R>7!T;R!I=&5R871I;VX@,R!P87-S960*;6]D
M=6QE(&-R>7!T;R!I=&5R871I;VX@-"!P87-S960*;6]D=6QE(&-R>7!T;R!I
M=&5R871I;VX@-2!P87-S960*;6]D=6QE(&-R>7!T;R!I=&5R871I;VX@-B!P
M87-S960*;6]D=6QE(&-R>7!T;R!I=&5R871I;VX@-R!P87-S960*;6]D=6QE
M(&-R>7!T;R!I=&5R871I;VX@."!P87-S960*;6]D=6QE(&-R>7!T;R!I=&5R
M871I;VX@.2!P87-S960*;6]D=6QE(&-R>7!T;R!I=&5R871I;VX@,3 @<&%S
M<V5D"FUO9'5L92!C<GEP=&\@:71E<F%T:6]N(#$Q('!A<W-E9 IM;V1U;&4@
M8W)Y<'1O(&ET97)A=&EO;B Q,B!P87-S960*;6]D=6QE(&-R>7!T;R!I=&5R
M871I;VX@,3,@<&%S<V5D"FUO9'5L92!C<GEP=&\@:71E<F%T:6]N(#$T('!A
M<W-E9 IM;V1U;&4@8W)Y<'1O(&ET97)A=&EO;B Q-2!P87-S960*;6]D=6QE
M(&-R>7!T;R!I=&5R871I;VX@,38@<&%S<V5D"FUO9'5L92!C<GEP=&\@:71E
M<F%T:6]N(#$W('!A<W-E9 IM;V1U;&4@8W)Y<'1O(&ET97)A=&EO;B Q."!P
M87-S960*;6]D=6QE(&-R>7!T;R!I=&5R871I;VX@,3D@<&%S<V5D"FUO9'5L
M92!C<GEP=&\@:71E<F%T:6]N(#(P('!A<W-E9 IM;V1U;&4@8W)Y<'1O(&ET
M97)A=&EO;B R,2!P87-S960*;6]D=6QE(&-R>7!T;R!I=&5R871I;VX@,C(@
M<&%S<V5D"FUO9'5L92!C<GEP=&\@:71E<F%T:6]N(#(S('!A<W-E9 IM;V1U
M;&4@8W)Y<'1O(&ET97)A=&EO;B R-"!P87-S960*;6]D=6QE(&-R>7!T;R!I
M=&5R871I;VX@,C4@<&%S<V5D"FUO9'5L92!C<GEP=&\@:71E<F%T:6]N(#(V
M('!A<W-E9 IM;V1U;&4@8W)Y<'1O(&ET97)A=&EO;B R-R!P87-S960*;6]D
M=6QE(&-R>7!T;R!I=&5R871I;VX@,C@@<&%S<V5D"FUO9'5L92!C<GEP=&\@
M:71E<F%T:6]N(#(Y('!A<W-E9 IM;V1U;&4@8W)Y<'1O(&ET97)A=&EO;B S
M,"!P87-S960*;6]D=6QE(&-R>7!T;R!I=&5R871I;VX@,S$@<&%S<V5D"FUO
M9'5L92!C<GEP=&\@:71E<F%T:6]N(#,R('!A<W-E9 IM;V1U;&4@8W)Y<'1O
M(&ET97)A=&EO;B S,R!P87-S960*;6]D=6QE(&-R>7!T;R!I=&5R871I;VX@
M,S0@<&%S<V5D"FUO9'5L92!C<GEP=&\@:71E<F%T:6]N(#,U('!A<W-E9 IM
M;V1U;&4@8W)Y<'1O(&ET97)A=&EO;B S-B!P87-S960*;6]D=6QE(&-R>7!T
M;R!I=&5R871I;VX@,S<@<&%S<V5D"FUO9'5L92!C<GEP=&\@:71E<F%T:6]N
M(#,X('!A<W-E9 IM;V1U;&4@8W)Y<'1O(&ET97)A=&EO;B S.2!P87-S960*
M;6]D=6QE(&-R>7!T;R!I=&5R871I;VX@-# @<&%S<V5D"FUO9'5L92!C<GEP
M=&\@:71E<F%T:6]N(#0Q('!A<W-E9 IM;V1U;&4@8W)Y<'1O(&ET97)A=&EO
M;B T,B!P87-S960*;6]D=6QE(&-R>7!T;R!I=&5R871I;VX@-#,@<&%S<V5D
M"FUO9'5L92!C<GEP=&\@:71E<F%T:6]N(#0T('!A<W-E9 IM;V1U;&4@8W)Y
M<'1O(&ET97)A=&EO;B T-2!P87-S960*;6]D=6QE(&-R>7!T;R!I=&5R871I
M;VX@-#8@<&%S<V5D"FUO9'5L92!C<GEP=&\@:71E<F%T:6]N(#0W('!A<W-E
M9 IM;V1U;&4@8W)Y<'1O(&ET97)A=&EO;B T."!P87-S960*;6]D=6QE(&-R
M>7!T;R!I=&5R871I;VX@-#D@<&%S<V5D"FUO9'5L92!I;G-T<G5M96YT(&ET
M97)A=&EO;B P('!A<W-E9 IM;V1U;&4@:6YS=')U;65N="!I=&5R871I;VX@
M,2!P87-S960*;6]D=6QE(&EN<W1R=6UE;G0@:71E<F%T:6]N(#(@<&%S<V5D
M"FUO9'5L92!I;G-T<G5M96YT(&ET97)A=&EO;B S('!A<W-E9 IM;V1U;&4@
M:6YS=')U;65N="!I=&5R871I;VX@-"!P87-S960*;6]D=6QE(&EN<W1R=6UE
M;G0@:71E<F%T:6]N(#4@<&%S<V5D"FUO9'5L92!I;G-T<G5M96YT(&ET97)A
M=&EO;B V('!A<W-E9 IM;V1U;&4@:6YS=')U;65N="!I=&5R871I;VX@-R!P
M87-S960*;6]D=6QE(&EN<W1R=6UE;G0@:71E<F%T:6]N(#@@<&%S<V5D"FUO
M9'5L92!I;G-T<G5M96YT(&ET97)A=&EO;B Y('!A<W-E9 IM;V1U;&4@:6YS
M=')U;65N="!I=&5R871I;VX@,3 @<&%S<V5D"FUO9'5L92!I;G-T<G5M96YT
M(&ET97)A=&EO;B Q,2!P87-S960*;6]D=6QE(&EN<W1R=6UE;G0@:71E<F%T
M:6]N(#$R('!A<W-E9 IM;V1U;&4@:6YS=')U;65N="!I=&5R871I;VX@,3,@
M<&%S<V5D"FUO9'5L92!I;G-T<G5M96YT(&ET97)A=&EO;B Q-"!P87-S960*
M;6]D=6QE(&EN<W1R=6UE;G0@:71E<F%T:6]N(#$U('!A<W-E9 IM;V1U;&4@
M:6YS=')U;65N="!I=&5R871I;VX@,38@<&%S<V5D"FUO9'5L92!I;G-T<G5M
M96YT(&ET97)A=&EO;B Q-R!P87-S960*;6]D=6QE(&EN<W1R=6UE;G0@:71E
M<F%T:6]N(#$X('!A<W-E9 IM;V1U;&4@:6YS=')U;65N="!I=&5R871I;VX@
M,3D@<&%S<V5D"FUO9'5L92!I;G-T<G5M96YT(&ET97)A=&EO;B R,"!P87-S
M960*;6]D=6QE(&EN<W1R=6UE;G0@:71E<F%T:6]N(#(Q('!A<W-E9 IM;V1U
M;&4@:6YS=')U;65N="!I=&5R871I;VX@,C(@<&%S<V5D"FUO9'5L92!I;G-T
M<G5M96YT(&ET97)A=&EO;B R,R!P87-S960*;6]D=6QE(&EN<W1R=6UE;G0@
M:71E<F%T:6]N(#(T('!A<W-E9 IM;V1U;&4@:6YS=')U;65N="!I=&5R871I
M;VX@,C4@<&%S<V5D"FUO9'5L92!I;G-T<G5M96YT(&ET97)A=&EO;B R-B!P
M87-S960*;6]D=6QE(&EN<W1R=6UE;G0@:71E<F%T:6]N(#(W('!A<W-E9 IM
M;V1U;&4@:6YS=')U;65N="!I=&5R871I;VX@,C@@<&%S<V5D"FUO9'5L92!I
M;G-T<G5M96YT(&ET97)A=&EO;B R.2!P87-S960*;6]D=6QE(&EN<W1R=6UE
M;G0@:71E<F%T:6]N(#,P('!A<W-E9 IM;V1U;&4@:6YS=')U;65N="!I=&5R
M871I;VX@,S$@<&%S<V5D"FUO9'5L92!I;G-T<G5M96YT(&ET97)A=&EO;B S
M,B!P87-S960*;6]D=6QE(&EN<W1R=6UE;G0@:71E<F%T:6]N(#,S('!A<W-E
M9 IM;V1U;&4@:6YS=')U;65N="!I=&5R871I;VX@,S0@<&%S<V5D"FUO9'5L
M92!I;G-T<G5M96YT(&ET97)A=&EO;B S-2!P87-S960*;6]D=6QE(&EN<W1R
M=6UE;G0@:71E<F%T:6]N(#,V('!A<W-E9 IM;V1U;&4@:6YS=')U;65N="!I
M=&5R871I;VX@,S<@<&%S<V5D"FUO9'5L92!I;G-T<G5M96YT(&ET97)A=&EO
M;B S."!P87-S960*;6]D=6QE(&EN<W1R=6UE;G0@:71E<F%T:6]N(#,Y('!A
M<W-E9 IM;V1U;&4@:6YS=')U;65N="!I=&5R871I;VX@-# @<&%S<V5D"FUO
M9'5L92!I;G-T<G5M96YT(&ET97)A=&EO;B T,2!P87-S960*;6]D=6QE(&EN
M<W1R=6UE;G0@:71E<F%T:6]N(#0R('!A<W-E9 IM;V1U;&4@:6YS=')U;65N
M="!I=&5R871I;VX@-#,@<&%S<V5D"FUO9'5L92!I;G-T<G5M96YT(&ET97)A
M=&EO;B T-"!P87-S960*;6]D=6QE(&EN<W1R=6UE;G0@:71E<F%T:6]N(#0U
M('!A<W-E9 IM;V1U;&4@:6YS=')U;65N="!I=&5R871I;VX@-#8@<&%S<V5D
M"FUO9'5L92!I;G-T<G5M96YT(&ET97)A=&EO;B T-R!P87-S960*;6]D=6QE
M(&EN<W1R=6UE;G0@:71E<F%T:6]N(#0X('!A<W-E9 IM;V1U;&4@:6YS=')U
M;65N="!I=&5R871I;VX@-#D@<&%S<V5D"FUO9'5L92!J;F1I(&ET97)A=&EO
M;B P('!A<W-E9 IM;V1U;&4@:FYD:2!I=&5R871I;VX@,2!P87-S960*;6]D
M=6QE(&IN9&D@:71E<F%T:6]N(#(@<&%S<V5D"FUO9'5L92!J;F1I(&ET97)A
M=&EO;B S('!A<W-E9 IM;V1U;&4@:FYD:2!I=&5R871I;VX@-"!P87-S960*
M;6]D=6QE(&IN9&D@:71E<F%T:6]N(#4@<&%S<V5D"FUO9'5L92!J;F1I(&ET
M97)A=&EO;B V('!A<W-E9 IM;V1U;&4@:FYD:2!I=&5R871I;VX@-R!P87-S
M960*;6]D=6QE(&IN9&D@:71E<F%T:6]N(#@@<&%S<V5D"FUO9'5L92!J;F1I
M(&ET97)A=&EO;B Y('!A<W-E9 IM;V1U;&4@:FYD:2!I=&5R871I;VX@,3 @
M<&%S<V5D"FUO9'5L92!J;F1I(&ET97)A=&EO;B Q,2!P87-S960*;6]D=6QE
M(&IN9&D@:71E<F%T:6]N(#$R('!A<W-E9 IM;V1U;&4@:FYD:2!I=&5R871I
M;VX@,3,@<&%S<V5D"FUO9'5L92!J;F1I(&ET97)A=&EO;B Q-"!P87-S960*
M;6]D=6QE(&IN9&D@:71E<F%T:6]N(#$U('!A<W-E9 IM;V1U;&4@:FYD:2!I
M=&5R871I;VX@,38@<&%S<V5D"FUO9'5L92!J;F1I(&ET97)A=&EO;B Q-R!P
M87-S960*;6]D=6QE(&IN9&D@:71E<F%T:6]N(#$X('!A<W-E9 IM;V1U;&4@
M:FYD:2!I=&5R871I;VX@,3D@<&%S<V5D"FUO9'5L92!J;F1I(&ET97)A=&EO
M;B R,"!P87-S960*;6]D=6QE(&IN9&D@:71E<F%T:6]N(#(Q('!A<W-E9 IM
M;V1U;&4@:FYD:2!I=&5R871I;VX@,C(@<&%S<V5D"FUO9'5L92!J;F1I(&ET
M97)A=&EO;B R,R!P87-S960*;6]D=6QE(&IN9&D@:71E<F%T:6]N(#(T('!A
M<W-E9 IM;V1U;&4@:FYD:2!I=&5R871I;VX@,C4@<&%S<V5D"FUO9'5L92!J
M;F1I(&ET97)A=&EO;B R-B!P87-S960*;6]D=6QE(&IN9&D@:71E<F%T:6]N
M(#(W('!A<W-E9 IM;V1U;&4@:FYD:2!I=&5R871I;VX@,C@@<&%S<V5D"FUO
M9'5L92!J;F1I(&ET97)A=&EO;B R.2!P87-S960*;6]D=6QE(&IN9&D@:71E
M<F%T:6]N(#,P('!A<W-E9 IM;V1U;&4@:FYD:2!I=&5R871I;VX@,S$@<&%S
M<V5D"FUO9'5L92!J;F1I(&ET97)A=&EO;B S,B!P87-S960*;6]D=6QE(&IN
M9&D@:71E<F%T:6]N(#,S('!A<W-E9 IM;V1U;&4@:FYD:2!I=&5R871I;VX@
M,S0@<&%S<V5D"FUO9'5L92!J;F1I(&ET97)A=&EO;B S-2!P87-S960*;6]D
M=6QE(&IN9&D@:71E<F%T:6]N(#,V('!A<W-E9 IM;V1U;&4@:FYD:2!I=&5R
M871I;VX@,S<@<&%S<V5D"FUO9'5L92!J;F1I(&ET97)A=&EO;B S."!P87-S
M960*;6]D=6QE(&IN9&D@:71E<F%T:6]N(#,Y('!A<W-E9 IM;V1U;&4@:FYD
M:2!I=&5R871I;VX@-# @<&%S<V5D"FUO9'5L92!J;F1I(&ET97)A=&EO;B T
M,2!P87-S960*;6]D=6QE(&IN9&D@:71E<F%T:6]N(#0R('!A<W-E9 IM;V1U
M;&4@:FYD:2!I=&5R871I;VX@-#,@<&%S<V5D"FUO9'5L92!J;F1I(&ET97)A
M=&EO;B T-"!P87-S960*;6]D=6QE(&IN9&D@:71E<F%T:6]N(#0U('!A<W-E
M9 IM;V1U;&4@:FYD:2!I=&5R871I;VX@-#8@<&%S<V5D"FUO9'5L92!J;F1I
M(&ET97)A=&EO;B T-R!P87-S960*;6]D=6QE(&IN9&D@:71E<F%T:6]N(#0X
M('!A<W-E9 IM;V1U;&4@:FYD:2!I=&5R871I;VX@-#D@<&%S<V5D"FUO9'5L
M92!L86YG+6UA;F%G96UE;G0@:71E<F%T:6]N(# @<&%S<V5D"FUO9'5L92!L
M86YG+6UA;F%G96UE;G0@:71E<F%T:6]N(#$@<&%S<V5D"FUO9'5L92!L86YG
M+6UA;F%G96UE;G0@:71E<F%T:6]N(#(@<&%S<V5D"FUO9'5L92!L86YG+6UA
M;F%G96UE;G0@:71E<F%T:6]N(#,@<&%S<V5D"FUO9'5L92!L86YG+6UA;F%G
M96UE;G0@:71E<F%T:6]N(#0@<&%S<V5D"FUO9'5L92!L86YG+6UA;F%G96UE
M;G0@:71E<F%T:6]N(#4@<&%S<V5D"FUO9'5L92!L86YG+6UA;F%G96UE;G0@
M:71E<F%T:6]N(#8@<&%S<V5D"FUO9'5L92!L86YG+6UA;F%G96UE;G0@:71E
M<F%T:6]N(#<@<&%S<V5D"FUO9'5L92!L86YG+6UA;F%G96UE;G0@:71E<F%T
M:6]N(#@@<&%S<V5D"FUO9'5L92!L86YG+6UA;F%G96UE;G0@:71E<F%T:6]N
M(#D@<&%S<V5D"FUO9'5L92!L86YG+6UA;F%G96UE;G0@:71E<F%T:6]N(#$P
M('!A<W-E9 IM;V1U;&4@;&%N9RUM86YA9V5M96YT(&ET97)A=&EO;B Q,2!P
M87-S960*;6]D=6QE(&QA;F<M;6%N86=E;65N="!I=&5R871I;VX@,3(@<&%S
M<V5D"FUO9'5L92!L86YG+6UA;F%G96UE;G0@:71E<F%T:6]N(#$S('!A<W-E
M9 IM;V1U;&4@;&%N9RUM86YA9V5M96YT(&ET97)A=&EO;B Q-"!P87-S960*
M;6]D=6QE(&QA;F<M;6%N86=E;65N="!I=&5R871I;VX@,34@<&%S<V5D"FUO
M9'5L92!L86YG+6UA;F%G96UE;G0@:71E<F%T:6]N(#$V('!A<W-E9 IM;V1U
M;&4@;&%N9RUM86YA9V5M96YT(&ET97)A=&EO;B Q-R!P87-S960*;6]D=6QE
M(&QA;F<M;6%N86=E;65N="!I=&5R871I;VX@,3@@<&%S<V5D"FUO9'5L92!L
M86YG+6UA;F%G96UE;G0@:71E<F%T:6]N(#$Y('!A<W-E9 IM;V1U;&4@;&%N
M9RUM86YA9V5M96YT(&ET97)A=&EO;B R,"!P87-S960*;6]D=6QE(&QA;F<M
M;6%N86=E;65N="!I=&5R871I;VX@,C$@<&%S<V5D"FUO9'5L92!L86YG+6UA
M;F%G96UE;G0@:71E<F%T:6]N(#(R('!A<W-E9 IM;V1U;&4@;&%N9RUM86YA
M9V5M96YT(&ET97)A=&EO;B R,R!P87-S960*;6]D=6QE(&QA;F<M;6%N86=E
M;65N="!I=&5R871I;VX@,C0@<&%S<V5D"FUO9'5L92!L86YG+6UA;F%G96UE
M;G0@:71E<F%T:6]N(#(U('!A<W-E9 IM;V1U;&4@;&%N9RUM86YA9V5M96YT
M(&ET97)A=&EO;B R-B!P87-S960*;6]D=6QE(&QA;F<M;6%N86=E;65N="!I
M=&5R871I;VX@,C<@<&%S<V5D"FUO9'5L92!L86YG+6UA;F%G96UE;G0@:71E
M<F%T:6]N(#(X('!A<W-E9 IM;V1U;&4@;&%N9RUM86YA9V5M96YT(&ET97)A
M=&EO;B R.2!P87-S960*;6]D=6QE(&QA;F<M;6%N86=E;65N="!I=&5R871I
M;VX@,S @<&%S<V5D"FUO9'5L92!L86YG+6UA;F%G96UE;G0@:71E<F%T:6]N
M(#,Q('!A<W-E9 IM;V1U;&4@;&%N9RUM86YA9V5M96YT(&ET97)A=&EO;B S
M,B!P87-S960*;6]D=6QE(&QA;F<M;6%N86=E;65N="!I=&5R871I;VX@,S,@
M<&%S<V5D"FUO9'5L92!L86YG+6UA;F%G96UE;G0@:71E<F%T:6]N(#,T('!A
M<W-E9 IM;V1U;&4@;&%N9RUM86YA9V5M96YT(&ET97)A=&EO;B S-2!P87-S
M960*;6]D=6QE(&QA;F<M;6%N86=E;65N="!I=&5R871I;VX@,S8@<&%S<V5D
M"FUO9'5L92!L86YG+6UA;F%G96UE;G0@:71E<F%T:6]N(#,W('!A<W-E9 IM
M;V1U;&4@;&%N9RUM86YA9V5M96YT(&ET97)A=&EO;B S."!P87-S960*;6]D
M=6QE(&QA;F<M;6%N86=E;65N="!I=&5R871I;VX@,SD@<&%S<V5D"FUO9'5L
M92!L86YG+6UA;F%G96UE;G0@:71E<F%T:6]N(#0P('!A<W-E9 IM;V1U;&4@
M;&%N9RUM86YA9V5M96YT(&ET97)A=&EO;B T,2!P87-S960*;6]D=6QE(&QA
M;F<M;6%N86=E;65N="!I=&5R871I;VX@-#(@<&%S<V5D"FUO9'5L92!L86YG
M+6UA;F%G96UE;G0@:71E<F%T:6]N(#0S('!A<W-E9 IM;V1U;&4@;&%N9RUM
M86YA9V5M96YT(&ET97)A=&EO;B T-"!P87-S960*;6]D=6QE(&QA;F<M;6%N
M86=E;65N="!I=&5R871I;VX@-#4@<&%S<V5D"FUO9'5L92!L86YG+6UA;F%G
M96UE;G0@:71E<F%T:6]N(#0V('!A<W-E9 IM;V1U;&4@;&%N9RUM86YA9V5M
M96YT(&ET97)A=&EO;B T-R!P87-S960*;6]D=6QE(&QA;F<M;6%N86=E;65N
M="!I=&5R871I;VX@-#@@<&%S<V5D"FUO9'5L92!L86YG+6UA;F%G96UE;G0@
M:71E<F%T:6]N(#0Y('!A<W-E9 IM;V1U;&4@;&]G9VEN9R!I=&5R871I;VX@
M,"!P87-S960*;6]D=6QE(&QO9V=I;F<@:71E<F%T:6]N(#$@<&%S<V5D"FUO
M9'5L92!L;V=G:6YG(&ET97)A=&EO;B R('!A<W-E9 IM;V1U;&4@;&]G9VEN
M9R!I=&5R871I;VX@,R!P87-S960*;6]D=6QE(&QO9V=I;F<@:71E<F%T:6]N
M(#0@<&%S<V5D"FUO9'5L92!L;V=G:6YG(&ET97)A=&EO;B U('!A<W-E9 IM
M;V1U;&4@;&]G9VEN9R!I=&5R871I;VX@-B!P87-S960*;6]D=6QE(&QO9V=I
M;F<@:71E<F%T:6]N(#<@<&%S<V5D"FUO9'5L92!L;V=G:6YG(&ET97)A=&EO
M;B X('!A<W-E9 IM;V1U;&4@;&]G9VEN9R!I=&5R871I;VX@.2!P87-S960*
M;6]D=6QE(&QO9V=I;F<@:71E<F%T:6]N(#$P('!A<W-E9 IM;V1U;&4@;&]G
M9VEN9R!I=&5R871I;VX@,3$@<&%S<V5D"FUO9'5L92!L;V=G:6YG(&ET97)A
M=&EO;B Q,B!P87-S960*;6]D=6QE(&QO9V=I;F<@:71E<F%T:6]N(#$S('!A
M<W-E9 IM;V1U;&4@;&]G9VEN9R!I=&5R871I;VX@,30@<&%S<V5D"FUO9'5L
M92!L;V=G:6YG(&ET97)A=&EO;B Q-2!P87-S960*;6]D=6QE(&QO9V=I;F<@
M:71E<F%T:6]N(#$V('!A<W-E9 IM;V1U;&4@;&]G9VEN9R!I=&5R871I;VX@
M,3<@<&%S<V5D"FUO9'5L92!L;V=G:6YG(&ET97)A=&EO;B Q."!P87-S960*
M;6]D=6QE(&QO9V=I;F<@:71E<F%T:6]N(#$Y('!A<W-E9 IM;V1U;&4@;&]G
M9VEN9R!I=&5R871I;VX@,C @<&%S<V5D"FUO9'5L92!L;V=G:6YG(&ET97)A
M=&EO;B R,2!P87-S960*;6]D=6QE(&QO9V=I;F<@:71E<F%T:6]N(#(R('!A
M<W-E9 IM;V1U;&4@;&]G9VEN9R!I=&5R871I;VX@,C,@<&%S<V5D"FUO9'5L
M92!L;V=G:6YG(&ET97)A=&EO;B R-"!P87-S960*;6]D=6QE(&QO9V=I;F<@
M:71E<F%T:6]N(#(U('!A<W-E9 IM;V1U;&4@;&]G9VEN9R!I=&5R871I;VX@
M,C8@<&%S<V5D"FUO9'5L92!L;V=G:6YG(&ET97)A=&EO;B R-R!P87-S960*
M;6]D=6QE(&QO9V=I;F<@:71E<F%T:6]N(#(X('!A<W-E9 IM;V1U;&4@;&]G
M9VEN9R!I=&5R871I;VX@,CD@<&%S<V5D"FUO9'5L92!L;V=G:6YG(&ET97)A
M=&EO;B S,"!P87-S960*;6]D=6QE(&QO9V=I;F<@:71E<F%T:6]N(#,Q('!A
M<W-E9 IM;V1U;&4@;&]G9VEN9R!I=&5R871I;VX@,S(@<&%S<V5D"FUO9'5L
M92!L;V=G:6YG(&ET97)A=&EO;B S,R!P87-S960*;6]D=6QE(&QO9V=I;F<@
M:71E<F%T:6]N(#,T('!A<W-E9 IM;V1U;&4@;&]G9VEN9R!I=&5R871I;VX@
M,S4@<&%S<V5D"FUO9'5L92!L;V=G:6YG(&ET97)A=&EO;B S-B!P87-S960*
M;6]D=6QE(&QO9V=I;F<@:71E<F%T:6]N(#,W('!A<W-E9 IM;V1U;&4@;&]G
M9VEN9R!I=&5R871I;VX@,S@@<&%S<V5D"FUO9'5L92!L;V=G:6YG(&ET97)A
M=&EO;B S.2!P87-S960*;6]D=6QE(&QO9V=I;F<@:71E<F%T:6]N(#0P('!A
M<W-E9 IM;V1U;&4@;&]G9VEN9R!I=&5R871I;VX@-#$@<&%S<V5D"FUO9'5L
M92!L;V=G:6YG(&ET97)A=&EO;B T,B!P87-S960*;6]D=6QE(&QO9V=I;F<@
M:71E<F%T:6]N(#0S('!A<W-E9 IM;V1U;&4@;&]G9VEN9R!I=&5R871I;VX@
M-#0@<&%S<V5D"FUO9'5L92!L;V=G:6YG(&ET97)A=&EO;B T-2!P87-S960*
M;6]D=6QE(&QO9V=I;F<@:71E<F%T:6]N(#0V('!A<W-E9 IM;V1U;&4@;&]G
M9VEN9R!I=&5R871I;VX@-#<@<&%S<V5D"FUO9'5L92!L;V=G:6YG(&ET97)A
M=&EO;B T."!P87-S960*;6]D=6QE(&QO9V=I;F<@:71E<F%T:6]N(#0Y('!A
M<W-E9 IM;V1U;&4@;'5N:2!I=&5R871I;VX@,"!P87-S960*;6]D=6QE(&QU
M;FD@:71E<F%T:6]N(#$@<&%S<V5D"FUO9'5L92!L=6YI(&ET97)A=&EO;B R
M('!A<W-E9 IM;V1U;&4@;'5N:2!I=&5R871I;VX@,R!P87-S960*;6]D=6QE
M(&QU;FD@:71E<F%T:6]N(#0@<&%S<V5D"FUO9'5L92!L=6YI(&ET97)A=&EO
M;B U('!A<W-E9 IM;V1U;&4@;'5N:2!I=&5R871I;VX@-B!P87-S960*;6]D
M=6QE(&QU;FD@:71E<F%T:6]N(#<@<&%S<V5D"FUO9'5L92!L=6YI(&ET97)A
M=&EO;B X('!A<W-E9 IM;V1U;&4@;'5N:2!I=&5R871I;VX@.2!P87-S960*
M;6]D=6QE(&QU;FD@:71E<F%T:6]N(#$P('!A<W-E9 IM;V1U;&4@;'5N:2!I
M=&5R871I;VX@,3$@<&%S<V5D"FUO9'5L92!L=6YI(&ET97)A=&EO;B Q,B!P
M87-S960*;6]D=6QE(&QU;FD@:71E<F%T:6]N(#$S('!A<W-E9 IM;V1U;&4@
M;'5N:2!I=&5R871I;VX@,30@<&%S<V5D"FUO9'5L92!L=6YI(&ET97)A=&EO
M;B Q-2!P87-S960*;6]D=6QE(&QU;FD@:71E<F%T:6]N(#$V('!A<W-E9 IM
M;V1U;&4@;'5N:2!I=&5R871I;VX@,3<@<&%S<V5D"FUO9'5L92!L=6YI(&ET
M97)A=&EO;B Q."!P87-S960*;6]D=6QE(&QU;FD@:71E<F%T:6]N(#$Y('!A
M<W-E9 IM;V1U;&4@;'5N:2!I=&5R871I;VX@,C @<&%S<V5D"FUO9'5L92!L
M=6YI(&ET97)A=&EO;B R,2!P87-S960*;6]D=6QE(&QU;FD@:71E<F%T:6]N
M(#(R('!A<W-E9 IM;V1U;&4@;'5N:2!I=&5R871I;VX@,C,@<&%S<V5D"FUO
M9'5L92!L=6YI(&ET97)A=&EO;B R-"!P87-S960*;6]D=6QE(&QU;FD@:71E
M<F%T:6]N(#(U('!A<W-E9 IM;V1U;&4@;'5N:2!I=&5R871I;VX@,C8@<&%S
M<V5D"FUO9'5L92!L=6YI(&ET97)A=&EO;B R-R!P87-S960*;6]D=6QE(&QU
M;FD@:71E<F%T:6]N(#(X('!A<W-E9 IM;V1U;&4@;'5N:2!I=&5R871I;VX@
M,CD@<&%S<V5D"FUO9'5L92!L=6YI(&ET97)A=&EO;B S,"!P87-S960*;6]D
M=6QE(&QU;FD@:71E<F%T:6]N(#,Q('!A<W-E9 IM;V1U;&4@;'5N:2!I=&5R
M871I;VX@,S(@<&%S<V5D"FUO9'5L92!L=6YI(&ET97)A=&EO;B S,R!P87-S
M960*;6]D=6QE(&QU;FD@:71E<F%T:6]N(#,T('!A<W-E9 IM;V1U;&4@;'5N
M:2!I=&5R871I;VX@,S4@<&%S<V5D"FUO9'5L92!L=6YI(&ET97)A=&EO;B S
M-B!P87-S960*;6]D=6QE(&QU;FD@:71E<F%T:6]N(#,W('!A<W-E9 IM;V1U
M;&4@;'5N:2!I=&5R871I;VX@,S@@<&%S<V5D"FUO9'5L92!L=6YI(&ET97)A
M=&EO;B S.2!P87-S960*;6]D=6QE(&QU;FD@:71E<F%T:6]N(#0P('!A<W-E
M9 IM;V1U;&4@;'5N:2!I=&5R871I;VX@-#$@<&%S<V5D"FUO9'5L92!L=6YI
M(&ET97)A=&EO;B T,B!P87-S960*;6]D=6QE(&QU;FD@:71E<F%T:6]N(#0S
M('!A<W-E9 IM;V1U;&4@;'5N:2!I=&5R871I;VX@-#0@<&%S<V5D"FUO9'5L
M92!L=6YI(&ET97)A=&EO;B T-2!P87-S960*;6]D=6QE(&QU;FD@:71E<F%T
M:6]N(#0V('!A<W-E9 IM;V1U;&4@;'5N:2!I=&5R871I;VX@-#<@<&%S<V5D
M"FUO9'5L92!L=6YI(&ET97)A=&EO;B T."!P87-S960*;6]D=6QE(&QU;FD@
M:71E<F%T:6]N(#0Y('!A<W-E9 IM;V1U;&4@;6%T:"!I=&5R871I;VX@,"!P
M87-S960*;6]D=6QE(&UA=&@@:71E<F%T:6]N(#$@<&%S<V5D"FUO9'5L92!M
M871H(&ET97)A=&EO;B R('!A<W-E9 IM;V1U;&4@;6%T:"!I=&5R871I;VX@
M,R!P87-S960*;6]D=6QE(&UA=&@@:71E<F%T:6]N(#0@<&%S<V5D"FUO9'5L
M92!M871H(&ET97)A=&EO;B U('!A<W-E9 IM;V1U;&4@;6%T:"!I=&5R871I
M;VX@-B!P87-S960*;6]D=6QE(&UA=&@@:71E<F%T:6]N(#<@<&%S<V5D"FUO
M9'5L92!M871H(&ET97)A=&EO;B X('!A<W-E9 IM;V1U;&4@;6%T:"!I=&5R
M871I;VX@.2!P87-S960*;6]D=6QE(&UA=&@@:71E<F%T:6]N(#$P('!A<W-E
M9 IM;V1U;&4@;6%T:"!I=&5R871I;VX@,3$@<&%S<V5D"FUO9'5L92!M871H
M(&ET97)A=&EO;B Q,B!P87-S960*;6]D=6QE(&UA=&@@:71E<F%T:6]N(#$S
M('!A<W-E9 IM;V1U;&4@;6%T:"!I=&5R871I;VX@,30@<&%S<V5D"FUO9'5L
M92!M871H(&ET97)A=&EO;B Q-2!P87-S960*;6]D=6QE(&UA=&@@:71E<F%T
M:6]N(#$V('!A<W-E9 IM;V1U;&4@;6%T:"!I=&5R871I;VX@,3<@<&%S<V5D
M"FUO9'5L92!M871H(&ET97)A=&EO;B Q."!P87-S960*;6]D=6QE(&UA=&@@
M:71E<F%T:6]N(#$Y('!A<W-E9 IM;V1U;&4@;6%T:"!I=&5R871I;VX@,C @
M<&%S<V5D"FUO9'5L92!M871H(&ET97)A=&EO;B R,2!P87-S960*;6]D=6QE
M(&UA=&@@:71E<F%T:6]N(#(R('!A<W-E9 IM;V1U;&4@;6%T:"!I=&5R871I
M;VX@,C,@<&%S<V5D"FUO9'5L92!M871H(&ET97)A=&EO;B R-"!P87-S960*
M;6]D=6QE(&UA=&@@:71E<F%T:6]N(#(U('!A<W-E9 IM;V1U;&4@;6%T:"!I
M=&5R871I;VX@,C8@<&%S<V5D"FUO9'5L92!M871H(&ET97)A=&EO;B R-R!P
M87-S960*;6]D=6QE(&UA=&@@:71E<F%T:6]N(#(X('!A<W-E9 IM;V1U;&4@
M;6%T:"!I=&5R871I;VX@,CD@<&%S<V5D"FUO9'5L92!M871H(&ET97)A=&EO
M;B S,"!P87-S960*;6]D=6QE(&UA=&@@:71E<F%T:6]N(#,Q('!A<W-E9 IM
M;V1U;&4@;6%T:"!I=&5R871I;VX@,S(@<&%S<V5D"FUO9'5L92!M871H(&ET
M97)A=&EO;B S,R!P87-S960*;6]D=6QE(&UA=&@@:71E<F%T:6]N(#,T('!A
M<W-E9 IM;V1U;&4@;6%T:"!I=&5R871I;VX@,S4@<&%S<V5D"FUO9'5L92!M
M871H(&ET97)A=&EO;B S-B!P87-S960*;6]D=6QE(&UA=&@@:71E<F%T:6]N
M(#,W('!A<W-E9 IM;V1U;&4@;6%T:"!I=&5R871I;VX@,S@@<&%S<V5D"FUO
M9'5L92!M871H(&ET97)A=&EO;B S.2!P87-S960*;6]D=6QE(&UA=&@@:71E
M<F%T:6]N(#0P('!A<W-E9 IM;V1U;&4@;6%T:"!I=&5R871I;VX@-#$@<&%S
M<V5D"FUO9'5L92!M871H(&ET97)A=&EO;B T,B!P87-S960*;6]D=6QE(&UA
M=&@@:71E<F%T:6]N(#0S('!A<W-E9 IM;V1U;&4@;6%T:"!I=&5R871I;VX@
M-#0@<&%S<V5D"FUO9'5L92!M871H(&ET97)A=&EO;B T-2!P87-S960*;6]D
M=6QE(&UA=&@@:71E<F%T:6]N(#0V('!A<W-E9 IM;V1U;&4@;6%T:"!I=&5R
M871I;VX@-#<@<&%S<V5D"FUO9'5L92!M871H(&ET97)A=&EO;B T."!P87-S
M960*;6]D=6QE(&UA=&@@:71E<F%T:6]N(#0Y('!A<W-E9 IM;V1U;&4@;FEO
M(&ET97)A=&EO;B P('!A<W-E9 IM;V1U;&4@;FEO(&ET97)A=&EO;B Q('!A
M<W-E9 IM;V1U;&4@;FEO(&ET97)A=&EO;B R('!A<W-E9 IM;V1U;&4@;FEO
M(&ET97)A=&EO;B S('!A<W-E9 IM;V1U;&4@;FEO(&ET97)A=&EO;B T('!A
M<W-E9 IM;V1U;&4@;FEO(&ET97)A=&EO;B U('!A<W-E9 IM;V1U;&4@;FEO
M(&ET97)A=&EO;B V('!A<W-E9 IM;V1U;&4@;FEO(&ET97)A=&EO;B W('!A
M<W-E9 IM;V1U;&4@;FEO(&ET97)A=&EO;B X('!A<W-E9 IM;V1U;&4@;FEO
M(&ET97)A=&EO;B Y('!A<W-E9 IM;V1U;&4@;FEO(&ET97)A=&EO;B Q,"!P
M87-S960*;6]D=6QE(&YI;R!I=&5R871I;VX@,3$@<&%S<V5D"FUO9'5L92!N
M:6\@:71E<F%T:6]N(#$R('!A<W-E9 IM;V1U;&4@;FEO(&ET97)A=&EO;B Q
M,R!P87-S960*;6]D=6QE(&YI;R!I=&5R871I;VX@,30@<&%S<V5D"FUO9'5L
M92!N:6\@:71E<F%T:6]N(#$U('!A<W-E9 IM;V1U;&4@;FEO(&ET97)A=&EO
M;B Q-B!P87-S960*;6]D=6QE(&YI;R!I=&5R871I;VX@,3<@<&%S<V5D"FUO
M9'5L92!N:6\@:71E<F%T:6]N(#$X('!A<W-E9 IM;V1U;&4@;FEO(&ET97)A
M=&EO;B Q.2!P87-S960*;6]D=6QE(&YI;R!I=&5R871I;VX@,C @<&%S<V5D
M"FUO9'5L92!N:6\@:71E<F%T:6]N(#(Q('!A<W-E9 IM;V1U;&4@;FEO(&ET
M97)A=&EO;B R,B!P87-S960*;6]D=6QE(&YI;R!I=&5R871I;VX@,C,@<&%S
M<V5D"FUO9'5L92!N:6\@:71E<F%T:6]N(#(T(&9A:6QE9 IM;V1U;&4@;FEO
M(&ET97)A=&EO;B R-2!P87-S960*;6]D=6QE(&YI;R!I=&5R871I;VX@,C8@
M<&%S<V5D"FUO9'5L92!N:6\@:71E<F%T:6]N(#(W('!A<W-E9 IM;V1U;&4@
M;FEO(&ET97)A=&EO;B R."!P87-S960*;6]D=6QE(&YI;R!I=&5R871I;VX@
M,CD@<&%S<V5D"FUO9'5L92!N:6\@:71E<F%T:6]N(#,P('!A<W-E9 IM;V1U
M;&4@;FEO(&ET97)A=&EO;B S,2!P87-S960*;6]D=6QE(&YI;R!I=&5R871I
M;VX@,S(@<&%S<V5D"FUO9'5L92!N:6\@:71E<F%T:6]N(#,S('!A<W-E9 IM
M;V1U;&4@;FEO(&ET97)A=&EO;B S-"!P87-S960*;6]D=6QE(&YI;R!I=&5R
M871I;VX@,S4@<&%S<V5D"FUO9'5L92!N:6\@:71E<F%T:6]N(#,V('!A<W-E
M9 IM;V1U;&4@;FEO(&ET97)A=&EO;B S-R!P87-S960*;6]D=6QE(&YI;R!I
M=&5R871I;VX@,S@@<&%S<V5D"FUO9'5L92!N:6\@:71E<F%T:6]N(#,Y('!A
M<W-E9 IM;V1U;&4@;FEO(&ET97)A=&EO;B T,"!P87-S960*;6]D=6QE(&YI
M;R!I=&5R871I;VX@-#$@<&%S<V5D"FUO9'5L92!N:6\@:71E<F%T:6]N(#0R
M('!A<W-E9 IM;V1U;&4@;FEO(&ET97)A=&EO;B T,R!P87-S960*;6]D=6QE
M(&YI;R!I=&5R871I;VX@-#0@<&%S<V5D"FUO9'5L92!N:6\@:71E<F%T:6]N
M(#0U('!A<W-E9 IM;V1U;&4@;FEO(&ET97)A=&EO;B T-B!P87-S960*;6]D
M=6QE(&YI;R!I=&5R871I;VX@-#<@<&%S<V5D"FUO9'5L92!N:6\@:71E<F%T
M:6]N(#0X('!A<W-E9 IM;V1U;&4@;FEO(&ET97)A=&EO;B T.2!P87-S960*
M;6]D=6QE(&YI;U]C:&%R(&ET97)A=&EO;B P('!A<W-E9 IM;V1U;&4@;FEO
M7V-H87(@:71E<F%T:6]N(#$@<&%S<V5D"FUO9'5L92!N:6]?8VAA<B!I=&5R
M871I;VX@,B!P87-S960*;6]D=6QE(&YI;U]C:&%R(&ET97)A=&EO;B S('!A
M<W-E9 IM;V1U;&4@;FEO7V-H87(@:71E<F%T:6]N(#0@<&%S<V5D"FUO9'5L
M92!N:6]?8VAA<B!I=&5R871I;VX@-2!P87-S960*;6]D=6QE(&YI;U]C:&%R
M(&ET97)A=&EO;B V('!A<W-E9 IM;V1U;&4@;FEO7V-H87(@:71E<F%T:6]N
M(#<@<&%S<V5D"FUO9'5L92!N:6]?8VAA<B!I=&5R871I;VX@."!P87-S960*
M;6]D=6QE(&YI;U]C:&%R(&ET97)A=&EO;B Y('!A<W-E9 IM;V1U;&4@;FEO
M7V-H87(@:71E<F%T:6]N(#$P('!A<W-E9 IM;V1U;&4@;FEO7V-H87(@:71E
M<F%T:6]N(#$Q('!A<W-E9 IM;V1U;&4@;FEO7V-H87(@:71E<F%T:6]N(#$R
M('!A<W-E9 IM;V1U;&4@;FEO7V-H87(@:71E<F%T:6]N(#$S('!A<W-E9 IM
M;V1U;&4@;FEO7V-H87(@:71E<F%T:6]N(#$T('!A<W-E9 IM;V1U;&4@;FEO
M7V-H87(@:71E<F%T:6]N(#$U('!A<W-E9 IM;V1U;&4@;FEO7V-H87(@:71E
M<F%T:6]N(#$V('!A<W-E9 IM;V1U;&4@;FEO7V-H87(@:71E<F%T:6]N(#$W
M('!A<W-E9 IM;V1U;&4@;FEO7V-H87(@:71E<F%T:6]N(#$X('!A<W-E9 IM
M;V1U;&4@;FEO7V-H87(@:71E<F%T:6]N(#$Y('!A<W-E9 IM;V1U;&4@;FEO
M7V-H87(@:71E<F%T:6]N(#(P('!A<W-E9 IM;V1U;&4@;FEO7V-H87(@:71E
M<F%T:6]N(#(Q('!A<W-E9 IM;V1U;&4@;FEO7V-H87(@:71E<F%T:6]N(#(R
M('!A<W-E9 IM;V1U;&4@;FEO7V-H87(@:71E<F%T:6]N(#(S('!A<W-E9 IM
M;V1U;&4@;FEO7V-H87(@:71E<F%T:6]N(#(T('!A<W-E9 IM;V1U;&4@;FEO
M7V-H87(@:71E<F%T:6]N(#(U('!A<W-E9 IM;V1U;&4@;FEO7V-H87(@:71E
M<F%T:6]N(#(V('!A<W-E9 IM;V1U;&4@;FEO7V-H87(@:71E<F%T:6]N(#(W
M('!A<W-E9 IM;V1U;&4@;FEO7V-H87(@:71E<F%T:6]N(#(X('!A<W-E9 IM
M;V1U;&4@;FEO7V-H87(@:71E<F%T:6]N(#(Y('!A<W-E9 IM;V1U;&4@;FEO
M7V-H87(@:71E<F%T:6]N(#,P('!A<W-E9 IM;V1U;&4@;FEO7V-H87(@:71E
M<F%T:6]N(#,Q('!A<W-E9 IM;V1U;&4@;FEO7V-H87(@:71E<F%T:6]N(#,R
M('!A<W-E9 IM;V1U;&4@;FEO7V-H87(@:71E<F%T:6]N(#,S('!A<W-E9 IM
M;V1U;&4@;FEO7V-H87(@:71E<F%T:6]N(#,T('!A<W-E9 IM;V1U;&4@;FEO
M7V-H87(@:71E<F%T:6]N(#,U('!A<W-E9 IM;V1U;&4@;FEO7V-H87(@:71E
M<F%T:6]N(#,V('!A<W-E9 IM;V1U;&4@;FEO7V-H87(@:71E<F%T:6]N(#,W
M('!A<W-E9 IM;V1U;&4@;FEO7V-H87(@:71E<F%T:6]N(#,X('!A<W-E9 IM
M;V1U;&4@;FEO7V-H87(@:71E<F%T:6]N(#,Y('!A<W-E9 IM;V1U;&4@;FEO
M7V-H87(@:71E<F%T:6]N(#0P('!A<W-E9 IM;V1U;&4@;FEO7V-H87(@:71E
M<F%T:6]N(#0Q('!A<W-E9 IM;V1U;&4@;FEO7V-H87(@:71E<F%T:6]N(#0R
M('!A<W-E9 IM;V1U;&4@;FEO7V-H87(@:71E<F%T:6]N(#0S('!A<W-E9 IM
M;V1U;&4@;FEO7V-H87(@:71E<F%T:6]N(#0T('!A<W-E9 IM;V1U;&4@;FEO
M7V-H87(@:71E<F%T:6]N(#0U('!A<W-E9 IM;V1U;&4@;FEO7V-H87(@:71E
M<F%T:6]N(#0V('!A<W-E9 IM;V1U;&4@;FEO7V-H87(@:71E<F%T:6]N(#0W
M('!A<W-E9 IM;V1U;&4@;FEO7V-H87(@:71E<F%T:6]N(#0X('!A<W-E9 IM
M;V1U;&4@;FEO7V-H87(@:71E<F%T:6]N(#0Y('!A<W-E9 IM;V1U;&4@<')E
M9G,@:71E<F%T:6]N(# @<&%S<V5D"FUO9'5L92!P<F5F<R!I=&5R871I;VX@
M,2!P87-S960*;6]D=6QE('!R969S(&ET97)A=&EO;B R('!A<W-E9 IM;V1U
M;&4@<')E9G,@:71E<F%T:6]N(#,@<&%S<V5D"FUO9'5L92!P<F5F<R!I=&5R
M871I;VX@-"!P87-S960*;6]D=6QE('!R969S(&ET97)A=&EO;B U('!A<W-E
M9 IM;V1U;&4@<')E9G,@:71E<F%T:6]N(#8@<&%S<V5D"FUO9'5L92!P<F5F
M<R!I=&5R871I;VX@-R!P87-S960*;6]D=6QE('!R969S(&ET97)A=&EO;B X
M('!A<W-E9 IM;V1U;&4@<')E9G,@:71E<F%T:6]N(#D@<&%S<V5D"FUO9'5L
M92!P<F5F<R!I=&5R871I;VX@,3 @<&%S<V5D"FUO9'5L92!P<F5F<R!I=&5R
M871I;VX@,3$@<&%S<V5D"FUO9'5L92!P<F5F<R!I=&5R871I;VX@,3(@<&%S
M<V5D"FUO9'5L92!P<F5F<R!I=&5R871I;VX@,3,@<&%S<V5D"FUO9'5L92!P
M<F5F<R!I=&5R871I;VX@,30@<&%S<V5D"FUO9'5L92!P<F5F<R!I=&5R871I
M;VX@,34@<&%S<V5D"FUO9'5L92!P<F5F<R!I=&5R871I;VX@,38@<&%S<V5D
M"FUO9'5L92!P<F5F<R!I=&5R871I;VX@,3<@<&%S<V5D"FUO9'5L92!P<F5F
M<R!I=&5R871I;VX@,3@@<&%S<V5D"FUO9'5L92!P<F5F<R!I=&5R871I;VX@
M,3D@<&%S<V5D"FUO9'5L92!P<F5F<R!I=&5R871I;VX@,C @<&%S<V5D"FUO
M9'5L92!P<F5F<R!I=&5R871I;VX@,C$@<&%S<V5D"FUO9'5L92!P<F5F<R!I
M=&5R871I;VX@,C(@<&%S<V5D"FUO9'5L92!P<F5F<R!I=&5R871I;VX@,C,@
M<&%S<V5D"FUO9'5L92!P<F5F<R!I=&5R871I;VX@,C0@<&%S<V5D"FUO9'5L
M92!P<F5F<R!I=&5R871I;VX@,C4@<&%S<V5D"FUO9'5L92!P<F5F<R!I=&5R
M871I;VX@,C8@<&%S<V5D"FUO9'5L92!P<F5F<R!I=&5R871I;VX@,C<@<&%S
M<V5D"FUO9'5L92!P<F5F<R!I=&5R871I;VX@,C@@<&%S<V5D"FUO9'5L92!P
M<F5F<R!I=&5R871I;VX@,CD@<&%S<V5D"FUO9'5L92!P<F5F<R!I=&5R871I
M;VX@,S @<&%S<V5D"FUO9'5L92!P<F5F<R!I=&5R871I;VX@,S$@<&%S<V5D
M"FUO9'5L92!P<F5F<R!I=&5R871I;VX@,S(@<&%S<V5D"FUO9'5L92!P<F5F
M<R!I=&5R871I;VX@,S,@<&%S<V5D"FUO9'5L92!P<F5F<R!I=&5R871I;VX@
M,S0@<&%S<V5D"FUO9'5L92!P<F5F<R!I=&5R871I;VX@,S4@<&%S<V5D"FUO
M9'5L92!P<F5F<R!I=&5R871I;VX@,S8@<&%S<V5D"FUO9'5L92!P<F5F<R!I
M=&5R871I;VX@,S<@<&%S<V5D"FUO9'5L92!P<F5F<R!I=&5R871I;VX@,S@@
M<&%S<V5D"FUO9'5L92!P<F5F<R!I=&5R871I;VX@,SD@<&%S<V5D"FUO9'5L
M92!P<F5F<R!I=&5R871I;VX@-# @<&%S<V5D"FUO9'5L92!P<F5F<R!I=&5R
M871I;VX@-#$@<&%S<V5D"FUO9'5L92!P<F5F<R!I=&5R871I;VX@-#(@<&%S
M<V5D"FUO9'5L92!P<F5F<R!I=&5R871I;VX@-#,@<&%S<V5D"FUO9'5L92!P
M<F5F<R!I=&5R871I;VX@-#0@<&%S<V5D"FUO9'5L92!P<F5F<R!I=&5R871I
M;VX@-#4@<&%S<V5D"FUO9'5L92!P<F5F<R!I=&5R871I;VX@-#8@<&%S<V5D
M"FUO9'5L92!P<F5F<R!I=&5R871I;VX@-#<@<&%S<V5D"FUO9'5L92!P<F5F
M<R!I=&5R871I;VX@-#@@<&%S<V5D"FUO9'5L92!P<F5F<R!I=&5R871I;VX@
M-#D@<&%S<V5D"FUO9'5L92!P<FEN="!I=&5R871I;VX@,"!P87-S960*;6]D
M=6QE('!R:6YT(&ET97)A=&EO;B Q('!A<W-E9 IM;V1U;&4@<')I;G0@:71E
M<F%T:6]N(#(@<&%S<V5D"FUO9'5L92!P<FEN="!I=&5R871I;VX@,R!P87-S
M960*;6]D=6QE('!R:6YT(&ET97)A=&EO;B T('!A<W-E9 IM;V1U;&4@<')I
M;G0@:71E<F%T:6]N(#4@<&%S<V5D"FUO9'5L92!P<FEN="!I=&5R871I;VX@
M-B!P87-S960*;6]D=6QE('!R:6YT(&ET97)A=&EO;B W('!A<W-E9 IM;V1U
M;&4@<')I;G0@:71E<F%T:6]N(#@@<&%S<V5D"FUO9'5L92!P<FEN="!I=&5R
M871I;VX@.2!P87-S960*;6]D=6QE('!R:6YT(&ET97)A=&EO;B Q,"!P87-S
M960*;6]D=6QE('!R:6YT(&ET97)A=&EO;B Q,2!P87-S960*;6]D=6QE('!R
M:6YT(&ET97)A=&EO;B Q,B!P87-S960*;6]D=6QE('!R:6YT(&ET97)A=&EO
M;B Q,R!P87-S960*;6]D=6QE('!R:6YT(&ET97)A=&EO;B Q-"!P87-S960*
M;6]D=6QE('!R:6YT(&ET97)A=&EO;B Q-2!P87-S960*;6]D=6QE('!R:6YT
M(&ET97)A=&EO;B Q-B!P87-S960*;6]D=6QE('!R:6YT(&ET97)A=&EO;B Q
M-R!P87-S960*;6]D=6QE('!R:6YT(&ET97)A=&EO;B Q."!P87-S960*;6]D
M=6QE('!R:6YT(&ET97)A=&EO;B Q.2!P87-S960*;6]D=6QE('!R:6YT(&ET
M97)A=&EO;B R,"!P87-S960*;6]D=6QE('!R:6YT(&ET97)A=&EO;B R,2!P
M87-S960*;6]D=6QE('!R:6YT(&ET97)A=&EO;B R,B!P87-S960*;6]D=6QE
M('!R:6YT(&ET97)A=&EO;B R,R!P87-S960*;6]D=6QE('!R:6YT(&ET97)A
M=&EO;B R-"!P87-S960*;6]D=6QE('!R:6YT(&ET97)A=&EO;B R-2!P87-S
M960*;6]D=6QE('!R:6YT(&ET97)A=&EO;B R-B!P87-S960*;6]D=6QE('!R
M:6YT(&ET97)A=&EO;B R-R!P87-S960*;6]D=6QE('!R:6YT(&ET97)A=&EO
M;B R."!P87-S960*;6]D=6QE('!R:6YT(&ET97)A=&EO;B R.2!P87-S960*
M;6]D=6QE('!R:6YT(&ET97)A=&EO;B S,"!P87-S960*;6]D=6QE('!R:6YT
M(&ET97)A=&EO;B S,2!P87-S960*;6]D=6QE('!R:6YT(&ET97)A=&EO;B S
M,B!P87-S960*;6]D=6QE('!R:6YT(&ET97)A=&EO;B S,R!P87-S960*;6]D
M=6QE('!R:6YT(&ET97)A=&EO;B S-"!P87-S960*;6]D=6QE('!R:6YT(&ET
M97)A=&EO;B S-2!P87-S960*;6]D=6QE('!R:6YT(&ET97)A=&EO;B S-B!P
M87-S960*;6]D=6QE('!R:6YT(&ET97)A=&EO;B S-R!P87-S960*;6]D=6QE
M('!R:6YT(&ET97)A=&EO;B S."!P87-S960*;6]D=6QE('!R:6YT(&ET97)A
M=&EO;B S.2!P87-S960*;6]D=6QE('!R:6YT(&ET97)A=&EO;B T,"!P87-S
M960*;6]D=6QE('!R:6YT(&ET97)A=&EO;B T,2!P87-S960*;6]D=6QE('!R
M:6YT(&ET97)A=&EO;B T,B!P87-S960*;6]D=6QE('!R:6YT(&ET97)A=&EO
M;B T,R!P87-S960*;6]D=6QE('!R:6YT(&ET97)A=&EO;B T-"!P87-S960*
M;6]D=6QE('!R:6YT(&ET97)A=&EO;B T-2!P87-S960*;6]D=6QE('!R:6YT
M(&ET97)A=&EO;B T-B!P87-S960*;6]D=6QE('!R:6YT(&ET97)A=&EO;B T
M-R!P87-S960*;6]D=6QE('!R:6YT(&ET97)A=&EO;B T."!P87-S960*;6]D
M=6QE('!R:6YT(&ET97)A=&EO;B T.2!P87-S960*;6]D=6QE(')E9V5X(&ET
M97)A=&EO;B P('!A<W-E9 IM;V1U;&4@<F5G97@@:71E<F%T:6]N(#$@<&%S
M<V5D"FUO9'5L92!R96=E>"!I=&5R871I;VX@,B!P87-S960*;6]D=6QE(')E
M9V5X(&ET97)A=&EO;B S('!A<W-E9 IM;V1U;&4@<F5G97@@:71E<F%T:6]N
M(#0@<&%S<V5D"FUO9'5L92!R96=E>"!I=&5R871I;VX@-2!P87-S960*;6]D
M=6QE(')E9V5X(&ET97)A=&EO;B V('!A<W-E9 IM;V1U;&4@<F5G97@@:71E
M<F%T:6]N(#<@<&%S<V5D"FUO9'5L92!R96=E>"!I=&5R871I;VX@."!P87-S
M960*;6]D=6QE(')E9V5X(&ET97)A=&EO;B Y('!A<W-E9 IM;V1U;&4@<F5G
M97@@:71E<F%T:6]N(#$P('!A<W-E9 IM;V1U;&4@<F5G97@@:71E<F%T:6]N
M(#$Q('!A<W-E9 IM;V1U;&4@<F5G97@@:71E<F%T:6]N(#$R('!A<W-E9 IM
M;V1U;&4@<F5G97@@:71E<F%T:6]N(#$S('!A<W-E9 IM;V1U;&4@<F5G97@@
M:71E<F%T:6]N(#$T('!A<W-E9 IM;V1U;&4@<F5G97@@:71E<F%T:6]N(#$U
M('!A<W-E9 IM;V1U;&4@<F5G97@@:71E<F%T:6]N(#$V('!A<W-E9 IM;V1U
M;&4@<F5G97@@:71E<F%T:6]N(#$W('!A<W-E9 IM;V1U;&4@<F5G97@@:71E
M<F%T:6]N(#$X('!A<W-E9 IM;V1U;&4@<F5G97@@:71E<F%T:6]N(#$Y('!A
M<W-E9 IM;V1U;&4@<F5G97@@:71E<F%T:6]N(#(P('!A<W-E9 IM;V1U;&4@
M<F5G97@@:71E<F%T:6]N(#(Q('!A<W-E9 IM;V1U;&4@<F5G97@@:71E<F%T
M:6]N(#(R('!A<W-E9 IM;V1U;&4@<F5G97@@:71E<F%T:6]N(#(S('!A<W-E
M9 IM;V1U;&4@<F5G97@@:71E<F%T:6]N(#(T('!A<W-E9 IM;V1U;&4@<F5G
M97@@:71E<F%T:6]N(#(U('!A<W-E9 IM;V1U;&4@<F5G97@@:71E<F%T:6]N
M(#(V('!A<W-E9 IM;V1U;&4@<F5G97@@:71E<F%T:6]N(#(W('!A<W-E9 IM
M;V1U;&4@<F5G97@@:71E<F%T:6]N(#(X('!A<W-E9 IM;V1U;&4@<F5G97@@
M:71E<F%T:6]N(#(Y('!A<W-E9 IM;V1U;&4@<F5G97@@:71E<F%T:6]N(#,P
M('!A<W-E9 IM;V1U;&4@<F5G97@@:71E<F%T:6]N(#,Q('!A<W-E9 IM;V1U
M;&4@<F5G97@@:71E<F%T:6]N(#,R('!A<W-E9 IM;V1U;&4@<F5G97@@:71E
M<F%T:6]N(#,S('!A<W-E9 IM;V1U;&4@<F5G97@@:71E<F%T:6]N(#,T('!A
M<W-E9 IM;V1U;&4@<F5G97@@:71E<F%T:6]N(#,U('!A<W-E9 IM;V1U;&4@
M<F5G97@@:71E<F%T:6]N(#,V('!A<W-E9 IM;V1U;&4@<F5G97@@:71E<F%T
M:6]N(#,W('!A<W-E9 IM;V1U;&4@<F5G97@@:71E<F%T:6]N(#,X('!A<W-E
M9 IM;V1U;&4@<F5G97@@:71E<F%T:6]N(#,Y('!A<W-E9 IM;V1U;&4@<F5G
M97@@:71E<F%T:6]N(#0P('!A<W-E9 IM;V1U;&4@<F5G97@@:71E<F%T:6]N
M(#0Q('!A<W-E9 IM;V1U;&4@<F5G97@@:71E<F%T:6]N(#0R('!A<W-E9 IM
M;V1U;&4@<F5G97@@:71E<F%T:6]N(#0S('!A<W-E9 IM;V1U;&4@<F5G97@@
M:71E<F%T:6]N(#0T('!A<W-E9 IM;V1U;&4@<F5G97@@:71E<F%T:6]N(#0U
M('!A<W-E9 IM;V1U;&4@<F5G97@@:71E<F%T:6]N(#0V('!A<W-E9 IM;V1U
M;&4@<F5G97@@:71E<F%T:6]N(#0W('!A<W-E9 IM;V1U;&4@<F5G97@@:71E
M<F%T:6]N(#0X('!A<W-E9 IM;V1U;&4@<F5G97@@:71E<F%T:6]N(#0Y('!A
M<W-E9 IM;V1U;&4@<FUI(&ET97)A=&EO;B P('!A<W-E9 IM;V1U;&4@<FUI
M(&ET97)A=&EO;B Q('!A<W-E9 IM;V1U;&4@<FUI(&ET97)A=&EO;B R('!A
M<W-E9 IM;V1U;&4@<FUI(&ET97)A=&EO;B S('!A<W-E9 IM;V1U;&4@<FUI
M(&ET97)A=&EO;B T('!A<W-E9 IM;V1U;&4@<FUI(&ET97)A=&EO;B U('!A
M<W-E9 IM;V1U;&4@<FUI(&ET97)A=&EO;B V('!A<W-E9 IM;V1U;&4@<FUI
M(&ET97)A=&EO;B W('!A<W-E9 IM;V1U;&4@<FUI(&ET97)A=&EO;B X('!A
M<W-E9 IM;V1U;&4@<FUI(&ET97)A=&EO;B Y('!A<W-E9 IM;V1U;&4@<FUI
M(&ET97)A=&EO;B Q,"!P87-S960*;6]D=6QE(')M:2!I=&5R871I;VX@,3$@
M<&%S<V5D"FUO9'5L92!R;6D@:71E<F%T:6]N(#$R('!A<W-E9 IM;V1U;&4@
M<FUI(&ET97)A=&EO;B Q,R!P87-S960*;6]D=6QE(')M:2!I=&5R871I;VX@
M,30@<&%S<V5D"FUO9'5L92!R;6D@:71E<F%T:6]N(#$U('!A<W-E9 IM;V1U
M;&4@<FUI(&ET97)A=&EO;B Q-B!P87-S960*;6]D=6QE(')M:2!I=&5R871I
M;VX@,3<@<&%S<V5D"FUO9'5L92!R;6D@:71E<F%T:6]N(#$X('!A<W-E9 IM
M;V1U;&4@<FUI(&ET97)A=&EO;B Q.2!P87-S960*;6]D=6QE(')M:2!I=&5R
M871I;VX@,C @<&%S<V5D"FUO9'5L92!R;6D@:71E<F%T:6]N(#(Q('!A<W-E
M9 IM;V1U;&4@<FUI(&ET97)A=&EO;B R,B!P87-S960*;6]D=6QE(')M:2!I
M=&5R871I;VX@,C,@<&%S<V5D"FUO9'5L92!R;6D@:71E<F%T:6]N(#(T('!A
M<W-E9 IM;V1U;&4@<FUI(&ET97)A=&EO;B R-2!P87-S960*;6]D=6QE(')M
M:2!I=&5R871I;VX@,C8@<&%S<V5D"FUO9'5L92!R;6D@:71E<F%T:6]N(#(W
M('!A<W-E9 IM;V1U;&4@<FUI(&ET97)A=&EO;B R."!P87-S960*;6]D=6QE
M(')M:2!I=&5R871I;VX@,CD@<&%S<V5D"FUO9'5L92!R;6D@:71E<F%T:6]N
M(#,P('!A<W-E9 IM;V1U;&4@<FUI(&ET97)A=&EO;B S,2!P87-S960*;6]D
M=6QE(')M:2!I=&5R871I;VX@,S(@<&%S<V5D"FUO9'5L92!R;6D@:71E<F%T
M:6]N(#,S('!A<W-E9 IM;V1U;&4@<FUI(&ET97)A=&EO;B S-"!P87-S960*
M;6]D=6QE(')M:2!I=&5R871I;VX@,S4@<&%S<V5D"FUO9'5L92!R;6D@:71E
M<F%T:6]N(#,V('!A<W-E9 IM;V1U;&4@<FUI(&ET97)A=&EO;B S-R!P87-S
M960*;6]D=6QE(')M:2!I=&5R871I;VX@,S@@<&%S<V5D"FUO9'5L92!R;6D@
M:71E<F%T:6]N(#,Y('!A<W-E9 IM;V1U;&4@<FUI(&ET97)A=&EO;B T,"!P
M87-S960*;6]D=6QE(')M:2!I=&5R871I;VX@-#$@<&%S<V5D"FUO9'5L92!R
M;6D@:71E<F%T:6]N(#0R('!A<W-E9 IM;V1U;&4@<FUI(&ET97)A=&EO;B T
M,R!P87-S960*;6]D=6QE(')M:2!I=&5R871I;VX@-#0@<&%S<V5D"FUO9'5L
M92!R;6D@:71E<F%T:6]N(#0U('!A<W-E9 IM;V1U;&4@<FUI(&ET97)A=&EO
M;B T-B!P87-S960*;6]D=6QE(')M:2!I=&5R871I;VX@-#<@<&%S<V5D"FUO
M9'5L92!R;6D@:71E<F%T:6]N(#0X('!A<W-E9 IM;V1U;&4@<FUI(&ET97)A
M=&EO;B T.2!P87-S960*;6]D=6QE('-E8W5R:71Y(&ET97)A=&EO;B P('!A
M<W-E9 IM;V1U;&4@<V5C=7)I='D@:71E<F%T:6]N(#$@<&%S<V5D"FUO9'5L
M92!S96-U<FET>2!I=&5R871I;VX@,B!P87-S960*;6]D=6QE('-E8W5R:71Y
M(&ET97)A=&EO;B S('!A<W-E9 IM;V1U;&4@<V5C=7)I='D@:71E<F%T:6]N
M(#0@<&%S<V5D"FUO9'5L92!S96-U<FET>2!I=&5R871I;VX@-2!P87-S960*
M;6]D=6QE('-E8W5R:71Y(&ET97)A=&EO;B V('!A<W-E9 IM;V1U;&4@<V5C
M=7)I='D@:71E<F%T:6]N(#<@<&%S<V5D"FUO9'5L92!S96-U<FET>2!I=&5R
M871I;VX@."!P87-S960*;6]D=6QE('-E8W5R:71Y(&ET97)A=&EO;B Y('!A
M<W-E9 IM;V1U;&4@<V5C=7)I='D@:71E<F%T:6]N(#$P('!A<W-E9 IM;V1U
M;&4@<V5C=7)I='D@:71E<F%T:6]N(#$Q('!A<W-E9 IM;V1U;&4@<V5C=7)I
M='D@:71E<F%T:6]N(#$R('!A<W-E9 IM;V1U;&4@<V5C=7)I='D@:71E<F%T
M:6]N(#$S('!A<W-E9 IM;V1U;&4@<V5C=7)I='D@:71E<F%T:6]N(#$T('!A
M<W-E9 IM;V1U;&4@<V5C=7)I='D@:71E<F%T:6]N(#$U('!A<W-E9 IM;V1U
M;&4@<V5C=7)I='D@:71E<F%T:6]N(#$V('!A<W-E9 IM;V1U;&4@<V5C=7)I
M='D@:71E<F%T:6]N(#$W('!A<W-E9 IM;V1U;&4@<V5C=7)I='D@:71E<F%T
M:6]N(#$X('!A<W-E9 IM;V1U;&4@<V5C=7)I='D@:71E<F%T:6]N(#$Y('!A
M<W-E9 IM;V1U;&4@<V5C=7)I='D@:71E<F%T:6]N(#(P('!A<W-E9 IM;V1U
M;&4@<V5C=7)I='D@:71E<F%T:6]N(#(Q('!A<W-E9 IM;V1U;&4@<V5C=7)I
M='D@:71E<F%T:6]N(#(R('!A<W-E9 IM;V1U;&4@<V5C=7)I='D@:71E<F%T
M:6]N(#(S('!A<W-E9 IM;V1U;&4@<V5C=7)I='D@:71E<F%T:6]N(#(T('!A
M<W-E9 IM;V1U;&4@<V5C=7)I='D@:71E<F%T:6]N(#(U('!A<W-E9 IM;V1U
M;&4@<V5C=7)I='D@:71E<F%T:6]N(#(V('!A<W-E9 IM;V1U;&4@<V5C=7)I
M='D@:71E<F%T:6]N(#(W('!A<W-E9 IM;V1U;&4@<V5C=7)I='D@:71E<F%T
M:6]N(#(X('!A<W-E9 IM;V1U;&4@<V5C=7)I='D@:71E<F%T:6]N(#(Y('!A
M<W-E9 IM;V1U;&4@<V5C=7)I='D@:71E<F%T:6]N(#,P('!A<W-E9 IM;V1U
M;&4@<V5C=7)I='D@:71E<F%T:6]N(#,Q('!A<W-E9 IM;V1U;&4@<V5C=7)I
M='D@:71E<F%T:6]N(#,R('!A<W-E9 IM;V1U;&4@<V5C=7)I='D@:71E<F%T
M:6]N(#,S('!A<W-E9 IM;V1U;&4@<V5C=7)I='D@:71E<F%T:6]N(#,T('!A
M<W-E9 IM;V1U;&4@<V5C=7)I='D@:71E<F%T:6]N(#,U('!A<W-E9 IM;V1U
M;&4@<V5C=7)I='D@:71E<F%T:6]N(#,V('!A<W-E9 IM;V1U;&4@<V5C=7)I
M='D@:71E<F%T:6]N(#,W('!A<W-E9 IM;V1U;&4@<V5C=7)I='D@:71E<F%T
M:6]N(#,X('!A<W-E9 IM;V1U;&4@<V5C=7)I='D@:71E<F%T:6]N(#,Y('!A
M<W-E9 IM;V1U;&4@<V5C=7)I='D@:71E<F%T:6]N(#0P('!A<W-E9 IM;V1U
M;&4@<V5C=7)I='D@:71E<F%T:6]N(#0Q('!A<W-E9 IM;V1U;&4@<V5C=7)I
M='D@:71E<F%T:6]N(#0R('!A<W-E9 IM;V1U;&4@<V5C=7)I='D@:71E<F%T
M:6]N(#0S('!A<W-E9 IM;V1U;&4@<V5C=7)I='D@:71E<F%T:6]N(#0T('!A
M<W-E9 IM;V1U;&4@<V5C=7)I='D@:71E<F%T:6]N(#0U('!A<W-E9 IM;V1U
M;&4@<V5C=7)I='D@:71E<F%T:6]N(#0V('!A<W-E9 IM;V1U;&4@<V5C=7)I
M='D@:71E<F%T:6]N(#0W('!A<W-E9 IM;V1U;&4@<V5C=7)I='D@:71E<F%T
M:6]N(#0X('!A<W-E9 IM;V1U;&4@<V5C=7)I='D@:71E<F%T:6]N(#0Y('!A
M<W-E9 IM;V1U;&4@<V]U;F0@:71E<F%T:6]N(# @<&%S<V5D"FUO9'5L92!S
M;W5N9"!I=&5R871I;VX@,2!P87-S960*;6]D=6QE('-O=6YD(&ET97)A=&EO
M;B R('!A<W-E9 IM;V1U;&4@<V]U;F0@:71E<F%T:6]N(#,@<&%S<V5D"FUO
M9'5L92!S;W5N9"!I=&5R871I;VX@-"!P87-S960*;6]D=6QE('-O=6YD(&ET
M97)A=&EO;B U('!A<W-E9 IM;V1U;&4@<V]U;F0@:71E<F%T:6]N(#8@<&%S
M<V5D"FUO9'5L92!S;W5N9"!I=&5R871I;VX@-R!P87-S960*;6]D=6QE('-O
M=6YD(&ET97)A=&EO;B X('!A<W-E9 IM;V1U;&4@<V]U;F0@:71E<F%T:6]N
M(#D@<&%S<V5D"FUO9'5L92!S;W5N9"!I=&5R871I;VX@,3 @<&%S<V5D"FUO
M9'5L92!S;W5N9"!I=&5R871I;VX@,3$@<&%S<V5D"FUO9'5L92!S;W5N9"!I
M=&5R871I;VX@,3(@<&%S<V5D"FUO9'5L92!S;W5N9"!I=&5R871I;VX@,3,@
M<&%S<V5D"FUO9'5L92!S;W5N9"!I=&5R871I;VX@,30@<&%S<V5D"FUO9'5L
M92!S;W5N9"!I=&5R871I;VX@,34@<&%S<V5D"FUO9'5L92!S;W5N9"!I=&5R
M871I;VX@,38@<&%S<V5D"FUO9'5L92!S;W5N9"!I=&5R871I;VX@,3<@<&%S
M<V5D"FUO9'5L92!S;W5N9"!I=&5R871I;VX@,3@@<&%S<V5D"FUO9'5L92!S
M;W5N9"!I=&5R871I;VX@,3D@<&%S<V5D"FUO9'5L92!S;W5N9"!I=&5R871I
M;VX@,C @<&%S<V5D"FUO9'5L92!S;W5N9"!I=&5R871I;VX@,C$@<&%S<V5D
M"FUO9'5L92!S;W5N9"!I=&5R871I;VX@,C(@<&%S<V5D"FUO9'5L92!S;W5N
M9"!I=&5R871I;VX@,C,@<&%S<V5D"FUO9'5L92!S;W5N9"!I=&5R871I;VX@
M,C0@<&%S<V5D"FUO9'5L92!S;W5N9"!I=&5R871I;VX@,C4@<&%S<V5D"FUO
M9'5L92!S;W5N9"!I=&5R871I;VX@,C8@<&%S<V5D"FUO9'5L92!S;W5N9"!I
M=&5R871I;VX@,C<@<&%S<V5D"FUO9'5L92!S;W5N9"!I=&5R871I;VX@,C@@
M<&%S<V5D"FUO9'5L92!S;W5N9"!I=&5R871I;VX@,CD@<&%S<V5D"FUO9'5L
M92!S;W5N9"!I=&5R871I;VX@,S @<&%S<V5D"FUO9'5L92!S;W5N9"!I=&5R
M871I;VX@,S$@<&%S<V5D"FUO9'5L92!S;W5N9"!I=&5R871I;VX@,S(@<&%S
M<V5D"FUO9'5L92!S;W5N9"!I=&5R871I;VX@,S,@<&%S<V5D"FUO9'5L92!S
M;W5N9"!I=&5R871I;VX@,S0@<&%S<V5D"FUO9'5L92!S;W5N9"!I=&5R871I
M;VX@,S4@<&%S<V5D"FUO9'5L92!S;W5N9"!I=&5R871I;VX@,S8@<&%S<V5D
M"FUO9'5L92!S;W5N9"!I=&5R871I;VX@,S<@<&%S<V5D"FUO9'5L92!S;W5N
M9"!I=&5R871I;VX@,S@@<&%S<V5D"FUO9'5L92!S;W5N9"!I=&5R871I;VX@
M,SD@<&%S<V5D"FUO9'5L92!S;W5N9"!I=&5R871I;VX@-# @<&%S<V5D"FUO
M9'5L92!S;W5N9"!I=&5R871I;VX@-#$@<&%S<V5D"FUO9'5L92!S;W5N9"!I
M=&5R871I;VX@-#(@<&%S<V5D"FUO9'5L92!S;W5N9"!I=&5R871I;VX@-#,@
M<&%S<V5D"FUO9'5L92!S;W5N9"!I=&5R871I;VX@-#0@<&%S<V5D"FUO9'5L
M92!S;W5N9"!I=&5R871I;VX@-#4@<&%S<V5D"FUO9'5L92!S;W5N9"!I=&5R
M871I;VX@-#8@<&%S<V5D"FUO9'5L92!S;W5N9"!I=&5R871I;VX@-#<@<&%S
M<V5D"FUO9'5L92!S;W5N9"!I=&5R871I;VX@-#@@<&%S<V5D"FUO9'5L92!S
M;W5N9"!I=&5R871I;VX@-#D@<&%S<V5D"FUO9'5L92!S<6P@:71E<F%T:6]N
M(# @<&%S<V5D"FUO9'5L92!S<6P@:71E<F%T:6]N(#$@<&%S<V5D"FUO9'5L
M92!S<6P@:71E<F%T:6]N(#(@<&%S<V5D"FUO9'5L92!S<6P@:71E<F%T:6]N
M(#,@<&%S<V5D"FUO9'5L92!S<6P@:71E<F%T:6]N(#0@<&%S<V5D"FUO9'5L
M92!S<6P@:71E<F%T:6]N(#4@<&%S<V5D"FUO9'5L92!S<6P@:71E<F%T:6]N
M(#8@<&%S<V5D"FUO9'5L92!S<6P@:71E<F%T:6]N(#<@<&%S<V5D"FUO9'5L
M92!S<6P@:71E<F%T:6]N(#@@<&%S<V5D"FUO9'5L92!S<6P@:71E<F%T:6]N
M(#D@<&%S<V5D"FUO9'5L92!S<6P@:71E<F%T:6]N(#$P('!A<W-E9 IM;V1U
M;&4@<W%L(&ET97)A=&EO;B Q,2!P87-S960*;6]D=6QE('-Q;"!I=&5R871I
M;VX@,3(@<&%S<V5D"FUO9'5L92!S<6P@:71E<F%T:6]N(#$S('!A<W-E9 IM
M;V1U;&4@<W%L(&ET97)A=&EO;B Q-"!P87-S960*;6]D=6QE('-Q;"!I=&5R
M871I;VX@,34@<&%S<V5D"FUO9'5L92!S<6P@:71E<F%T:6]N(#$V('!A<W-E
M9 IM;V1U;&4@<W%L(&ET97)A=&EO;B Q-R!P87-S960*;6]D=6QE('-Q;"!I
M=&5R871I;VX@,3@@<&%S<V5D"FUO9'5L92!S<6P@:71E<F%T:6]N(#$Y('!A
M<W-E9 IM;V1U;&4@<W%L(&ET97)A=&EO;B R,"!P87-S960*;6]D=6QE('-Q
M;"!I=&5R871I;VX@,C$@<&%S<V5D"FUO9'5L92!S<6P@:71E<F%T:6]N(#(R
M('!A<W-E9 IM;V1U;&4@<W%L(&ET97)A=&EO;B R,R!P87-S960*;6]D=6QE
M('-Q;"!I=&5R871I;VX@,C0@<&%S<V5D"FUO9'5L92!S<6P@:71E<F%T:6]N
M(#(U('!A<W-E9 IM;V1U;&4@<W%L(&ET97)A=&EO;B R-B!P87-S960*;6]D
M=6QE('-Q;"!I=&5R871I;VX@,C<@<&%S<V5D"FUO9'5L92!S<6P@:71E<F%T
M:6]N(#(X('!A<W-E9 IM;V1U;&4@<W%L(&ET97)A=&EO;B R.2!P87-S960*
M;6]D=6QE('-Q;"!I=&5R871I;VX@,S @<&%S<V5D"FUO9'5L92!S<6P@:71E
M<F%T:6]N(#,Q('!A<W-E9 IM;V1U;&4@<W%L(&ET97)A=&EO;B S,B!P87-S
M960*;6]D=6QE('-Q;"!I=&5R871I;VX@,S,@<&%S<V5D"FUO9'5L92!S<6P@
M:71E<F%T:6]N(#,T('!A<W-E9 IM;V1U;&4@<W%L(&ET97)A=&EO;B S-2!P
M87-S960*;6]D=6QE('-Q;"!I=&5R871I;VX@,S8@<&%S<V5D"FUO9'5L92!S
M<6P@:71E<F%T:6]N(#,W('!A<W-E9 IM;V1U;&4@<W%L(&ET97)A=&EO;B S
M."!P87-S960*;6]D=6QE('-Q;"!I=&5R871I;VX@,SD@<&%S<V5D"FUO9'5L
M92!S<6P@:71E<F%T:6]N(#0P('!A<W-E9 IM;V1U;&4@<W%L(&ET97)A=&EO
M;B T,2!P87-S960*;6]D=6QE('-Q;"!I=&5R871I;VX@-#(@<&%S<V5D"FUO
M9'5L92!S<6P@:71E<F%T:6]N(#0S('!A<W-E9 IM;V1U;&4@<W%L(&ET97)A
M=&EO;B T-"!P87-S960*;6]D=6QE('-Q;"!I=&5R871I;VX@-#4@<&%S<V5D
M"FUO9'5L92!S<6P@:71E<F%T:6]N(#0V('!A<W-E9 IM;V1U;&4@<W%L(&ET
M97)A=&EO;B T-R!P87-S960*;6]D=6QE('-Q;"!I=&5R871I;VX@-#@@<&%S
M<V5D"FUO9'5L92!S<6P@:71E<F%T:6]N(#0Y('!A<W-E9 IM;V1U;&4@=&5X
M="!I=&5R871I;VX@,"!P87-S960*;6]D=6QE('1E>'0@:71E<F%T:6]N(#$@
M<&%S<V5D"FUO9'5L92!T97AT(&ET97)A=&EO;B R('!A<W-E9 IM;V1U;&4@
M=&5X="!I=&5R871I;VX@,R!P87-S960*;6]D=6QE('1E>'0@:71E<F%T:6]N
M(#0@<&%S<V5D"FUO9'5L92!T97AT(&ET97)A=&EO;B U('!A<W-E9 IM;V1U
M;&4@=&5X="!I=&5R871I;VX@-B!P87-S960*;6]D=6QE('1E>'0@:71E<F%T
M:6]N(#<@<&%S<V5D"FUO9'5L92!T97AT(&ET97)A=&EO;B X('!A<W-E9 IM
M;V1U;&4@=&5X="!I=&5R871I;VX@.2!P87-S960*;6]D=6QE('1E>'0@:71E
M<F%T:6]N(#$P('!A<W-E9 IM;V1U;&4@=&5X="!I=&5R871I;VX@,3$@<&%S
M<V5D"FUO9'5L92!T97AT(&ET97)A=&EO;B Q,B!P87-S960*;6]D=6QE('1E
M>'0@:71E<F%T:6]N(#$S('!A<W-E9 IM;V1U;&4@=&5X="!I=&5R871I;VX@
M,30@<&%S<V5D"FUO9'5L92!T97AT(&ET97)A=&EO;B Q-2!P87-S960*;6]D
M=6QE('1E>'0@:71E<F%T:6]N(#$V('!A<W-E9 IM;V1U;&4@=&5X="!I=&5R
M871I;VX@,3<@<&%S<V5D"FUO9'5L92!T97AT(&ET97)A=&EO;B Q."!P87-S
M960*;6]D=6QE('1E>'0@:71E<F%T:6]N(#$Y('!A<W-E9 IM;V1U;&4@=&5X
M="!I=&5R871I;VX@,C @<&%S<V5D"FUO9'5L92!T97AT(&ET97)A=&EO;B R
M,2!P87-S960*;6]D=6QE('1E>'0@:71E<F%T:6]N(#(R('!A<W-E9 IM;V1U
M;&4@=&5X="!I=&5R871I;VX@,C,@<&%S<V5D"FUO9'5L92!T97AT(&ET97)A
M=&EO;B R-"!P87-S960*;6]D=6QE('1E>'0@:71E<F%T:6]N(#(U('!A<W-E
M9 IM;V1U;&4@=&5X="!I=&5R871I;VX@,C8@<&%S<V5D"FUO9'5L92!T97AT
M(&ET97)A=&EO;B R-R!P87-S960*;6]D=6QE('1E>'0@:71E<F%T:6]N(#(X
M('!A<W-E9 IM;V1U;&4@=&5X="!I=&5R871I;VX@,CD@<&%S<V5D"FUO9'5L
M92!T97AT(&ET97)A=&EO;B S,"!P87-S960*;6]D=6QE('1E>'0@:71E<F%T
M:6]N(#,Q('!A<W-E9 IM;V1U;&4@=&5X="!I=&5R871I;VX@,S(@<&%S<V5D
M"FUO9'5L92!T97AT(&ET97)A=&EO;B S,R!P87-S960*;6]D=6QE('1E>'0@
M:71E<F%T:6]N(#,T('!A<W-E9 IM;V1U;&4@=&5X="!I=&5R871I;VX@,S4@
M<&%S<V5D"FUO9'5L92!T97AT(&ET97)A=&EO;B S-B!P87-S960*;6]D=6QE
M('1E>'0@:71E<F%T:6]N(#,W('!A<W-E9 IM;V1U;&4@=&5X="!I=&5R871I
M;VX@,S@@<&%S<V5D"FUO9'5L92!T97AT(&ET97)A=&EO;B S.2!P87-S960*
M;6]D=6QE('1E>'0@:71E<F%T:6]N(#0P('!A<W-E9 IM;V1U;&4@=&5X="!I
M=&5R871I;VX@-#$@<&%S<V5D"FUO9'5L92!T97AT(&ET97)A=&EO;B T,B!P
M87-S960*;6]D=6QE('1E>'0@:71E<F%T:6]N(#0S('!A<W-E9 IM;V1U;&4@
M=&5X="!I=&5R871I;VX@-#0@<&%S<V5D"FUO9'5L92!T97AT(&ET97)A=&EO
M;B T-2!P87-S960*;6]D=6QE('1E>'0@:71E<F%T:6]N(#0V('!A<W-E9 IM
M;V1U;&4@=&5X="!I=&5R871I;VX@-#<@<&%S<V5D"FUO9'5L92!T97AT(&ET
M97)A=&EO;B T."!P87-S960*;6]D=6QE('1E>'0@:71E<F%T:6]N(#0Y('!A
M<W-E9 IM;V1U;&4@=&]O;',@:71E<F%T:6]N(# @<&%S<V5D"FUO9'5L92!T
M;V]L<R!I=&5R871I;VX@,2!P87-S960*;6]D=6QE('1O;VQS(&ET97)A=&EO
M;B R('!A<W-E9 IM;V1U;&4@=&]O;',@:71E<F%T:6]N(#,@<&%S<V5D"FUO
M9'5L92!T;V]L<R!I=&5R871I;VX@-"!P87-S960*;6]D=6QE('1O;VQS(&ET
M97)A=&EO;B U('!A<W-E9 IM;V1U;&4@=&]O;',@:71E<F%T:6]N(#8@<&%S
M<V5D"FUO9'5L92!T;V]L<R!I=&5R871I;VX@-R!P87-S960*;6]D=6QE('1O
M;VQS(&ET97)A=&EO;B X('!A<W-E9 IM;V1U;&4@=&]O;',@:71E<F%T:6]N
M(#D@<&%S<V5D"FUO9'5L92!T;V]L<R!I=&5R871I;VX@,3 @<&%S<V5D"FUO
M9'5L92!T;V]L<R!I=&5R871I;VX@,3$@<&%S<V5D"FUO9'5L92!T;V]L<R!I
M=&5R871I;VX@,3(@<&%S<V5D"FUO9'5L92!T;V]L<R!I=&5R871I;VX@,3,@
M<&%S<V5D"FUO9'5L92!T;V]L<R!I=&5R871I;VX@,30@<&%S<V5D"FUO9'5L
M92!T;V]L<R!I=&5R871I;VX@,34@<&%S<V5D"FUO9'5L92!T;V]L<R!I=&5R
M871I;VX@,38@<&%S<V5D"FUO9'5L92!T;V]L<R!I=&5R871I;VX@,3<@<&%S
M<V5D"FUO9'5L92!T;V]L<R!I=&5R871I;VX@,3@@<&%S<V5D"FUO9'5L92!T
M;V]L<R!I=&5R871I;VX@,3D@<&%S<V5D"FUO9'5L92!T;V]L<R!I=&5R871I
M;VX@,C @<&%S<V5D"FUO9'5L92!T;V]L<R!I=&5R871I;VX@,C$@<&%S<V5D
M"FUO9'5L92!T;V]L<R!I=&5R871I;VX@,C(@<&%S<V5D"FUO9'5L92!T;V]L
M<R!I=&5R871I;VX@,C,@<&%S<V5D"FUO9'5L92!T;V]L<R!I=&5R871I;VX@
M,C0@<&%S<V5D"FUO9'5L92!T;V]L<R!I=&5R871I;VX@,C4@<&%S<V5D"FUO
M9'5L92!T;V]L<R!I=&5R871I;VX@,C8@<&%S<V5D"FUO9'5L92!T;V]L<R!I
M=&5R871I;VX@,C<@<&%S<V5D"FUO9'5L92!T;V]L<R!I=&5R871I;VX@,C@@
M<&%S<V5D"FUO9'5L92!T;V]L<R!I=&5R871I;VX@,CD@<&%S<V5D"FUO9'5L
M92!T;V]L<R!I=&5R871I;VX@,S @<&%S<V5D"FUO9'5L92!T;V]L<R!I=&5R
M871I;VX@,S$@<&%S<V5D"FUO9'5L92!T;V]L<R!I=&5R871I;VX@,S(@<&%S
M<V5D"FUO9'5L92!T;V]L<R!I=&5R871I;VX@,S,@<&%S<V5D"FUO9'5L92!T
M;V]L<R!I=&5R871I;VX@,S0@<&%S<V5D"FUO9'5L92!T;V]L<R!I=&5R871I
M;VX@,S4@<&%S<V5D"FUO9'5L92!T;V]L<R!I=&5R871I;VX@,S8@<&%S<V5D
M"FUO9'5L92!T;V]L<R!I=&5R871I;VX@,S<@<&%S<V5D"FUO9'5L92!T;V]L
M<R!I=&5R871I;VX@,S@@<&%S<V5D"FUO9'5L92!T;V]L<R!I=&5R871I;VX@
M,SD@<&%S<V5D"FUO9'5L92!T;V]L<R!I=&5R871I;VX@-# @<&%S<V5D"FUO
M9'5L92!T;V]L<R!I=&5R871I;VX@-#$@<&%S<V5D"FUO9'5L92!T;V]L<R!I
M=&5R871I;VX@-#(@<&%S<V5D"FUO9'5L92!T;V]L<R!I=&5R871I;VX@-#,@
M<&%S<V5D"FUO9'5L92!T;V]L<R!I=&5R871I;VX@-#0@<&%S<V5D"FUO9'5L
M92!T;V]L<R!I=&5R871I;VX@-#4@<&%S<V5D"FUO9'5L92!T;V]L<R!I=&5R
M871I;VX@-#8@<&%S<V5D"FUO9'5L92!T;V]L<R!I=&5R871I;VX@-#<@<&%S
M<V5D"FUO9'5L92!T;V]L<R!I=&5R871I;VX@-#@@<&%S<V5D"FUO9'5L92!T
M;V]L<R!I=&5R871I;VX@-#D@<&%S<V5D"FUO9'5L92!X+6YE="!I=&5R871I
M;VX@,"!P87-S960*;6]D=6QE('@M;F5T(&ET97)A=&EO;B Q('!A<W-E9 IM
M;V1U;&4@>"UN970@:71E<F%T:6]N(#(@<&%S<V5D"FUO9'5L92!X+6YE="!I
M=&5R871I;VX@,R!P87-S960*;6]D=6QE('@M;F5T(&ET97)A=&EO;B T('!A
M<W-E9 IM;V1U;&4@>"UN970@:71E<F%T:6]N(#4@<&%S<V5D"FUO9'5L92!X
M+6YE="!I=&5R871I;VX@-B!P87-S960*;6]D=6QE('@M;F5T(&ET97)A=&EO
M;B W('!A<W-E9 IM;V1U;&4@>"UN970@:71E<F%T:6]N(#@@<&%S<V5D"FUO
M9'5L92!X+6YE="!I=&5R871I;VX@.2!P87-S960*;6]D=6QE('@M;F5T(&ET
M97)A=&EO;B Q,"!P87-S960*;6]D=6QE('@M;F5T(&ET97)A=&EO;B Q,2!P
M87-S960*;6]D=6QE('@M;F5T(&ET97)A=&EO;B Q,B!P87-S960*;6]D=6QE
M('@M;F5T(&ET97)A=&EO;B Q,R!P87-S960*;6]D=6QE('@M;F5T(&ET97)A
M=&EO;B Q-"!P87-S960*;6]D=6QE('@M;F5T(&ET97)A=&EO;B Q-2!P87-S
M960*;6]D=6QE('@M;F5T(&ET97)A=&EO;B Q-B!P87-S960*;6]D=6QE('@M
M;F5T(&ET97)A=&EO;B Q-R!P87-S960*;6]D=6QE('@M;F5T(&ET97)A=&EO
M;B Q."!P87-S960*;6]D=6QE('@M;F5T(&ET97)A=&EO;B Q.2!P87-S960*
M;6]D=6QE('@M;F5T(&ET97)A=&EO;B R,"!P87-S960*;6]D=6QE('@M;F5T
M(&ET97)A=&EO;B R,2!P87-S960*;6]D=6QE('@M;F5T(&ET97)A=&EO;B R
M,B!P87-S960*;6]D=6QE('@M;F5T(&ET97)A=&EO;B R,R!P87-S960*;6]D
M=6QE('@M;F5T(&ET97)A=&EO;B R-"!P87-S960*;6]D=6QE('@M;F5T(&ET
M97)A=&EO;B R-2!P87-S960*;6]D=6QE('@M;F5T(&ET97)A=&EO;B R-B!P
M87-S960*;6]D=6QE('@M;F5T(&ET97)A=&EO;B R-R!P87-S960*;6]D=6QE
M('@M;F5T(&ET97)A=&EO;B R."!P87-S960*;6]D=6QE('@M;F5T(&ET97)A
M=&EO;B R.2!P87-S960*;6]D=6QE('@M;F5T(&ET97)A=&EO;B S,"!P87-S
M960*;6]D=6QE('@M;F5T(&ET97)A=&EO;B S,2!P87-S960*;6]D=6QE('@M
M;F5T(&ET97)A=&EO;B S,B!P87-S960*;6]D=6QE('@M;F5T(&ET97)A=&EO
M;B S,R!P87-S960*;6]D=6QE('@M;F5T(&ET97)A=&EO;B S-"!P87-S960*
M;6]D=6QE('@M;F5T(&ET97)A=&EO;B S-2!P87-S960*;6]D=6QE('@M;F5T
M(&ET97)A=&EO;B S-B!P87-S960*;6]D=6QE('@M;F5T(&ET97)A=&EO;B S
M-R!P87-S960*;6]D=6QE('@M;F5T(&ET97)A=&EO;B S."!P87-S960*;6]D
M=6QE('@M;F5T(&ET97)A=&EO;B S.2!P87-S960*;6]D=6QE('@M;F5T(&ET
M97)A=&EO;B T,"!P87-S960*;6]D=6QE('@M;F5T(&ET97)A=&EO;B T,2!P
M87-S960*;6]D=6QE('@M;F5T(&ET97)A=&EO;B T,B!P87-S960*;6]D=6QE
M('@M;F5T(&ET97)A=&EO;B T,R!P87-S960*;6]D=6QE('@M;F5T(&ET97)A
M=&EO;B T-"!P87-S960*;6]D=6QE('@M;F5T(&ET97)A=&EO;B T-2!P87-S
M960*;6]D=6QE('@M;F5T(&ET97)A=&EO;B T-B!P87-S960*;6]D=6QE('@M
M;F5T(&ET97)A=&EO;B T-R!P87-S960*;6]D=6QE('@M;F5T(&ET97)A=&EO
M;B T."!P87-S960*;6]D=6QE('@M;F5T(&ET97)A=&EO;B T.2!P87-S960*
 
end
begin 644 ZERO_LENGTH.txt
 
end