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-17-g5058a94


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. moved-to-git-17-g5058a94
Date: Mon, 25 Feb 2013 06:40:23 +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  5058a94ee717d96285da20423324af3478df175d (commit)
      from  4baf9ab4564447355b5748d1375959e817771d17 (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 5058a94ee717d96285da20423324af3478df175d
Author: Paul Smith <address@hidden>
Date:   Mon Feb 25 01:38:36 2013 -0500

    Expand the loadable object support.
    
    Provide a simple API for loaded objects to interact with GNU make.  I still
    won't guarantee that this API won't change but it's much closer to something
    that's supported and provides easy-to-use interfaces with a public header
    file.

-----------------------------------------------------------------------

Summary of changes:
 .gitignore                     |    3 +-
 ChangeLog                      |   27 +++++++
 Makefile.am                    |   14 ++--
 dep.h                          |    1 -
 doc/make.texi                  |  148 ++++++++++++++++++++++++++++++++++-----
 function.c                     |  125 ++++++++++++++++++++--------------
 gmk-default.scm                |    4 -
 gnumake.h                      |   29 ++++++++
 guile.c                        |   36 ++++++----
 load.c                         |    2 +-
 loadapi.c                      |   49 +++++++++++++
 main.c                         |    2 +-
 read.c                         |    6 +-
 tests/ChangeLog                |    9 +++
 tests/run_make_tests.pl        |   35 +++++++--
 tests/scripts/features/load    |   69 ++++++++----------
 tests/scripts/features/loadapi |   84 +++++++++++++++++++++++
 tests/scripts/functions/guile  |    8 ++-
 variable.h                     |    2 +-
 19 files changed, 504 insertions(+), 149 deletions(-)
 create mode 100644 loadapi.c
 create mode 100644 tests/scripts/features/loadapi


hooks/post-receive
-- 
make



reply via email to

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