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-60-g3484c96


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. moved-to-git-60-g3484c96
Date: Sat, 04 May 2013 21:39:07 +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  3484c9675a8a09904e08e00bf6842d834cd0201d (commit)
       via  a0c5d0c63f6801ca16865d04faa223cea440d2c0 (commit)
      from  64dd61bcb83776a860afcfba640dc43f28cdc385 (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 3484c9675a8a09904e08e00bf6842d834cd0201d
Author: Paul Smith <address@hidden>
Date:   Sat May 4 17:38:53 2013 -0400

    Add memory allocation cleanup to loadable objects.
    
    Add gmk_alloc() and gmk_free() functions so loadable objects can access our
    memory model.  Also provide a more extensive example in the manual.

commit a0c5d0c63f6801ca16865d04faa223cea440d2c0
Author: Paul Smith <address@hidden>
Date:   Sat May 4 17:31:20 2013 -0400

    Don't pump output to the descriptor, as we use FILE* elsewhere.

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

Summary of changes:
 ChangeLog                      |   12 ++++
 doc/make.texi                  |  121 +++++++++++++++++++++++++++++++++++++--
 gnumake.h                      |   20 ++++---
 job.c                          |   78 ++++++++++----------------
 loadapi.c                      |   16 +++++-
 makeint.h                      |    7 +-
 tests/ChangeLog                |    2 +
 tests/scripts/features/loadapi |    6 ++-
 8 files changed, 193 insertions(+), 69 deletions(-)


hooks/post-receive
-- 
make



reply via email to

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