[SCM] make branch, master, updated. moved-to-git-46-g19a69ba
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gnu.make.devel |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "make".
The branch, master has been updated
via 19a69bafc0913f13e334b5f56d95c693fab29023 (commit)
from 9a7fe22b197770271a2235062fe52cb1c71a3d9e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 19a69bafc0913f13e334b5f56d95c693fab29023
Author: Eli Zaretskii <[email protected]>
Date: Mon Apr 29 19:26:06 2013 +0300
Support dynamic object loading on MS-Windows.
w32/include/dlfcn.h: New file.
w32/compat/posixfcn.c: Include dlfcn.h.
(dlopen, dlerror, dlsym) [MAKE_LOAD]: New functions, in support of
dynamic loading.
config.h.W32.template (MAKE_LOAD): Define.
load.c (load_object) [HAVE_DOS_PATHS]: Support backslashes and
drive letters in file names of dynamic objects.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 11 ++++++
config.h.W32.template | 3 ++
load.c | 20 +++++++++++-
w32/compat/posixfcn.c | 85 +++++++++++++++++++++++++++++++++++++++++++++++++
w32/include/dlfcn.h | 13 +++++++
5 files changed, 131 insertions(+), 1 deletions(-)
create mode 100644 w32/include/dlfcn.h
hooks/post-receive
--
make