summaryrefslogtreecommitdiff
path: root/tests/scripts/functions/file
AgeCommit message (Collapse)AuthorFilesLines
2014-07-07[SV 41983] Support omitting the text argument to $(file ...)Paul Smith1-0/+17
Reported by Tim Murphy <tnmurphy@gmail.com> * function.c (func_file): Only write TEXT if it is not NULL. * NEWS, doc/make.texi: Document the new feature * tests/scripts/functions/file: Verify that the no-text version of $(file ...) works and doesn't add a newline.
2012-09-09Get error messages in the C locale for comparision with make output.Paul Smith1-0/+7
Fixes Savannah bug #35764.
2012-01-29Create a new function $(file ...)Paul Smith1-0/+94