Only warn if input and output files are equal.
[ssic.git] / src / ssic.pl
2013-09-22 P. J. McDermottOnly warn if input and output files are equal.
2013-09-22 P. J. McDermottWrite to a temporary file.
2013-09-22 P. J. McDermottClose input and output file handles.
2013-09-22 P. J. McDermottAllow input and output to both be "-".
2013-09-22 P. J. McDermottSet SCRIPT_FILENAME.
2013-09-22 P. J. McDermottAdd an -I option.
2013-09-22 P. J. McDermottSupport "-" file names (STDIN and STDOUT).
2013-09-22 P. J. McDermottFix printf argument lists.
2013-09-22 P. J. McDermottExit on failure to open files.
2013-09-22 P. J. McDermottSet DOCUMENT_NAME and DOCUMENT_URI.
2013-09-22 P. J. McDermottClean environment.
2013-09-22 P. J. McDermottAdd -D option.
2013-09-22 P. J. McDermottExit on invalid options.
2013-09-22 P. J. McDermottConvert to Getopt::Long.
2013-09-22 P. J. McDermottInitial commit.