fdabd0c98c
* NEW: The gb.qte component has been removed. [DEVELOPMENT ENVIRONMENT] * NEW: Support for modules in project file deletion. [INTERPRETER] * BUG: Format$() now checks its second argument correctly when it is an integer. * BUG: Exported classes for components written in Gambas are now correctly loaded when inheritance between them is used. [GB.DRAW] * BUG: Some properties of the Draw class didn't correctly check that a drawing device was opened. [GB.FORM.MDI] * NEW: The Toolbar control now raises a Configure event when its configuration has changed. [GB.GTK] * BUG: Fix Draw.Picture() and Draw.Image() on transparent pictures. * BUG: Correctly initialize the foreground and background colors at Draw.Begin(). [GB.QT] * BUG: Fix Draw.Picture() and Draw.Image() on transparent pictures. [GB.QTE] * NEW: This component has been removed. git-svn-id: svn://localhost/gambas/trunk@1939 867c0c6c-44f3-4631-809d-bfa615b0a4ec |
||
---|---|---|
.. | ||
acinclude.m4 | ||
aclocal.m4 | ||
config-h.in | ||
config.guess | ||
config.sub | ||
configure.ac | ||
COPYING.LIB | ||
install-sh | ||
ltdl.c | ||
ltdl.h | ||
ltmain.sh | ||
Makefile.am | ||
missing | ||
README |
This is GNU libltdl, a system independent dlopen wrapper for GNU libtool. It supports the following dlopen interfaces: * dlopen (Solaris, Linux and various BSD flavors) * shl_load (HP-UX) * LoadLibrary (Win16 and Win32) * load_add_on (BeOS) * GNU DLD (emulates dynamic linking for static libraries) * dyld (darwin/Mac OS X) * libtool's dlpreopen