[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:33:39 -0800 |
CVSROOT: /home/cvs
Module name: libtool
Changes by: Gary V. Vaughan <address@hidden> 01/01/05 01:33:39
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?r1=1.850&r2=1.851
http://subversions.gnu.org/cgi-bin/cvsweb/libtool/NEWS.diff?r1=1.83&r2=1.84
http://subversions.gnu.org/cgi-bin/cvsweb/libtool/ltdl.m4.diff?r1=1.15&r2=1.16
http://subversions.gnu.org/cgi-bin/cvsweb/libtool/doc/libtool.texi.diff?r1=1.112&r2=1.113
http://subversions.gnu.org/cgi-bin/cvsweb/libtool/libltdl/ltdl.c.diff?r1=1.119&r2=1.120
http://subversions.gnu.org/cgi-bin/cvsweb/libtool/libltdl/ltdl.h.diff?r1=1.50&r2=1.51
- libtool ./ChangeLog ./NEWS ./ltdl.m4 doc/libtoo...,
Gary V. Vaughan <=