make-alpha
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] make branch, master, updated. moved-to-git-46-g19a69ba


From: Eli Zaretskii
Subject: [SCM] make branch, master, updated. moved-to-git-46-g19a69ba
Date: Mon, 29 Apr 2013 16:27:16 +0000

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 <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]