make/tests/scripts/functions
Jouke Witteveen fcc11d05a6 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.
2020-12-06 18:30:58 -05:00
..
abspath
addprefix
addsuffix
andor
basename
call
dir
error
eval tests: Simplify customization of %ENV 2020-04-01 02:02:57 -04:00
file
filter-out [SV 59093] Rewrite filter/filter-out to avoid large stack usage 2020-11-13 00:44:24 -05:00
findstring
flavor
foreach tests: Simplify customization of %ENV 2020-04-01 02:02:57 -04:00
guile
if
join
let Create $(let ...) providing lexically scoped variables 2020-12-06 18:30:58 -05:00
notdir
origin tests: Simplify customization of %ENV 2020-04-01 02:02:57 -04:00
realpath
shell Port functions/shell test to Solaris 10 2019-10-10 18:31:50 -04:00
sort
strip
substitution
suffix
value
warning
wildcard * tests/scripts/functions/wildcard: Skip slash tests for local glob. 2019-10-05 17:48:19 -04:00
word