Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-28 | Trivial compiler warning0.24.1 | jao | |
2016-07-28 | Fixing compatibility with GHC 7.6 | jao | |
2016-07-27 | Trivial fixes for compiler warnings | jao | |
2016-07-27 | Add expandEnv function and use it in PipeReader family of monitors | Will Song | |
expandEnv takes a string and expands the environment variables it can find. variable substringing (e.g. ${VAR:1} to lop off the first character) is not supported, but $VAR and ${VAR} formats are, with the former being delimited by punctuation, but not underscores. |