[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
libtool ./ChangeLog ./NEWS ./ltdl.m4 doc/libtoo...
From: |
Gary V. Vaughan |
Subject: |
libtool ./ChangeLog ./NEWS ./ltdl.m4 doc/libtoo... |
Date: |
Fri, 05 Jan 2001 01:39:42 -0800 |
CVSROOT: /home/cvs
Module name: libtool
Branch: multi-language-branch
Changes by: Gary V. Vaughan <address@hidden> 01/01/05 01:39:42
Modified files:
. : ChangeLog NEWS ltdl.m4
doc : libtool.texi
libltdl : ltdl.c ltdl.h
Log message:
* NEWS: Updated.
* doc/libtool.texi (User defined module data): Document it all.
* ltdl.m4: Check for memcpy, or else bcopy.
* ltdl.c (lt_caller_data): New type.
(lt_dl_handle_struct): Add an lt_caller_data field.
(lt_dlcaller_register, lt_dlcaller_set_data,
lt_dlcaller_get_data): New functions.
(rpl_memcpy): A minimal fallback implementation.
(rpl_realloc): A realloc implemented with lt_dlmalloc and
lt_dlfree.
(LT_DLMALLOC, LT_DLFREE, LT_DLREALLOC, LT_DLMEM_REASSIGN):
New memory handling convenience macros. Use them
appropriately throughout the rest of this file.
* ltdl.h (lt_dlcaller_register, lt_dlcaller_set_data,
lt_dlcaller_get_data): Prototyped.
CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/libtool/ChangeLog.diff?only_with_tag=multi-language-branch&r1=1.641.2.158&r2=1.641.2.159
http://subversions.gnu.org/cgi-bin/cvsweb/libtool/NEWS.diff?only_with_tag=multi-language-branch&r1=1.60.2.4&r2=1.60.2.5
http://subversions.gnu.org/cgi-bin/cvsweb/libtool/ltdl.m4.diff?only_with_tag=multi-language-branch&r1=1.6.2.4&r2=1.6.2.5
http://subversions.gnu.org/cgi-bin/cvsweb/libtool/doc/libtool.texi.diff?only_with_tag=multi-language-branch&r1=1.86.2.14&r2=1.86.2.15
http://subversions.gnu.org/cgi-bin/cvsweb/libtool/libltdl/ltdl.c.diff?only_with_tag=multi-language-branch&r1=1.82.2.12&r2=1.82.2.13
http://subversions.gnu.org/cgi-bin/cvsweb/libtool/libltdl/ltdl.h.diff?only_with_tag=multi-language-branch&r1=1.24.2.9&r2=1.24.2.10