Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | error(): Die by signal. | P. J. McDermott | 2014-05-02 | 1 | -3/+4 |
| | | | | | | | Previously, calling error() within a subshell only caused the subshell to exit. Now the whole shell process should die. Subshells still suck though. | ||||
* | info_v(): New function. | P. J. McDermott | 2014-04-30 | 1 | -0/+10 |
| | |||||
* | error(), warn(), info(): Print args to stderr. | P. J. McDermott | 2013-10-11 | 1 | -3/+3 |
| | |||||
* | error(): Clean up before exiting. | P. J. McDermott | 2013-07-29 | 1 | -0/+2 |
| | |||||
* | lib/output.sh: New file. | P. J. McDermott | 2013-07-12 | 1 | -0/+55 |