ssic.git
2013-09-30 P. J. McDermottMANIFEST: Add missing files.
2013-09-30 P. J. McDermottREADME: Add "or earlier" to Apache HTTPd version.
2013-09-30 P. J. McDermottREADME: Point to Apache HTTPd 2.2 documentation.
2013-09-30 P. J. McDermottREADME: Document flow control commands.
2013-09-30 P. J. McDermottREADME: Document __SSIC__.
2013-09-30 P. J. McDermottssic: Set __SSIC__ SSI variable.
2013-09-24 P. J. McDermott.gitignore: Also ignore *-*.tar.
2013-09-24 P. J. McDermottREADME: Wrap at 72 columns.
2013-09-24 P. J. McDermottINSTALL: New file.
2013-09-24 P. J. McDermottssic: Rearrange options in help output.
2013-09-24 P. J. McDermottMakefile.PL: Use VERSION_FROM.
2013-09-24 P. J. McDermottssic: Set $VERSION.
2013-09-24 P. J. McDermott.gitignore: Add more patterns.
2013-09-24 P. J. McDermottssic: Add POD paragraphs.
2013-09-24 P. J. McDermottNEWS: New file.
2013-09-24 P. J. McDermottREADME: New file.
2013-09-23 P. J. McDermott.gitignore: New file.
2013-09-23 P. J. McDermottAdd Makefile.PL and MANIFEST.
2013-09-23 P. J. McDermottMove src/ssic.pl to bin/ssic.
2013-09-23 P. J. McDermottAdd a short program description.
2013-09-23 P. J. McDermottReset config tags to default values.
2013-09-23 P. J. McDermottInitialize compiler only once.
2013-09-23 P. J. McDermottOnly rename output file if it's not "-".
2013-09-23 P. J. McDermottPrint warnings and errors on STDERR.
2013-09-23 P. J. McDermottPrint help and version information on STDOUT.
2013-09-23 P. J. McDermottAdd more copyright and license information.
2013-09-22 P. J. McDermottMake executable.
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.