[SCM] make branch, master, updated. 4.3-45-gfcc11d0
[email protected] (Paul D. Smith) Sun, 6 Dec 2020 18:34:16 -0500 (EST)
| 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 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 <[email protected]>
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