summaryrefslogtreecommitdiff
path: root/noncore/unsupported/qpdf/xpdf
AgeCommit message (Collapse)AuthorFilesLines
2002-11-08- a couple of fixes like this one:simon3-4/+4
- fprintf(f, "%g", real); + fprintf(f, "%g", static_cast<double>(real)); with 'real' being a fouble object. as fprintf is a c function with variable arguments one cannot pass non-primitive objects through it and there is no way for the compiler to figure out the right conversion operator, so we give it a helping hand :)
2002-05-23Port to xpdf 1.01sandman63-685/+2140
2002-04-13CVS import of QPdfsandman63-0/+29463