gambas-source-code/main/libltdl
Benoît Minisini 4cff4ce26c [INTERPRETER]
* NEW: A new interpreter API for setting the endianness of a stream.
* NEW: Another new interpreter API for making a stream blocking or not.

[GB.FORM.MDI]
* NEW: Remove the useless toolbar handle.

[GB.NET]
* BUG: Fix the UdpSocket implementation.
* NEW: UdpSocket now uses an internal buffer, so that successive READs on 
  it work as expected. Beware that the remaining data is lost the next time
  the UdpSocket raises its Read event.



git-svn-id: svn://localhost/gambas/trunk@1669 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2008-11-04 23:53:39 +00:00
..
acinclude.m4 Revert changes in libltdl to avoid problems on future updates. (Back to revision 893) 2008-01-06 15:44:14 +00:00
aclocal.m4 [INTERPRETER] 2008-11-04 23:53:39 +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
config.sub
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
ltdl.c Revert changes in libltdl to avoid problems on future updates. (Back to revision 893) 2008-01-06 15:44:14 +00:00
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