You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2006/11/22 10:37:41 UTC

svn commit: r478101 [4/5] - in /harmony/enhanced/classlib/trunk/modules: archive/src/main/native/archive/linux/ archive/src/main/native/archive/windows/ archive/src/main/native/zlib/linux/ archive/src/main/native/zlib/windows/ auth/src/main/native/auth...

Modified: harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/windows/accessors.def
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/windows/accessors.def?view=diff&rev=478101&r1=478100&r2=478101
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/windows/accessors.def (original)
+++ harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/windows/accessors.def Wed Nov 22 01:37:36 2006
@@ -1,162 +1,162 @@
-LIBRARY	ACCESSORS
-
-SECTIONS
-	.data	READ WRITE
-	.text	EXECUTE READ
-
-EXPORTS
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_getElement___3BI
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_getElement___3CI
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_getElement___3DI
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_getElement___3FI
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_getElement___3II
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_getElement___3JI
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_getElement___3Ljava_lang_Object_2I
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_getElement___3SI
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_getElement___3ZI
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_setElement___3BIB
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_setElement___3CIC
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_setElement___3DID
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_setElement___3FIF
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_setElement___3III
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_setElement___3JIJ
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_setElement___3Ljava_lang_Object_2ILjava_lang_Object_2
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_setElement___3SIS
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_setElement___3ZIZ
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticLockArray
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticPinByteArray
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticPinCharArray
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticPinDoubleArray
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticPinFloatArray
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticPinIntArray
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticPinLongArray
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticPinShortArray
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnlockArray
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnlockArrayNoCopy
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnpinByteArray
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnpinByteArrayNoCopy
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnpinCharArray
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnpinCharArrayNoCopy
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnpinDoubleArray
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnpinDoubleArrayNoCopy
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnpinFloatArray
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnpinFloatArrayNoCopy
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnpinIntArray
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnpinIntArrayNoCopy
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnpinLongArray
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnpinLongArrayNoCopy
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnpinShortArray
-	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnpinShortArrayNoCopy
-	Java_org_apache_harmony_misc_accessors_Malloc_free
-	Java_org_apache_harmony_misc_accessors_Malloc_getCLongSize
-	Java_org_apache_harmony_misc_accessors_Malloc_getPointerSize
-	Java_org_apache_harmony_misc_accessors_Malloc_malloc
-	Java_org_apache_harmony_misc_accessors_Malloc_memcmp
-	Java_org_apache_harmony_misc_accessors_Malloc_memcpy
-	Java_org_apache_harmony_misc_accessors_Malloc_memmove
-	Java_org_apache_harmony_misc_accessors_Malloc_memset
-	Java_org_apache_harmony_misc_accessors_Malloc_realloc
-	Java_org_apache_harmony_misc_accessors_Malloc_strncpy
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_findFirstDiff
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_findFirstDiffReorder16
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_findFirstDiffReorder32
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_findFirstDiffReorder64
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getArray
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getArrayReorder16
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getArrayReorder32
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getArrayReorder64
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getBoolean
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getByte
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getDouble
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getDoubleReorder
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getFloat
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getFloatReorder
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getHashCode
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getInt
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getIntReorder
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getLong
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getLongReorder
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getNativeByteOrder0
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getPointer
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getShort
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getShortReorder
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setArray
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setArrayReorder16
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setArrayReorder32
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setArrayReorder64
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setBoolean
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setByte
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setDouble
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setDoubleReorder
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setFloat
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setFloatReorder
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setInt
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setIntReorder
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setLong
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setLongReorder
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setPointer
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setShort
-	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setShortReorder
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_allocateObject
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getBoolean
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getByte
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getChar
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getDouble
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getFieldID__Ljava_lang_Class_2Ljava_lang_String_2Ljava_lang_String_2
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getFieldID__Ljava_lang_reflect_Field_2
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getFloat
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getInt
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getLong
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getMethodID0__Ljava_lang_Class_2Ljava_lang_String_2Ljava_lang_String_2
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getMethodID0__Ljava_lang_reflect_Member_2
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getObject
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getShort
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getStaticBoolean
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getStaticByte
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getStaticChar
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getStaticDouble
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getStaticFieldID
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getStaticFloat
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getStaticInt
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getStaticLong
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getStaticMethodID0
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getStaticObject
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getStaticShort
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_hasStaticInitializer
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_invokeNonVirtualLong
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_invokeNonVirtualObject
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_invokeNonVirtualVoid
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_invokeStaticLong
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_invokeStaticObject
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_invokeStaticVoid
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_invokeVirtualLong
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_invokeVirtualObject
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_invokeVirtualVoid
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_monitorEnter
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_monitorExit
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_newInstance__Ljava_lang_Class_2
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_newInstance__Ljava_lang_Class_2J_3Ljava_lang_Object_2
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setBoolean
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setByte
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setChar
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setDouble
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setFloat
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setInt
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setLong
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setObject
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setShort
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setStaticBoolean
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setStaticByte
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setStaticChar
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setStaticDouble
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setStaticFloat
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setStaticInt
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setStaticLong
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setStaticObject
-	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setStaticShort
-	Java_org_apache_harmony_misc_accessors_StringAccessor_createString__J
-	Java_org_apache_harmony_misc_accessors_StringAccessor_createString__JJ
-	Java_org_apache_harmony_misc_accessors_StringAccessor_createStringUTF__J
-	Java_org_apache_harmony_misc_accessors_StringAccessor_createStringUTF__JJ
-	Java_org_apache_harmony_misc_accessors_StringAccessor_getChars
+LIBRARY	ACCESSORS
+
+SECTIONS
+	.data	READ WRITE
+	.text	EXECUTE READ
+
+EXPORTS
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_getElement___3BI
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_getElement___3CI
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_getElement___3DI
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_getElement___3FI
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_getElement___3II
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_getElement___3JI
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_getElement___3Ljava_lang_Object_2I
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_getElement___3SI
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_getElement___3ZI
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_setElement___3BIB
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_setElement___3CIC
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_setElement___3DID
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_setElement___3FIF
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_setElement___3III
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_setElement___3JIJ
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_setElement___3Ljava_lang_Object_2ILjava_lang_Object_2
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_setElement___3SIS
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_setElement___3ZIZ
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticLockArray
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticPinByteArray
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticPinCharArray
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticPinDoubleArray
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticPinFloatArray
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticPinIntArray
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticPinLongArray
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticPinShortArray
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnlockArray
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnlockArrayNoCopy
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnpinByteArray
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnpinByteArrayNoCopy
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnpinCharArray
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnpinCharArrayNoCopy
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnpinDoubleArray
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnpinDoubleArrayNoCopy
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnpinFloatArray
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnpinFloatArrayNoCopy
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnpinIntArray
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnpinIntArrayNoCopy
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnpinLongArray
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnpinLongArrayNoCopy
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnpinShortArray
+	Java_org_apache_harmony_misc_accessors_ArrayAccessor_staticUnpinShortArrayNoCopy
+	Java_org_apache_harmony_misc_accessors_Malloc_free
+	Java_org_apache_harmony_misc_accessors_Malloc_getCLongSize
+	Java_org_apache_harmony_misc_accessors_Malloc_getPointerSize
+	Java_org_apache_harmony_misc_accessors_Malloc_malloc
+	Java_org_apache_harmony_misc_accessors_Malloc_memcmp
+	Java_org_apache_harmony_misc_accessors_Malloc_memcpy
+	Java_org_apache_harmony_misc_accessors_Malloc_memmove
+	Java_org_apache_harmony_misc_accessors_Malloc_memset
+	Java_org_apache_harmony_misc_accessors_Malloc_realloc
+	Java_org_apache_harmony_misc_accessors_Malloc_strncpy
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_findFirstDiff
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_findFirstDiffReorder16
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_findFirstDiffReorder32
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_findFirstDiffReorder64
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getArray
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getArrayReorder16
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getArrayReorder32
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getArrayReorder64
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getBoolean
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getByte
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getDouble
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getDoubleReorder
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getFloat
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getFloatReorder
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getHashCode
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getInt
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getIntReorder
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getLong
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getLongReorder
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getNativeByteOrder0
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getPointer
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getShort
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_getShortReorder
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setArray
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setArrayReorder16
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setArrayReorder32
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setArrayReorder64
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setBoolean
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setByte
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setDouble
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setDoubleReorder
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setFloat
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setFloatReorder
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setInt
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setIntReorder
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setLong
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setLongReorder
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setPointer
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setShort
+	Java_org_apache_harmony_misc_accessors_MemoryAccessor_setShortReorder
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_allocateObject
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getBoolean
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getByte
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getChar
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getDouble
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getFieldID__Ljava_lang_Class_2Ljava_lang_String_2Ljava_lang_String_2
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getFieldID__Ljava_lang_reflect_Field_2
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getFloat
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getInt
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getLong
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getMethodID0__Ljava_lang_Class_2Ljava_lang_String_2Ljava_lang_String_2
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getMethodID0__Ljava_lang_reflect_Member_2
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getObject
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getShort
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getStaticBoolean
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getStaticByte
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getStaticChar
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getStaticDouble
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getStaticFieldID
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getStaticFloat
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getStaticInt
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getStaticLong
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getStaticMethodID0
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getStaticObject
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_getStaticShort
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_hasStaticInitializer
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_invokeNonVirtualLong
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_invokeNonVirtualObject
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_invokeNonVirtualVoid
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_invokeStaticLong
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_invokeStaticObject
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_invokeStaticVoid
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_invokeVirtualLong
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_invokeVirtualObject
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_invokeVirtualVoid
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_monitorEnter
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_monitorExit
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_newInstance__Ljava_lang_Class_2
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_newInstance__Ljava_lang_Class_2J_3Ljava_lang_Object_2
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setBoolean
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setByte
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setChar
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setDouble
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setFloat
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setInt
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setLong
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setObject
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setShort
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setStaticBoolean
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setStaticByte
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setStaticChar
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setStaticDouble
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setStaticFloat
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setStaticInt
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setStaticLong
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setStaticObject
+	Java_org_apache_harmony_misc_accessors_ObjectAccessor_setStaticShort
+	Java_org_apache_harmony_misc_accessors_StringAccessor_createString__J
+	Java_org_apache_harmony_misc_accessors_StringAccessor_createString__JJ
+	Java_org_apache_harmony_misc_accessors_StringAccessor_createStringUTF__J
+	Java_org_apache_harmony_misc_accessors_StringAccessor_createStringUTF__JJ
+	Java_org_apache_harmony_misc_accessors_StringAccessor_getChars
 	Java_org_apache_harmony_misc_accessors_StringAccessor_getUTFChars

Propchange: harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/windows/accessors.def
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/windows/accessors.rc
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/windows/accessors.rc?view=diff&rev=478101&r1=478100&r2=478101
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/windows/accessors.rc (original)
+++ harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/windows/accessors.rc Wed Nov 22 01:37:36 2006
@@ -1,47 +1,47 @@
-;
-; Copyright 1998, 2005 The Apache Software Foundation or its licensors, as applicable
-; 
-; Licensed under the Apache License, Version 2.0 (the "License");
-; you may not use this file except in compliance with the License.
-; You may obtain a copy of the License at
-; 
-;     http://www.apache.org/licenses/LICENSE-2.0
-; 
-; Unless required by applicable law or agreed to in writing, software
-; distributed under the License is distributed on an "AS IS" BASIS,
-; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-; See the License for the specific language governing permissions and
-; limitations under the License.
-;
-
-#include <windows.h>
-#include <winver.h>
-
-VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,1,0,0
- PRODUCTVERSION 0,1,0,0
- FILEFLAGSMASK 0x3fL
- FILEFLAGS 0x0L
- FILEOS VOS_NT_WINDOWS32
- FILETYPE VFT_DLL
- FILESUBTYPE 0x0L
-BEGIN
-	BLOCK "StringFileInfo"
-	BEGIN
-		BLOCK "040904b0"
-		BEGIN
-			VALUE "CompanyName", "The Apache Software Foundation.\0"
-			VALUE "FileDescription", "Accessors native code\0"
-			VALUE "FileVersion", "0.1\0"
-			VALUE "InternalName", "accessors\0"
-			VALUE "LegalCopyright", "(c) Copyright 2006 The Apache Software Foundation or its licensors, as applicable.\0"
-			VALUE "OriginalFilename", "accessors.dll\0"
-			VALUE "ProductName", "Apache Harmony\0"
-			VALUE "ProductVersion", "0.1\0"
-		END
-	END
-	BLOCK "VarFileInfo"
-	BEGIN
-		VALUE "Translation", 0x0409, 1200
-	END
-END
+;
+; Copyright 1998, 2005 The Apache Software Foundation or its licensors, as applicable
+; 
+; Licensed under the Apache License, Version 2.0 (the "License");
+; you may not use this file except in compliance with the License.
+; You may obtain a copy of the License at
+; 
+;     http://www.apache.org/licenses/LICENSE-2.0
+; 
+; Unless required by applicable law or agreed to in writing, software
+; distributed under the License is distributed on an "AS IS" BASIS,
+; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+; See the License for the specific language governing permissions and
+; limitations under the License.
+;
+
+#include <windows.h>
+#include <winver.h>
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 0,1,0,0
+ PRODUCTVERSION 0,1,0,0
+ FILEFLAGSMASK 0x3fL
+ FILEFLAGS 0x0L
+ FILEOS VOS_NT_WINDOWS32
+ FILETYPE VFT_DLL
+ FILESUBTYPE 0x0L
+BEGIN
+	BLOCK "StringFileInfo"
+	BEGIN
+		BLOCK "040904b0"
+		BEGIN
+			VALUE "CompanyName", "The Apache Software Foundation.\0"
+			VALUE "FileDescription", "Accessors native code\0"
+			VALUE "FileVersion", "0.1\0"
+			VALUE "InternalName", "accessors\0"
+			VALUE "LegalCopyright", "(c) Copyright 2006 The Apache Software Foundation or its licensors, as applicable.\0"
+			VALUE "OriginalFilename", "accessors.dll\0"
+			VALUE "ProductName", "Apache Harmony\0"
+			VALUE "ProductVersion", "0.1\0"
+		END
+	END
+	BLOCK "VarFileInfo"
+	BEGIN
+		VALUE "Translation", 0x0409, 1200
+	END
+END

Propchange: harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/windows/accessors.rc
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/windows/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/windows/makefile?view=diff&rev=478101&r1=478100&r2=478101
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/windows/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/windows/makefile Wed Nov 22 01:37:36 2006
@@ -1,46 +1,46 @@
-#  Licensed to the Apache Software Foundation (ASF) under one or more
-#  contributor license agreements.  See the NOTICE file distributed with
-#  this work for additional information regarding copyright ownership.
-#  The ASF licenses this file to You under the Apache License, Version 2.0
-#  (the "License"); you may not use this file except in compliance with
-#  the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing, software
-#  distributed under the License is distributed on an "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#  See the License for the specific language governing permissions and
-#  limitations under the License.
-
-!include <$(HY_HDK)\build\make\defines.mak>
-
-LIBBASE=accessors
-DLLNAME=..\$(LIBBASE).dll
-LIBNAME=$(LIBPATH)$(LIBBASE).lib
-HYLDFLAGS = $(HYLDFLAGS) -def:$(LIBBASE).def
-
-# TOFIX: This is only copied to remove -WX due to errors which should
-# be fixed - line 112 ..Malloc.cpp gives warning about cast from jlong
-# to size_t.
-HYCFLAGS = -Ogityb1 -GF -Gs -MD -Zi -Zm400 \
-  -D_DLL -D_MT -DWIN32 -D_WIN32_WINNT=0x0400 -D_WINSOCKAPI_ -DWINVER=0x0400 \
-  $(VMDEBUG) /I$(HY_HDK)\include /I$(HY_HDK)\jdk\include /I. /I$(SHAREDSUB)
-
-BUILDFILES = \
-  $(SHAREDSUB)org_apache_harmony_misc_accessors_ArrayAccessorImpl.obj \
-  $(SHAREDSUB)org_apache_harmony_misc_accessors_Malloc.obj \
-  $(SHAREDSUB)org_apache_harmony_misc_accessors_MemoryAccessorNativeImpl.obj \
-  $(SHAREDSUB)org_apache_harmony_misc_accessors_ObjectAccessorImpl.obj \
-  $(SHAREDSUB)org_apache_harmony_misc_accessors_StringAccessorImpl.obj
-VIRTFILES = accessors.res
-SYSLIBFILES = ws2_32.lib Iphlpapi.lib
-
-MDLLIBFILES = \
-  $(LIBPATH)hysig.lib $(LIBPATH)hycommon.lib $(LIBPATH)hypool.lib $(LIBPATH)hyfdlibm.lib \
-  $(LIBPATH)hythr.lib $(LIBPATH)vmi.lib
-
-DLLBASE=0x13300000
-COMMENT=/comment:"Accessors native code. (c) Copyright 2006 The Apache Software Foundation or its licensors, as applicable."
-
-!include <$(HY_HDK)\build\make\rules.mak>
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+
+!include <$(HY_HDK)\build\make\defines.mak>
+
+LIBBASE=accessors
+DLLNAME=..\$(LIBBASE).dll
+LIBNAME=$(LIBPATH)$(LIBBASE).lib
+HYLDFLAGS = $(HYLDFLAGS) -def:$(LIBBASE).def
+
+# TOFIX: This is only copied to remove -WX due to errors which should
+# be fixed - line 112 ..Malloc.cpp gives warning about cast from jlong
+# to size_t.
+HYCFLAGS = -Ogityb1 -GF -Gs -MD -Zi -Zm400 \
+  -D_DLL -D_MT -DWIN32 -D_WIN32_WINNT=0x0400 -D_WINSOCKAPI_ -DWINVER=0x0400 \
+  $(VMDEBUG) /I$(HY_HDK)\include /I$(HY_HDK)\jdk\include /I. /I$(SHAREDSUB)
+
+BUILDFILES = \
+  $(SHAREDSUB)org_apache_harmony_misc_accessors_ArrayAccessorImpl.obj \
+  $(SHAREDSUB)org_apache_harmony_misc_accessors_Malloc.obj \
+  $(SHAREDSUB)org_apache_harmony_misc_accessors_MemoryAccessorNativeImpl.obj \
+  $(SHAREDSUB)org_apache_harmony_misc_accessors_ObjectAccessorImpl.obj \
+  $(SHAREDSUB)org_apache_harmony_misc_accessors_StringAccessorImpl.obj
+VIRTFILES = accessors.res
+SYSLIBFILES = ws2_32.lib Iphlpapi.lib
+
+MDLLIBFILES = \
+  $(LIBPATH)hysig.lib $(LIBPATH)hycommon.lib $(LIBPATH)hypool.lib $(LIBPATH)hyfdlibm.lib \
+  $(LIBPATH)hythr.lib $(LIBPATH)vmi.lib
+
+DLLBASE=0x13300000
+COMMENT=/comment:"Accessors native code. (c) Copyright 2006 The Apache Software Foundation or its licensors, as applicable."
+
+!include <$(HY_HDK)\build\make\rules.mak>

Propchange: harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/windows/makefile
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/linux/libhynio.exp
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/linux/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/linux/makefile?view=diff&rev=478101&r1=478100&r2=478101
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/linux/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/linux/makefile Wed Nov 22 01:37:36 2006
@@ -1,33 +1,33 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-# 
-#     http://www.apache.org/licenses/LICENSE-2.0
-# 
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-#
-# Makefile for module 'nio'
-#
-
-include $(HY_HDK)/build/make/makefile.include
-
-CFLAGS += -fpic
-
-BUILDFILES = \
-	../shared/DirectBufferUtil.o ../shared/AddressUtil.o 
-
-MDLLIBFILES = \
-	$(LIBPATH)libhycommon.a $(LIBPATH)libhyzip.a \
-	$(LIBPATH)libhypool.a $(LIBPATH)libhyfdlibm.a
-
-DLLNAME = ../libhynio.so
-
-include $(HY_HDK)/build/make/rules.mk
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+# 
+#     http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+#
+# Makefile for module 'nio'
+#
+
+include $(HY_HDK)/build/make/makefile.include
+
+CFLAGS += -fpic
+
+BUILDFILES = \
+	../shared/DirectBufferUtil.o ../shared/AddressUtil.o 
+
+MDLLIBFILES = \
+	$(LIBPATH)libhycommon.a $(LIBPATH)libhyzip.a \
+	$(LIBPATH)libhypool.a $(LIBPATH)libhyfdlibm.a
+
+DLLNAME = ../libhynio.so
+
+include $(HY_HDK)/build/make/rules.mk

Propchange: harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/linux/makefile
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/shared/AddressUtil.h
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/shared/AddressUtil.h?view=diff&rev=478101&r1=478100&r2=478101
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/shared/AddressUtil.h (original)
+++ harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/shared/AddressUtil.h Wed Nov 22 01:37:36 2006
@@ -1,38 +1,38 @@
-/*
- *  Licensed to the Apache Software Foundation (ASF) under one or more
- *  contributor license agreements.  See the NOTICE file distributed with
- *  this work for additional information regarding copyright ownership.
- *  The ASF licenses this file to You under the Apache License, Version 2.0
- *  (the "License"); you may not use this file except in compliance with
- *  the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
- */
-
+/*
+ *  Licensed to the Apache Software Foundation (ASF) under one or more
+ *  contributor license agreements.  See the NOTICE file distributed with
+ *  this work for additional information regarding copyright ownership.
+ *  The ASF licenses this file to You under the Apache License, Version 2.0
+ *  (the "License"); you may not use this file except in compliance with
+ *  the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ *  Unless required by applicable law or agreed to in writing, software
+ *  distributed under the License is distributed on an "AS IS" BASIS,
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ *  See the License for the specific language governing permissions and
+ *  limitations under the License.
+ */
+
 /* DO NOT EDIT THIS FILE - it is machine generated */
-#include <jni.h>
+#include <jni.h>
 /* Header for class org_apache_harmony_nio_AddressUtil */
 
 #ifndef _Included_org_apache_harmony_nio_AddressUtil
-#define _Included_org_apache_harmony_nio_AddressUtil
+#define _Included_org_apache_harmony_nio_AddressUtil
 #ifdef __cplusplus
 extern "C" {
-#endif
-/*
- * Class:     org_apache_harmony_nio_AddressUtil
- * Method:    getFDAddress
- * Signature: (Ljava/io/FileDescriptor;)J
- */
-JNIEXPORT jlong JNICALL Java_org_apache_harmony_nio_AddressUtil_getFDAddress
+#endif
+/*
+ * Class:     org_apache_harmony_nio_AddressUtil
+ * Method:    getFDAddress
+ * Signature: (Ljava/io/FileDescriptor;)J
+ */
+JNIEXPORT jlong JNICALL Java_org_apache_harmony_nio_AddressUtil_getFDAddress
   (JNIEnv *, jclass, jobject);
-
+
 #ifdef __cplusplus
 }
-#endif
-#endif
+#endif
+#endif

Propchange: harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/shared/AddressUtil.h
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/windows/hynio.def
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/windows/hynio.def?view=diff&rev=478101&r1=478100&r2=478101
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/windows/hynio.def (original)
+++ harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/windows/hynio.def Wed Nov 22 01:37:36 2006
@@ -1,12 +1,12 @@
-LIBRARY	HYNIO
-
-SECTIONS
-	.data	READ WRITE
-	.text	EXECUTE READ
-
-EXPORTS
-	Java_org_apache_harmony_nio_AddressUtil_getFDAddress
-	NewDirectByteBuffer
-	GetDirectBufferAddress
-	GetDirectBufferCapacity
-
+LIBRARY	HYNIO
+
+SECTIONS
+	.data	READ WRITE
+	.text	EXECUTE READ
+
+EXPORTS
+	Java_org_apache_harmony_nio_AddressUtil_getFDAddress
+	NewDirectByteBuffer
+	GetDirectBufferAddress
+	GetDirectBufferCapacity
+

Propchange: harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/windows/hynio.def
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/windows/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/windows/makefile?view=diff&rev=478101&r1=478100&r2=478101
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/windows/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/windows/makefile Wed Nov 22 01:37:36 2006
@@ -1,41 +1,41 @@
-#  Licensed to the Apache Software Foundation (ASF) under one or more
-#  contributor license agreements.  See the NOTICE file distributed with
-#  this work for additional information regarding copyright ownership.
-#  The ASF licenses this file to You under the Apache License, Version 2.0
-#  (the "License"); you may not use this file except in compliance with
-#  the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing, software
-#  distributed under the License is distributed on an "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#  See the License for the specific language governing permissions and
-#  limitations under the License.
-
-#
-# Makefile for module 'nio'
-#
-
-!include <$(HY_HDK)\build\make\defines.mak>
-
-LIBBASE=hynio
-DLLNAME=..\$(LIBBASE).dll
-LIBNAME=$(LIBPATH)$(LIBBASE).lib
-HYCFLAGS = $(HYCFLAGS) /I$(SHAREDSUB) /I$(SHARED)common /I$(SHARED)fdlibm
-HYLDFLAGS = $(HYLDFLAGS) -def:$(LIBBASE).def
-
-BUILDFILES = \
-  $(SHAREDSUB)DirectBufferUtil.obj $(SHAREDSUB)AddressUtil.obj
-VIRTFILES = hynio.res
-
-SYSLIBFILES = ws2_32.lib Iphlpapi.lib
-
-MDLLIBFILES = \
-  $(LIBPATH)hycommon.lib $(LIBPATH)hysig.lib $(LIBPATH)hyzip.lib $(LIBPATH)hyzlib.lib \
-  $(LIBPATH)hypool.lib $(LIBPATH)hyfdlibm.lib $(LIBPATH)hythr.lib $(LIBPATH)vmi.lib
-  
-DLLBASE=0x13200000
-COMMENT=/comment:"nio component native code. (c) Copyright 1991, 2005 The Apache Software Foundation or its licensors, as applicable."
-
-!include <$(HY_HDK)\build\make\rules.mak>
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+
+#
+# Makefile for module 'nio'
+#
+
+!include <$(HY_HDK)\build\make\defines.mak>
+
+LIBBASE=hynio
+DLLNAME=..\$(LIBBASE).dll
+LIBNAME=$(LIBPATH)$(LIBBASE).lib
+HYCFLAGS = $(HYCFLAGS) /I$(SHAREDSUB) /I$(SHARED)common /I$(SHARED)fdlibm
+HYLDFLAGS = $(HYLDFLAGS) -def:$(LIBBASE).def
+
+BUILDFILES = \
+  $(SHAREDSUB)DirectBufferUtil.obj $(SHAREDSUB)AddressUtil.obj
+VIRTFILES = hynio.res
+
+SYSLIBFILES = ws2_32.lib Iphlpapi.lib
+
+MDLLIBFILES = \
+  $(LIBPATH)hycommon.lib $(LIBPATH)hysig.lib $(LIBPATH)hyzip.lib $(LIBPATH)hyzlib.lib \
+  $(LIBPATH)hypool.lib $(LIBPATH)hyfdlibm.lib $(LIBPATH)hythr.lib $(LIBPATH)vmi.lib
+  
+DLLBASE=0x13200000
+COMMENT=/comment:"nio component native code. (c) Copyright 1991, 2005 The Apache Software Foundation or its licensors, as applicable."
+
+!include <$(HY_HDK)\build\make\rules.mak>

Propchange: harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/windows/makefile
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/common/linux/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/common/linux/makefile?view=diff&rev=478101&r1=478100&r2=478101
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/common/linux/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/common/linux/makefile Wed Nov 22 01:37:36 2006
@@ -1,27 +1,27 @@
-#  Licensed to the Apache Software Foundation (ASF) under one or more
-#  contributor license agreements.  See the NOTICE file distributed with
-#  this work for additional information regarding copyright ownership.
-#  The ASF licenses this file to You under the Apache License, Version 2.0
-#  (the "License"); you may not use this file except in compliance with
-#  the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing, software
-#  distributed under the License is distributed on an "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#  See the License for the specific language governing permissions and
-#  limitations under the License.
-
-#
-# Makefile for module 'common'
-#
-
-include $(HY_HDK)/build/make/makefile.include
-
-BUILDFILES = $(SHAREDSUB)libglob.o $(SHAREDSUB)iohelp.o \
-	$(SHAREDSUB)exceptions.o $(SHAREDSUB)strhelp.o \
-	$(SHAREDSUB)utf8encode.o $(SHAREDSUB)utf8decode.o
-LIBNAME = $(LIBPATH)libhycommon.a
-
-include $(HY_HDK)/build/make/rules.mk
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+
+#
+# Makefile for module 'common'
+#
+
+include $(HY_HDK)/build/make/makefile.include
+
+BUILDFILES = $(SHAREDSUB)libglob.o $(SHAREDSUB)iohelp.o \
+	$(SHAREDSUB)exceptions.o $(SHAREDSUB)strhelp.o \
+	$(SHAREDSUB)utf8encode.o $(SHAREDSUB)utf8decode.o
+LIBNAME = $(LIBPATH)libhycommon.a
+
+include $(HY_HDK)/build/make/rules.mk

Propchange: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/common/linux/makefile
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/common/windows/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/common/windows/makefile?view=diff&rev=478101&r1=478100&r2=478101
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/common/windows/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/common/windows/makefile Wed Nov 22 01:37:36 2006
@@ -1,32 +1,32 @@
-#  Licensed to the Apache Software Foundation (ASF) under one or more
-#  contributor license agreements.  See the NOTICE file distributed with
-#  this work for additional information regarding copyright ownership.
-#  The ASF licenses this file to You under the Apache License, Version 2.0
-#  (the "License"); you may not use this file except in compliance with
-#  the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing, software
-#  distributed under the License is distributed on an "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#  See the License for the specific language governing permissions and
-#  limitations under the License.
-
-#
-# Makefile for module 'common'
-#
-
-!include <$(HY_HDK)\build\make\defines.mak>
-
-LIBNAME=$(LIBPATH)hycommon.lib
-
-BUILDFILES = \
-	$(SHAREDSUB)libglob.obj $(SHAREDSUB)iohelp.obj \
-	$(SHAREDSUB)exceptions.obj $(SHAREDSUB)strhelp.obj \
-	locklbl.obj lock386.obj \
-	$(SHAREDSUB)utf8decode.obj $(SHAREDSUB)utf8encode.obj
-
-HYCFLAGS = $(HYCFLAGS) /I$(SHAREDSUB)
-
-!include <$(HY_HDK)\build\make\rules.mak>
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+
+#
+# Makefile for module 'common'
+#
+
+!include <$(HY_HDK)\build\make\defines.mak>
+
+LIBNAME=$(LIBPATH)hycommon.lib
+
+BUILDFILES = \
+	$(SHAREDSUB)libglob.obj $(SHAREDSUB)iohelp.obj \
+	$(SHAREDSUB)exceptions.obj $(SHAREDSUB)strhelp.obj \
+	locklbl.obj lock386.obj \
+	$(SHAREDSUB)utf8decode.obj $(SHAREDSUB)utf8encode.obj
+
+HYCFLAGS = $(HYCFLAGS) /I$(SHAREDSUB)
+
+!include <$(HY_HDK)\build\make\rules.mak>

Propchange: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/common/windows/makefile
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/pool/linux/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/pool/linux/makefile?view=diff&rev=478101&r1=478100&r2=478101
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/pool/linux/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/pool/linux/makefile Wed Nov 22 01:37:36 2006
@@ -1,25 +1,25 @@
-#  Licensed to the Apache Software Foundation (ASF) under one or more
-#  contributor license agreements.  See the NOTICE file distributed with
-#  this work for additional information regarding copyright ownership.
-#  The ASF licenses this file to You under the Apache License, Version 2.0
-#  (the "License"); you may not use this file except in compliance with
-#  the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing, software
-#  distributed under the License is distributed on an "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#  See the License for the specific language governing permissions and
-#  limitations under the License.
-
-#
-# Makefile for module 'pool'
-#
-
-include $(HY_HDK)/build/make/makefile.include
-
-BUILDFILES = $(SHAREDSUB)pool.o $(SHAREDSUB)pool_cap.o
-LIBNAME = $(LIBPATH)libhypool.a
-
-include $(HY_HDK)/build/make/rules.mk
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+
+#
+# Makefile for module 'pool'
+#
+
+include $(HY_HDK)/build/make/makefile.include
+
+BUILDFILES = $(SHAREDSUB)pool.o $(SHAREDSUB)pool_cap.o
+LIBNAME = $(LIBPATH)libhypool.a
+
+include $(HY_HDK)/build/make/rules.mk

Propchange: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/pool/linux/makefile
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/pool/windows/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/pool/windows/makefile?view=diff&rev=478101&r1=478100&r2=478101
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/pool/windows/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/pool/windows/makefile Wed Nov 22 01:37:36 2006
@@ -1,25 +1,25 @@
-#  Licensed to the Apache Software Foundation (ASF) under one or more
-#  contributor license agreements.  See the NOTICE file distributed with
-#  this work for additional information regarding copyright ownership.
-#  The ASF licenses this file to You under the Apache License, Version 2.0
-#  (the "License"); you may not use this file except in compliance with
-#  the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing, software
-#  distributed under the License is distributed on an "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#  See the License for the specific language governing permissions and
-#  limitations under the License.
-
-#
-# Makefile for module 'pool'
-#
-
-!include <$(HY_HDK)\build\make\defines.mak>
-
-LIBNAME=$(LIBPATH)hypool.lib
-BUILDFILES = $(SHAREDSUB)pool.obj $(SHAREDSUB)pool_cap.obj
-
-!include <$(HY_HDK)\build\make\rules.mak>
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+
+#
+# Makefile for module 'pool'
+#
+
+!include <$(HY_HDK)\build\make\defines.mak>
+
+LIBNAME=$(LIBPATH)hypool.lib
+BUILDFILES = $(SHAREDSUB)pool.obj $(SHAREDSUB)pool_cap.obj
+
+!include <$(HY_HDK)\build\make\rules.mak>

Propchange: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/pool/windows/makefile
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/linux/libhyprt.exp
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/linux/libhyprt.exp?view=diff&rev=478101&r1=478100&r2=478101
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/linux/libhyprt.exp (original)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/linux/libhyprt.exp Wed Nov 22 01:37:36 2006
@@ -1,11 +1,11 @@
-HYPRT_0.1 {
-	global :
-		hyport_allocate_library;
-		hyport_create_library;
-		hyport_getSize;
-		hyport_getVersion;
-		hyport_init_library;
-		hyport_isCompatible;
-		hyport_startup_library;
-	local : *;
-};
+HYPRT_0.1 {
+	global :
+		hyport_allocate_library;
+		hyport_create_library;
+		hyport_getSize;
+		hyport_getVersion;
+		hyport_init_library;
+		hyport_isCompatible;
+		hyport_startup_library;
+	local : *;
+};

Propchange: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/linux/libhyprt.exp
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/linux/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/linux/makefile?view=diff&rev=478101&r1=478100&r2=478101
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/linux/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/linux/makefile Wed Nov 22 01:37:36 2006
@@ -1,43 +1,43 @@
-#  Licensed to the Apache Software Foundation (ASF) under one or more
-#  contributor license agreements.  See the NOTICE file distributed with
-#  this work for additional information regarding copyright ownership.
-#  The ASF licenses this file to You under the Apache License, Version 2.0
-#  (the "License"); you may not use this file except in compliance with
-#  the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing, software
-#  distributed under the License is distributed on an "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#  See the License for the specific language governing permissions and
-#  limitations under the License.
-
-#
-# Makefile for module 'port'
-#
-
-include $(HY_HDK)/build/make/makefile.include
-
-CFLAGS += -fpic -DHYPORT_LIBRARY_DEFINE
-
-BUILDFILES = \
-	$(SHAREDSUB)port_copyright.o hycpu.o $(SHAREDSUB)hyerror.o \
-	hyerrorhelpers.o $(SHAREDSUB)hyexit.o hyfile.o hyfiletext.o \
-	$(SHAREDSUB)hygp.o hyipcmutex.o hymem.o \
-	hymmap.o $(SHAREDSUB)hynls.o hynlshelpers.o hyosdump.o \
-	$(SHAREDSUB)hyport.o $(SHAREDSUB)hyportcontrol.o hyportptb.o \
-	hysharedhelper.o hyshmem.o hyshsem.o hysignal.o hysl.o hysock.o \
-	$(SHAREDSUB)hystr.o $(SHAREDSUB)hystrftime.o $(SHAREDSUB)hystsl.o \
-	hysysinfo.o hytime.o $(SHAREDSUB)hytlshelpers.o hytty.o hyvmem.o
-
-MDLLIBFILES = $(DLLPATH)libhythr.so $(LIBPATH)libhycommon.a $(DLLPATH)libhysig.so
-
-DLLNAME = ../libhyprt.so
-
-# temp by geir - please ignore
-#
-LIBNAME = $(LIBPATH)libhyprt.a
-
-
-include $(HY_HDK)/build/make/rules.mk
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+
+#
+# Makefile for module 'port'
+#
+
+include $(HY_HDK)/build/make/makefile.include
+
+CFLAGS += -fpic -DHYPORT_LIBRARY_DEFINE
+
+BUILDFILES = \
+	$(SHAREDSUB)port_copyright.o hycpu.o $(SHAREDSUB)hyerror.o \
+	hyerrorhelpers.o $(SHAREDSUB)hyexit.o hyfile.o hyfiletext.o \
+	$(SHAREDSUB)hygp.o hyipcmutex.o hymem.o \
+	hymmap.o $(SHAREDSUB)hynls.o hynlshelpers.o hyosdump.o \
+	$(SHAREDSUB)hyport.o $(SHAREDSUB)hyportcontrol.o hyportptb.o \
+	hysharedhelper.o hyshmem.o hyshsem.o hysignal.o hysl.o hysock.o \
+	$(SHAREDSUB)hystr.o $(SHAREDSUB)hystrftime.o $(SHAREDSUB)hystsl.o \
+	hysysinfo.o hytime.o $(SHAREDSUB)hytlshelpers.o hytty.o hyvmem.o
+
+MDLLIBFILES = $(DLLPATH)libhythr.so $(LIBPATH)libhycommon.a $(DLLPATH)libhysig.so
+
+DLLNAME = ../libhyprt.so
+
+# temp by geir - please ignore
+#
+LIBNAME = $(LIBPATH)libhyprt.a
+
+
+include $(HY_HDK)/build/make/rules.mk

Propchange: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/linux/makefile
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/windows/hyprt.def
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/windows/hyprt.def?view=diff&rev=478101&r1=478100&r2=478101
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/windows/hyprt.def (original)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/windows/hyprt.def Wed Nov 22 01:37:36 2006
@@ -1,15 +1,15 @@
-LIBRARY	HYPRT
-
-SECTIONS
-	.data	READ WRITE
-	.text	EXECUTE READ
-
-EXPORTS
-	hyport_allocate_library
-	hyport_create_library
-	hyport_getSize
-	hyport_getVersion
-	hyport_init_library
-	hyport_isCompatible
-	hyport_startup_library
-
+LIBRARY	HYPRT
+
+SECTIONS
+	.data	READ WRITE
+	.text	EXECUTE READ
+
+EXPORTS
+	hyport_allocate_library
+	hyport_create_library
+	hyport_getSize
+	hyport_getVersion
+	hyport_init_library
+	hyport_isCompatible
+	hyport_startup_library
+

Propchange: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/windows/hyprt.def
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/windows/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/windows/makefile?view=diff&rev=478101&r1=478100&r2=478101
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/windows/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/windows/makefile Wed Nov 22 01:37:36 2006
@@ -1,50 +1,50 @@
-#  Licensed to the Apache Software Foundation (ASF) under one or more
-#  contributor license agreements.  See the NOTICE file distributed with
-#  this work for additional information regarding copyright ownership.
-#  The ASF licenses this file to You under the Apache License, Version 2.0
-#  (the "License"); you may not use this file except in compliance with
-#  the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing, software
-#  distributed under the License is distributed on an "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#  See the License for the specific language governing permissions and
-#  limitations under the License.
-
-#
-# Makefile for module 'port'
-#
-
-!include <$(HY_HDK)\build\make\defines.mak>
-
-LIBBASE=hyprt
-DLLNAME=..\$(LIBBASE).dll
-LIBNAME=$(LIBPATH)$(LIBBASE).lib
-
-HYCFLAGS = $(HYCFLAGS) -DHYPORT_LIBRARY_DEFINE /I$(SHAREDSUB)
-HYLDFLAGS = $(HYLDFLAGS) -def:$(LIBBASE).def
-
-BUILDFILES = \
-  $(SHAREDSUB)port_copyright.obj hycpu.obj $(SHAREDSUB)hyerror.obj \
-  hyerrorhelpers.obj $(SHAREDSUB)hyexit.obj hyfile.obj hyfiletext.obj \
-  $(SHAREDSUB)hygp.obj hyipcmutex.obj hymem.obj hymmap.obj \
-  $(SHAREDSUB)hynls.obj hynlshelpers.obj hyosdump.obj $(SHAREDSUB)hyport.obj \
-  $(SHAREDSUB)hyportcontrol.obj hyportptb.obj hyshmem.obj hyshsem.obj \
-  hysignal.obj hysl.obj hysock.obj $(SHAREDSUB)hystr.obj \
-  $(SHAREDSUB)hystrftime.obj $(SHAREDSUB)hystsl.obj hysysinfo.obj hytime.obj \
-  $(SHAREDSUB)hytlshelpers.obj hytty.obj hyvmem.obj
-
-VIRTFILES = hyprt.res
-
-SYSLIBFILES = \
-	Delayimp.lib -delayload:shell32.dll -delayload:Iphlpapi.dll \
-	ws2_32.lib Iphlpapi.lib shell32.lib
-
-MDLLIBFILES = $(LIBPATH)hythr.lib $(LIBPATH)hycommon.lib $(LIBPATH)hysig.lib
-
-DLLBASE=0x11100000
-COMMENT=/comment:"Platform port library. (c) Copyright 1993, 2005 The Apache Software Foundation or its licensors, as applicable."
-
-!include <$(HY_HDK)\build\make\rules.mak>
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+
+#
+# Makefile for module 'port'
+#
+
+!include <$(HY_HDK)\build\make\defines.mak>
+
+LIBBASE=hyprt
+DLLNAME=..\$(LIBBASE).dll
+LIBNAME=$(LIBPATH)$(LIBBASE).lib
+
+HYCFLAGS = $(HYCFLAGS) -DHYPORT_LIBRARY_DEFINE /I$(SHAREDSUB)
+HYLDFLAGS = $(HYLDFLAGS) -def:$(LIBBASE).def
+
+BUILDFILES = \
+  $(SHAREDSUB)port_copyright.obj hycpu.obj $(SHAREDSUB)hyerror.obj \
+  hyerrorhelpers.obj $(SHAREDSUB)hyexit.obj hyfile.obj hyfiletext.obj \
+  $(SHAREDSUB)hygp.obj hyipcmutex.obj hymem.obj hymmap.obj \
+  $(SHAREDSUB)hynls.obj hynlshelpers.obj hyosdump.obj $(SHAREDSUB)hyport.obj \
+  $(SHAREDSUB)hyportcontrol.obj hyportptb.obj hyshmem.obj hyshsem.obj \
+  hysignal.obj hysl.obj hysock.obj $(SHAREDSUB)hystr.obj \
+  $(SHAREDSUB)hystrftime.obj $(SHAREDSUB)hystsl.obj hysysinfo.obj hytime.obj \
+  $(SHAREDSUB)hytlshelpers.obj hytty.obj hyvmem.obj
+
+VIRTFILES = hyprt.res
+
+SYSLIBFILES = \
+	Delayimp.lib -delayload:shell32.dll -delayload:Iphlpapi.dll \
+	ws2_32.lib Iphlpapi.lib shell32.lib
+
+MDLLIBFILES = $(LIBPATH)hythr.lib $(LIBPATH)hycommon.lib $(LIBPATH)hysig.lib
+
+DLLBASE=0x11100000
+COMMENT=/comment:"Platform port library. (c) Copyright 1993, 2005 The Apache Software Foundation or its licensors, as applicable."
+
+!include <$(HY_HDK)\build\make\rules.mak>

Propchange: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/windows/makefile
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/linux/libhysig.exp
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/linux/libhysig.exp?view=diff&rev=478101&r1=478100&r2=478101
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/linux/libhysig.exp (original)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/linux/libhysig.exp Wed Nov 22 01:37:36 2006
@@ -1,16 +1,16 @@
-HYSIG_0.1 {
-	global :
-		jsig_handler;
-		jsig_primary_signal;
-		signal;
-		jsig_primary_sigaction;
-		bsd_signal;
-		sysv_signal;
-		sigaction;
-		sigignore;
-		sigset;
-		__sysv_signal;
-		ssignal;
-		sigvec;
-	local : *;
-};
+HYSIG_0.1 {
+	global :
+		jsig_handler;
+		jsig_primary_signal;
+		signal;
+		jsig_primary_sigaction;
+		bsd_signal;
+		sysv_signal;
+		sigaction;
+		sigignore;
+		sigset;
+		__sysv_signal;
+		ssignal;
+		sigvec;
+	local : *;
+};

Propchange: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/linux/libhysig.exp
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/linux/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/linux/makefile?view=diff&rev=478101&r1=478100&r2=478101
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/linux/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/linux/makefile Wed Nov 22 01:37:36 2006
@@ -1,26 +1,26 @@
-#  Licensed to the Apache Software Foundation (ASF) under one or more
-#  contributor license agreements.  See the NOTICE file distributed with
-#  this work for additional information regarding copyright ownership.
-#  The ASF licenses this file to You under the Apache License, Version 2.0
-#  (the "License"); you may not use this file except in compliance with
-#  the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing, software
-#  distributed under the License is distributed on an "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#  See the License for the specific language governing permissions and
-#  limitations under the License.
-
-#
-# Makefile for module 'hysig'
-#
-
-include $(HY_HDK)/build/make/makefile.include
-
-CFLAGS += -fpic
-BUILDFILES = $(SHAREDSUB)hysig_copyright.o hysiglinux.o hysigunix.o
-DLLNAME = ../libhysig.so
-
-include $(HY_HDK)/build/make/rules.mk
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+
+#
+# Makefile for module 'hysig'
+#
+
+include $(HY_HDK)/build/make/makefile.include
+
+CFLAGS += -fpic
+BUILDFILES = $(SHAREDSUB)hysig_copyright.o hysiglinux.o hysigunix.o
+DLLNAME = ../libhysig.so
+
+include $(HY_HDK)/build/make/rules.mk

Propchange: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/linux/makefile
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/windows/hysig.def
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/windows/hysig.def?view=diff&rev=478101&r1=478100&r2=478101
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/windows/hysig.def (original)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/windows/hysig.def Wed Nov 22 01:37:36 2006
@@ -1,11 +1,11 @@
-LIBRARY	HYSIG
-
-SECTIONS
-	.data	READ WRITE
-	.text	EXECUTE READ
-
-EXPORTS
-	jsig_handler
-	jsig_primary_signal
-	signal
-
+LIBRARY	HYSIG
+
+SECTIONS
+	.data	READ WRITE
+	.text	EXECUTE READ
+
+EXPORTS
+	jsig_handler
+	jsig_primary_signal
+	signal
+

Propchange: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/windows/hysig.def
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/linux/libhythr.exp
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/linux/libhythr.exp?view=diff&rev=478101&r1=478100&r2=478101
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/linux/libhythr.exp (original)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/linux/libhythr.exp Wed Nov 22 01:37:36 2006
@@ -1,81 +1,81 @@
-HYTHR_0.1 {
-	global :
-		hythread_current_stack_free;
-		hythread_attach;
-		hythread_create;
-		hythread_cancel;
-		hythread_interrupt;
-		hythread_clear_interrupted;
-		hythread_interrupted;
-		hythread_priority_interrupt;
-		hythread_clear_priority_interrupted;
-		hythread_priority_interrupted;
-		hythread_monitor_destroy;
-		hythread_monitor_enter;
-		hythread_monitor_get_name;
-		hythread_monitor_enter_using_threadId;
-		hythread_monitor_try_enter;
-		hythread_monitor_try_enter_using_threadId;
-		hythread_monitor_exit;
-		hythread_monitor_exit_using_threadId;
-		hythread_monitor_init;
-		hythread_monitor_init_with_name;
-		hythread_monitor_notify;
-		hythread_monitor_notify_all;
-		hythread_monitor_wait;
-		hythread_monitor_wait_timed;
-		hythread_monitor_wait_interruptable;
-		hythread_monitor_num_waiting;
-		hythread_resume;
-		hythread_self;
-		hythread_set_priority;
-		hythread_get_priority;
-		hythread_sleep;
-		hythread_sleep_interruptable;
-		hythread_suspend;
-		hythread_tls_alloc;
-		hythread_tls_alloc_with_finalizer;
-		hythread_tls_free;
-		hythread_tls_get;
-		hythread_tls_set;
-		hythread_yield;
-		hythread_exit;
-		hythread_detach;
-		hythread_global;
-		hythread_get_flags;
-		hythread_monitor_walk;
-		hythread_lib_lock;
-		hythread_lib_unlock;
-		hythread_rwmutex_init;
-		hythread_rwmutex_destroy;
-		hythread_rwmutex_enter_read;
-		hythread_rwmutex_exit_read;
-		hythread_rwmutex_enter_write;
-		hythread_rwmutex_exit_write;
-		hythread_park;
-		hythread_unpark;
-		hythread_monitor_lock;
-		hythread_monitor_unlock;
-		hythread_monitor_pin;
-		hythread_monitor_unpin;
-		hythread_lib_get_flags;
-		hythread_lib_set_flags;
-		hythread_lib_clear_flags;
-		hythread_jlm_monitor_init;
-		hythread_jlm_thread_init;
-		hythread_jlm_gc_lock_init;
-		hythread_jlm_get_gc_lock_tracing;
-		hythread_monitor_get_tracing;
-		hythread_get_user_time;
-		hythread_get_cpu_time;
-		hythread_get_handle;
-		hythread_get_stack_size;
-		hythread_get_os_priority;
-		hythread_get_stack_usage;
-		hythread_enable_stack_usage;
-		hysem_init;
-		hysem_post;
-		hysem_wait;
-		hysem_destroy;
-	local : *;
-};
+HYTHR_0.1 {
+	global :
+		hythread_current_stack_free;
+		hythread_attach;
+		hythread_create;
+		hythread_cancel;
+		hythread_interrupt;
+		hythread_clear_interrupted;
+		hythread_interrupted;
+		hythread_priority_interrupt;
+		hythread_clear_priority_interrupted;
+		hythread_priority_interrupted;
+		hythread_monitor_destroy;
+		hythread_monitor_enter;
+		hythread_monitor_get_name;
+		hythread_monitor_enter_using_threadId;
+		hythread_monitor_try_enter;
+		hythread_monitor_try_enter_using_threadId;
+		hythread_monitor_exit;
+		hythread_monitor_exit_using_threadId;
+		hythread_monitor_init;
+		hythread_monitor_init_with_name;
+		hythread_monitor_notify;
+		hythread_monitor_notify_all;
+		hythread_monitor_wait;
+		hythread_monitor_wait_timed;
+		hythread_monitor_wait_interruptable;
+		hythread_monitor_num_waiting;
+		hythread_resume;
+		hythread_self;
+		hythread_set_priority;
+		hythread_get_priority;
+		hythread_sleep;
+		hythread_sleep_interruptable;
+		hythread_suspend;
+		hythread_tls_alloc;
+		hythread_tls_alloc_with_finalizer;
+		hythread_tls_free;
+		hythread_tls_get;
+		hythread_tls_set;
+		hythread_yield;
+		hythread_exit;
+		hythread_detach;
+		hythread_global;
+		hythread_get_flags;
+		hythread_monitor_walk;
+		hythread_lib_lock;
+		hythread_lib_unlock;
+		hythread_rwmutex_init;
+		hythread_rwmutex_destroy;
+		hythread_rwmutex_enter_read;
+		hythread_rwmutex_exit_read;
+		hythread_rwmutex_enter_write;
+		hythread_rwmutex_exit_write;
+		hythread_park;
+		hythread_unpark;
+		hythread_monitor_lock;
+		hythread_monitor_unlock;
+		hythread_monitor_pin;
+		hythread_monitor_unpin;
+		hythread_lib_get_flags;
+		hythread_lib_set_flags;
+		hythread_lib_clear_flags;
+		hythread_jlm_monitor_init;
+		hythread_jlm_thread_init;
+		hythread_jlm_gc_lock_init;
+		hythread_jlm_get_gc_lock_tracing;
+		hythread_monitor_get_tracing;
+		hythread_get_user_time;
+		hythread_get_cpu_time;
+		hythread_get_handle;
+		hythread_get_stack_size;
+		hythread_get_os_priority;
+		hythread_get_stack_usage;
+		hythread_enable_stack_usage;
+		hysem_init;
+		hysem_post;
+		hysem_wait;
+		hysem_destroy;
+	local : *;
+};

Propchange: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/linux/libhythr.exp
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/linux/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/linux/makefile?view=diff&rev=478101&r1=478100&r2=478101
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/linux/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/linux/makefile Wed Nov 22 01:37:36 2006
@@ -1,33 +1,33 @@
-#  Licensed to the Apache Software Foundation (ASF) under one or more
-#  contributor license agreements.  See the NOTICE file distributed with
-#  this work for additional information regarding copyright ownership.
-#  The ASF licenses this file to You under the Apache License, Version 2.0
-#  (the "License"); you may not use this file except in compliance with
-#  the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing, software
-#  distributed under the License is distributed on an "AS IS" BASIS,
-#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-#  See the License for the specific language governing permissions and
-#  limitations under the License.
-
-#
-# Makefile for module 'thread'
-#
-
-include $(HY_HDK)/build/make/makefile.include
-
-CFLAGS += -fpic
-
-BUILDFILES = \
-	$(SHAREDSUB)thread_copyright.o $(HY_ARCH)/thrhelp.o $(HY_ARCH)/thrspinlock.o hythread.o \
-	$(SHAREDSUB)hythreadinspect.o linuxonexit.o priority.o rasthrsup.o \
-	$(SHAREDSUB)rwmutex.o thrcreate.o thrdsup.o $(SHAREDSUB)thrprof.o
-
-SYSLIBFILES = -lpthread
-MDLLIBFILES = $(LIBPATH)libhypool.a $(LIBPATH)libhycommon.a
-DLLNAME = ../libhythr.so
-
-include $(HY_HDK)/build/make/rules.mk
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+
+#
+# Makefile for module 'thread'
+#
+
+include $(HY_HDK)/build/make/makefile.include
+
+CFLAGS += -fpic
+
+BUILDFILES = \
+	$(SHAREDSUB)thread_copyright.o $(HY_ARCH)/thrhelp.o $(HY_ARCH)/thrspinlock.o hythread.o \
+	$(SHAREDSUB)hythreadinspect.o linuxonexit.o priority.o rasthrsup.o \
+	$(SHAREDSUB)rwmutex.o thrcreate.o thrdsup.o $(SHAREDSUB)thrprof.o
+
+SYSLIBFILES = -lpthread
+MDLLIBFILES = $(LIBPATH)libhypool.a $(LIBPATH)libhycommon.a
+DLLNAME = ../libhythr.so
+
+include $(HY_HDK)/build/make/rules.mk

Propchange: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/linux/makefile
------------------------------------------------------------------------------
    svn:eol-style = native