Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | INSTALL: New file. | P. J. McDermott | 2013-09-24 | 1 | -0/+51 |
* | ssic: Rearrange options in help output. | P. J. McDermott | 2013-09-24 | 1 | -2/+2 |
* | Makefile.PL: Use VERSION_FROM. | P. J. McDermott | 2013-09-23 | 1 | -1/+1 |
* | ssic: Set $VERSION. | P. J. McDermott | 2013-09-23 | 1 | -1/+4 |
* | .gitignore: Add more patterns. | P. J. McDermott | 2013-09-23 | 1 | -0/+2 |
* | ssic: Add POD paragraphs. | P. J. McDermott | 2013-09-23 | 1 | -17/+79 |
* | NEWS: New file. | P. J. McDermott | 2013-09-23 | 1 | -0/+17 |
* | README: New file. | P. J. McDermott | 2013-09-23 | 1 | -0/+78 |
* | .gitignore: New file. | P. J. McDermott | 2013-09-23 | 1 | -0/+10 |
* | Add Makefile.PL and MANIFEST. | P. J. McDermott | 2013-09-23 | 2 | -0/+22 |
* | Move src/ssic.pl to bin/ssic. | P. J. McDermott | 2013-09-23 | 1 | -0/+0 |
* | Add a short program description. | P. J. McDermott | 2013-09-23 | 1 | -0/+2 |
* | Reset config tags to default values. | P. J. McDermott | 2013-09-23 | 1 | -0/+6 |
* | Initialize compiler only once. | P. J. McDermott | 2013-09-23 | 1 | -22/+37 |
* | 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 |