summaryrefslogtreecommitdiff
path: root/src/cairo-wideint.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-05bugfix: fix cairo-wideint.c uint64_t usage and const return qualifiersMathieu Lacage1-7/+7
2006-11-22A 96 by 64 bit divrem that produces a 32 bit quotient and 64 bit remainder.Joonas Pihlaja1-0/+152
2006-06-06Remove all remaining trailing whitespace.Carl Worth1-1/+1
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-8/+8
2006-02-27Remove unused RCS $Id:$ tags.Carl Worth1-2/+1
2005-07-30Replace wide integer divide algorithms with trivial bit-at-a-time code. Origi...Keith Packard1-415/+46
2005-06-03Add CODING_STYLE document to standardize on some style issues.Carl Worth1-1/+5
2005-01-19Remove useless const qualifier from functions returning simple values, (quiet...Carl Worth1-41/+41
2005-01-11Scale factors shouldn't include mirroring.Keith Packard1-1/+27
2005-01-11Fix math library detection to use autotools helperKeith Packard1-17/+29
2004-05-28Add WARN_CFLAGS, autodetection for 64/128 bit ints and cairo_wideint.[ch]Keith Packard1-0/+986