make-alpha
[Top][All Lists]
Advanced

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

[SCM] make branch, master, updated. 4.3-45-gfcc11d0


From: Paul D. Smith
Subject: [SCM] make branch, master, updated. 4.3-45-gfcc11d0
Date: Sun, 6 Dec 2020 18:34:16 -0500 (EST)

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  fcc11d05a60b061027a50b76d146c43306b20e32 (commit)
      from  a8f4669b23f47dae4d42c3fb2908ff878d1bd294 (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 fcc11d05a60b061027a50b76d146c43306b20e32
Author: Jouke Witteveen <j.witteveen@gmail.com>
Date:   Sun Nov 1 22:48:53 2020 +0100

    Create $(let ...) providing lexically scoped variables
    
    Add a new function $(let ...) which allows lexically scoped variables.
    
    * NEWS: Add information on this feature.
    * doc/make.texi (Let Function): Document the 'let' function.
    * src/function.c (func_let): Create the 'let' built-in function.
    * tests/scripts/functions/let: Test the 'let' built-in function.

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

Summary of changes:
 NEWS                        |   6 +++
 doc/make.texi               | 102 +++++++++++++++++++++++++++++++++++-----
 src/function.c              |  54 +++++++++++++++++++++-
 tests/scripts/functions/let | 110 ++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 259 insertions(+), 13 deletions(-)
 create mode 100644 tests/scripts/functions/let


hooks/post-receive
-- 
make



reply via email to

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