Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | pasto | Joey Hess | 2012-11-02 |
| | |||
* | give <&&> and <||> same fixity as && and || | Joey Hess | 2012-11-02 |
| | | | | | | Suggestion by Daniel Trstenjak These are not currently mixed in my code base, so no real change. | ||
* | look for sysctl in some common sbin locations when it's not in PATH | Joey Hess | 2012-10-06 |
| | |||
* | noop | Joey Hess | 2012-04-21 |
| | |||
* | fun with symbols | Joey Hess | 2012-03-17 |
| | | | | | | Nothing at all on hackage is using <&&> or <||>. (Also, <&&> should short-circuit on failure.) | ||
* | optimize monadic || | Joey Hess | 2012-03-16 |
| | | | | | (||) used applicative style runs both conditions rather than short circuiting. Add an orM that properly short-circuits. | ||
* | added ifM and nuked 11 lines of code | Joey Hess | 2012-03-14 |
| | | | | no behavior changes | ||
* | treak | Joey Hess | 2012-01-21 |
| | |||
* | typo | Joey Hess | 2012-01-03 |
| | |||
* | after is a better name for observe_ | Joey Hess | 2012-01-03 |
| | |||
* | factor observe_ | Joey Hess | 2012-01-03 |
| | |||
* | add a new useful thing | Joey Hess | 2012-01-02 |
| | |||
* | refactor | Joey Hess | 2011-12-03 |
| | |||
* | broke up Utility | Joey Hess | 2011-10-16 |