gambas-source-code/main/libltdl
Benoît Minisini fdabd0c98c [CONFIGURATION]
* 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
2009-05-01 16:27:45 +00:00
..
acinclude.m4 [CONFIGURATION] 2008-12-28 19:01:39 +00:00
aclocal.m4 [CONFIGURATION] 2009-05-01 16:27:45 +00:00
config-h.in Revert changes in libltdl to avoid problems on future updates. (Back to revision 893) 2008-01-06 15:44:14 +00:00
config.guess [CONFIGURATION] 2008-12-28 19:01:39 +00:00
config.sub [CONFIGURATION] 2008-12-28 19:01:39 +00:00
configure.ac Revert changes in libltdl to avoid problems on future updates. (Back to revision 893) 2008-01-06 15:44:14 +00:00
COPYING.LIB
install-sh [CONFIGURATION] 2008-12-28 19:01:39 +00:00
ltdl.c [CONFIGURATION] 2008-12-28 19:01:39 +00:00
ltdl.h [CONFIGURATION] 2008-12-28 19:01:39 +00:00
ltmain.sh [CONFIGURATION] 2008-12-28 19:01:39 +00:00
Makefile.am [CONFIGURATION] 2008-12-28 19:01:39 +00:00
missing [CONFIGURATION] 2008-12-28 19:01:39 +00:00
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