debian: Updated changelog for 0.44.02; Fix for installing on 64 bit
authorJerome St-Louis <jerome@ecere.com>
Wed, 7 Nov 2012 04:09:48 +0000 (23:09 -0500)
committerJerome St-Louis <jerome@ecere.com>
Wed, 7 Nov 2012 04:09:48 +0000 (23:09 -0500)
- Updated symbols
- Switch font Depends: for Recommends:
- Marked Architecture: All packages as Multi-Arch: Allowed
- Ran wrap-and-sort

debian/changelog
debian/control
debian/copyright
debian/ecere-extras.install
debian/ecere-samples.install
debian/libec0.symbols
debian/libecere0.symbols
debian/libecerecom0.symbols
debian/libeda0.symbols
debian/libedasqlite0.symbols

index ce95f2d..3e3efa1 100644 (file)
@@ -1,3 +1,18 @@
+ecere-sdk (0.44.02-1) experimental; urgency=low
+
+  * Fixed issue with 'arch: all' packages preventing installing on 64 bit system
+    Fixed issue with GCC 4.7 whereas .bmp files would not load properly
+    Fixed build issues with ARM and big endian (PPC) builds
+    Various bug fixes
+    Resolved target and host platform confusion in build system/makefiles
+    Proper handling of __attribute__ in the compiler
+    Resolved proper implementation of all per node settings in the build system
+    Added support for a SYSROOT and GCC prefix in Compiler Settings
+    Support for cross-compiling the tarball (e.g. Building for MinGW on Linux)
+    Initial support for the Android platform
+
+ -- Jerome St-Louis <jerstlouis@gmail.com>  Tue, 6 Nov 2012 13:45:00 -0400
+
 ecere-sdk (0.44.01-1) experimental; urgency=low
 
   * Initial packaging of Ecere SDK for Debian. (Closes: #665332, LP: #394998)
index 07c62d6..1abf5b6 100644 (file)
@@ -2,112 +2,99 @@ Source: ecere-sdk
 Section: devel
 Priority: optional
 Maintainer: Jerome St-Louis <jerstlouis@gmail.com>
-Build-Depends:
- autotools-dev,
- debhelper (>= 7.0.50~),
- libfontconfig1-dev,
- libfreetype6-dev,
- libgif-dev,
- libgl1-mesa-glx,
- libgl1-mesa-dev,
- libjpeg62-dev,
- libncurses5-dev,
- libpng12-dev,
- libsqlite3-dev,
- libx11-dev,
- libxext-dev,
- libxrender-dev,
- linux-libc-dev,
- upx-ucl,
- zlib1g-dev,
- libffi-dev
+Build-Depends: autotools-dev,
+               debhelper (>= 7.0.50~),
+               libffi-dev,
+               libfontconfig1-dev,
+               libfreetype6-dev,
+               libgif-dev,
+               libgl1-mesa-dev,
+               libgl1-mesa-glx,
+               libjpeg62-dev,
+               libncurses5-dev,
+               libpng12-dev,
+               libsqlite3-dev,
+               libx11-dev,
+               libxext-dev,
+               libxrender-dev,
+               linux-libc-dev,
+               upx-ucl,
+               zlib1g-dev
 Standards-Version: 3.9.3
 Homepage: http://www.ecere.com/
 
 Package: ecere-sdk
-Architecture: i386 armel armhf powerpc
-Depends: ecere-dev, ecere-samples, ecere-extras, libeda0, libedasqlite0, ${devel:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Architecture: armel armhf i386 powerpc
+Depends: ecere-dev,
+         ecere-extras,
+         ecere-samples,
+         libeda0,
+         libedasqlite0,
+         ${devel:Depends},
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Ecere cross-platform SDK
- This package is a metapackage providing
- the entire Ecere cross-platform SDK
- (ecere-dev, ecere-samples, ecere-extras,
- libeda0, libedasqlite0).
+ This package is a metapackage providing the entire Ecere cross-platform SDK (ecere-dev, ecere-samples, ecere-extras, libeda0, libedasqlite0).
 
 Package: ecere-dev
-Architecture: i386 armel armhf powerpc
-Depends: fonts-freefont-ttf, libec0 (= ${binary:Version}), libecerecom0 (= ${binary:Version}), ${devel:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Architecture: armel armhf i386 powerpc
+Recommends: fonts-freefont-ttf
+Depends: libec0 (= ${binary:Version}),
+         libecerecom0 (= ${binary:Version}),
+         ${devel:Depends},
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Ecere SDK Development Tools
- This package provides the compiling tools
- for the eC language, the Ecere IDE,
- as well as the symlinks for the Ecere
- libraries.
+ This package provides the compiling tools for the eC language, the Ecere IDE, as well as the symlinks for the Ecere libraries.
 
 Package: libecere0
 Section: libs
-Architecture: i386 armel armhf powerpc
-Depends: ${devel:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Architecture: armel armhf i386 powerpc
+Depends: ${devel:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Description: Ecere Runtime Library
- This package provides the Linux version
- of Ecere's cross-platform runtime library
- for running applications built using the
- Ecere SDK. It includes a GUI toolkit,
- 2D/3D graphics engine, networking engine
- as well as system functionality.
+ This package provides the Linux version of Ecere's cross-platform runtime library for running applications built using the Ecere SDK. It includes a GUI toolkit, 2D/3D graphics engine, networking engine as well as system functionality.
 
 Package: libecerecom0
 Section: libs
-Architecture: i386 armel armhf powerpc
-Depends: ${devel:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Architecture: armel armhf i386 powerpc
+Depends: ${devel:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Description: eC Core Runtime Library
- This package provides the bare minimum
- runtime library for applications
- written in eC.
+ This package provides the bare minimum runtime library for applications written in eC.
 
 Package: libec0
 Section: libs
-Architecture: i386 armel armhf powerpc
-Depends: libecere0 (= ${binary:Version}), ${devel:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Description: Ecere Compiler Library
- This package provides the eC compiler.
- It is used by the Ecere IDE, as well
- as the eC compiling tools (ecp, ecc, ecs).
- It could also be used by applications
- wanting to parse or compile eC code.
+Architecture: armel armhf i386 powerpc
+Depends: libecere0 (= ${binary:Version}),
+         ${devel:Depends},
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: eC Compiler Library
+ This package provides the eC compiler. It is used by the Ecere IDE, as well as the eC compiling tools (ecp, ecc, ecs). It could also be used by applications wanting to parse or compile eC code.
 
 Package: libeda0
 Section: libs
-Architecture: i386 armel armhf powerpc
-Depends: libecere0, ${devel:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Architecture: armel armhf i386 powerpc
+Depends: libecere0, ${devel:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Description: Ecere Data Access
- This package provides the Ecere
- Data Access RDBMS abstraction layer.
- The Ecere Database (EDB) engine is built-in.
- For SQLite support, the SQLite driver
- (libedasqlite0) is also required.
+ This package provides the Ecere Data Access RDBMS abstraction layer. The Ecere Database (EDB) engine is built-in. For SQLite support, the SQLite driver (libedasqlite0) is also required.
 
 Package: libedasqlite0
 Section: libs
-Architecture: i386 armel armhf powerpc
-Depends: libeda0, ${devel:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Architecture: armel armhf i386 powerpc
+Depends: libeda0, ${devel:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Description: EDA SQLite Driver
- This package provides SQLite driver
- for building database applications
- with the Ecere Database Access layer.
+ This package provides SQLite driver for building database applications with the Ecere Database Access layer.
 
 Package: ecere-samples
 Architecture: all
-Depends: ${devel:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Multi-Arch: allowed
+Depends: ${devel:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Description: Project samples for the Ecere SDK
- This package contains samples for
- multimedia, database, graphics,
- communication, and other useful
- software that can be created with
- the Ecere SDK.
+ This package contains samples for multimedia, database, graphics, communication, and other useful software that can be created with the Ecere SDK.
 
 Package: ecere-extras
 Architecture: all
-Depends: ${devel:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Multi-Arch: allowed
+Depends: ${devel:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Description: Extras for the Ecere SDK
- This package provides additional Ecere
- functionality, such as SSL Sockets,
- Audio, in the form of source code.
+ This package provides additional Ecere functionality, such as SSL Sockets, Audio, in the form of source code.
index 00edf97..1643efa 100644 (file)
@@ -7,7 +7,7 @@ Files: *
 Copyright: 1996-2012 Jérôme Jacovella-St-Louis
            2005-2012 Ecere Corporation
 License: BSD-3-clause
- The Ecere SDK is Free Open Source Software. It is provided with NO WARRANTY 
+ The Ecere SDK is Free Open Source Software. It is provided with NO WARRANTY
  expressed or implied to the extent permitted by law.
  .
  Applications built with it can be distributed both commercially and non
@@ -40,7 +40,7 @@ License: BSD-3-clause
        this list of conditions and the following disclaimer in the documentation
        and/or other materials provided with the distribution.
      * Neither the name of Ecere Corporation nor the names of its contributors
-       may be used to endorse or promote products derived from this software 
+       may be used to endorse or promote products derived from this software
        without specific prior written permission.
  .
     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
@@ -57,15 +57,15 @@ License: BSD-3-clause
  .
  ===============================================================================
  .
- This software makes use of other software components whose licenses may also 
+ This software makes use of other software components whose licenses may also
  apply, which are found in their respective source directories (most under
  deps/).
  .
   Among them: zlib, libpng, libjpeg, giflib, harfbuzz, freetype, tango icons
  .
-  The IDE also communicates with GCC for compiling (MinGW on Windows), GDB for 
-  debugging, and UPX for optionally compressing executables. Each of these have 
-  their own license which can be found in their respective documentation folder 
+  The IDE also communicates with GCC for compiling (MinGW on Windows), GDB for
+  debugging, and UPX for optionally compressing executables. Each of these have
+  their own license which can be found in their respective documentation folder
   if distributed along with the SDK (in the case of the Windows version) or
   from wherever you obtained them.
 
@@ -74,16 +74,16 @@ Copyright: Copyright 1991-1992, RSA Data Security, Inc
 License:
  Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All rights reserved.
  .
- License to copy and use this software is granted provided that it is identified as the 
- "RSA Data Security, Inc. MD5 Message-Digest Algorithm" in all material mentioning or 
+ License to copy and use this software is granted provided that it is identified as the
+ "RSA Data Security, Inc. MD5 Message-Digest Algorithm" in all material mentioning or
  referencing this software or this function.
  .
- License is also granted to make and use derivative works provided that such works are 
- identified as "derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm" 
+ License is also granted to make and use derivative works provided that such works are
+ identified as "derived from the RSA Data Security, Inc. MD5 Message-Digest Algorithm"
  in all material mentioning or referencing the derived work.
  .
- RSA Data Security, Inc. makes no representations concerning either the merchantability 
- of this software or the suitability of this software for any particular purpose. It is 
+ RSA Data Security, Inc. makes no representations concerning either the merchantability
+ of this software or the suitability of this software for any particular purpose. It is
  provided "as is" without express or implied warranty of any kind.
  .
  These notices must be retained in any copies of any part of this documentation and/or software.
@@ -383,7 +383,7 @@ Files: deps/glext
 Copyright: 2007 The Khronos Group Inc.
 License: MIT
  ** Copyright (c) 2007 The Khronos Group Inc.
- ** 
+ **
  ** Permission is hereby granted, free of charge, to any person obtaining a
  ** copy of this software and/or associated documentation files (the
  ** "Materials"), to deal in the Materials without restriction, including
@@ -391,10 +391,10 @@ License: MIT
  ** distribute, sublicense, and/or sell copies of the Materials, and to
  ** permit persons to whom the Materials are furnished to do so, subject to
  ** the following conditions:
- ** 
+ **
  ** The above copyright notice and this permission notice shall be included
  ** in all copies or substantial portions of the Materials.
- ** 
+ **
  ** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  ** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  ** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
@@ -620,7 +620,7 @@ License: libpng
  .
  Also, the PNG logo (in PNG format, of course) is supplied in the
  files "pngbar.png" and "pngbar.jpg (88x31) and "pngnow.png" (98x31).
- . 
+ .
  Libpng is OSI Certified Open Source Software.  OSI Certified Open Source is a
  certification mark of the Open Source Initiative.
  .
index 3f57140..eae2238 100644 (file)
@@ -1,2 +1,2 @@
-usr/share/ecere/extras
 usr/share/doc/ecere-extras/changelog.gz
+usr/share/ecere/extras
index 7bb0555..05048ad 100644 (file)
@@ -1,2 +1,2 @@
-usr/share/ecere/samples
 usr/share/doc/ecere-samples/changelog.gz
+usr/share/ecere/samples
index d0c2384..99c0976 100644 (file)
@@ -1,3 +1,3 @@
 libec.so.0 libec0 #MINVER#
- __ecereDll_Load@Base 0.44.01
- __ecereDll_Unload@Base 0.44.01
+ __ecereDll_Load@Base 0.44.02
+ __ecereDll_Unload@Base 0.44.02
index f76225a..b45492b 100644 (file)
 libecere.so.0 libecere0 #MINVER#
- AddExtensionBlock@Base 0.44.01
- ApplyTranslation@Base 0.44.01
- BitSize@Base 0.44.01
- DGifCloseFile@Base 0.44.01
- DGifGetCode@Base 0.44.01
- DGifGetCodeNext@Base 0.44.01
- DGifGetExtension@Base 0.44.01
- DGifGetExtensionNext@Base 0.44.01
- DGifGetImageDesc@Base 0.44.01
- DGifGetLZCodes@Base 0.44.01
- DGifGetLine@Base 0.44.01
- DGifGetPixel@Base 0.44.01
- DGifGetRecordType@Base 0.44.01
- DGifGetScreenDesc@Base 0.44.01
- DGifOpen@Base 0.44.01
- DGifOpenFileHandle@Base 0.44.01
- DGifOpenFileName@Base 0.44.01
- DGifSlurp@Base 0.44.01
- DualPipe_CloseInput@Base 0.44.01
- DualPipe_CloseOutput@Base 0.44.01
- DualPipe_Destructor@Base 0.44.01
- DualPipe_Eof@Base 0.44.01
- DualPipe_GetExitCode@Base 0.44.01
- DualPipe_GetProcessID@Base 0.44.01
- DualPipe_GetSize@Base 0.44.01
- DualPipe_Getc@Base 0.44.01
- DualPipe_Peek@Base 0.44.01
- DualPipe_Putc@Base 0.44.01
- DualPipe_Puts@Base 0.44.01
- DualPipe_Read@Base 0.44.01
- DualPipe_Seek@Base 0.44.01
- DualPipe_Tell@Base 0.44.01
- DualPipe_Terminate@Base 0.44.01
- DualPipe_Wait@Base 0.44.01
- DualPipe_Write@Base 0.44.01
- FILE_FileExists@Base 0.44.01
- FILE_FileFixCase@Base 0.44.01
- FILE_FileGetSize@Base 0.44.01
- FILE_FileGetStats@Base 0.44.01
- FILE_FileOpen@Base 0.44.01
- FILE_GetSize@Base 0.44.01
- FILE_Lock@Base 0.44.01
- FILE_set_buffered@Base 0.44.01
- FreeExtension@Base 0.44.01
- FreeMapObject@Base 0.44.01
- FreeSavedImages@Base 0.44.01
- GifLastError@Base 0.44.01
- HB_ArabicShape@Base 0.44.01
- HB_BasicShape@Base 0.44.01
- HB_ConvertStringToGlyphIndices@Base 0.44.01
- HB_Done_GDEF_Table@Base 0.44.01
- HB_Done_GPOS_Table@Base 0.44.01
- HB_Done_GSUB_Table@Base 0.44.01
- HB_FreeFace@Base 0.44.01
- HB_GDEF_Build_ClassDefinition@Base 0.44.01
- HB_GDEF_Get_Glyph_Property@Base 0.44.01
- HB_GPOS_Add_Feature@Base 0.44.01
- HB_GPOS_Apply_String@Base 0.44.01
- HB_GPOS_Clear_Features@Base 0.44.01
- HB_GPOS_Query_Features@Base 0.44.01
- HB_GPOS_Query_Languages@Base 0.44.01
- HB_GPOS_Query_Scripts@Base 0.44.01
- HB_GPOS_Register_MM_Function@Base 0.44.01
- HB_GPOS_Select_Feature@Base 0.44.01
- HB_GPOS_Select_Language@Base 0.44.01
- HB_GPOS_Select_Script@Base 0.44.01
- HB_GSUB_Add_Feature@Base 0.44.01
- HB_GSUB_Apply_String@Base 0.44.01
- HB_GSUB_Clear_Features@Base 0.44.01
- HB_GSUB_Query_Features@Base 0.44.01
- HB_GSUB_Query_Languages@Base 0.44.01
- HB_GSUB_Query_Scripts@Base 0.44.01
- HB_GSUB_Register_Alternate_Function@Base 0.44.01
- HB_GSUB_Select_Feature@Base 0.44.01
- HB_GSUB_Select_Language@Base 0.44.01
- HB_GSUB_Select_Script@Base 0.44.01
- HB_GetCharAttributes@Base 0.44.01
- HB_GetGraphemeAndLineBreakClass@Base 0.44.01
- HB_GetGraphemeClass@Base 0.44.01
- HB_GetLineBreakClass@Base 0.44.01
- HB_GetMirroredChar@Base 0.44.01
- HB_GetSentenceBoundaries@Base 0.44.01
- HB_GetSentenceClass@Base 0.44.01
- HB_GetUnicodeCharCategory@Base 0.44.01
- HB_GetUnicodeCharCombiningClass@Base 0.44.01
- HB_GetUnicodeCharProperties@Base 0.44.01
- HB_GetWordBoundaries@Base 0.44.01
- HB_GetWordClass@Base 0.44.01
- HB_HangulShape@Base 0.44.01
- HB_HebrewShape@Base 0.44.01
- HB_HeuristicPosition@Base 0.44.01
- HB_HeuristicSetGlyphAttributes@Base 0.44.01
- HB_IndicAttributes@Base 0.44.01
- HB_IndicShape@Base 0.44.01
- HB_KhmerAttributes@Base 0.44.01
- HB_KhmerShape@Base 0.44.01
- HB_Library_Resolve@Base 0.44.01
- HB_Load_GDEF_Table@Base 0.44.01
- HB_Load_GPOS_Table@Base 0.44.01
- HB_Load_GSUB_Table@Base 0.44.01
- HB_MyanmarAttributes@Base 0.44.01
- HB_MyanmarShape@Base 0.44.01
- HB_NewFace@Base 0.44.01
- HB_New_GDEF_Table@Base 0.44.01
- HB_OpenTypePosition@Base 0.44.01
- HB_OpenTypeShape@Base 0.44.01
- HB_ScriptEngines@Base 0.44.01
- HB_SelectScript@Base 0.44.01
- HB_ShapeItem@Base 0.44.01
- HB_TextCodecForMib@Base 0.44.01
- HB_TextCodec_ConvertFromUnicode@Base 0.44.01
- HB_TextCodec_FreeResult@Base 0.44.01
- HB_ThaiAttributes@Base 0.44.01
- HB_TibetanAttributes@Base 0.44.01
- HB_TibetanShape@Base 0.44.01
- IS_XGetDisplay@Base 0.44.01
- IS_XGetPixmap@Base 0.44.01
- IS_XGetSurfaceInfo@Base 0.44.01
- IS_XGetWindow@Base 0.44.01
- Instance_COM_Initialize@Base 0.44.01
- Instance_LocateModule@Base 0.44.01
- Instance_Module_Free@Base 0.44.01
- Instance_Module_Load@Base 0.44.01
- MakeExtension@Base 0.44.01
- MakeMapObject@Base 0.44.01
- MakeSavedImage@Base 0.44.01
- PrintGifError@Base 0.44.01
- System_ChangeWorkingDir@Base 0.44.01
- System_DeleteFile@Base 0.44.01
- System_Execute@Base 0.44.01
- System_GetEnvironment@Base 0.44.01
- System_GetFreeSpace@Base 0.44.01
- System_GetWorkingDir@Base 0.44.01
- System_MakeDir@Base 0.44.01
- System_MoveFile@Base 0.44.01
- System_RemoveDir@Base 0.44.01
- System_RenameFile@Base 0.44.01
- System_SetEnvironment@Base 0.44.01
- System_ShellOpen@Base 0.44.01
- System_UnsetEnvironment@Base 0.44.01
- UnionColorMap@Base 0.44.01
- _DualPipeOpen@Base 0.44.01
- _GifError@Base 0.44.01
- _HB_GDEF_Add_Glyph_Property@Base 0.44.01
- _HB_GDEF_Check_Property@Base 0.44.01
- _HB_GDEF_LoadMarkAttachClassDef_From_LookupFlags@Base 0.44.01
- _HB_GPOS_Free_SubTable@Base 0.44.01
- _HB_GPOS_Load_SubTable@Base 0.44.01
- _HB_GSUB_Free_SubTable@Base 0.44.01
- _HB_GSUB_Load_SubTable@Base 0.44.01
- _HB_OPEN_Coverage_Index@Base 0.44.01
- _HB_OPEN_Free_ClassDefinition@Base 0.44.01
- _HB_OPEN_Free_Coverage@Base 0.44.01
- _HB_OPEN_Free_Device@Base 0.44.01
- _HB_OPEN_Free_FeatureList@Base 0.44.01
- _HB_OPEN_Free_LookupList@Base 0.44.01
- _HB_OPEN_Free_ScriptList@Base 0.44.01
- _HB_OPEN_Get_Class@Base 0.44.01
- _HB_OPEN_Get_Device@Base 0.44.01
- _HB_OPEN_Load_ClassDefinition@Base 0.44.01
- _HB_OPEN_Load_Coverage@Base 0.44.01
- _HB_OPEN_Load_Device@Base 0.44.01
- _HB_OPEN_Load_EmptyOrClassDefinition@Base 0.44.01
- _HB_OPEN_Load_FeatureList@Base 0.44.01
- _HB_OPEN_Load_LookupList@Base 0.44.01
- _HB_OPEN_Load_ScriptList@Base 0.44.01
- __ecereDll_Load@Base 0.44.01
- __ecereDll_Unload@Base 0.44.01
- __ecereMethod___ecereNameSpace__ecere__com__IOChannel_Get@Base 0.44.01
- __ecereMethod___ecereNameSpace__ecere__com__IOChannel_Put@Base 0.44.01
- __ecereMethod___ecereNameSpace__ecere__com__IOChannel_Serialize@Base 0.44.01
- __ecereMethod___ecereNameSpace__ecere__com__IOChannel_Unserialize@Base 0.44.01
- __ecereMethod___ecereNameSpace__ecere__com__SerialBuffer_Free@Base 0.44.01
- __ecereMethod___ecereNameSpace__ecere__net__DCOMClientObject_CallMethod@Base 0.44.01
- __ecereMethod___ecereNameSpace__ecere__net__DCOMServerObject_CallVirtualMethod@Base 0.44.01
- __ecereNameSpace__ecere__GetTranslatedString@Base 0.44.01
- __ecereNameSpace__ecere__LoadTranslatedStrings@Base 0.44.01
- __ecereNameSpace__ecere__UnloadTranslatedStrings@Base 0.44.01
- __ecereNameSpace__ecere__com__MemoryGuard_PopLoc@Base 0.44.01
- __ecereNameSpace__ecere__com__MemoryGuard_PushLoc@Base 0.44.01
- __ecereNameSpace__ecere__com____ecere_COM_Initialize@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_AddBitMember@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_AddClassProperty@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_AddDataMember@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_AddMember@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_AddMethod@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_AddProperty@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_AddTemplateParameter@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_AddVirtualMethod@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_DestructionWatchable@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_DoneAddingTemplateParameters@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_FindClassProperty@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_FindDataMember@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_FindDataMemberAndId@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_FindDataMemberAndOffset@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_FindMethod@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_FindNextMember@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_FindProperty@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_GetDesigner@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_GetProperty@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_IsDerived@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_Resize@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_SetProperty@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_Unregister@Base 0.44.01
- __ecereNameSpace__ecere__com__eEnum_AddFixedValue@Base 0.44.01
- __ecereNameSpace__ecere__com__eEnum_AddValue@Base 0.44.01
- __ecereNameSpace__ecere__com__eInstance_DecRef@Base 0.44.01
- __ecereNameSpace__ecere__com__eInstance_Delete@Base 0.44.01
- __ecereNameSpace__ecere__com__eInstance_Evolve@Base 0.44.01
- __ecereNameSpace__ecere__com__eInstance_FireSelfWatchers@Base 0.44.01
- __ecereNameSpace__ecere__com__eInstance_FireWatchers@Base 0.44.01
- __ecereNameSpace__ecere__com__eInstance_GetDesigner@Base 0.44.01
- __ecereNameSpace__ecere__com__eInstance_IncRef@Base 0.44.01
- __ecereNameSpace__ecere__com__eInstance_IsDerived@Base 0.44.01
- __ecereNameSpace__ecere__com__eInstance_New@Base 0.44.01
- __ecereNameSpace__ecere__com__eInstance_SetMethod@Base 0.44.01
- __ecereNameSpace__ecere__com__eInstance_StopWatching@Base 0.44.01
- __ecereNameSpace__ecere__com__eInstance_Watch@Base 0.44.01
- __ecereNameSpace__ecere__com__eInstance_WatchDestruction@Base 0.44.01
- __ecereNameSpace__ecere__com__eMember_AddDataMember@Base 0.44.01
- __ecereNameSpace__ecere__com__eMember_AddMember@Base 0.44.01
- __ecereNameSpace__ecere__com__eMember_New@Base 0.44.01
- __ecereNameSpace__ecere__com__eModule_Load@Base 0.44.01
- __ecereNameSpace__ecere__com__eModule_LoadStatic@Base 0.44.01
- __ecereNameSpace__ecere__com__eModule_LoadStrict@Base 0.44.01
- __ecereNameSpace__ecere__com__eModule_Unload@Base 0.44.01
- __ecereNameSpace__ecere__com__eProperty_SelfWatch@Base 0.44.01
- __ecereNameSpace__ecere__com__eProperty_Watchable@Base 0.44.01
- __ecereNameSpace__ecere__com__eSystem_Delete@Base 0.44.01
- __ecereNameSpace__ecere__com__eSystem_FindClass@Base 0.44.01
- __ecereNameSpace__ecere__com__eSystem_FindDefine@Base 0.44.01
- __ecereNameSpace__ecere__com__eSystem_FindFunction@Base 0.44.01
- __ecereNameSpace__ecere__com__eSystem_New0@Base 0.44.01
- __ecereNameSpace__ecere__com__eSystem_New@Base 0.44.01
- __ecereNameSpace__ecere__com__eSystem_RegisterClass@Base 0.44.01
- __ecereNameSpace__ecere__com__eSystem_RegisterDefine@Base 0.44.01
- __ecereNameSpace__ecere__com__eSystem_RegisterFunction@Base 0.44.01
- __ecereNameSpace__ecere__com__eSystem_Renew0@Base 0.44.01
- __ecereNameSpace__ecere__com__eSystem_Renew@Base 0.44.01
- _hb_alloc@Base 0.44.01
- _hb_buffer_add_output_glyph@Base 0.44.01
- _hb_buffer_add_output_glyphs@Base 0.44.01
- _hb_buffer_allocate_ligid@Base 0.44.01
- _hb_buffer_clear_output@Base 0.44.01
- _hb_buffer_clear_positions@Base 0.44.01
- _hb_buffer_copy_output_glyph@Base 0.44.01
- _hb_buffer_replace_output_glyph@Base 0.44.01
- _hb_buffer_swap@Base 0.44.01
- _hb_close_stream@Base 0.44.01
- _hb_err@Base 0.44.01
- _hb_free@Base 0.44.01
- _hb_realloc@Base 0.44.01
- _hb_stream_frame_enter@Base 0.44.01
- _hb_stream_frame_exit@Base 0.44.01
- _hb_stream_pos@Base 0.44.01
- _hb_stream_seek@Base 0.44.01
- code_point_to_script@Base 0.44.01
- hb_buffer_add_glyph@Base 0.44.01
- hb_buffer_clear@Base 0.44.01
- hb_buffer_free@Base 0.44.01
- hb_buffer_new@Base 0.44.01
- hb_freetype_class@Base 0.44.01
- hb_freetype_table_sfnt_get@Base 0.44.01
- hb_utf16_script_run_next@Base 0.44.01
- hb_utf16_script_run_prev@Base 0.44.01
- runtimePlatform@Base 0.44.01
- scriptProperties@Base 0.44.01
- strlwr@Base 0.44.01
- strupr@Base 0.44.01
- utf16_to_code_point@Base 0.44.01
- utf16_to_code_point_prev@Base 0.44.01
+ IS_XGetDisplay@Base 0.44.02
+ IS_XGetPixmap@Base 0.44.02
+ IS_XGetSurfaceInfo@Base 0.44.02
+ IS_XGetWindow@Base 0.44.02
+ __ecereDll_Load@Base 0.44.02
+ __ecereDll_Unload@Base 0.44.02
+ __ecereMethod___ecereNameSpace__ecere__com__IOChannel_Get@Base 0.44.02
+ __ecereMethod___ecereNameSpace__ecere__com__IOChannel_Put@Base 0.44.02
+ __ecereMethod___ecereNameSpace__ecere__com__IOChannel_Serialize@Base 0.44.02
+ __ecereMethod___ecereNameSpace__ecere__com__IOChannel_Unserialize@Base 0.44.02
+ __ecereMethod___ecereNameSpace__ecere__com__SerialBuffer_Free@Base 0.44.02
+ __ecereMethod___ecereNameSpace__ecere__net__DCOMClientObject_CallMethod@Base 0.44.02
+ __ecereMethod___ecereNameSpace__ecere__net__DCOMServerObject_CallVirtualMethod@Base 0.44.02
+ __ecereNameSpace__ecere__GetTranslatedString@Base 0.44.02
+ __ecereNameSpace__ecere__LoadTranslatedStrings@Base 0.44.02
+ __ecereNameSpace__ecere__UnloadTranslatedStrings@Base 0.44.02
+ __ecereNameSpace__ecere__com__MemoryGuard_PopLoc@Base 0.44.02
+ __ecereNameSpace__ecere__com__MemoryGuard_PushLoc@Base 0.44.02
+ __ecereNameSpace__ecere__com____ecere_COM_Initialize@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_AddBitMember@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_AddClassProperty@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_AddDataMember@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_AddMember@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_AddMethod@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_AddProperty@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_AddTemplateParameter@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_AddVirtualMethod@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_DestructionWatchable@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_DoneAddingTemplateParameters@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_FindClassProperty@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_FindDataMember@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_FindDataMemberAndId@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_FindDataMemberAndOffset@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_FindMethod@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_FindNextMember@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_FindProperty@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_GetDesigner@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_GetProperty@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_IsDerived@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_Resize@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_SetProperty@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_Unregister@Base 0.44.02
+ __ecereNameSpace__ecere__com__eEnum_AddFixedValue@Base 0.44.02
+ __ecereNameSpace__ecere__com__eEnum_AddValue@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_DecRef@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_Delete@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_Evolve@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_FireSelfWatchers@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_FireWatchers@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_GetDesigner@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_IncRef@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_IsDerived@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_New@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_SetMethod@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_StopWatching@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_Watch@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_WatchDestruction@Base 0.44.02
+ __ecereNameSpace__ecere__com__eMember_AddDataMember@Base 0.44.02
+ __ecereNameSpace__ecere__com__eMember_AddMember@Base 0.44.02
+ __ecereNameSpace__ecere__com__eMember_New@Base 0.44.02
+ __ecereNameSpace__ecere__com__eModule_Load@Base 0.44.02
+ __ecereNameSpace__ecere__com__eModule_LoadStatic@Base 0.44.02
+ __ecereNameSpace__ecere__com__eModule_LoadStrict@Base 0.44.02
+ __ecereNameSpace__ecere__com__eModule_Unload@Base 0.44.02
+ __ecereNameSpace__ecere__com__eProperty_SelfWatch@Base 0.44.02
+ __ecereNameSpace__ecere__com__eProperty_Watchable@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_Delete@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_FindClass@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_FindDefine@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_FindFunction@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_New0@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_New@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_RegisterClass@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_RegisterDefine@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_RegisterFunction@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_Renew0@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_Renew@Base 0.44.02
+ strlwr@Base 0.44.02
+ strupr@Base 0.44.02
+libecereCOM.so.0 libecere0 #MINVER#
+ Instance_COM_Initialize@Base 0.44.02
+ Instance_LocateModule@Base 0.44.02
+ Instance_Module_Free@Base 0.44.02
+ Instance_Module_Load@Base 0.44.02
+ __ecereDll_Load@Base 0.44.02
+ __ecereDll_Unload@Base 0.44.02
+ __ecereMethod___ecereNameSpace__ecere__com__IOChannel_Get@Base 0.44.02
+ __ecereMethod___ecereNameSpace__ecere__com__IOChannel_Put@Base 0.44.02
+ __ecereMethod___ecereNameSpace__ecere__com__IOChannel_Serialize@Base 0.44.02
+ __ecereMethod___ecereNameSpace__ecere__com__IOChannel_Unserialize@Base 0.44.02
+ __ecereMethod___ecereNameSpace__ecere__com__SerialBuffer_Free@Base 0.44.02
+ __ecereNameSpace__ecere__GetTranslatedString@Base 0.44.02
+ __ecereNameSpace__ecere__LoadTranslatedStrings@Base 0.44.02
+ __ecereNameSpace__ecere__UnloadTranslatedStrings@Base 0.44.02
+ __ecereNameSpace__ecere__com__MemoryGuard_PopLoc@Base 0.44.02
+ __ecereNameSpace__ecere__com__MemoryGuard_PushLoc@Base 0.44.02
+ __ecereNameSpace__ecere__com____ecere_COM_Initialize@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_AddBitMember@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_AddClassProperty@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_AddDataMember@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_AddMember@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_AddMethod@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_AddProperty@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_AddTemplateParameter@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_AddVirtualMethod@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_DestructionWatchable@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_DoneAddingTemplateParameters@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_FindClassProperty@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_FindDataMember@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_FindDataMemberAndId@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_FindDataMemberAndOffset@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_FindMethod@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_FindNextMember@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_FindProperty@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_GetDesigner@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_GetProperty@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_IsDerived@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_Resize@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_SetProperty@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_Unregister@Base 0.44.02
+ __ecereNameSpace__ecere__com__eEnum_AddFixedValue@Base 0.44.02
+ __ecereNameSpace__ecere__com__eEnum_AddValue@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_DecRef@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_Delete@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_Evolve@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_FireSelfWatchers@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_FireWatchers@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_GetDesigner@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_IncRef@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_IsDerived@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_New@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_SetMethod@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_StopWatching@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_Watch@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_WatchDestruction@Base 0.44.02
+ __ecereNameSpace__ecere__com__eMember_AddDataMember@Base 0.44.02
+ __ecereNameSpace__ecere__com__eMember_AddMember@Base 0.44.02
+ __ecereNameSpace__ecere__com__eMember_New@Base 0.44.02
+ __ecereNameSpace__ecere__com__eModule_Load@Base 0.44.02
+ __ecereNameSpace__ecere__com__eModule_LoadStatic@Base 0.44.02
+ __ecereNameSpace__ecere__com__eModule_LoadStrict@Base 0.44.02
+ __ecereNameSpace__ecere__com__eModule_Unload@Base 0.44.02
+ __ecereNameSpace__ecere__com__eProperty_SelfWatch@Base 0.44.02
+ __ecereNameSpace__ecere__com__eProperty_Watchable@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_Delete@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_FindClass@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_FindDefine@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_FindFunction@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_New0@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_New@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_RegisterClass@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_RegisterDefine@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_RegisterFunction@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_Renew0@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_Renew@Base 0.44.02
+ runtimePlatform@Base 0.44.02
+ strlwr@Base 0.44.02
+ strupr@Base 0.44.02
index 51545b9..47744c1 100644 (file)
@@ -1,79 +1,79 @@
 libecereCOM.so.0 libecerecom0 #MINVER#
- Instance_COM_Initialize@Base 0.44.01
- Instance_LocateModule@Base 0.44.01
- Instance_Module_Free@Base 0.44.01
- Instance_Module_Load@Base 0.44.01
- __ecereDll_Load@Base 0.44.01
- __ecereDll_Unload@Base 0.44.01
- __ecereMethod___ecereNameSpace__ecere__com__IOChannel_Get@Base 0.44.01
- __ecereMethod___ecereNameSpace__ecere__com__IOChannel_Put@Base 0.44.01
- __ecereMethod___ecereNameSpace__ecere__com__IOChannel_Serialize@Base 0.44.01
- __ecereMethod___ecereNameSpace__ecere__com__IOChannel_Unserialize@Base 0.44.01
- __ecereMethod___ecereNameSpace__ecere__com__SerialBuffer_Free@Base 0.44.01
- __ecereNameSpace__ecere__GetTranslatedString@Base 0.44.01
- __ecereNameSpace__ecere__LoadTranslatedStrings@Base 0.44.01
- __ecereNameSpace__ecere__UnloadTranslatedStrings@Base 0.44.01
- __ecereNameSpace__ecere__com__MemoryGuard_PopLoc@Base 0.44.01
- __ecereNameSpace__ecere__com__MemoryGuard_PushLoc@Base 0.44.01
- __ecereNameSpace__ecere__com____ecere_COM_Initialize@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_AddBitMember@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_AddClassProperty@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_AddDataMember@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_AddMember@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_AddMethod@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_AddProperty@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_AddTemplateParameter@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_AddVirtualMethod@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_DestructionWatchable@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_DoneAddingTemplateParameters@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_FindClassProperty@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_FindDataMember@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_FindDataMemberAndId@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_FindDataMemberAndOffset@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_FindMethod@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_FindNextMember@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_FindProperty@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_GetDesigner@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_GetProperty@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_IsDerived@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_Resize@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_SetProperty@Base 0.44.01
- __ecereNameSpace__ecere__com__eClass_Unregister@Base 0.44.01
- __ecereNameSpace__ecere__com__eEnum_AddFixedValue@Base 0.44.01
- __ecereNameSpace__ecere__com__eEnum_AddValue@Base 0.44.01
- __ecereNameSpace__ecere__com__eInstance_DecRef@Base 0.44.01
- __ecereNameSpace__ecere__com__eInstance_Delete@Base 0.44.01
- __ecereNameSpace__ecere__com__eInstance_Evolve@Base 0.44.01
- __ecereNameSpace__ecere__com__eInstance_FireSelfWatchers@Base 0.44.01
- __ecereNameSpace__ecere__com__eInstance_FireWatchers@Base 0.44.01
- __ecereNameSpace__ecere__com__eInstance_GetDesigner@Base 0.44.01
- __ecereNameSpace__ecere__com__eInstance_IncRef@Base 0.44.01
- __ecereNameSpace__ecere__com__eInstance_IsDerived@Base 0.44.01
- __ecereNameSpace__ecere__com__eInstance_New@Base 0.44.01
- __ecereNameSpace__ecere__com__eInstance_SetMethod@Base 0.44.01
- __ecereNameSpace__ecere__com__eInstance_StopWatching@Base 0.44.01
- __ecereNameSpace__ecere__com__eInstance_Watch@Base 0.44.01
- __ecereNameSpace__ecere__com__eInstance_WatchDestruction@Base 0.44.01
- __ecereNameSpace__ecere__com__eMember_AddDataMember@Base 0.44.01
- __ecereNameSpace__ecere__com__eMember_AddMember@Base 0.44.01
- __ecereNameSpace__ecere__com__eMember_New@Base 0.44.01
- __ecereNameSpace__ecere__com__eModule_Load@Base 0.44.01
- __ecereNameSpace__ecere__com__eModule_LoadStatic@Base 0.44.01
- __ecereNameSpace__ecere__com__eModule_LoadStrict@Base 0.44.01
- __ecereNameSpace__ecere__com__eModule_Unload@Base 0.44.01
- __ecereNameSpace__ecere__com__eProperty_SelfWatch@Base 0.44.01
- __ecereNameSpace__ecere__com__eProperty_Watchable@Base 0.44.01
- __ecereNameSpace__ecere__com__eSystem_Delete@Base 0.44.01
- __ecereNameSpace__ecere__com__eSystem_FindClass@Base 0.44.01
- __ecereNameSpace__ecere__com__eSystem_FindDefine@Base 0.44.01
- __ecereNameSpace__ecere__com__eSystem_FindFunction@Base 0.44.01
- __ecereNameSpace__ecere__com__eSystem_New0@Base 0.44.01
- __ecereNameSpace__ecere__com__eSystem_New@Base 0.44.01
- __ecereNameSpace__ecere__com__eSystem_RegisterClass@Base 0.44.01
- __ecereNameSpace__ecere__com__eSystem_RegisterDefine@Base 0.44.01
- __ecereNameSpace__ecere__com__eSystem_RegisterFunction@Base 0.44.01
- __ecereNameSpace__ecere__com__eSystem_Renew0@Base 0.44.01
- __ecereNameSpace__ecere__com__eSystem_Renew@Base 0.44.01
- runtimePlatform@Base 0.44.01
- strlwr@Base 0.44.01
- strupr@Base 0.44.01
+ Instance_COM_Initialize@Base 0.44.02
+ Instance_LocateModule@Base 0.44.02
+ Instance_Module_Free@Base 0.44.02
+ Instance_Module_Load@Base 0.44.02
+ __ecereDll_Load@Base 0.44.02
+ __ecereDll_Unload@Base 0.44.02
+ __ecereMethod___ecereNameSpace__ecere__com__IOChannel_Get@Base 0.44.02
+ __ecereMethod___ecereNameSpace__ecere__com__IOChannel_Put@Base 0.44.02
+ __ecereMethod___ecereNameSpace__ecere__com__IOChannel_Serialize@Base 0.44.02
+ __ecereMethod___ecereNameSpace__ecere__com__IOChannel_Unserialize@Base 0.44.02
+ __ecereMethod___ecereNameSpace__ecere__com__SerialBuffer_Free@Base 0.44.02
+ __ecereNameSpace__ecere__GetTranslatedString@Base 0.44.02
+ __ecereNameSpace__ecere__LoadTranslatedStrings@Base 0.44.02
+ __ecereNameSpace__ecere__UnloadTranslatedStrings@Base 0.44.02
+ __ecereNameSpace__ecere__com__MemoryGuard_PopLoc@Base 0.44.02
+ __ecereNameSpace__ecere__com__MemoryGuard_PushLoc@Base 0.44.02
+ __ecereNameSpace__ecere__com____ecere_COM_Initialize@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_AddBitMember@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_AddClassProperty@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_AddDataMember@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_AddMember@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_AddMethod@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_AddProperty@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_AddTemplateParameter@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_AddVirtualMethod@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_DestructionWatchable@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_DoneAddingTemplateParameters@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_FindClassProperty@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_FindDataMember@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_FindDataMemberAndId@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_FindDataMemberAndOffset@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_FindMethod@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_FindNextMember@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_FindProperty@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_GetDesigner@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_GetProperty@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_IsDerived@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_Resize@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_SetProperty@Base 0.44.02
+ __ecereNameSpace__ecere__com__eClass_Unregister@Base 0.44.02
+ __ecereNameSpace__ecere__com__eEnum_AddFixedValue@Base 0.44.02
+ __ecereNameSpace__ecere__com__eEnum_AddValue@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_DecRef@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_Delete@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_Evolve@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_FireSelfWatchers@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_FireWatchers@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_GetDesigner@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_IncRef@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_IsDerived@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_New@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_SetMethod@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_StopWatching@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_Watch@Base 0.44.02
+ __ecereNameSpace__ecere__com__eInstance_WatchDestruction@Base 0.44.02
+ __ecereNameSpace__ecere__com__eMember_AddDataMember@Base 0.44.02
+ __ecereNameSpace__ecere__com__eMember_AddMember@Base 0.44.02
+ __ecereNameSpace__ecere__com__eMember_New@Base 0.44.02
+ __ecereNameSpace__ecere__com__eModule_Load@Base 0.44.02
+ __ecereNameSpace__ecere__com__eModule_LoadStatic@Base 0.44.02
+ __ecereNameSpace__ecere__com__eModule_LoadStrict@Base 0.44.02
+ __ecereNameSpace__ecere__com__eModule_Unload@Base 0.44.02
+ __ecereNameSpace__ecere__com__eProperty_SelfWatch@Base 0.44.02
+ __ecereNameSpace__ecere__com__eProperty_Watchable@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_Delete@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_FindClass@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_FindDefine@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_FindFunction@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_New0@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_New@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_RegisterClass@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_RegisterDefine@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_RegisterFunction@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_Renew0@Base 0.44.02
+ __ecereNameSpace__ecere__com__eSystem_Renew@Base 0.44.02
+ runtimePlatform@Base 0.44.02
+ strlwr@Base 0.44.02
+ strupr@Base 0.44.02
index 104bade..f17341f 100644 (file)
@@ -1,3 +1,3 @@
 libEDA.so.0 libeda0 #MINVER#
- __ecereDll_Load@Base 0.44.01
- __ecereDll_Unload@Base 0.44.01
+ __ecereDll_Load@Base 0.44.02
+ __ecereDll_Unload@Base 0.44.02
index bbe3b22..a139b89 100644 (file)
@@ -1,3 +1,3 @@
 libEDASQLite.so.0 libedasqlite0 #MINVER#
- __ecereDll_Load@Base 0.44.01
- __ecereDll_Unload@Base 0.44.01
+ __ecereDll_Load@Base 0.44.02
+ __ecereDll_Unload@Base 0.44.02