diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-04-05 22:52:54 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-04-05 22:52:54 +0000 |
commit | ea17d3262924f95a4fa721b3de6d7fe499bdcf14 (patch) | |
tree | ba19ba5662548e94342cd922b19942cf2052781f /docs/build.7 | |
parent | a1a513a3ec36a960f8b17dbbef04481771dc140f (diff) | |
download | build-ea17d3262924f95a4fa721b3de6d7fe499bdcf14.tar.gz build-ea17d3262924f95a4fa721b3de6d7fe499bdcf14.tar.bz2 build-ea17d3262924f95a4fa721b3de6d7fe499bdcf14.tar.xz build-ea17d3262924f95a4fa721b3de6d7fe499bdcf14.zip |
Added unique function and a workaround for non-matching inputs to rules passing
the rule input filter.
Diffstat (limited to 'docs/build.7')
-rw-r--r-- | docs/build.7 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/build.7 b/docs/build.7 index b9099de..77b9f85 100644 --- a/docs/build.7 +++ b/docs/build.7 | |||
@@ -93,6 +93,10 @@ Takes a file handle as it's input, and takes an integer as it's parameter. The | |||
93 | .B | 93 | .B |
94 | close() | 94 | close() |
95 | Takes a file handle as it's input, and no parameters. Closes the file indicated by the handle provided as input. While it is reccomended to close all files as soon as you are done with them, any files left open will be closed automatically and safely before build exists. | 95 | Takes a file handle as it's input, and no parameters. Closes the file indicated by the handle provided as input. While it is reccomended to close all files as soon as you are done with them, any files left open will be closed automatically and safely before build exists. |
96 | .TP | ||
97 | .B | ||
98 | unique() | ||
99 | At the moment only works on lists of strings. It will return the input string in the same order, with all duplicate entries removed. It will also remove any non-strings in the list at the moment. | ||
96 | .P | 100 | .P |
97 | Here, lets list functions we wish we had... | 101 | Here, lets list functions we wish we had... |
98 | .SH ENVIRONMENT | 102 | .SH ENVIRONMENT |