summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* NEWS: Release ssic 1.0.0.HEADssic/1.0.0ssic/1.0.xmasterP. J. McDermott2013-09-301-1/+1
|
* MANIFEST: Add missing files.P. J. McDermott2013-09-301-0/+3
|
* README: Add "or earlier" to Apache HTTPd version.P. J. McDermott2013-09-301-1/+2
|
* README: Point to Apache HTTPd 2.2 documentation.P. J. McDermott2013-09-301-1/+1
|
* README: Document flow control commands.P. J. McDermott2013-09-301-0/+44
|
* README: Document __SSIC__.P. J. McDermott2013-09-301-0/+2
|
* ssic: Set __SSIC__ SSI variable.P. J. McDermott2013-09-301-0/+1
|
* .gitignore: Also ignore *-*.tar.P. J. McDermott2013-09-241-1/+1
|
* README: Wrap at 72 columns.P. J. McDermott2013-09-241-31/+34
|
* INSTALL: New file.P. J. McDermott2013-09-241-0/+51
|
* ssic: Rearrange options in help output.P. J. McDermott2013-09-241-2/+2
|
* Makefile.PL: Use VERSION_FROM.P. J. McDermott2013-09-231-1/+1
|
* ssic: Set $VERSION.P. J. McDermott2013-09-231-1/+4
|
* .gitignore: Add more patterns.P. J. McDermott2013-09-231-0/+2
|
* ssic: Add POD paragraphs.P. J. McDermott2013-09-231-17/+79
|
* NEWS: New file.P. J. McDermott2013-09-231-0/+17
|
* README: New file.P. J. McDermott2013-09-231-0/+78
|
* .gitignore: New file.P. J. McDermott2013-09-231-0/+10
|
* Add Makefile.PL and MANIFEST.P. J. McDermott2013-09-232-0/+22
|
* Move src/ssic.pl to bin/ssic.P. J. McDermott2013-09-231-0/+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-222-0/+689
| | | | 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