summaryrefslogtreecommitdiffstats
path: root/regressions/rhbz580246.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests: Split regressions -> various subdirectories of tests/Richard W.M. Jones2011-12-221-47/+0
|
* Update FSF address.Matthew Booth2011-11-081-1/+1
|
* Code cleanups related to RHBZ#580246.Richard Jones2010-04-081-0/+47
This includes various code cleanups: (a) A regression test for RHBZ#580246. (b) Use write instead of fwrite to write out the tar file. This is just because the error handling of write seems to be better specified and easier to use. (c) Use size_t instead of int for length. (d) Clearer debug messages when in verbose mode.