summaryrefslogtreecommitdiff
path: root/sponge.c
AgeCommit message (Collapse)AuthorFilesLines
2006-09-14* spongs: Output to stdout if no file is specified, useful in a pipelinejoeyh1-5/+10
such as: cvs diff | sponge | patch -R -p0 Closes: #387501
2006-08-20* Add missing \n to sponge usage. Closes: #383944joeyh1-1/+1
2006-03-23* Back to Mithandir's C sponge, now fixed.joeyh1-0/+90
2006-03-13releasing version 0.60.6joeyh1-91/+0
2006-03-08* Indentation improvements.joeyh1-48/+48
2006-03-03* Switch sponge to a C implementation by mithandir.joeyh1-0/+91
* Build dep on docbook-xml.