Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only rename output file if it's not "-". | P. J. McDermott | 2013-09-23 | 1 | -4/+3 |
* | Print warnings and errors on STDERR. | P. J. McDermott | 2013-09-22 | 1 | -2/+2 |
* | Print help and version information on STDOUT. | P. J. McDermott | 2013-09-22 | 1 | -2/+2 |
* | Add more copyright and license information. | P. J. McDermott | 2013-09-22 | 2 | -0/+689 |
* | Make executable. | P. J. McDermott | 2013-09-22 | 1 | -0/+0 |
* | Only warn if input and output files are equal. | P. J. McDermott | 2013-09-22 | 1 | -1/+1 |
* | Write to a temporary file. | P. J. McDermott | 2013-09-22 | 1 | -2/+6 |
* | Close input and output file handles. | P. J. McDermott | 2013-09-22 | 1 | -0/+7 |
* | Allow input and output to both be "-". | P. J. McDermott | 2013-09-22 | 1 | -1/+1 |
* | Set SCRIPT_FILENAME. | P. J. McDermott | 2013-09-22 | 1 | -0/+5 |
* | Add an -I option. | P. J. McDermott | 2013-09-22 | 1 | -3/+7 |
* | Support "-" file names (STDIN and STDOUT). | P. J. McDermott | 2013-09-22 | 1 | -4/+12 |
* | Fix printf argument lists. | P. J. McDermott | 2013-09-22 | 1 | -4/+4 |
* | Exit on failure to open files. | P. J. McDermott | 2013-09-22 | 1 | -2/+6 |
* | Set DOCUMENT_NAME and DOCUMENT_URI. | P. J. McDermott | 2013-09-22 | 1 | -2/+8 |
* | Clean environment. | P. J. McDermott | 2013-09-22 | 1 | -0/+2 |
* | Add -D option. | P. J. McDermott | 2013-09-22 | 1 | -6/+14 |
* | Exit on invalid options. | P. J. McDermott | 2013-09-22 | 1 | -0/+1 |
* | Convert to Getopt::Long. | P. J. McDermott | 2013-09-22 | 1 | -5/+11 |
* | Initial commit. | P. J. McDermott | 2013-09-22 | 1 | -0/+113 |