summaryrefslogtreecommitdiffstats
path: root/src/ssic.pl
Commit message (Collapse)AuthorAgeFilesLines
* Move src/ssic.pl to bin/ssic.P. J. McDermott2013-09-231-205/+0
|
* Add a short program description.P. J. McDermott2013-09-231-0/+2
|
* Reset config tags to default values.P. J. McDermott2013-09-231-0/+6
|
* Initialize compiler only once.P. J. McDermott2013-09-231-22/+37
|
* Only rename output file if it's not "-".P. J. McDermott2013-09-231-4/+3
|
* Print warnings and errors on STDERR.P. J. McDermott2013-09-221-2/+2
|
* Print help and version information on STDOUT.P. J. McDermott2013-09-221-2/+2
|
* Add more copyright and license information.P. J. McDermott2013-09-221-0/+15
| | | | The program always printed such information in the version output.
* Make executable.P. J. McDermott2013-09-221-0/+0
|
* Only warn if input and output files are equal.P. J. McDermott2013-09-221-1/+1
|
* Write to a temporary file.P. J. McDermott2013-09-221-2/+6
|
* Close input and output file handles.P. J. McDermott2013-09-221-0/+7
|
* Allow input and output to both be "-".P. J. McDermott2013-09-221-1/+1
|
* Set SCRIPT_FILENAME.P. J. McDermott2013-09-221-0/+5
|
* Add an -I option.P. J. McDermott2013-09-221-3/+7
|
* Support "-" file names (STDIN and STDOUT).P. J. McDermott2013-09-221-4/+12
|
* Fix printf argument lists.P. J. McDermott2013-09-221-4/+4
|
* Exit on failure to open files.P. J. McDermott2013-09-221-2/+6
|
* Set DOCUMENT_NAME and DOCUMENT_URI.P. J. McDermott2013-09-221-2/+8
|
* Clean environment.P. J. McDermott2013-09-221-0/+2
|
* Add -D option.P. J. McDermott2013-09-221-6/+14
|
* Exit on invalid options.P. J. McDermott2013-09-221-0/+1
|
* Convert to Getopt::Long.P. J. McDermott2013-09-221-5/+11
|
* Initial commit.P. J. McDermott2013-09-221-0/+113