Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-18 | Docs: Remove author emails from stdlib functions | nfagerlund | |
Author email addresses were included in the doc strings for some (but not all) stdlib functions. This commit removes them in the interest of consistency. | |||
2011-08-18 | Docs: Copyedit function doc strings | nfagerlund | |
This commit makes several minor consistency and wording edits to the doc strings of the stdlib functions. | |||
2011-06-21 | (#8010) Add validate_hash function | Jeff McCune | |
This function validates all passed variables are hashes. This is similar to the validate_bool function and is copied from it. |