| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve the accessibility and robustness of prompt_bool. | 2019-01-29 | 1 | -2/+6 | |
| | | | | | | | | - Use "yes" and "no" instead of "y" and "n". - Validate the true and false responses properly. - Keep prompting the user for a response until they give one which is valid. | ||||
| * | Add a nice API for command line interfaces to make::console. | 2017-03-25 | 1 | -5/+50 | |
| | | |||||
| * | Fix print_format breaking when formatting empty strings. | 2016-09-14 | 1 | -1/+1 | |
| | | |||||
| * | Allow print_error and print_warning to take multiple lines. | 2016-09-14 | 1 | -6/+10 | |
| | | |||||
| * | Extract directory creation code to its own subroutine. | 2016-03-22 | 1 | -6/+2 | |
| | | |||||
| * | Convert the build system to Perl 5.10. | 2015-03-25 | 1 | -3/+4 | |
| | | | | | Thanks to Kross for the heads up on "use feature". | ||||
| * | Create installation directories with make install not configure. | 2015-03-06 | 1 | -3/+3 | |
| | | | | | | This fixes system-wide installations requiring root in order to create directories. | ||||
| * | Add Perl module for console related code. | 2014-12-07 | 1 | -0/+113 | |
| - Move prompt_* methods to this module. - Add methods for printing errors and warnings easily. - Add colour code helpers and switch all code to use them. | |||||
