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 2007/02/07 17:31:38 UTC

svn commit: r504607 - in /harmony/enhanced/classlib/trunk: depends/build/ modules/archive/src/main/native/archive/unix/ modules/archive/src/main/native/zlib/unix/ modules/auth/src/main/native/auth/unix/ modules/awt/src/main/native/gl/unix/ modules/awt/...

Author: hindessm
Date: Wed Feb  7 08:31:35 2007
New Revision: 504607

URL: http://svn.apache.org/viewvc?view=rev&rev=504607
Log:
Move unix export lists to a file to allow specific formats to be generated.

Added:
    harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/unix/exports.txt   (with props)
    harmony/enhanced/classlib/trunk/modules/archive/src/main/native/zlib/unix/exports.txt   (with props)
    harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/unix/exports.txt   (with props)
    harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/exports.txt   (with props)
    harmony/enhanced/classlib/trunk/modules/awt/src/main/native/jpegdecoder/unix/exports.txt   (with props)
    harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/unix/exports.txt   (with props)
    harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/unix/exports.txt   (with props)
    harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/unix/exports.txt   (with props)
    harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/exports.txt   (with props)
    harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/unix/exports.txt   (with props)
    harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/unix/exports.txt   (with props)
    harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/exports.txt   (with props)
    harmony/enhanced/classlib/trunk/modules/luni/src/main/native/vmi/unix/exports.txt   (with props)
    harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/unix/exports.txt   (with props)
    harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/unix/exports.txt   (with props)
    harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/exports.txt   (with props)
    harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix/exports.txt   (with props)
    harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/unix/exports.txt   (with props)
    harmony/enhanced/classlib/trunk/modules/text/src/main/native/text/unix/exports.txt   (with props)
Removed:
    harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/unix/libhyarchive.exp
    harmony/enhanced/classlib/trunk/modules/archive/src/main/native/zlib/unix/libhyzlib.exp
    harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/unix/libhyauth.exp
    harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/libgl.exp
    harmony/enhanced/classlib/trunk/modules/awt/src/main/native/jpegdecoder/unix/libjpegdecoder.exp
    harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/unix/liblcmm.exp
    harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/unix/liblinuxfont.exp
    harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/unix/liboglwrapper.exp
    harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/libX11Wrapper.exp
    harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/unix/libjpegencoder.exp
    harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/unix/libhyinstrument.exp
    harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/libhyluni.exp
    harmony/enhanced/classlib/trunk/modules/luni/src/main/native/vmi/unix/libvmi.exp
    harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/unix/libaccessors.exp
    harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/unix/libhynio.exp
    harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/libhyprt.exp
    harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix/libhysig.exp
    harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/unix/libhythr.exp
    harmony/enhanced/classlib/trunk/modules/text/src/main/native/text/unix/libhytext.exp
Modified:
    harmony/enhanced/classlib/trunk/depends/build/rules.mk
    harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/unix/makefile
    harmony/enhanced/classlib/trunk/modules/archive/src/main/native/zlib/unix/makefile
    harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/unix/makefile
    harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/makefile
    harmony/enhanced/classlib/trunk/modules/awt/src/main/native/jpegdecoder/unix/makefile
    harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/unix/makefile
    harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/unix/makefile
    harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/unix/makefile
    harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/makefile
    harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/unix/makefile
    harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/unix/makefile
    harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/makefile
    harmony/enhanced/classlib/trunk/modules/luni/src/main/native/vmi/unix/makefile
    harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/unix/makefile
    harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/unix/makefile
    harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/makefile
    harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix/makefile
    harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/unix/makefile
    harmony/enhanced/classlib/trunk/modules/text/src/main/native/text/unix/makefile

Modified: harmony/enhanced/classlib/trunk/depends/build/rules.mk
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/depends/build/rules.mk?view=diff&rev=504607&r1=504606&r2=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/depends/build/rules.mk (original)
+++ harmony/enhanced/classlib/trunk/depends/build/rules.mk Wed Feb  7 08:31:35 2007
@@ -19,14 +19,26 @@
 
 CFLAGS := $(DEFINES) $(INCLUDES) $(OPT) $(CFLAGS)
 CXXFLAGS := $(DEFINES) $(INCLUDES) $(OPT) $(CXXFLAGS)
+EXPFILE = $(notdir $(basename $(DLLNAME))).exp
 
 all: $(DLLNAME) $(EXENAME) $(LIBNAME)
 
 $(LIBNAME): $(BUILDFILES)
 	$(AR) $(ARFLAGS) $@ $(BUILDFILES)
 
-$(DLLNAME): $(BUILDFILES) $(MDLLIBFILES)
-	$(DLL_LD) -shared -Wl,--version-script,$(@F:.so=.exp) $(LDFLAGS) \
+$(EXPFILE): exports.txt
+ifeq ($(HY_OS),aix)
+	cp $< $@
+else
+	echo "$(EXPNAME) {" >$@
+	echo "  global :" >>$@
+	sed -e's/^/    /;s/$$/;/' <$< >>$@
+	echo "  local : *;" >>$@
+	echo "};" >>$@
+endif
+
+$(DLLNAME): $(BUILDFILES) $(MDLLIBFILES) $(EXPFILE)
+	$(DLL_LD) -shared -Wl,--version-script,$(EXPFILE) $(LDFLAGS) \
 	-Wl,-soname=$(@F) $(VMLINK) -o $@ \
 	$(BUILDFILES) \
 	-Xlinker --start-group $(MDLLIBFILES) -Xlinker --end-group \
@@ -42,4 +54,5 @@
 	-Xlinker -rpath-link -Xlinker $(HY_HDK)/jdk/jre/bin
 
 clean:
-	-rm -f $(BUILDFILES) $(DLLNAME) $(EXENAME) $(LIBNAME) $(CLEANFILES)
+	-rm -f $(BUILDFILES) $(DLLNAME) $(EXENAME) $(LIBNAME) $(EXPFILE) \
+	       $(CLEANFILES)

Added: harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/unix/exports.txt
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/unix/exports.txt?view=auto&rev=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/unix/exports.txt (added)
+++ harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/unix/exports.txt Wed Feb  7 08:31:35 2007
@@ -0,0 +1,35 @@
+Java_java_util_jar_JarFile_getMetaEntriesImpl
+Java_java_util_zip_Adler32_updateByteImpl
+Java_java_util_zip_Adler32_updateImpl
+Java_java_util_zip_CRC32_updateByteImpl
+Java_java_util_zip_CRC32_updateImpl
+Java_java_util_zip_Deflater_createStream
+Java_java_util_zip_Deflater_deflateImpl
+Java_java_util_zip_Deflater_endImpl
+Java_java_util_zip_Deflater_getAdlerImpl
+Java_java_util_zip_Deflater_getTotalInImpl
+Java_java_util_zip_Deflater_getTotalOutImpl
+Java_java_util_zip_Deflater_oneTimeInitialization
+Java_java_util_zip_Deflater_resetImpl
+Java_java_util_zip_Deflater_setDictionaryImpl
+Java_java_util_zip_Deflater_setInputImpl
+Java_java_util_zip_Deflater_setLevelsImpl
+Java_java_util_zip_Inflater_createStream
+Java_java_util_zip_Inflater_endImpl
+Java_java_util_zip_Inflater_getAdlerImpl
+Java_java_util_zip_Inflater_getTotalInImpl
+Java_java_util_zip_Inflater_getTotalOutImpl
+Java_java_util_zip_Inflater_inflateImpl
+Java_java_util_zip_Inflater_oneTimeInitialization
+Java_java_util_zip_Inflater_resetImpl
+Java_java_util_zip_Inflater_setDictionaryImpl
+Java_java_util_zip_Inflater_setInputImpl
+Java_java_util_zip_ZipFile_00024ZFEnum_getNextEntry
+Java_java_util_zip_ZipFile_00024ZFEnum_resetZip
+Java_java_util_zip_ZipFile_closeZipImpl
+Java_java_util_zip_ZipFile_getEntryImpl
+Java_java_util_zip_ZipFile_inflateEntryImpl2
+Java_java_util_zip_ZipFile_ntvinit
+Java_java_util_zip_ZipFile_openZipImpl
+JNI_OnLoad
+JNI_OnUnload

Propchange: harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/unix/exports.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/unix/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/unix/makefile?view=diff&rev=504607&r1=504606&r2=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/unix/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/archive/src/main/native/archive/unix/makefile Wed Feb  7 08:31:35 2007
@@ -31,5 +31,6 @@
 	$(LIBPATH)libhypool.a $(LIBPATH)libhyfdlibm.a $(DLLPATH)libhythr.so $(LIBPATH)libvmi.so
 
 DLLNAME=../libhyarchive.so
+EXPNAME=HYARCHIVE_0.1
 
 include $(HY_HDK)/build/make/rules.mk

Added: harmony/enhanced/classlib/trunk/modules/archive/src/main/native/zlib/unix/exports.txt
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/archive/src/main/native/zlib/unix/exports.txt?view=auto&rev=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/archive/src/main/native/zlib/unix/exports.txt (added)
+++ harmony/enhanced/classlib/trunk/modules/archive/src/main/native/zlib/unix/exports.txt Wed Feb  7 08:31:35 2007
@@ -0,0 +1,24 @@
+adler32
+compress
+crc32
+deflate
+deflateCopy
+deflateEnd
+deflateInit2_
+deflateInit_
+deflateParams
+deflateReset
+deflateSetDictionary
+inflate
+inflateEnd
+inflateInit2_
+inflateInit_
+inflateReset
+inflateSetDictionary
+inflateSync
+uncompress
+zlibVersion
+zError
+inflateSyncPoint
+get_crc_table
+compress2

Propchange: harmony/enhanced/classlib/trunk/modules/archive/src/main/native/zlib/unix/exports.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/archive/src/main/native/zlib/unix/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/archive/src/main/native/zlib/unix/makefile?view=diff&rev=504607&r1=504606&r2=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/archive/src/main/native/zlib/unix/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/archive/src/main/native/zlib/unix/makefile Wed Feb  7 08:31:35 2007
@@ -29,6 +29,7 @@
 	$(ZLIB_DIST)inflate.o $(ZLIB_DIST)inftrees.o $(ZLIB_DIST)trees.o $(ZLIB_DIST)uncompr.o $(ZLIB_DIST)zutil.o
 
 DLLNAME = ../libhyzlib.so
+EXPNAME = HYZLIB_0.1
 
 LDFLAGS += -Wl,-Bsymbolic
 

Added: harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/unix/exports.txt
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/unix/exports.txt?view=auto&rev=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/unix/exports.txt (added)
+++ harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/unix/exports.txt Wed Feb  7 08:31:35 2007
@@ -0,0 +1,3 @@
+Java_org_apache_harmony_auth_module_UnixSystem_load
+JNI_OnLoad
+JNI_OnUnload

Propchange: harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/unix/exports.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/unix/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/unix/makefile?view=diff&rev=504607&r1=504606&r2=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/unix/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/auth/src/main/native/auth/unix/makefile Wed Feb  7 08:31:35 2007
@@ -26,5 +26,6 @@
         $(LIBPATH)libhypool.a $(LIBPATH)libhyfdlibm.a $(DLLPATH)libhythr.so $(LIBPATH)libvmi.so
 
 DLLNAME = ../libhyauth.so
+EXPNAME = HYAUTH_0.1
 
 include $(HY_HDK)/build/make/rules.mk

Added: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/exports.txt
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/exports.txt?view=auto&rev=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/exports.txt (added)
+++ harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/exports.txt Wed Feb  7 08:31:35 2007
@@ -0,0 +1,18 @@
+Java_org_apache_harmony_awt_gl_image_GifDecoder_decode
+Java_org_apache_harmony_awt_gl_image_GifDecoder_initIDs
+Java_org_apache_harmony_awt_gl_image_GifDecoder_releaseNativeDecoder
+Java_org_apache_harmony_awt_gl_image_GifDecoder_toRGB
+Java_org_apache_harmony_awt_gl_image_PngDecoder_decode
+Java_org_apache_harmony_awt_gl_image_PngDecoder_initIDs
+Java_org_apache_harmony_awt_gl_image_PngDecoder_releaseNativeDecoder
+Java_org_apache_harmony_awt_gl_ImageSurface_createStructCCM
+Java_org_apache_harmony_awt_gl_ImageSurface_createStructDCM
+Java_org_apache_harmony_awt_gl_ImageSurface_createStructICM
+Java_org_apache_harmony_awt_gl_ImageSurface_createSurfStruct
+Java_org_apache_harmony_awt_gl_ImageSurface_dispose
+Java_org_apache_harmony_awt_gl_ImageSurface_setImageSize
+Java_org_apache_harmony_awt_gl_render_NativeImageBlitter_bltBG
+Java_org_apache_harmony_awt_gl_render_NativeImageBlitter_blt
+Java_org_apache_harmony_awt_gl_render_NativeImageBlitter_xor
+Java_org_apache_harmony_awt_gl_ImageSurface_updateCache
+Java_org_apache_harmony_awt_gl_Surface_initIDs

Propchange: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/exports.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/makefile?view=diff&rev=504607&r1=504606&r2=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/awt/src/main/native/gl/unix/makefile Wed Feb  7 08:31:35 2007
@@ -35,6 +35,7 @@
 OSLIBS += -lstdc++
 
 DLLNAME=../libgl.so
+EXPNAME=HYGL_0.1
 
 include $(HY_HDK)/build/make/rules.mk
 

Added: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/jpegdecoder/unix/exports.txt
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/jpegdecoder/unix/exports.txt?view=auto&rev=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/awt/src/main/native/jpegdecoder/unix/exports.txt (added)
+++ harmony/enhanced/classlib/trunk/modules/awt/src/main/native/jpegdecoder/unix/exports.txt Wed Feb  7 08:31:35 2007
@@ -0,0 +1,3 @@
+Java_org_apache_harmony_awt_gl_image_JpegDecoder_decode
+Java_org_apache_harmony_awt_gl_image_JpegDecoder_initIDs
+Java_org_apache_harmony_awt_gl_image_JpegDecoder_releaseNativeDecoder

Propchange: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/jpegdecoder/unix/exports.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/jpegdecoder/unix/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/jpegdecoder/unix/makefile?view=diff&rev=504607&r1=504606&r2=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/awt/src/main/native/jpegdecoder/unix/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/awt/src/main/native/jpegdecoder/unix/makefile Wed Feb  7 08:31:35 2007
@@ -29,6 +29,7 @@
 	$(LIBPATH)libhypool.a $(LIBPATH)libhyfdlibm.a $(DLLPATH)libhythr.so $(LIBPATH)libvmi.so
 
 DLLNAME=../libjpegdecoder.so
+EXPNAME=HYJPEGDECODER_0.1
 
 CLEANFILES=jconfig.h
 

Added: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/unix/exports.txt
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/unix/exports.txt?view=auto&rev=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/unix/exports.txt (added)
+++ harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/unix/exports.txt Wed Feb  7 08:31:35 2007
@@ -0,0 +1,11 @@
+Java_org_apache_harmony_awt_gl_color_NativeCMM_cmmCloseProfile
+Java_org_apache_harmony_awt_gl_color_NativeCMM_cmmCreateMultiprofileTransform
+Java_org_apache_harmony_awt_gl_color_NativeCMM_cmmDeleteTransform
+Java_org_apache_harmony_awt_gl_color_NativeCMM_cmmGetProfile
+Java_org_apache_harmony_awt_gl_color_NativeCMM_cmmGetProfileElement
+Java_org_apache_harmony_awt_gl_color_NativeCMM_cmmGetProfileElementSize
+Java_org_apache_harmony_awt_gl_color_NativeCMM_cmmGetProfileSize
+Java_org_apache_harmony_awt_gl_color_NativeCMM_cmmOpenProfile
+Java_org_apache_harmony_awt_gl_color_NativeCMM_cmmSetProfileElement
+Java_org_apache_harmony_awt_gl_color_NativeCMM_cmmTranslateColors
+Java_org_apache_harmony_awt_gl_color_NativeImageFormat_initIDs

Propchange: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/unix/exports.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/unix/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/unix/makefile?view=diff&rev=504607&r1=504606&r2=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/unix/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/awt/src/main/native/lcmm/unix/makefile Wed Feb  7 08:31:35 2007
@@ -33,6 +33,7 @@
 	$(LIBPATH)libhypool.a $(LIBPATH)libhyfdlibm.a $(DLLPATH)libhythr.so $(LIBPATH)libvmi.so
 
 DLLNAME=../liblcmm.so
+EXPNAME=HYLCMM_0.1
 
 include $(HY_HDK)/build/make/rules.mk
 

Added: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/unix/exports.txt
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/unix/exports.txt?view=auto&rev=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/unix/exports.txt (added)
+++ harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/unix/exports.txt Wed Feb  7 08:31:35 2007
@@ -0,0 +1,29 @@
+Java_org_apache_harmony_awt_gl_font_LinuxNativeFont_canDisplayCharNative
+Java_org_apache_harmony_awt_gl_font_LinuxNativeFont_createXftDrawNative
+Java_org_apache_harmony_awt_gl_font_LinuxNativeFont_drawStringNative
+Java_org_apache_harmony_awt_gl_font_LinuxNativeFont_embedFontNative
+Java_org_apache_harmony_awt_gl_font_LinuxNativeFont_freeXftDrawNative
+Java_org_apache_harmony_awt_gl_font_LinuxNativeFont_getFamilyNative
+Java_org_apache_harmony_awt_gl_font_LinuxNativeFont_getFontFamiliesNames
+Java_org_apache_harmony_awt_gl_font_LinuxNativeFont_getFontNameNative
+Java_org_apache_harmony_awt_gl_font_LinuxNativeFont_getFontPSNameNative
+Java_org_apache_harmony_awt_gl_font_LinuxNativeFont_getFonts
+Java_org_apache_harmony_awt_gl_font_LinuxNativeFont_getGlyphCodeNative
+Java_org_apache_harmony_awt_gl_font_LinuxNativeFont_getGlyphCodesNative
+Java_org_apache_harmony_awt_gl_font_LinuxNativeFont_getGlyphInfoNative
+Java_org_apache_harmony_awt_gl_font_LinuxNativeFont_getGlyphOutline
+Java_org_apache_harmony_awt_gl_font_LinuxNativeFont_getGlyphPxlInfoNative
+Java_org_apache_harmony_awt_gl_font_LinuxNativeFont_getItalicAngleNative
+Java_org_apache_harmony_awt_gl_font_LinuxNativeFont_getNativeLineMetrics
+Java_org_apache_harmony_awt_gl_font_LinuxNativeFont_getNumGlyphsNative
+Java_org_apache_harmony_awt_gl_font_LinuxNativeFont_initializeFont
+Java_org_apache_harmony_awt_gl_font_LinuxNativeFont_initializeFontFromFP
+Java_org_apache_harmony_awt_gl_font_LinuxNativeFont_NativeInitGlyphBitmap
+Java_org_apache_harmony_awt_gl_font_LinuxNativeFont_NativeInitGlyphImage
+Java_org_apache_harmony_awt_gl_font_LinuxNativeFont_pFontFree
+Java_org_apache_harmony_awt_gl_font_LinuxNativeFont_RemoveFontResource
+Java_org_apache_harmony_awt_gl_font_LinuxNativeFont_XftDrawSetClipRectangles
+Java_org_apache_harmony_awt_gl_font_LinuxNativeFont_xftDrawSetSubwindowModeNative
+Java_org_apache_harmony_awt_gl_font_LinuxNativeFont_NativeFreeGlyphBitmap
+Java_org_apache_harmony_awt_gl_font_LinuxNativeFont_getPointsFromFTVector
+Java_org_apache_harmony_awt_gl_font_LinuxNativeFont_freeGlyphOutline

Propchange: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/unix/exports.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/unix/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/unix/makefile?view=diff&rev=504607&r1=504606&r2=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/unix/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/awt/src/main/native/linuxfont/unix/makefile Wed Feb  7 08:31:35 2007
@@ -31,5 +31,6 @@
 OSLIBS += $(XLIBS)
 
 DLLNAME=../liblinuxfont.so
+EXPNAME=HYLINUXFONT_0.1
 
 include $(HY_HDK)/build/make/rules.mk

Added: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/unix/exports.txt
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/unix/exports.txt?view=auto&rev=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/unix/exports.txt (added)
+++ harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/unix/exports.txt Wed Feb  7 08:31:35 2007
@@ -0,0 +1,62 @@
+Java_org_apache_harmony_awt_gl_opengl_GL_init
+Java_org_apache_harmony_awt_gl_opengl_GL_glVertexPointer
+Java_org_apache_harmony_awt_gl_opengl_GL_glPixelStoref
+Java_org_apache_harmony_awt_gl_opengl_GL_glRectd
+Java_org_apache_harmony_awt_gl_opengl_GL_glTranslated
+Java_org_apache_harmony_awt_gl_opengl_GL_glLineStipple
+Java_org_apache_harmony_awt_gl_opengl_GL_glBlendFunc
+Java_org_apache_harmony_awt_gl_opengl_GL_glColor4ubv
+Java_org_apache_harmony_awt_gl_opengl_GL_glTexImage1D
+Java_org_apache_harmony_awt_gl_opengl_GL_gluOrtho2D
+Java_org_apache_harmony_awt_gl_opengl_GL_glDrawArrays
+Java_org_apache_harmony_awt_gl_opengl_GL_glPixelStorei
+Java_org_apache_harmony_awt_gl_opengl_GL_glTexParameteri
+Java_org_apache_harmony_awt_gl_opengl_GL_glRotated
+Java_org_apache_harmony_awt_gl_opengl_GL_glGetIntegerv
+Java_org_apache_harmony_awt_gl_opengl_GL_glTexGendv
+Java_org_apache_harmony_awt_gl_opengl_GL_glTexCoord2d
+Java_org_apache_harmony_awt_gl_opengl_GL_glPixelTransferf
+Java_org_apache_harmony_awt_gl_opengl_GL_glCopyTexSubImage2D
+Java_org_apache_harmony_awt_gl_opengl_GL_glEnd
+Java_org_apache_harmony_awt_gl_opengl_GL_glColorMask
+Java_org_apache_harmony_awt_gl_opengl_GL_glFlush
+Java_org_apache_harmony_awt_gl_opengl_GL_glMatrixMode
+Java_org_apache_harmony_awt_gl_opengl_GL_glTexEnvf
+Java_org_apache_harmony_awt_gl_opengl_GL_glPixelZoom
+Java_org_apache_harmony_awt_gl_opengl_GL_glScissor
+Java_org_apache_harmony_awt_gl_opengl_GL_glGetError
+Java_org_apache_harmony_awt_gl_opengl_GL_glDrawPixels
+Java_org_apache_harmony_awt_gl_opengl_GL_glCopyPixels
+Java_org_apache_harmony_awt_gl_opengl_GL_glBlendFuncSeparate
+Java_org_apache_harmony_awt_gl_opengl_GL_glEnableClientState
+Java_org_apache_harmony_awt_gl_opengl_GL_glMultMatrixd
+Java_org_apache_harmony_awt_gl_opengl_GL_glClear
+Java_org_apache_harmony_awt_gl_opengl_GL_glPopMatrix
+Java_org_apache_harmony_awt_gl_opengl_GL_glColorPointer
+Java_org_apache_harmony_awt_gl_opengl_GL_glScaled
+Java_org_apache_harmony_awt_gl_opengl_GL_glDisable
+Java_org_apache_harmony_awt_gl_opengl_GL_glRasterPos2i
+Java_org_apache_harmony_awt_gl_opengl_GL_glEnable
+Java_org_apache_harmony_awt_gl_opengl_GL_glBitmap
+Java_org_apache_harmony_awt_gl_opengl_GL_glColorTable
+Java_org_apache_harmony_awt_gl_opengl_GL_glGenTextures
+Java_org_apache_harmony_awt_gl_opengl_GL_glFinish
+Java_org_apache_harmony_awt_gl_opengl_GL_glDeleteTextures
+Java_org_apache_harmony_awt_gl_opengl_GL_glDisableClientState
+Java_org_apache_harmony_awt_gl_opengl_GL_glBegin
+Java_org_apache_harmony_awt_gl_opengl_GL_glVertex2d
+Java_org_apache_harmony_awt_gl_opengl_GL_glLineWidth
+Java_org_apache_harmony_awt_gl_opengl_GL_glLoadMatrixd
+Java_org_apache_harmony_awt_gl_opengl_GL_glReadPixels
+Java_org_apache_harmony_awt_gl_opengl_GL_glBindTexture
+Java_org_apache_harmony_awt_gl_opengl_GL_glPushMatrix
+Java_org_apache_harmony_awt_gl_opengl_GL_glTexGeni
+Java_org_apache_harmony_awt_gl_opengl_GL_glStencilFunc
+Java_org_apache_harmony_awt_gl_opengl_GL_glTexImage2D
+Java_org_apache_harmony_awt_gl_opengl_GL_glPixelMapusv
+Java_org_apache_harmony_awt_gl_opengl_GL_glViewport
+Java_org_apache_harmony_awt_gl_opengl_GL_glLoadIdentity
+Java_org_apache_harmony_awt_gl_opengl_GL_glTexSubImage2D
+Java_org_apache_harmony_awt_gl_opengl_GL_glDrawBuffer
+Java_org_apache_harmony_awt_gl_opengl_GL_glReadBuffer
+Java_org_apache_harmony_awt_gl_opengl_GL_glStencilOp

Propchange: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/unix/exports.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/unix/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/unix/makefile?view=diff&rev=504607&r1=504606&r2=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/unix/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/awt/src/main/native/oglwrapper/unix/makefile Wed Feb  7 08:31:35 2007
@@ -28,5 +28,6 @@
 OSLIBS += -lstdc++
 
 DLLNAME=../liboglwrapper.so
+EXPNAME=HYOGLWRAPPER_0.1
 
 include $(HY_HDK)/build/make/rules.mk

Added: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/exports.txt
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/exports.txt?view=auto&rev=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/exports.txt (added)
+++ harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/exports.txt Wed Feb  7 08:31:35 2007
@@ -0,0 +1,145 @@
+Java_org_apache_harmony_awt_nativebridge_linux_ErrorHandler_getInfo
+Java_org_apache_harmony_awt_nativebridge_linux_ErrorHandler_isError
+Java_org_apache_harmony_awt_nativebridge_linux_X11_init
+Java_org_apache_harmony_awt_nativebridge_linux_X11_proxycall0
+Java_org_apache_harmony_awt_nativebridge_linux_X11_proxycall1
+Java_org_apache_harmony_awt_nativebridge_linux_X11_proxycall2
+Java_org_apache_harmony_awt_nativebridge_linux_X11_proxycall3
+Java_org_apache_harmony_awt_nativebridge_linux_X11_proxycall4
+Java_org_apache_harmony_awt_nativebridge_linux_X11_proxycall5
+Java_org_apache_harmony_awt_nativebridge_linux_X11_proxycall6
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XAllocColor
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XAllocSizeHints
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XAllocStandardColormap
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XAllocWMHints
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XAllPlanes
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XBitmapPad
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XChangeGC
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XChangeProperty
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XChangeWindowAttributes
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XCheckTypedEvent
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XCloseDisplay
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XConvertSelection
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XCopyArea
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XCreateBitmapFromData
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XCreateColormap
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XCreateFontCursor
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XCreateGC
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XCreateImage
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XCreatePixmap
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XCreatePixmapCursor
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XCreateSimpleWindow
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XCreateWindow
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XDefaultColormap
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XDefaultDepth
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XDefaultRootWindow
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XDefaultScreen
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XDefaultVisual
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XDefineCursor
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XDeleteProperty
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XDestroyImage
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XDestroyWindow
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XDisplayHeight
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XDisplayHeightMM
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XDisplayString
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XDisplayWidth
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XDisplayWidthMM
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XDrawArc
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XDrawLine
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XDrawLines
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XDrawRectangle
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XFillArc
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XFillPolygon
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XFillRectangle
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XFillRectangles
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XFlush
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XFree
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XFreeCursor
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XFreeGC
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XFreePixmap
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XGetAtomName
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XGetGeometry
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XGetImage
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XGetInputFocus
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XGetPointerMapping
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XGetRGBColormaps
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XGetSelectionOwner
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XGetSubImage
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XGetVisualInfo
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XGetWindowAttributes
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XGetWindowProperty
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XGetWMHints
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XGetWMNormalHints
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XGrabPointer
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XGrabServer
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XIconifyWindow
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XImageByteOrder
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XInitImage
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XInternAtom
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XKeycodeToKeysym
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XKeysymToKeycode
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XLookupString
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XLowerWindow
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XMapRaised
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XMapWindow
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XMoveWindow
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XmuLookupStandardColormap
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XNextEvent
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XOpenDisplay
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XParseColor
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XPending
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XPutImage
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XQueryBestCursor
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XQueryColor
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XQueryColors
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XQueryPointer
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XQueryTree
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XRaiseWindow
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XResizeWindow
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XRestackWindows
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XRootWindow
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XScreenCount
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XScreenOfDisplay
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XSelectInput
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XSendEvent
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XSetClipMask
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XSetClipOrigin
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XSetClipRectangles
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XSetDashes
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XSetErrorHandler
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XSetFillRule
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XSetForeground
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XSetFunction
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XSetIconName
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XSetInputFocus
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XSetSelectionOwner
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XSetStandardProperties
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XSetTransientForHint
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XSetWMHints
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XSetWMNormalHints
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XSetWMProtocols
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XStoreName
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XTestFakeButtonEvent
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XTestFakeKeyEvent
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XTestFakeMotionEvent
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XTestQueryExtension
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XTranslateCoordinates
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XUngrabPointer
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XUngrabServer
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XVisualIDFromVisual
+Java_org_apache_harmony_awt_nativebridge_linux_X11_XWithdrawWindow
+Java_org_apache_harmony_awt_nativebridge_linux_Xft_init
+Java_org_apache_harmony_awt_nativebridge_linux_Xft_XftDrawDestroy
+Java_org_apache_harmony_awt_nativebridge_linux_Xft_XftDrawSetClip
+Java_org_apache_harmony_awt_nativebridge_linux_Xft_XftDrawSetClipRectangles
+Java_org_apache_harmony_awt_nativebridge_linux_GLX_init
+Java_org_apache_harmony_awt_nativebridge_linux_GLX_glXQueryExtension
+Java_org_apache_harmony_awt_nativebridge_linux_GLX_glXGetFBConfigAttrib
+Java_org_apache_harmony_awt_nativebridge_linux_GLX_glXCreateNewContext
+Java_org_apache_harmony_awt_nativebridge_linux_GLX_glXMakeCurrent
+Java_org_apache_harmony_awt_nativebridge_linux_GLX_glXDestroyContext
+Java_org_apache_harmony_awt_nativebridge_linux_GLX_glXDestroyPbuffer
+Java_org_apache_harmony_awt_nativebridge_linux_GLX_glXChooseFBConfig
+Java_org_apache_harmony_awt_nativebridge_linux_GLX_glXCreatePbuffer
+Java_org_apache_harmony_awt_nativebridge_linux_GLX_glXSwapBuffers
+Java_org_apache_harmony_awt_nativebridge_linux_GLX_glXMakeContextCurrent

Propchange: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/exports.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/makefile?view=diff&rev=504607&r1=504606&r2=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/awt/src/main/native/x11wrapper/unix/makefile Wed Feb  7 08:31:35 2007
@@ -31,5 +31,6 @@
 OSLIBS += -lstdc++ $(XLIBS)
 
 DLLNAME=../libX11Wrapper.so
+EXPNAME=HYX11WRAPPER_0.1
 
 include $(HY_HDK)/build/make/rules.mk

Added: harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/unix/exports.txt
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/unix/exports.txt?view=auto&rev=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/unix/exports.txt (added)
+++ harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/unix/exports.txt Wed Feb  7 08:31:35 2007
@@ -0,0 +1,5 @@
+Java_org_apache_harmony_x_imageio_plugins_jpeg_JPEGImageWriter_dispose
+Java_org_apache_harmony_x_imageio_plugins_jpeg_JPEGImageWriter_initWriterIds
+Java_org_apache_harmony_x_imageio_plugins_jpeg_JPEGImageWriter_initCompressionObj
+Java_org_apache_harmony_x_imageio_plugins_jpeg_JPEGImageWriter_setIOS
+Java_org_apache_harmony_x_imageio_plugins_jpeg_JPEGImageWriter_encode

Propchange: harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/unix/exports.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/unix/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/unix/makefile?view=diff&rev=504607&r1=504606&r2=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/unix/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/imageio/src/main/native/jpegencoder/unix/makefile Wed Feb  7 08:31:35 2007
@@ -29,6 +29,7 @@
 	$(LIBPATH)libhypool.a $(LIBPATH)libhyfdlibm.a $(DLLPATH)libhythr.so $(LIBPATH)libvmi.so
 
 DLLNAME=../libjpegencoder.so
+EXPNAME=HYJPEGENCODER_0.1
 
 CLEANFILES=jconfig.h
 

Added: harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/unix/exports.txt
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/unix/exports.txt?view=auto&rev=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/unix/exports.txt (added)
+++ harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/unix/exports.txt Wed Feb  7 08:31:35 2007
@@ -0,0 +1,6 @@
+Java_org_apache_harmony_instrument_internal_InstrumentationImpl_getAllLoadedClasses
+Java_org_apache_harmony_instrument_internal_InstrumentationImpl_getInitiatedClasses
+Java_org_apache_harmony_instrument_internal_InstrumentationImpl_getObjectSize_1native
+Java_org_apache_harmony_instrument_internal_InstrumentationImpl_redefineClasses_1native
+Agent_OnUnload
+Agent_OnLoad

Propchange: harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/unix/exports.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/unix/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/unix/makefile?view=diff&rev=504607&r1=504606&r2=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/unix/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/instrument/src/main/native/instrument/unix/makefile Wed Feb  7 08:31:35 2007
@@ -30,5 +30,6 @@
 	$(DLLPATH)libhythr.so $(LIBPATH)libvmi.so
 
 DLLNAME = ../libhyinstrument.so
+EXPNAME = HYINSTRUMENT_0.1
 
 include $(HY_HDK)/build/make/rules.mk

Added: harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/exports.txt
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/exports.txt?view=auto&rev=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/exports.txt (added)
+++ harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/exports.txt Wed Feb  7 08:31:35 2007
@@ -0,0 +1,251 @@
+Java_org_apache_harmony_luni_internal_process_ProcessInputStream_availableImpl
+Java_org_apache_harmony_luni_internal_process_ProcessInputStream_closeImpl
+Java_org_apache_harmony_luni_internal_process_ProcessInputStream_oneTimeInitialization
+Java_org_apache_harmony_luni_internal_process_ProcessInputStream_readImpl
+Java_org_apache_harmony_luni_internal_process_ProcessInputStream_setFDImpl
+Java_org_apache_harmony_luni_internal_process_ProcessOutputStream_closeImpl
+Java_org_apache_harmony_luni_internal_process_ProcessOutputStream_oneTimeInitialization
+Java_org_apache_harmony_luni_internal_process_ProcessOutputStream_setFDImpl
+Java_org_apache_harmony_luni_internal_process_ProcessOutputStream_writeImpl
+Java_org_apache_harmony_luni_internal_process_SystemProcess_closeImpl
+Java_org_apache_harmony_luni_internal_process_SystemProcess_createImpl
+Java_org_apache_harmony_luni_internal_process_SystemProcess_destroyImpl
+Java_org_apache_harmony_luni_internal_process_SystemProcess_oneTimeInitialization
+Java_org_apache_harmony_luni_internal_process_SystemProcess_waitForCompletionImpl
+Java_org_apache_harmony_math_util_BigInteger_addImpl
+Java_org_apache_harmony_math_util_BigInteger_compImpl
+Java_org_apache_harmony_math_util_BigInteger_divImpl
+Java_org_apache_harmony_math_util_BigInteger_mulImpl
+Java_org_apache_harmony_math_util_BigInteger_negImpl
+Java_org_apache_harmony_math_util_BigInteger_remImpl
+Java_org_apache_harmony_math_util_BigInteger_shlImpl
+Java_org_apache_harmony_math_util_BigInteger_subImpl
+Java_java_io_File_deleteDirImpl
+Java_java_io_File_deleteFileImpl
+Java_java_io_File_existsImpl
+Java_java_io_File_getCanonImpl
+Java_java_io_File_getLinkImpl
+Java_java_io_File_isAbsoluteImpl
+Java_java_io_File_isCaseSensitiveImpl
+Java_java_io_File_isDirectoryImpl
+Java_java_io_File_isFileImpl
+Java_java_io_File_isHiddenImpl
+Java_java_io_File_isReadOnlyImpl
+Java_java_io_File_isWriteOnlyImpl
+Java_java_io_File_lastModifiedImpl
+Java_java_io_File_lengthImpl
+Java_java_io_File_listImpl
+Java_java_io_File_mkdirImpl
+Java_java_io_File_newFileImpl
+Java_java_io_File_oneTimeInitialization
+Java_java_io_File_properPathImpl
+Java_java_io_File_renameToImpl
+Java_java_io_File_rootsImpl
+Java_java_io_File_setLastModifiedImpl
+Java_java_io_File_setReadOnlyImpl
+Java_java_io_FileDescriptor_oneTimeInitialization
+Java_java_io_FileDescriptor_sync
+Java_java_io_FileDescriptor_valid
+Java_java_io_FileInputStream_available
+Java_java_io_FileInputStream_closeImpl
+Java_java_io_FileInputStream_oneTimeInitialization
+Java_java_io_FileInputStream_openImpl
+Java_java_io_FileInputStream_readByteImpl
+Java_java_io_FileInputStream_readImpl
+Java_java_io_FileInputStream_skip
+Java_java_io_FileOutputStream_closeImpl
+Java_java_io_FileOutputStream_oneTimeInitialization
+Java_java_io_FileOutputStream_openImpl
+Java_java_io_FileOutputStream_writeByteImpl
+Java_java_io_FileOutputStream_writeImpl
+Java_java_io_ObjectInputStream_newInstance
+Java_java_io_ObjectInputStream_objSetField
+Java_java_io_ObjectInputStream_setField__Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_String_2B
+Java_java_io_ObjectInputStream_setField__Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_String_2C
+Java_java_io_ObjectInputStream_setField__Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_String_2D
+Java_java_io_ObjectInputStream_setField__Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_String_2F
+Java_java_io_ObjectInputStream_setField__Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_String_2I
+Java_java_io_ObjectInputStream_setField__Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_String_2J
+Java_java_io_ObjectInputStream_setField__Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_String_2S
+Java_java_io_ObjectInputStream_setField__Ljava_lang_Object_2Ljava_lang_Class_2Ljava_lang_String_2Z
+Java_java_io_ObjectOutputStream_getFieldBool
+Java_java_io_ObjectOutputStream_getFieldByte
+Java_java_io_ObjectOutputStream_getFieldChar
+Java_java_io_ObjectOutputStream_getFieldDouble
+Java_java_io_ObjectOutputStream_getFieldFloat
+Java_java_io_ObjectOutputStream_getFieldInt
+Java_java_io_ObjectOutputStream_getFieldLong
+Java_java_io_ObjectOutputStream_getFieldObj
+Java_java_io_ObjectOutputStream_getFieldShort
+Java_java_io_ObjectStreamClass_getConstructorSignature
+Java_java_io_ObjectStreamClass_getFieldSignature
+Java_java_io_ObjectStreamClass_getMethodSignature
+Java_java_io_ObjectStreamClass_hasClinit
+Java_java_io_ObjectStreamClass_oneTimeInitialization
+Java_java_lang_Double_doubleToLongBits
+Java_java_lang_Double_doubleToRawLongBits
+Java_java_lang_Double_longBitsToDouble
+Java_java_lang_Float_floatToIntBits
+Java_java_lang_Float_floatToRawIntBits
+Java_java_lang_Float_intBitsToFloat
+Java_java_lang_Math_acos
+Java_java_lang_Math_asin
+Java_java_lang_Math_atan
+Java_java_lang_Math_atan2
+Java_java_lang_Math_cbrt
+Java_java_lang_Math_ceil
+Java_java_lang_Math_cos
+Java_java_lang_Math_cosh
+Java_java_lang_Math_exp
+Java_java_lang_Math_expm1
+Java_java_lang_Math_floor
+Java_java_lang_Math_hypot
+Java_java_lang_Math_IEEEremainder
+Java_java_lang_Math_log
+Java_java_lang_Math_log10
+Java_java_lang_Math_log1p
+Java_java_lang_Math_nextafter
+Java_java_lang_Math_nextafterf
+Java_java_lang_Math_pow
+Java_java_lang_Math_rint
+Java_java_lang_Math_sin
+Java_java_lang_Math_sinh
+Java_java_lang_Math_sqrt
+Java_java_lang_Math_tan
+Java_java_lang_Math_tanh
+Java_java_lang_reflect_Proxy_defineClassImpl
+Java_java_lang_StrictMath_acos
+Java_java_lang_StrictMath_asin
+Java_java_lang_StrictMath_atan
+Java_java_lang_StrictMath_atan2
+Java_java_lang_StrictMath_cbrt
+Java_java_lang_StrictMath_ceil
+Java_java_lang_StrictMath_cos
+Java_java_lang_StrictMath_cosh
+Java_java_lang_StrictMath_exp
+Java_java_lang_StrictMath_expm1
+Java_java_lang_StrictMath_floor
+Java_java_lang_StrictMath_hypot
+Java_java_lang_StrictMath_IEEEremainder
+Java_java_lang_StrictMath_log
+Java_java_lang_StrictMath_log10
+Java_java_lang_StrictMath_log1p
+Java_java_lang_StrictMath_nextafter
+Java_java_lang_StrictMath_nextafterf
+Java_java_lang_StrictMath_pow
+Java_java_lang_StrictMath_rint
+Java_java_lang_StrictMath_sin
+Java_java_lang_StrictMath_sinh
+Java_java_lang_StrictMath_sqrt
+Java_java_lang_StrictMath_tan
+Java_java_lang_StrictMath_tanh
+Java_java_net_InetAddress_getAliasesByNameImpl
+Java_java_net_InetAddress_getHostByAddrImpl
+Java_java_net_InetAddress_getHostByNameImpl
+Java_java_net_InetAddress_getHostNameImpl
+Java_java_net_InetAddress_inetAddrImpl
+Java_java_net_InetAddress_inetNtoaImpl
+Java_java_net_InetAddress_oneTimeInitialization
+Java_java_net_NetworkInterface_getNetworkInterfacesImpl
+Java_java_util_TimeZone_getCustomTimeZone
+JNI_OnLoad
+JNI_OnUnload
+Java_org_apache_harmony_luni_util_FloatingPointParser_parseDblImpl
+Java_org_apache_harmony_luni_util_FloatingPointParser_parseFltImpl
+Java_org_apache_harmony_luni_util_NumberConverter_bigIntDigitGeneratorInstImpl
+Java_org_apache_harmony_luni_platform_OSFileSystem_truncateImpl
+Java_org_apache_harmony_luni_platform_OSFileSystem_getPageSize
+Java_org_apache_harmony_luni_platform_OSFileSystem_writevImpl
+Java_org_apache_harmony_luni_platform_OSFileSystem_readvImpl
+Java_org_apache_harmony_luni_platform_OSFileSystem_writeImpl
+Java_org_apache_harmony_luni_platform_OSFileSystem_openImpl
+Java_org_apache_harmony_luni_platform_OSFileSystem_readDirectImpl
+Java_org_apache_harmony_luni_platform_OSFileSystem_writeDirectImpl
+Java_org_apache_harmony_luni_platform_OSFileSystem_readImpl
+Java_org_apache_harmony_luni_platform_OSFileSystem_seekImpl
+Java_org_apache_harmony_luni_platform_OSFileSystem_fflushImpl
+Java_org_apache_harmony_luni_platform_OSFileSystem_closeImpl
+Java_org_apache_harmony_luni_platform_OSFileSystem_lockImpl
+Java_org_apache_harmony_luni_platform_OSFileSystem_unlockImpl
+Java_org_apache_harmony_luni_platform_OSFileSystem_transferImpl
+Java_org_apache_harmony_luni_platform_OSFileSystem_ttyAvailableImpl
+Java_org_apache_harmony_luni_platform_OSFileSystem_ttyReadImpl
+Java_org_apache_harmony_luni_platform_OSMemory_isLoadedImpl
+Java_org_apache_harmony_luni_platform_OSMemory_loadImpl
+Java_org_apache_harmony_luni_platform_OSMemory_mmapImpl
+Java_org_apache_harmony_luni_platform_OSMemory_unmapImpl
+Java_org_apache_harmony_luni_platform_OSMemory_flushImpl
+Java_org_apache_harmony_luni_platform_OSMemory_isLittleEndianImpl
+Java_org_apache_harmony_luni_platform_OSMemory_getPointerSizeImpl
+Java_org_apache_harmony_luni_platform_OSMemory_getAddress
+Java_org_apache_harmony_luni_platform_OSMemory_setAddress
+Java_org_apache_harmony_luni_platform_OSMemory_malloc
+Java_org_apache_harmony_luni_platform_OSMemory_free
+Java_org_apache_harmony_luni_platform_OSMemory_memmove
+Java_org_apache_harmony_luni_platform_OSMemory_memset
+Java_org_apache_harmony_luni_platform_OSMemory_getByteArray
+Java_org_apache_harmony_luni_platform_OSMemory_setByteArray
+Java_org_apache_harmony_luni_platform_OSMemory_getByte
+Java_org_apache_harmony_luni_platform_OSMemory_setByte
+Java_org_apache_harmony_luni_platform_OSMemory_getShort
+Java_org_apache_harmony_luni_platform_OSMemory_setShort
+Java_org_apache_harmony_luni_platform_OSMemory_getInt
+Java_org_apache_harmony_luni_platform_OSMemory_setInt
+Java_org_apache_harmony_luni_platform_OSMemory_getLong
+Java_org_apache_harmony_luni_platform_OSMemory_setLong
+Java_org_apache_harmony_luni_platform_OSMemory_getFloat
+Java_org_apache_harmony_luni_platform_OSMemory_setFloat
+Java_org_apache_harmony_luni_platform_OSMemory_getDouble
+Java_org_apache_harmony_luni_platform_OSMemory_setDouble
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_createSocketImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_createDatagramSocketImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_readSocketImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_readSocketDirectImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_writeSocketImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_writeSocketDirectImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_setNonBlockingImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_connectSocketImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_connectWithTimeoutSocketImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_connectStreamWithTimeoutSocketImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_socketBindImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_listenStreamSocketImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_availableStreamImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_acceptSocketImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_supportsUrgentDataImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_sendUrgentDataImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_connectDatagramImpl2
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_disconnectDatagramImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_socketBindImpl2
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_peekDatagramImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_receiveDatagramImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_receiveDatagramDirectImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_recvConnectedDatagramImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_recvConnectedDatagramDirectImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_sendDatagramImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_sendDatagramDirectImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_sendConnectedDatagramImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_sendConnectedDatagramDirectImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_createServerStreamSocketImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_createMulticastSocketImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_receiveStreamImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_sendStreamImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_shutdownInputImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_shutdownOutputImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_acceptStreamSocketImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_createStreamSocketImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_sendDatagramImpl2
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_selectImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_getSocketLocalAddressImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_getSocketLocalPortImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_getSocketOptionImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_setSocketOptionImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_getSocketFlagsImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_socketCloseImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_getHostByAddrImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_getHostByNameImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_setInetAddressImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_isReachableByICMPImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_inheritedChannelImpl
+Java_org_apache_harmony_luni_platform_OSNetworkSystem_oneTimeInitializationImpl
+Java_org_apache_harmony_luni_platform_Environment_getEnvBytes
+Java_org_apache_harmony_luni_platform_Environment_getEnvByName

Propchange: harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/exports.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/makefile?view=diff&rev=504607&r1=504606&r2=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/unix/makefile Wed Feb  7 08:31:35 2007
@@ -41,5 +41,6 @@
 	$(LIBPATH)libhypool.a $(LIBPATH)libhyfdlibm.a $(DLLPATH)libhythr.so $(LIBPATH)libvmi.so
 
 DLLNAME = ../libhyluni.so
+EXPNAME = HYLUNI_0.1
 
 include $(HY_HDK)/build/make/rules.mk

Added: harmony/enhanced/classlib/trunk/modules/luni/src/main/native/vmi/unix/exports.txt
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/vmi/unix/exports.txt?view=auto&rev=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/luni/src/main/native/vmi/unix/exports.txt (added)
+++ harmony/enhanced/classlib/trunk/modules/luni/src/main/native/vmi/unix/exports.txt Wed Feb  7 08:31:35 2007
@@ -0,0 +1,2 @@
+VMI_GetVMIFromJavaVM
+VMI_GetVMIFromJNIEnv

Propchange: harmony/enhanced/classlib/trunk/modules/luni/src/main/native/vmi/unix/exports.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/luni/src/main/native/vmi/unix/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/vmi/unix/makefile?view=diff&rev=504607&r1=504606&r2=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/luni/src/main/native/vmi/unix/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/luni/src/main/native/vmi/unix/makefile Wed Feb  7 08:31:35 2007
@@ -24,5 +24,6 @@
 MDLLIBFILES = $(LIBPATH)libhypool.a
 
 DLLNAME = ../libvmi.so
+EXPNAME = VMI_0.1
 
 include $(HY_HDK)/build/make/rules.mk

Added: harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/unix/exports.txt
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/unix/exports.txt?view=auto&rev=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/unix/exports.txt (added)
+++ harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/unix/exports.txt Wed Feb  7 08:31:35 2007
@@ -0,0 +1,155 @@
+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/unix/exports.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/unix/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/unix/makefile?view=diff&rev=504607&r1=504606&r2=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/unix/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/misc/src/main/native/accessors/unix/makefile Wed Feb  7 08:31:35 2007
@@ -31,5 +31,6 @@
 	$(LIBPATH)libhypool.a $(LIBPATH)libhyfdlibm.a $(DLLPATH)libhythr.so $(LIBPATH)libvmi.so
 
 DLLNAME=../libaccessors.so
+EXPNAME=HYMISC_0.1
 
 include $(HY_HDK)/build/make/rules.mk

Added: harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/unix/exports.txt
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/unix/exports.txt?view=auto&rev=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/unix/exports.txt (added)
+++ harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/unix/exports.txt Wed Feb  7 08:31:35 2007
@@ -0,0 +1,4 @@
+NewDirectByteBuffer
+GetDirectBufferAddress
+GetDirectBufferCapacity
+Java_org_apache_harmony_nio_AddressUtil_getFDAddress

Propchange: harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/unix/exports.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/unix/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/unix/makefile?view=diff&rev=504607&r1=504606&r2=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/unix/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/nio/src/main/native/nio/unix/makefile Wed Feb  7 08:31:35 2007
@@ -29,5 +29,6 @@
 	$(LIBPATH)libhypool.a $(LIBPATH)libhyfdlibm.a
 
 DLLNAME = ../libhynio.so
+EXPNAME = HYNIO_0.1
 
 include $(HY_HDK)/build/make/rules.mk

Added: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/exports.txt
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/exports.txt?view=auto&rev=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/exports.txt (added)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/exports.txt Wed Feb  7 08:31:35 2007
@@ -0,0 +1,7 @@
+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/unix/exports.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/makefile?view=diff&rev=504607&r1=504606&r2=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/makefile Wed Feb  7 08:31:35 2007
@@ -36,6 +36,7 @@
 MDLLIBFILES = $(DLLPATH)libhythr.so $(LIBPATH)libhycommon.a $(DLLPATH)libhysig.so
 
 DLLNAME = ../libhyprt.so
+EXPNAME = HYPRT_0.1
 
 # temp by geir - please ignore
 #

Added: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix/exports.txt
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix/exports.txt?view=auto&rev=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix/exports.txt (added)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix/exports.txt Wed Feb  7 08:31:35 2007
@@ -0,0 +1,12 @@
+jsig_handler
+jsig_primary_signal
+signal
+jsig_primary_sigaction
+bsd_signal
+sysv_signal
+sigaction
+sigignore
+sigset
+__sysv_signal
+ssignal
+sigvec

Propchange: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix/exports.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix/makefile?view=diff&rev=504607&r1=504606&r2=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/sig/unix/makefile Wed Feb  7 08:31:35 2007
@@ -22,5 +22,6 @@
 CFLAGS += -fpic
 BUILDFILES = $(SHAREDSUB)hysig_copyright.o hysiglinux.o hysigunix.o
 DLLNAME = ../libhysig.so
+EXPNAME = HYSIG_0.1
 
 include $(HY_HDK)/build/make/rules.mk

Added: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/unix/exports.txt
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/unix/exports.txt?view=auto&rev=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/unix/exports.txt (added)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/unix/exports.txt Wed Feb  7 08:31:35 2007
@@ -0,0 +1,77 @@
+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

Propchange: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/unix/exports.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/unix/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/unix/makefile?view=diff&rev=504607&r1=504606&r2=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/unix/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/thread/unix/makefile Wed Feb  7 08:31:35 2007
@@ -29,5 +29,6 @@
 OSLIBS += -lpthread
 MDLLIBFILES = $(LIBPATH)libhypool.a $(LIBPATH)libhycommon.a
 DLLNAME = ../libhythr.so
+EXPNAME = HYTHR_0.1
 
 include $(HY_HDK)/build/make/rules.mk

Added: harmony/enhanced/classlib/trunk/modules/text/src/main/native/text/unix/exports.txt
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/text/src/main/native/text/unix/exports.txt?view=auto&rev=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/text/src/main/native/text/unix/exports.txt (added)
+++ harmony/enhanced/classlib/trunk/modules/text/src/main/native/text/unix/exports.txt Wed Feb  7 08:31:35 2007
@@ -0,0 +1,11 @@
+Java_org_apache_harmony_text_BidiWrapper_ubidi_1close
+Java_org_apache_harmony_text_BidiWrapper_ubidi_1countRuns
+Java_org_apache_harmony_text_BidiWrapper_ubidi_1getDirection
+Java_org_apache_harmony_text_BidiWrapper_ubidi_1getLength
+Java_org_apache_harmony_text_BidiWrapper_ubidi_1getLevels
+Java_org_apache_harmony_text_BidiWrapper_ubidi_1getParaLevel
+Java_org_apache_harmony_text_BidiWrapper_ubidi_1getRuns
+Java_org_apache_harmony_text_BidiWrapper_ubidi_1open
+Java_org_apache_harmony_text_BidiWrapper_ubidi_1reorderVisual
+Java_org_apache_harmony_text_BidiWrapper_ubidi_1setLine
+Java_org_apache_harmony_text_BidiWrapper_ubidi_1setPara

Propchange: harmony/enhanced/classlib/trunk/modules/text/src/main/native/text/unix/exports.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: harmony/enhanced/classlib/trunk/modules/text/src/main/native/text/unix/makefile
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/text/src/main/native/text/unix/makefile?view=diff&rev=504607&r1=504606&r2=504607
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/text/src/main/native/text/unix/makefile (original)
+++ harmony/enhanced/classlib/trunk/modules/text/src/main/native/text/unix/makefile Wed Feb  7 08:31:35 2007
@@ -30,5 +30,6 @@
 	$(LIBPATH)libhypool.a $(LIBPATH)libhyfdlibm.a $(DLLPATH)libhythr.so $(LIBPATH)libvmi.so
 
 DLLNAME = ../libhytext.so
+EXPNAME = HYTEXT_0.1
 
 include $(HY_HDK)/build/make/rules.mk