/[libtool]/libtool/ChangeLog
ViewVC logotype

Diff of /libtool/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.999 by rboehne, Tue Jul 31 22:57:34 2001 UTC revision 1.1000 by gary, Wed Aug 1 06:50:16 2001 UTC
# Line 1  Line 1 
1    2001-08-01  Gary V. Vaughan  <gary@gnu.org>
2    
3            * ltdl.m4: Bump serial number.
4            General reformat and tify up in line with Autoconf-2.50 support.
5            (AC_LTDL_FUNC_ARGZ): Test for system implementations of a
6            handful of argz API calls, the error_t type, and the argz.h
7            header.
8            * libltdl/configure.ac (AM_INIT_AUTOMAKE): Bump version number.
9            * libltdl/ltdl.c (rpl_argz_append, rpl_argz_create_sep.
10            rpl_argz_insert, rpl_rgz_next):  Fallback implementations of
11            the similarly named functions for machines that don;t use glibc.
12            (lt_dlrealloc):  New memory function pointer that can be set by
13            the client.  Defaults to rpl_realloc, which in turn uses only
14            lt_dlmalloc and lt_dlfree.
15            (LT_EMALLOC, LT_EREALLOC): Set internal out-of-memory error
16            inside the functions called by these new macros.  Simplified all
17            callers by removing explicit client error reporting.
18            (memmove):  Fallback implementation of overlap safe memory copy
19            function.
20            (tryall_dlopen):  Factorized common code into...
21            (tryall_dlopen_module): ...this new helper function.
22            (canonicalize_path):  Changed function signature to return success
23            or failure.  Updated all callers.
24            (foreachfile_callback):  Make use of argz API.
25            (LT_DLSTRLEN): Moved from here...
26            * libltdl/ltdl.h (LT_STRLEN): ...to here.  Updated all callers.
27            (lt_dlrealloc):  Declare new memory management handle.
28    
29  2001-07-31  Robert Boehne  <rboehne@ricardo-us.com>  2001-07-31  Robert Boehne  <rboehne@ricardo-us.com>
30    
31          * libtool.m4 (mingw*) Revert the previous change as it was          * libtool.m4 (mingw*) Revert the previous change as it was
32          applied by mistake.          applied by mistake.
33    
34  2001-07-31  Guido Draheim  <guidod-2001q3@gmx.de>  2001-07-31  Guido Draheim  <Guido.Draheim@tek.com>
35    
36          * libtool.m4 (mingw*) sys_lib_search_path_spec:          * libtool.m4 (mingw*) sys_lib_search_path_spec:
37          Sets the proper path separator for cross-compiling.          Sets the proper path separator for cross-compiling.

Legend:
Removed from v.1.999  
changed lines
  Added in v.1.1000

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26